@charset "UTF-8";


/*
---------------------------------------------------------*/
.contentpage .m_img .m_img_bg{
	background-image:url(../images/maternity/m_img@2x.jpg);
}




/*box01
---------------------------------------------------------*/
.box01 .med_flt.mata_type{
	margin-bottom: 70px;
}
.box01 .med_flt.mata_type .img_r{
	width: 48%;
	max-width: 570px;
}
.box01 .med_flt.mata_type .txt_l{
	width: 48%;
}
.box01 .med_flt:nth-child(2){
	margin-bottom: 85px;
}
.med_frame_box h5{
	background: #D0A2AA;
}
.box01 .med_frame_box .mate_care li{
	float: left;
	width: calc(45% - 0.5px);
}
.box01 .med_frame_box .mate_care li:first-child{
	margin-right: 5%;
	padding-right: 5%;
	border-right: 1px solid #BDAFA3;
}
.box01 .med_frame_box .mate_care li p:first-child{
	margin-bottom: 35px;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box01 .med_flt.mata_type{
	margin-bottom: 5%;
}
.box01 .med_flt.mata_type .img_r{
	width: 45%;
}
.box01 .med_flt.mata_type .txt_l{
	width: 100%;
}
.box01 .med_flt:nth-child(2){
	margin-bottom: 8%;
}
.box01 .med_frame_box .mate_care li p:first-child{
	margin: 0 auto 6%;
	width: 85%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box01 .med_flt.mata_type{
	margin-bottom: 11%;
}
.box01 .med_flt.mata_type .img_r{
	width: 90%;
	margin: 0 auto 5%;
}
.box01 .med_flt.mata_type .txt_l{
	width: 100%;
}
.box01 .med_flt:nth-child(2){
	margin-bottom: 11%;
}

.box01 .med_frame_box .mate_care li{
	float: none;
	width: 100%;
}
.box01 .med_frame_box .mate_care li:first-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	border-bottom: 1px solid #BDAFA3;
	margin-bottom: 8%;
	padding-bottom: 8%;
}
.box01 .med_frame_box .mate_care li p:first-child{
	width: 70%;
	margin: 0 auto 5%;
}
}



/*box02
---------------------------------------------------------*/
.box02 .med_frame_list .med_flt .txt_l{
	width: 100%;
}
.box02 .med_frame_list .med_flt .txt_l dt,
.box02 .med_frame_list .med_flt .txt_l dt::before{
	color: #D0A2AA;
}
.box02 .med_frame_list li{
	margin-bottom: 50px;
	padding-bottom: 50px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box02 .med_frame_list li{
	margin-bottom: 5%;
	padding-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box02 .med_frame_list li{
	margin-bottom: 8%;
	padding-bottom: 8%;
}
}





/*box03
---------------------------------------------------------*/
.box03 .med_flt{
	margin-bottom: 60px;
}
.box03 .mate_colorbox{
	margin-bottom: 65px;
}
.box03 .mate_colorbox li{
	float: left;
	width: 25.5%;
	padding: 5% 3% 3%;
	text-align: center;
	background: #FFFFFF;
}
.box03 .mate_colorbox li:first-child,
.box03 .mate_colorbox li:nth-child(2){
	margin-right: 2.5%;
}
.box03 .mate_colorbox li .tit{
	font-weight: bold;
	font-size:21px;
	color:#D0A2AA;
	position: relative;
}
.box03 .mate_colorbox li .tit::before{
	position: absolute;
	display: block;
	top: -35px;
	font-size:90%;
	left: 0;
	right: 0;
	color: #D0A2AA;
	font-family: 'fontello';
	content: '\e802';
}
.box03 .mate_colorbox li:nth-child(2) .tit::before{
	color: #fff;
}
.box03 .mate_colorbox li .con{
	background: #BDAFA3;
	color: #fff;
	border-radius: 30px;
	font-size: 18px;
	padding: 2% 0 1.5%;
	margin: 20px 0;
}
.box03 .mate_colorbox li p{
	text-align: left;
}
.box03 .mate_colorbox li:nth-child(2){
	background: #D0A2AA;
	color: #fff;
}
.box03 .mate_colorbox li:nth-child(2) .tit{
	color: #fff;
}
.box03 .mate_colorbox li:nth-child(2) .con{
	background: #DEBDC3;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box03 .med_flt{
	margin-bottom: 5%;
}
.box03 .mate_colorbox{
	margin-bottom: 5%;
}
.box03 .mate_colorbox li{
	float: left;
	width: 26%;
	padding: 7% 3% 3%;
}
.box03 .mate_colorbox li:first-child,
.box03 .mate_colorbox li:nth-child(2){
	margin-right: 2%;
}
.box03 .mate_colorbox li .tit{
	font-size: 115%;
}
.box03 .mate_colorbox li .tit::before{
	top: -90%;
	font-size: 90%;
}
.box03 .mate_colorbox li .con{
	font-size: 90%;
	padding: 1% 0 1%;
	margin: 5% 0 7%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box03 .med_flt{
	margin-bottom: 11%;
}
.box03 .mate_colorbox{
	margin-bottom: 11%;
}
.box03 .mate_colorbox li{
	float: none;
	width: 90%;
	padding: 14% 5% 8%;
}
.box03 .mate_colorbox li:first-child,
.box03 .mate_colorbox li:nth-child(2){
	margin-right: 0;
	margin-bottom: 5%;
}
.box03 .mate_colorbox li .tit{
	font-size: 125%;
}
.box03 .mate_colorbox li .tit::before{
	top: -100%;
	font-size: 85%;
	left: 0;
	right: 0;
}
.box03 .mate_colorbox li .con{
	border-radius: 30px;
	font-size: 105%;
	padding: 1% 0;
	width: 80%;
	margin: 5% auto;
}
}




/*box04
---------------------------------------------------------*/
.box04 .mata_qa_list li{
	border-bottom: 1px solid #BDAFA3;
	padding-bottom: 55px;
	margin-bottom: 40px;
	overflow: hidden;
}
.box04 .mata_qa_list li:last-child{
	margin-bottom: 0;
}
.box04 .mata_qa_list li dt,
.box04 .mata_qa_list dd{
	position: relative;
	padding-left: 75px;
}
.box04 .mata_qa_list li dt::before,
.box04 .mata_qa_list li dd::before{
	position: absolute;
	display: block;
	content: "";
	background-size:100%;
	width: 56px;
	height: 56px;
	top: 0;
	left: 0;
}
.box04 .mata_qa_list li dt::before{
	background: url(../images/maternity/icon_q.svg) no-repeat top left;
}
.box04 .mata_qa_list li dd::before{
	background: url(../images/maternity/icon_a.svg) no-repeat top left;
}
.box04 .mata_qa_list li dt{
	background-size: 56px;
	font-size:20px;
	color:#544A47;
	padding-top: 12px;
	padding-bottom: 35px;
}




/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box04 .mata_qa_list li{
	padding-bottom: 4%;
	margin-bottom: 4%;
}
.box04 .mata_qa_list li dt,
.box04 .mata_qa_list dd{
	padding-left: 9.5%;
}
.box04 .mata_qa_list li dt::before,
.box04 .mata_qa_list li dd::before{
	background-size: 85%;
}
.box04 .mata_qa_list li dt{
	font-size: 125%;
	padding-top: 1.2%;
	padding-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box04 .mata_qa_list li{
	padding-bottom: 7%;
	margin-bottom: 7%;
}
.box04 .mata_qa_list li dt,
.box04 .mata_qa_list dd{
	padding-left: 15%;
}
.box04 .mata_qa_list li dt::before,
.box04 .mata_qa_list li dd::before{
	background-size: 68%;
}
.box04 .mata_qa_list li dt{
	font-size: 115%;
	padding-top: 1.5%;
	padding-bottom: 4%;
}
}