@charset "UTF-8";

.contentpage .m_img_area .m_img {background-image: url("../images/maternity/m_img@2x.jpg");}
.contentpage .m_img_area .m_title .ft_lust span {color: #B87F95;}
.med_lead .com_lead_txt {background-image: url("../images/maternity/parts1@2x.png");}
.com_index1 {background: rgba(207,151,177,0.2);}
.com_index1::before {background-image: url("../images/maternity/parts2@2x.png");}
.med_style1 > dt {color: #B87F95;}
.med_check .check_title .check_index {background-image: url("../images/maternity/parts4@2x.png");}
.med_col_list dt {background-image: url("../images/maternity/parts3@2x.png");}

.faq_list dt {color: #B87F95;}
.faq_list dt::before {background-image: url(../images/maternity/q@2x.png);}





/*子さまのお口の健康のためにできること
---------------------------------------------------------*/
.box1 .med_flt.img_562 .img_r{
	max-width: 562px;
	width: 48%;
}
.box1 .med_flt.img_562 .txt_l{
	width: 48%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .med_flt.img_562 .txt_l{
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .med_flt.img_562 .img_r{
	width: 100%;
}
}





/*妊娠中のお口のトラブル
---------------------------------------------------------*/
.box2 .mondai_list li{
	border-bottom: 1px solid #CCC5C2;
	padding: 45px 0;
}
.box2 .mondai_list li:first-child{
	border-top: 1px solid #CCC5C2;
}
.box2 .mondai_list li > .mondai_flex{
	max-width: 1168px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.box2 .mondai_list li .img_l{
	max-width: 221px;
	width: 19%;
}
.box2 .mondai_list li .txt_r{
	width: 77%;
}
.box2 .mondai_list li .txt_r .med_style1 dt{
	color: #2B2A2A;
}
.box2 .mondai_list li .txt_r .med_style1.btm{
	margin-bottom: 2em;
}
.box2 .care_box{
	border: 1px solid #CF97B1;
	padding: 70px 3% 50px;
	position: relative;
	z-index: 1;
}
.box2 .care_box::before{
	position: absolute;
	content: "";
	background: #fff;
	font-size: 190%;
	width: 23.6em;
	height: 1.5em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.box2 .care_box .care_tit{
	font-size: 190%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #B87F95;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}
.box2 .care_box .care_copy1{
	font-size: 136%;
	letter-spacing: 0.25em;
	line-height: 1.5em;
	text-align: center;
	color: #2B2A2A;
	margin-bottom: 45px;
}
.box2 .care_box .care_copy2{
	font-size: 105%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	color: #786252;
}
.box2 .care_box > ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1060px;
	margin: 0 auto 40px;
	position: relative;
}
.box2 .care_box > ul::before{
	position: absolute;
	content: "";
	background: #CCC5C2;
	width: 1px;
	height: 85%;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box2 .care_box > ul li{
	width: 47%;
	max-width: 480px;
}
.box2 .care_box > ul li div{
	max-width: 345px;
	width: 80%;
	margin: 0 auto 25px;
	text-align: center;
}
.box2 .care_box > ul li p{
	font-size: 90%;
	line-height: 1.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .mondai_list li{
	border-bottom: 1px solid #CCC5C2;
	padding: 4% 0;
}
.box2 .care_box{
	padding: 6% 3% 4%;
}
.box2 .care_box::before{
	font-size: 180%;
	width: 23em;
	
}
.box2 .care_box .care_tit{
	font-size: 180%;
}
.box2 .care_box .care_copy1{
	font-size: 126%;
	letter-spacing: 0.2em;
	margin-bottom: 3%;
}
.box2 .care_box > ul{
	margin: 0 auto 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .mondai_list li{
	padding: 8% 0 6%;
}
.box2 .mondai_list li > .mondai_flex{
	max-width: 100%;
	display: block;
}
.box2 .mondai_list li .img_l{
	width: 40%;
	margin: 0 auto 1em;
}
.box2 .mondai_list li .txt_r{
	width: 100%;
}
.box2 .mondai_list li .txt_r .med_style1 dt{
	text-align: center;
}
.box2 .mondai_list li .txt_r .med_style1.btm{
	margin-bottom: 6%;
}
.box2 .care_box{
	padding: 12% 5% 5%;
	margin-top: 16%;
}
.box2 .care_box::before{
	font-size: 145%;
	width: 12em;
}
.box2 .care_box .care_tit{
	font-size: 145%;
	line-height: 1.4em;
	letter-spacing: 0.05em
}
.box2 .care_box .care_copy1{
	font-size: 116%;
	letter-spacing: 0.1em;
	margin-bottom: 6%;
}
.box2 .care_box .care_copy2{
	font-size: 100%;
	letter-spacing: normal;
}
.box2 .care_box > ul{
	display: block;
	max-width: 1060px;
	margin: 0 auto 6%;
	position: relative;
}
.box2 .care_box > ul::before{
	position: static;
	background: none;
}
.box2 .care_box > ul li{
	width: 100%;
	max-width: 100%;
}
.box2 .care_box > ul li:first-child{
padding-bottom: 6%;
margin-bottom: 8%;
border-bottom: 1px solid #CCC5C2;
}
.box2 .care_box > ul li div{
	margin: 0 auto 4%;
}
.box2 .care_box > ul li p{
	font-size: 90%;
	line-height: 1.8em;
}
}





/*よくあるご質問
---------------------------------------------------------*/
.box5 .med_faq > dt{
	color: #B87F95;
}
.box5 .med_faq > dt::before{
    background-image: url("../images/maternity/q@2x.png");
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}