@charset "shift_jis";

#namingcp-body {
   margin-bottom: 50px;
   font-size:14px;
   line-height: 1.6;
   color:#222;
   width:830px;
}
#namingcp-body h1, h2 {
	font-size: 18px;
	margin: 0px;
}
#namingcp-body h3, h4 {
	font-size: 16px;
}
#namingcp-body ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.ff-link1 {
    text-decoration: none;
    color:#0066c0;
}
.ff-link1:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: 0.2s;
}

.msg-contents {
	margin:30px 0;
	text-align: center;
}
.msg-bold{
	font-weight: bold;	
}
/*フォントサイズ16px-*/
.ft-16 {
	font-size: 16px;
}
.msg-contents-hd {
    font-weight: bold;
    display: inline-block;
    color: #0070C0;
}

.msg-contents-hd-br {
	margin-top: 30px;
    font-weight: bold;
    display: inline-block;
    color: #222;
}

.msg-contents-in {
    margin-left: 0em;
    line-height: 1.6;
}

/* 位置下がりテキスト-*/
#namingcp-body .indent_dot {
	list-style-type: none;
	position: relative;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.7;
}
#namingcp-body .indent_dot::before {
	content: "・";
	position: absolute;
	left: 0;
}
#namingcp-body .dash-list {
  list-style: none;
}

#namingcp-body .dash-list li::before {
  content: "ー ";
}

/* サブタイトル*/
.contents_h2 {
	background: #00B0F0;
	color: #ffff;
    font-size: 20px;
    font-weight: bold;
    margin: 45px 0px 30px;
    padding: 8px 15px 5px;
    text-align: center;
    letter-spacing: 2px;
}

.contents_h2_gr {
	background: #7F7F7F;
	color: #ffff;
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0px 20px;
    padding: 8px 15px 5px;
    text-align: center;
    letter-spacing: 2px;
    margin-top:35px;
}
.naming_wrapper {
	padding: 0 15px;
}
.voice_box {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 40px;
}
.contents_box {
	display: flex;
    align-items: center;
    margin: 35px 0;
}
.contents_box2{
    margin-left: 15px;
}
.cow_img {
	width: 300px;
	height: auto;
	margin-right: 20px;
}
/* ふきだし */
.speech_bubble1 {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 30px 24px;
  border-radius: 30px;
  background-color: #CAEEFB;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 495px;
}
.speech_bubble1::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  border-style: solid;
  border-width: 20px 70px 20px 0;
  border-color: transparent #CAEEFB transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}
.list_wrapper {
	display: flex;
    margin: 25px 10px;
    align-items: center;
}
.list_coments {
	margin: 60px 0 auto 15px;
}

/* 項目背景ボックス */
.list_box1 {
  	width: 92px;
    color: #fff;
    font-weight: bold;
    background-color: #404040;
    padding: 6px 8px;
    border-radius: 5px;
    text-align: center;
}
.list_text1 {
	font-weight: bold;
	font-size: 18px;
}
.list_text2 {
	margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
}
/* 区切り線 */
.dotted-line {
  border: none;
  width: 100%;
  height: 0;
  border-top: dashed 3px #99CCFF;
  margin: 16px 0;
}
/*グレー背景*/
.msg-waku {
    padding: 1em 1em;
    margin: 2em 0;
    background-color:#F2F2F2;
}
/*スラッシュ*/
.copy_slash {
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin: 40px 0 10px;
}
.copy_slash::before,
.copy_slash::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #222;
    vertical-align: middle;
    margin: 0 10px;
}
.copy_slash::before {
	transform: rotate(-30deg);
    margin-right: 15px;
}
.copy_slash::after {
	transform: rotate(30deg);
    margin-left: 15px;
}

/*罫線*/
.copy_line::before,
.copy_line::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: #ffff;
    vertical-align: middle;
    margin: 0 15px;
}
