@charset "UTF-8";



/*共通
---------------------------------------------------------*/
.cat_1 .com_index1{
	background:url("../images/medical/kids/kids_index_bg@2x.png") repeat center center;
	background-size:36px 36px;
}
.com_index1::before,
.com_index1::after{
	display: none;
}
.cat_1 .com_index2{
	color:#eb847b;
	border-top: 2px solid #eb847b;
	border-bottom: 2px solid #eb847b;
}
.cat_1 strong,.cat_1 strong a{color:#eb847b;}

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

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




/*
---------------------------------------------------------*/
/*case_box*/
.case_box{
	margin-bottom:50px;
}
.case_box .case_list > li{
	float:left;
	width: 49%;
	box-sizing: border-box;
	padding:20px 30px 40px 30px;
	background: #edf8da;
	border-radius: 30px;
	position: relative;
}
.case_box .case_list > li:last-child{
	float:right;
	background: #fff9ce;
}
.case_box .case_list > li::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -35px;
	max-width: 88px;
	width: 88px;
	height: 44px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:100% auto;	
	background-image:url("../images/medical/kids/case1_tag@2x.png");	
}
.case_box .case_list > li:nth-child(2)::before{
	background-image:url("../images/medical/kids/case2_tag@2x.png");	
}
.case_box .case_list > li dl{
	text-align:center;
	background-size:237px 18px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image:url("../images/medical/kids/case1_dot@2x.png");
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.case_box .case_list > li:last-child dl{
	background-image:url("../images/medical/kids/case2_dot@2x.png");
}
.case_box .case_list > li dl{
	position:relative;
	z-index: 2;
}
.case_box .case_list > li dd{
	font-size:160%;
	letter-spacing: 0.15em;
}
.case_box .case_list .abs_illust li{
	position: absolute;
	max-width:105px;
	width: 28%;
	top: -15px;
}
.case_box .case_list .abs_illust li:nth-child(1){
	left: 15px;
}
.case_box .case_list .abs_illust li:nth-child(2){
	right: 15px;
}

/*forfam*/
.forfam{
	background:#fff3f1;
	border-radius: 30px;
	padding: 40px 50px 60px 50px;
	position: relative;
}
.forfam::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -51px;
	max-width: 113px;
	width: 113px;
	height: 52px;
	background:url("../images/medical/kids/forfam_tag@2x.png") no-repeat center top;	
	background-size:100% auto;	
}
.forfam .abs_illust li{
	position: absolute;
	max-width:100px;
	width: 15%;
	top: -35px;
}
.forfam .abs_illust li:nth-child(1){
	left: 18%;
}
.forfam .abs_illust li:nth-child(2){
	right: 18%;
}
.forfam .forfam_title{
	text-align:center;
	background:url("../images/medical/kids/forfam_dot@2x.png") no-repeat center bottom;
	background-size:237px 18px;
	padding-bottom: 35px;
	margin-bottom: 25px;
}
.forfam .forfam_title dt{
	max-width:392px;
	margin: 0 auto 10px auto;
	width: 60%;
}
.forfam .forfam_title dd{
	color:#eb847b;
	font-size:185%;
	letter-spacing: 0.15em;
}
.forfam .com_btn1{
	margin-top: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*case_box*/
.case_box{
	margin-bottom:20px;
}
.case_box .case_list > li{
	padding:20px 15px 20px 15px;
	border-radius: 20px;
}
.case_box .case_list > li::before{
	top: -25px;
	width: 60px;
}
.case_box .case_list > li dl{
	background-size:60% auto;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.case_box .case_list > li dt img{
	display:block;
	max-width: 88px;
	width: 28%;
	margin: 0 auto 10px auto;
}
.case_box .case_list > li dd{
	font-size:140%;
}
.case_box .case_list .abs_illust li{
	width: 25%;
}
.case_box .case_list .abs_illust li:nth-child(1){
	left: 10px;
}
.case_box .case_list .abs_illust li:nth-child(2){
	right: 10px;
}

/*forfam*/
.forfam{
	border-radius: 20px;
	padding: 30px 30px 40px 30px;
}
.forfam::before{
	top: -40px;
	width: 90px;
}
.forfam .abs_illust li{
	top: -35px;
}
.forfam .abs_illust li:nth-child(1){
	left: 5%;
}
.forfam .abs_illust li:nth-child(2){
	right: 5%;
}
.forfam .forfam_title{
	background-size:180px auto;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.forfam .forfam_title dt{
	margin: 0 auto 10px auto;
}
.forfam .forfam_title dd{
	font-size:160%;
}
.forfam .com_btn1{
	margin-top: 20px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*case_box*/
.case_box{
	margin-bottom:0;
}
.case_box .case_list > li{
	float:none;
	width: 100%;
	padding:5% 5% 5% 5%;
	border-radius: 20px;
}
.case_box .case_list > li:last-child{
	margin-top: 13%;
}
.case_box .case_list > li::before{
	top: -6vw;
	max-width: 88px;
	width: 13vw;
}
.case_box .case_list > li dl{
	background-size:50% auto;
	padding-bottom: 7%;
	margin-bottom: 5%;
}
.case_box .case_list > li dt img{
	display:block;
	max-width: 88px;
	width: 30%;
	margin: 0 auto 3% auto;
}
.case_box .case_list > li dd{
	font-size:6vw;
	letter-spacing: 0.15em;
}
.case_box .case_list .abs_illust li{
	width: 23%;
	top: -5vw;
}
.case_box .case_list .abs_illust li:nth-child(1){
	left: 3%;
}
.case_box .case_list .abs_illust li:nth-child(2){
	right: 3%;
}

/*forfam*/
.forfam{
	border-radius: 20px;
	padding: 7% 5% 5% 5%;
	margin-top: 10%;
}
.forfam::before{
	top: -8vw;
	width: 20vw;
	z-index: 5;
}
.forfam .abs_illust li{
	top: -8vw;
}
.forfam .abs_illust li:nth-child(1){
	left: 1%;
}
.forfam .abs_illust li:nth-child(2){
	right: 1%;
}
.forfam .forfam_title{
	background-size:40% auto;
	padding-bottom: 7%;
	margin-bottom: 4%;
}
.forfam .forfam_title dt{
	margin: 0 auto 3% auto;
	width: 75%;
}
.forfam .forfam_title dt img{
	display:block;
	margin: 0 auto;
}
.forfam .forfam_title dd{
	font-size:5.2vw;
	letter-spacing: 0.1em;
}
.forfam .com_btn1{
	margin-top: 5%;}
}





/*小児歯科の治療の流れ
---------------------------------------------------------*/
.med_step .txt_r h6{
	font-size:160%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_step .txt_r h6{
	font-size:130%;
	letter-spacing: 0.05em;
	margin-bottom: 5px;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_step .txt_r h6{
	font-size:5.3vw;
	margin-bottom: 3%;}
}


