@charset "UTF-8";


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





/*box2
---------------------------------------------------------*/
/*col_3*/
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .col_3 li{
	width: 32%;
	margin-top: 3.5%;
}
.box2 .col_3 li:nth-child(1),
.box2 .col_3 li:nth-child(2),
.box2 .col_3 li:nth-child(3){
	margin-top: 0;
}
}


/*med_frame_box*/
.box2 .med_frame_box .care_list{
	display: flex;
	justify-content: space-between;
}
.box2 .med_frame_box .care_list li{
	width: 47%;
}
.box2 .med_frame_box .care_list li dt{
	text-align: center;
	background-color:#d9edf4;
	padding: 30px 3% 20px;
	margin-bottom: 1em;
	position: relative;
}
.box2 .med_frame_box .care_list li dt::after{
	position: absolute;
	content: "";
	background: url(../images/maternity/care1.svg)no-repeat center top;
	background-size:  105px auto;
	height: 100%;
	width: 100%;
	top:-13px;
	margin: auto;
	left: 0;
	right: 0;
}
.box2 .med_frame_box .care_list li:nth-child(2) dt::after{
	background: url(../images/maternity/care2.svg)no-repeat center top;
	background-size:  105px auto;
}
.box2 .med_frame_box .care_list li dt div{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.7em;
}
.box2 .med_frame_box .care_list li dt p{
	font-size: 140%;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	color: #E69F8B;
}
.box2 .med_frame_box .care_list li dd{
	font-size: 85%;
	line-height: 1.9em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1050px) {
.box2 .med_frame_box .care_list li{
	width: 48%;
}
.box2 .med_frame_box .care_list li dt p{
	font-size: 2.2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .med_frame_box .care_list{
	display: block;
}
.box2 .med_frame_box .care_list li{
	width: 100%;
	padding-top: 3%;
}
.box2 .med_frame_box .care_list li:last-child{
	padding-top: 8%;
}
.box2 .med_frame_box .care_list li dt p{
	font-size: 4.5vw;
}
}



/*box3
---------------------------------------------------------*/
/*med_dl_box*/
.box3 .med_dl_box li{
	width: 31%;
	background: #faf9f6;
}
.box3 .med_dl_box li dt .ft_min{
	color:#61373e!important;
}
.box3 .med_dl_box li dd{
	background: #c2bdaa;
}
.box3 .med_dl_box li:nth-child(2){
	background: #feeeec;
}
.box3 .med_dl_box li:nth-child(2) dd{
	background: #fa948a;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .med_dl_box li{
	width: 32%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .med_dl_box{
display: block;
}
.box3 .med_dl_box li{
	width: 100%;
}
}