@charset "UTF-8";

/* メインイメージ */
.contentpage .m_img_area .m_img::before{
	background-image: url("../images/maternity/m_img@2x.jpg");
}





/*box2
---------------------------------------------------------*/
.box2 .care_box{
	border: 1px solid #e6e6e6;
}
.box2 .care_box h3{
	font-size: 170%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-align: center;
	padding: 0.8em 3%;
	box-sizing: border-box;
	color: #fff;
	background-color: #bbb49d;
}
.box2 .care_box > div{
	padding: 50px 0;
}
.box2 .care_box ul{
    display: flex;
    justify-content: space-between;
	position: relative;
}
.box2 .care_box ul::before{
	position: absolute;
	content: "";
	background: #e6e6e6;
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}
.box2 .care_box ul li{
	width: 50%;
	padding: 20px 3%;
}
.box2 .care_box ul li dl{
	max-width:440px;
	margin: 0 auto;
}
.box2 .care_box ul li dl dt{
	max-width: 440px;
	margin: 0 auto 40px;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .care_box h3{
	font-size: 2.6vw;
}
.box2 .care_box > div{
	padding: 5% 0;
}
.box2 .care_box ul li{
	padding: 2% 3%;
}
.box2 .care_box ul li dl dt{
	margin: 0 auto 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .care_box h3{
	font-size: 140%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding: 0.6em 3%;
}
.box2 .care_box > div{
	padding: 6% 5%;
}
.box2 .care_box ul{
    display: block;
	position: static;
}
.box2 .care_box ul::before{
	position: static;
	background: none;
}
.box2 .care_box ul li{
	width: 100%;
	padding:0 0;
}
.box2 .care_box ul li dl{
	max-width:100%;
}
.box2 .care_box ul li dl dt{
	width: 90%;
	margin: 0 auto 4%;
}
}





/*box3
---------------------------------------------------------*/
.box3 .med_col3 li:nth-child(2){
	background-color: #fceeea;
}
.box3 .med_col3 li:nth-child(2) dt{
	color: #df6749;
}
.box3 .med_col3 span{
	display: block;
}
.box3 .med_col3 small{
	font-size: 72%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: block;
	margin-top: 0.15em;
}
.box3 .med_border_box .com_flot_box .img_r {
	max-width: 217px;
	width: 23%;
}
.box3 .med_border_box .com_flot_box .txt_l {
	max-width: 683px;
	width: 77%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .med_border_box .com_flot_box .txt_l {
	max-width: 100%;
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .med_border_box .com_flot_box .img_r {
	width: 50%;
}
.box3 .med_border_box .com_flot_box .txt_l {
	max-width: 100%;
	width: 100%;
}
}





/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

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

}




