@charset "UTF-8";

/*grd_box
---------------------------------------------------------*/
.grd_box {
	background: rgb(255,255,211); /* Old browsers */
	background: linear-gradient(to bottom,  rgba(255,255,211,1) 0%,rgba(255,255,255,1) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 60px 0 70px;
}
.grd_box h4 {
	color: #6C5958;
	font-size: min(154%,2.5vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 1.5em;
}
.grd_box dl.txt dt {
	color: #92B700;
	font-size: min(154%,2.5vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	padding-bottom: 0.2em;
	border-bottom: dotted 1px #A6CA00;
	margin-bottom: 0.6em;
}
.grd_box dl.txt dt span {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 130%;
	position: relative;
	bottom: -2px;
	margin-right:0.15em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.grd_box {
	padding: 6% 0 7%;
}
.grd_box h4 {
	letter-spacing: .15em;
}
.grd_box dl.txt dt {
	letter-spacing: .15em;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.grd_box {
	padding: 8% 0 10%;
}
.grd_box h4 {
	font-size: 130%;
	letter-spacing: .05em;
	margin-bottom: 1em;
}
.grd_box dl.txt dt {
	font-size: 130%;
	letter-spacing: .05em;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
}
}



/*first_box
---------------------------------------------------------*/
.lead_box .w970{
	position: relative;
	z-index: 1;
}
.lead_box .w970::before{
	position: absolute;
	content: "";
	background: url("../images/medical/kids/lead_abs_l@2x.png") no-repeat left top;
	background-size: 100% auto;
	max-width: 320px;
	width: 33%;
	height: 557px;
	top:80px;
	left: 0;
	transform: translateX(-77%);
	z-index: -1;
}
.lead_box .w970::after{
	position: absolute;
	content: "";
	background: url("../images/medical/kids/lead_abs_r@2x.png") no-repeat right top;
	background-size: 100% auto;
	max-width: 320px;
	width: 33%;
	height: 557px;
	top:80px;
	right: 0;
	transform: translateX(74%);
	z-index: -1;
}
.lead_box .txt_lead{
	margin-left: auto;
	margin-right: auto;
}
/*.lead_box .schedule {
	margin-top: 70px;
	position: relative;
	text-align: center;
}
.lead_box .schedule .abs_img {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -43px;
}
.lead_box .schedule .in_box {
	padding: 35px 0 30px;
}
.lead_box .schedule h4 {
	color: #5F4C3D;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
}
.lead_box .schedule .in_box p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
}
.lead_box .schedule .tel_box {
	background: #5F4C3C;
	padding: 35px 0 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
}*/
.lead_box .kidsplus_box{
	padding:40px 3%;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	color: #5F4C3D;
	max-width:800px;
	margin: 0 auto;
}
.lead_box .kidsplus_box dt{
	line-height: 1.5em!important;
	margin-bottom: 0.5em!important;
}
.lead_box .kidsplus_box dd{
	font-size: 105%;
	letter-spacing: .2em;
	line-height: 1.8em;
}
.lead_box .kidsplus_box .bnr_kidsplus{
	max-width: 536px;
	margin: 20px auto 0;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.lead_box .w970::before{
	background-position: left bottom;
	width: 27%;
	top:auto;
	bottom: 1em;
	left: 0;
	transform: translateX(-19%);
	z-index: -1;
}
.lead_box .w970::after{
	background-position: right bottom;
	width: 27%;
	top:auto;
	bottom: 1em;
	right: 0;
	transform: translateX(16%);
	z-index: -1;
}
.lead_box .kidsplus_box{
	padding:3.5% 3%;
	width: 70%;
}
.lead_box .kidsplus_box .bnr_kidsplus{
	margin: 2vw auto 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lead_box .kidsplus_box dd{
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lead_box .w970{
	position: static;
	z-index: 1;
}
.lead_box .w970::before{
	position: static;
	background: none;
}
.lead_box .w970::after{
	position: static;
	background: none;
}
.lead_box .kidsplus_box{
	padding:6% 5%;
	max-width:100%;
}
.lead_box .kidsplus_box dt{
	margin-bottom: 0.4em!important;
}
.lead_box .kidsplus_box dd{
	font-size: 100%;
	letter-spacing: .05em;
}
.lead_box .kidsplus_box .bnr_kidsplus{
	margin: 5% auto 0;
}
}



/*box1
---------------------------------------------------------*/
.box1 .item1 {
	position: relative;
}
.box1 .item1 .abs_img{
	position: absolute;
	max-width: 400px;
	width: 41.24%;
	right: 0;
	top: 8px;
}
.box1 .item1 .txt dd,
.box1 .item1 .onegai {
	max-width: 530px;
	width: 55%;
}
.box1 .item1 .onegai {
	margin-top: 30px;
	background: #A9C719;
	border-radius: 15px;
	position: relative;
}
.box1 .item1 .onegai dl {
	max-width: 355px;
	width: 70%;
	padding: 20px 3.6%;
}
.box1 .item1 .onegai dt {
	color: #FFFF99;
	font-size: 127%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.25em;;
}
.box1 .item1 .onegai dd {
	color: #fff;
	line-height: 1.8em;
}
.box1 .item1 .onegai .img_photo {
	position: absolute;
	max-width: 136px;
	width: 25.7%;
	right: 0.1%;
	bottom: 0;
	z-index: 10;
}
.box1 .item2 {
	position: relative;
}
.box1 .item2 .txt dt,
.box1 .item2 .txt dd {
	padding-left: 33%;
}
.box1 .item2 .abs_img{
	position: absolute;
	display: block;
	max-width: 240px;
	width: 25%;
	left: 3%;
	top:0;
	transform: translateY(-12.5%)
}
.box1 .item3 {
	position: relative;
}
.box1 .item3 .txt dd {
	max-width: 640px;
	width: 66%;
}
.box1 .item3 .abs_img{
	position: absolute;
	display: block;
	max-width: 260px;
	width: 27%;
	right: 3%;
	top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .item1 .onegai {
	margin-top: 3vw;
	border-radius: 1.5vw;
}
.box1 .item1 .onegai dl {
	padding: 2vw 3.6%;
}
.box1 .item1 .onegai dt {
	letter-spacing: .15em;
}
.box1 .item2 {
	position: relative;
}
.box1 .item2 .txt dt,
.box1 .item2 .txt dd {
	padding-left: 31%;
}
.box1 .item2 .abs_img{
	left: 2%;
}
.box1 .item3 {
	position: relative;
}
.box1 .item3 .txt dd {
	width: 67%;
}
.box1 .item3 .abs_img{
	right: 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .item1 .abs_img{
	position: static;
	width: 60%;
	margin:0 auto 5vw;
	text-align: center;
}
.box1 .item1 .txt dd,
.box1 .item1 .onegai {
	max-width: 100%;
	width: 100%;
}
.box1 .item1 .onegai {
	margin-top: 5%;
	border-radius: 3vw;
}
.box1 .item1 .onegai dl {
	max-width: 100%;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
}
.box1 .item1 .onegai dt {
	font-size: 120%;
	letter-spacing: .05em;
	text-align: center;
}
.box1 .item1 .onegai dd {
	width: 84%;
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.box1 .item1 .onegai .img_photo {
	width: 23%;
	right: 0.5%;
}
.box1 .item2 {
	position: relative;
}
.box1 .item2 .txt dt,
.box1 .item2 .txt dd {
	padding-left: 0;
}
.box1 .item2 .abs_img{
	position: static;
	display: block;
	width: 37%;
	float: left;
	margin-right: 3%;
	margin-bottom: 0.5em;
	transform: translateY(0)
}
.box1 .item3 {
	position: relative;
}
.box1 .item3 .txt dd {
	max-width: 100%;
	width: 100%;
}
.box1 .item3 .abs_img{
	position: static;
	display: block;
	width: 40%;
	float: right;
	margin-left: 3%;
	margin-bottom: 0.5em;
}
}



/*box2
---------------------------------------------------------*/
.box2 .point_list {
	max-width: 582px;
	margin: 0 auto 30px;
	text-align: center;
	color: #fff;
	font-size:114%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.8em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box2 .point_list li {
	max-width: 40px;
	width: 2.353em;
}
.box2 .point_list li.point {
	max-width: 134px;
	width: 7.8824em;
	max-height: 134px;
	height: 7.8824em;
	background: url(../images/medical/kids/circle1.png) no-repeat center center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box2 .check_box {
	margin: 50px 0 60px;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	padding-left: 11.5em;
	padding-right: 1em;
}
.box2 .check_box h5 {
	color: #fff;
	font-size:114%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8em;
	text-align: center;
	background: url(../images/medical/kids/circle2.png) no-repeat center center;
	background-size: contain;
	max-width: 160px;
	width: 9.42em;
	max-height: 160px;
	height: 9.42em;
	position: absolute;
	z-index: 2;
	left: 2.5%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.box2 .check_box ul {
	float: left;
	margin-left: 2.5em;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 2.0em;
}
.box2 .check_box li {
	background: url(../images/medical/kids/icon1.png) no-repeat left 0.85em;
	background-size: 0.34em 0.34em;
	padding-left: 1em;
}
.box2 .item1 .flt_l {
	max-width: 530px;
	width: 54.64%;
}
.box2 .item1 .flt_r {
	max-width: 410px;
	width: 42.3%;
	background: #FFFFD9;
	padding: 1.5em 0 1em;
	text-align: center;
	font-size: min(95%,1.4vw);
	letter-spacing: normal;
	line-height: 1.6em;
	font-weight: bold;
	box-sizing: border-box;
	margin-top: 0.4em;
}
.box2 .item1 .fusso_box h5 {
	font-size: 136%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.4em;
}
.box2 .item1 .fusso_box ul{
	display: flex;
	justify-content: center;
}
.box2 .item1 .fusso_box li {
	max-width: 205px;
	width: 50%;
}
.box2 .item1 .fusso_box p {
	margin-bottom: 0.6em;
	padding-left: 12%;
	box-sizing: border-box;
}
.box2 .item2 .flt_r {
	max-width: 640px;
	width: 66%;
}
.box2 .item2 .flt_l {
	max-width: 290px;
	width: 30%;
	font-size: min(95%,1.4vw);
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	position: relative;
}
.box2 .item2 .flt_l::before{
	position: absolute;
	content: "";
	background: url(../images/arrow1.png) no-repeat center center;
	background-size: 100% auto;
	max-width: 12px;
	width: 0.857143em;
	height:1.57143em;
	left: 0;
	right: 0;
	margin: auto;
	top:calc(50% - 0.714285em);
	transform: translateY(-50%);
}
.box2 .item2 .flt_l li {
	float: right;
	max-width: 118px;
	width: 9em;
}
.box2 .item2 .flt_l li:first-child {
	float: left;
}
.box2 .item2 .flt_l li p {
	margin-top: 0.5em;
}
.box2 .item3 {
	position: relative;
}
.box2 .item3 .txt dd {
	max-width: 640px;
	width: 66%;
}
.box2 .item3 .abs_img{
	max-width: 260px;
	width: 27%;
	position: absolute;
	right: 3%;
	top: 0;
}
.box2 .rubberdam {
	position: relative;
	padding: 40px 3% 30px;
}
.box2 .rubberdam .inbox{
	max-width: 912px;
	margin: 0 auto;
}
.box2 .rubberdam h5 {
	text-align: center;
	font-size: min(154%,2.5vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom:0.5em;
}
.box2 .rubberdam .txt {
	max-width: 620px;
	width: 70%;
}
.box2 .rubberdam .feature {
	margin-top: 1.3em;
	padding: 1em 3%;
	border: solid 1px #604C3D;
}
.box2 .rubberdam .feature dl{
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box2 .rubberdam .feature dt {
	color: #fff;
	font-size: 114%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.0em;
	text-align: center;
	background: url(../images/medical/kids/circle2.png) no-repeat center center;
	background-size: contain;
	max-width: 80px;
	width: 4.71em;
	max-height: 80px;
	height: 4.71em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box2 .rubberdam .feature dd {
	text-align: left;
	padding-left:2em;
	font-weight: bold;
	letter-spacing: .2em;
	box-sizing: border-box;
}
.box2 .rubberdam .feature dd li {
	background: url(../images/medical/kids/icon1.png) no-repeat left 0.85em;
	background-size: 0.34em 0.34em;
	padding-left: 1em;
}
.box2 .rubberdam .abs_img {
	position: absolute;
	max-width: 210px;
	width: 24%;
	right: 5%;
	top:0;
	transform: translateY(33%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .point_list {
	margin: 0 auto 3vw;
	font-size:110%;
	letter-spacing: .15em;
}
.box2 .check_box {
	margin: 5% 0 6%;
	padding: 2% 0;
	padding-left: 11em;
}
.box2 .check_box h5 {
	font-size:110%;
}
.box2 .check_box ul {
	margin-left: 2em;
	letter-spacing: .15em;
	line-height: 1.8em;
}
.box2 .item1 .fusso_box h5 {
	letter-spacing: .15em;
}
.box2 .item1 .flt_l {
	max-width: 100%;
	width: 100%;
	float: none;
}
.box2 .item1 .flt_r {
	margin-left: 3.06%;
	margin-bottom: 1em;
}
.box2 .item3 .txt dd {
	width: 67%;
}
.box2 .item3 .abs_img{
	right: 2%;
}
.box2 .rubberdam {
	padding: 4% 3% 3%;
}
.box2 .rubberdam .inbox{
	max-width: 100%;
}
.box2 .rubberdam h5 {
	letter-spacing: .15em;
}
.box2 .rubberdam .txt {
	max-width: 620px;
	width: 70%;
}
.box2 .rubberdam .feature {
	margin-top: 1.2em;
	padding: 1em 3%;
}
.box2 .rubberdam .feature dl{
	max-width:100%;
}
.box2 .rubberdam .feature dt {
	font-size: 110%;
	letter-spacing: .15em;
}
.box2 .rubberdam .feature dd {
	padding-left:1.5em;
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .point_list {
	max-width: 34em;
	width: 100%;
	margin: 0 auto 5%;
	text-align: center;
	color: #fff;
	font-size:85%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box2 .point_list li {
	padding: 0 0.3em;
	box-sizing: border-box;
}
.box2 .point_list li.point {
	padding: 0;
	width: 7em;
	max-width: 7em;
	height: 7em;
	max-height: 7em;
}
.box2 .check_box {
	margin: 7% 0 8%;
	position: relative;
	z-index: 1;
	padding: 5%;
}
.box2 .check_box h5 {
	letter-spacing: .05em;
	line-height: 1.5em;
	text-align: center;
	background: #5F4C3E;
	padding: 2%;
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	height: 100%;
	position: static;
	top: 50%;
	transform: translateY(0);
	display: block;
	margin-bottom: 4%;
	box-sizing: border-box;
}
.box2 .check_box ul {
	float: none;
	margin-left: 0;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.box2 .check_box li {
	background-position: left 0.75em;
}
.box2 .item1 .flt_l {
	max-width: 100%;
	width: 100%;
	float: none;
}
.box2 .item1 .flt_r {
	width:100%;
	max-width: 100%;
	padding: 4% 1% 2.5%;
	font-size: 75%;
	margin:0 auto 4vw;
	float: none;
}
.box2 .item1 .fusso_box h5 {
	letter-spacing: .05em;
}
.box2 .item2 .flt_r {
	max-width: 100%;
	width:  100%;
	float: none;
}
.box2 .item2 .flt_l {
	max-width: 20.07em;
	width: 100%;
	font-size: 80%;
	float: none;
	margin: 0 auto 4vw;
}
.box2 .item3 .txt dd {
	max-width: 100%;
	width: 100%;
}
.box2 .item3 .abs_img{
	position: static;
    display: block;
    width: 40%;
    float: right;
    margin-left: 3%;
    margin-bottom: 0.5em;
}
.box2 .rubberdam {
	padding: 6% 5%;
}
.box2 .rubberdam .inbox{
	max-width: 100%;
}
.box2 .rubberdam h5 {
	font-size:130%;
	letter-spacing: .05em;
}
.box2 .rubberdam .txt {
	max-width: 100%;
	width: 100%;
}
.box2 .rubberdam .feature {
	margin-top: 5%;
	padding: 4%;
}
.box2 .rubberdam .feature dl{
	max-width: 100%;
	display: block;
}
.box2 .rubberdam .feature dt {
	letter-spacing: .05em;
    line-height: 1.5em;
    text-align: center;
    background: #5F4C3E;
    padding: 2%;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
	margin-bottom: 4%;
	box-sizing: border-box;
}
.box2 .rubberdam .feature dd {
	padding-left:0;
	letter-spacing: .05em;
}
.box2 .rubberdam .feature dd li {
	background-position: left 0.75em;
}
.box2 .rubberdam .abs_img {
	position: static;
	width: 40%;
	float: right;
	margin-left: 3%;
    margin-bottom: 0.5em;
	transform: translateY(0);
}
}



/*box3
---------------------------------------------------------*/
.box3 .img{
	max-width: 820px;
	margin: 0 auto 30px;
	text-align: center;
}
.box3 .link_kyosei a {
	display: block;
	max-width: 100%;
	width: 36.25em;
	margin: 25px auto 45px;
	text-align: center;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.0em;
	padding: 0.8em 0;
	font-weight: bold;
	background: #DFEBEA;
	box-sizing: border-box;
}
.box3 .link_kyosei .arrow {
	background: url(../images/arrow3.png) no-repeat right center;
	background-size: 0.4375em;
	padding-right: 1.25em;
}
.box3 .link_kyosei .green {
	color: #008C66;
}
.box3 .frame_box {
	border: solid 1px #604C3D;
	padding: 30px 2.5%;
}
.box3 .frame_box > div{
	max-width: 910px;
	margin: 0 auto
}
.box3 .frame_box .flt_l {
	max-width: 465px;
	width: 52%;
}
.box3 .frame_box .flt_l dt {
	font-size: 127%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.25em;
}
.box3 .frame_box .flt_r{
	max-width: 415px;
	width: 45.7%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .img{
	margin: 0 auto 3vw;
}
.box3 .link_kyosei a {
	width: 36.25em;
	margin: 2.5vw auto 4.5vw;
}
.box3 .link_kyosei .green {
	color: #008C66;
}
.box3 .frame_box {
	padding: 3% 2.5%;
}
.box3 .frame_box .flt_l dt {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .img{
	max-width: 530px;
	margin: 0 auto 5%;
}
.box3 .link_kyosei a {
	max-width: 100%;
	width:  100%;
	margin: 5% auto 7%;
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.5em;
	padding: 0.6em 0;
}
.box3 .frame_box {
	padding: 5%;
}
.box3 .frame_box > div{
	max-width: 100%;
}
.box3 .frame_box .flt_l {
	max-width: 100%;
	width: 100%;
	float: none;
}
.box3 .frame_box .flt_l dt {
	font-size: 120%;
	letter-spacing: .05em;
	text-align: center;
}
.box3 .frame_box .flt_r{
	width: 100%;
	margin: 0 auto 4vw;
}
}



/*maternity
---------------------------------------------------------*/
.maternity {
	background: #FBEDEF;
	position: relative;
	padding: 70px 0 50px;
	z-index: 1;
}
.maternity::before{
	position: absolute;
	content: "";
	background:  url(../images/medical/kids/bg1.jpg) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	max-width: 1100px;
	height: 455px;
	right: 0;
	left: 0;
	margin: auto;
	top:0;
	z-index: -1;
}
.maternity .sub_title {
	font-size: min(154%,2.5vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.4em;
}
.maternity h4 {
	color: #E47887;
	font-size: min(214%,3.4vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
.maternity .in_box {
	max-width: 44.375em;
	font-size: min(105%,1.6vw);
	letter-spacing: .05em;
}
.maternity .in_box ul {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.maternity .in_box li {
	max-width: 134px;
	width: 8.375em;
	max-height: 134px;
	height: 8.375em;
	color: #fff;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	background: url(../images/medical/kids/circle3.png) no-repeat center center;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maternity .in_box p{
	font-size:15px;
	font-weight: normal;
}
.maternity .flt_box {
	padding: 40px 0;
}
.maternity .flt_box .flt_r {
	padding-top: 1em;
	max-width:725px;
	width: 75%;
	padding-right: 3%;
	text-align: left;
	box-sizing: border-box;
}
.maternity .flt_box .flt_l {
	max-width: 205px;
	width:22%;
}
.maternity .bg_white {
	background-color: #fff;
	padding: 40px 3% 30px;
	position: relative;
}
.maternity .bg_white .inbox{
	max-width: 910px;
	margin: 0 auto;
}
.maternity .bg_white h5 {
	font-size: min(154%,2.5vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	margin-bottom:1.2em;
}
.maternity .bg_white dl.flt_l{
	max-width: 620px;
	width: 69%;
}
.maternity .bg_white dl.flt_l dt {
	color: #E47887;
	font-size: 127%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	background: url(../images/medical/kids/icon2.png) no-repeat left 0.6em;
	background-size: 0.37em 0.37em;
	padding-left: 1.05em;
	margin-bottom: 0.5em;
}
.maternity .bg_white dl.flt_l dd {
	padding-left: 1.33em;
	padding-right: 0.66em;
	padding-bottom: 1.33em;
	border-bottom: solid 1px #F6B0BA;
	margin-bottom: 1.33em;
}
.maternity .bg_white div.flt_r{
	max-width: 250px;
	width: 28%;
	position: relative;
}
.maternity .bg_white div.flt_r .abs_txt {
	color: #fff;
	font-size: min(110%,1.7vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.8em;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 4.25em;
}
.maternity .bg_white dl.flt_l dd.border_none{
	padding-bottom: 0!important;
	border-bottom: none!important;
	margin-bottom: 0!important;
}
.maternity .tuwari {
	margin: 40px 0 60px;
	background: #FEFEF9 url(../images/medical/kids/bg2.jpg) no-repeat right top;
	background-size:auto 100%;
	padding: 25px 2.5%;
}
.maternity .tuwari .inbox{
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maternity .tuwari h5 {
	max-width: 159px;
	width: 9.353em;
	max-height: 159px;
	height: 9.353em;
	background: url(../images/medical/kids/circle2.png) no-repeat center center;
	background-size: contain;
	color: #fff;
	font-size: 114%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.8em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maternity .tuwari dl {
	font-weight: bold;
	letter-spacing: .2em;
	width: calc(100% - 12.2em);
}
.maternity .tuwari dt {
	color: #E47887;
	font-size: 114%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.maternity .tuwari li {
	background: url(../images/medical/kids/icon2.png) no-repeat left 0.85em;
	background-size: 0.37em 0.37em;
	padding-left: 1em;
}
.maternity .anteiki {
	border: solid 5px #F3B1BB;
	padding: 40px 3.5% 30px;
	position: relative;
}
.maternity .anteiki h5 {
	color: #fff;
	font-size: min(154%,2.5vw);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.0em;
	text-align: center;
	background: #F3B1BB;
	padding: 0.6em 0;
	border-radius: 1.3em;
	width: 21.3em;
	max-width: 90%;
	position: absolute;
	top: 0;
	transform: translateY(-53%);
	left: 0;
	right: 0;
	margin: auto;
}
.maternity .anteiki > div{
	max-width: 900px;
	margin: 0 auto;
}
.maternity .anteiki .flt_r {
	max-width: 650px;
	width: 73%;
	padding-top: 0.6em;
}
.maternity .anteiki .flt_l{
	max-width: 216px;
	width: 24%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.maternity {
	padding: 7% 0 5%;
}
.maternity::before{
	left:5%;
	will-change: 105%;
}
.maternity .in_box ul {
	margin-bottom: 2%;
}
.maternity .flt_box {
	padding: 4% 0;
}
.maternity .flt_box .flt_r {
	width: 74%;
	padding-right: 0;
}
.maternity .bg_white {
	padding: 4% 3% 3%;
}
.maternity .bg_white h5 {
	letter-spacing: .15em;
}
.maternity .bg_white dl.flt_l{
	max-width: 620px;
	width: 69%;
}
.maternity .bg_white dl.flt_l dt {
	font-size: 127%;
	letter-spacing: .15em;
}
.maternity .tuwari {
	margin: 4% 0 6vw;
	padding: 2.5% 2.5%;
}
.maternity .tuwari h5 {
	font-size: 110%;
}
.maternity .tuwari dl {
	letter-spacing: .15em;
	width: calc(100% - 11.5em);
}
.maternity .tuwari dt {
	font-size: 110%;
	letter-spacing: 0.15em;
}
.maternity .anteiki {
	padding: 4% 3.5% 3%;
}
.maternity .anteiki h5 {
	letter-spacing: .15em;
}
.maternity .anteiki .flt_r {
	max-width: 100%;
	width: 100%;
	padding-top: 0;
	float: none;
}
.maternity .anteiki .flt_l{
	margin-right: 3%;
	margin-bottom: 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.maternity {
	padding: 10% 0 10%;
}
.maternity::before{
	background-image:  url(../images/medical/kids/bg1_sp.jpg) ;
	width: 100%;
	height: 100%;
	right: 0;
	left: auto;
}
.maternity .sub_title {
	font-size: 105%;
	letter-spacing: .05em;
}
.maternity h4 {
	font-size:170%;
	letter-spacing: .05em;
}
.maternity .in_box {
	max-width: 44.375em;
	font-size: 78%;
	letter-spacing:normal;
}
.maternity .in_box ul {
	margin-bottom: 4%;
    flex-wrap: wrap;
	justify-content: center;
}
.maternity .in_box li {
	margin: 0 0.4em;
}
.maternity .in_box li {
	max-width: 8.375em;
	max-height: 8.375em;
}
.maternity .in_box p{
	font-size: 4vw;
	line-height: 1.8em;
}
.maternity .flt_box {
	padding: 6% 0;
}
.maternity .flt_box .flt_r {
	padding-top: 0;
	max-width:100%;
	width: 100%;
	padding-right: 0;
	float: none;
}
.maternity .flt_box .flt_l {
	width:40%;
	float: right;
	margin-left: 3%;
    margin-bottom: 0.5em;
}
.maternity .bg_white {
	padding: 6% 5% 5%;
}
.maternity .bg_white .inbox{
	max-width: 100%;
}
.maternity .bg_white h5 {
	font-size:130%;
	letter-spacing: .05em;
	margin-bottom:1em;
}
.maternity .bg_white dl.flt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
.maternity .bg_white dl.flt_l dt {
	font-size: 120%;
	letter-spacing: .05em;
	margin-bottom: 0.4em;
}
.maternity .bg_white div.flt_r{
	max-width: 456px;
	width: 100%;
	position: static;
	margin: 1em auto 0;
	text-align: center;
}
.maternity .bg_white div.flt_r .abs_txt {
	position: static;
	display: none;
}
.maternity .tuwari {
	margin: 6% 0 14vw;
	background-image: none;
	padding: 5%;
}
.maternity .tuwari .inbox{
	max-width: 100%;
	display: block;
}
.maternity .tuwari h5 {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	height: 100%;
	background: #5F4C3E;
    padding: 2%;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.5em;
	text-align: center;
	display: block;
	margin-bottom: 4%;
    box-sizing: border-box;
}
.maternity .tuwari dl {
	font-weight: bold;
	letter-spacing: .2em;
	width: 100%;
}
.maternity .tuwari dt {
	font-size: 114%;
	letter-spacing: 0.05em;
	margin-bottom: 0.4em;
	
}
.maternity .tuwari li {
	background-position: left 0.75em;
}
.maternity .anteiki {
	padding: 12.5vw 5% 5%;
}
.maternity .anteiki h5 {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.4em;
	border-radius: 1.9em;
	padding: 0.5em 0;
}
.maternity .anteiki > div{
	max-width: 100%;
}
.maternity .anteiki .flt_r {
	max-width: 100%;
	width: 100%;
	padding-top: 0;
	float: none;
}
.maternity .anteiki .flt_l{
	width: 50%;
	margin: 0 auto 3vw;
	text-align: center;
	float: none;
}

}
