@charset "UTF-8";


/*
---------------------------------------------------------*/
.contentpage .m_img .m_img_bg{
	background-image:url(../images/kidsortho/m_img@2x.jpg);
}
.m_img h2{
	letter-spacing: 0.1em!important;
}



/*お子さまの歯並び、気になっていませんか？
---------------------------------------------------------*/
.box01 .nayami_list li{
	float:left;
	width: 15%;
	margin-right: 2%;
}
.box01 .nayami_list li:last-child{
	margin-right: 0;
}
.box01 .center_txt{
	text-align:center;
	position: relative;
}
.box01 .center_txt::before,
.box01 .center_txt::after{
	position:absolute;
	display: block;
	content:"";
	max-width: 155px;
	height: 130px;
	width: 15%;
}
.box01 .center_txt::before{
	background:url(../images/kidsortho/bg1@2x.png) no-repeat left bottom;
	background-size:100%  auto;
	left: 0;
	bottom:0;
}
.box01 .center_txt::after{
	background:url(../images/kidsortho/bg2@2x.png) no-repeat right top;
	background-size:100%  auto;
	right: 0;
	top:0;
}
.box01 .center_txt p{
	position:relative;
	z-index: 2;
}
.box01 .soudan_box{
	max-width:990px;
	margin: 0 auto;
}
.box01 .soudan_box .txt_box{
	background:#ffffff;
	padding: 50px 40px 0 50px;
	position: relative;
}
.box01 .soudan_box .txt_box dt,
.box01 .soudan_box .txt_box dd p{
	width:58%;
}
.box01 .soudan_box .txt_box dt{
	font-size:185%;
	letter-spacing: 0.2em;
	color:#eea434;
	margin-bottom: 15px;
}
.box01 .soudan_box .txt_box dd div{
	position:absolute;
	right: 40px;
	bottom:0;
	max-width: 325px;
	width: 35%;
}
.box01 .soudan_box .txt_box dd p{
	padding-bottom:35px;
}
.box01 .soudan_box .contact_box ul,
.box01 .soudan_box .contact_box li dl{
	display:table;
	width:100%;
}
.box01 .soudan_box .contact_box li,
.box01 .soudan_box .contact_box li dt,
.box01 .soudan_box .contact_box li dd{
	display:table-cell;
	vertical-align: middle;
}
.box01 .soudan_box .contact_box li:nth-child(1){
	width:75%;
	padding: 25px 4%;
	background:#eea434;
	color:#ffffff;
}
.box01 .soudan_box .contact_box li:nth-child(1) dt{
	font-size:120%;
	font-weight: 600;
	letter-spacing: 0.1em;
	width:45%;
}
.box01 .soudan_box .contact_box li:nth-child(1) dd{
	padding-left:5px;
	width:55%;
}
.box01 .soudan_box .contact_box li:nth-child(2){
	position: relative;
	width:25%;
	background:#61b8b3;
	text-align: center;
}
.box01 .soudan_box .contact_box li:nth-child(2)::before{
	position:absolute;
	display: block;
	content:"";
	right: 10px;
	bottom:10px;
	width:10%;
	max-width: 15px;
	height: 15px;
	background:url(../images/kidsortho/soudan_arrow@2x.png) no-repeat right bottom;
	background-size:100% auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box01 .soudan_box .txt_box{
	padding: 30px 30px 0 30px;
}
.box01 .soudan_box .txt_box dt,
.box01 .soudan_box .txt_box dd p{
	width:62%;
}
.box01 .soudan_box .txt_box dt{
	font-size:160%;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
.box01 .soudan_box .txt_box dd div{
	right: 20px;
	width: 33%;
}
.box01 .soudan_box .txt_box dd p{
	padding-bottom:20px;
}
.box01 .soudan_box .contact_box li:nth-child(1){
	padding: 15px 2%;
}
.box01 .soudan_box .contact_box li:nth-child(1) dt{
	font-size:95%;
}
.box01 .soudan_box .contact_box li:nth-child(1) dd img{
	display:block;
}	
.box01 .soudan_box .contact_box li:nth-child(2)::before{
	right: 8px;
	bottom:8px;
	width:5%;
}	
}

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

.box01 .nayami_list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.box01 .nayami_list li:nth-child(3),
.box01 .nayami_list li:last-child{
	margin-right: 0;
}
.box01 .center_txt{
	text-align:left;
	position: relative;
}
.box01 .center_txt::before,
.box01 .center_txt::after{
	width: 30%;
}
.box01 .soudan_box .txt_box{
	padding:5%;
}
.box01 .soudan_box .txt_box dt,
.box01 .soudan_box .txt_box dd p{
	width:100%;
}
.box01 .soudan_box .txt_box dt{
	font-size:5.6vw;
	letter-spacing: 0.1em;
	margin-bottom: 3%;
}
.box01 .soudan_box .txt_box dd div{
	position:static;
	float: right;
	margin: 10px 0 1% 2%;
	width: 40%;
}
.box01 .soudan_box .txt_box dd p{
	padding-bottom:0;
}
.box01 .soudan_box .contact_box ul,
.box01 .soudan_box .contact_box li dl{
	display:block;
}
.box01 .soudan_box .contact_box li,
.box01 .soudan_box .contact_box li dt,
.box01 .soudan_box .contact_box li dd{
	display:block;
}
.box01 .soudan_box .contact_box li:nth-child(1){
	width:90%;
	padding:3% 5% 4% 5%;
	text-align: center;
}
.box01 .soudan_box .contact_box li:nth-child(1) dt{
	font-size:115%;
	text-align: center;
	margin-bottom: 3%;
	width:100%;
}
.box01 .soudan_box .contact_box li:nth-child(1) dd{
	padding-left:0;
	width:80%;
	margin: 0 auto;
}
.box01 .soudan_box .contact_box li:nth-child(2){
	width:100%;
}
}





/*歯並びが悪いことで起こる影響
---------------------------------------------------------*/
.box03 .eikyo_list > li{
	float: left;
	width:32%;
	margin-right: 2%;
	background:#f2efed;
	padding: 40px 38px 50px 38px;
	box-sizing: border-box;
}
.box03 .eikyo_list > li:last-child{
	margin-right: 0%;
}
.box03 .eikyo_list > li div{
	text-align:center;
	padding-bottom: 25px;
	margin-bottom: 28px;
}
.box03 .eikyo_list > li:nth-child(1) div{
	border-bottom:#7ccacc 2px solid;
}
.box03 .eikyo_list > li:nth-child(2) div{
	border-bottom:#ecd200 2px solid;
}
.box03 .eikyo_list > li:nth-child(3) div{
	border-bottom:#e09d8e 2px solid;
}

.box03 .eikyo_list > li div img{
	max-width: 200px;
	width: 80%;
	margin: 0 auto;
}
.box03 .eikyo_list > li ul li{
	background:url(../images/icon_demerit.svg) no-repeat left 4px;
	background-size:15px 15px;
	padding-left: 25px;
	margin-bottom: 20px;
	line-height: 1.6em;
	letter-spacing: 0;
}
.box03 .eikyo_list > li ul li:last-child{
	margin-bottom: 0;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box03 .eikyo_list > li{
	padding: 20px;
}
.box03 .eikyo_list > li div{
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.box03 .eikyo_list > li ul li{
	background:url(../images/icon_demerit.svg) no-repeat left 5px;
	background-size:13px 13px;
	padding-left: 22px;
	margin-bottom: 15px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box03 .eikyo_list > li{
	float: none;
	width:100%;
	margin-right: 0;
	margin-bottom: 3%;
	padding:7% 5% 5% 5%;
}
.box03 .eikyo_list > li:last-child{
	margin-bottom: 0%;
}
.box03 .eikyo_list > li div{
	padding-bottom:5%;
	margin-bottom: 5%;
}
.box03 .eikyo_list > li div img{
	width: 60%;
}
.box03 .eikyo_list > li ul li{
	background:url(../images/icon_demerit.svg) no-repeat left 6px;
	background-size:10px 10px;
	padding-left: 17px;
	margin-bottom: 4%;
}
}





/*矯正治療の時期の目安
---------------------------------------------------------*/
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	.box04 .flow_box{
		width:800px;
	}
}





/*小児矯正治療で使用する主な装置
---------------------------------------------------------*/
.box05 .ortho_index{
	font-size:155%;
	letter-spacing: 0.21em;
	color:#666464;
	font-weight: 600;
	margin-bottom: 35px;
	position: relative;
	padding-left: 1em;
}
.box05 .in_box3{
	margin-bottom:50px;
}
.box05 .ortho_index span{
	color:#eea434;
	font-size:70%;
	left: 0;
	top: 0;
	line-height: 2em;
	position: absolute;
}
.box05 .med_frame_box h5{
	background: #eea434;
	font-size: 160%;
	letter-spacing: 0.18em;
	text-align:left;
	padding: 22px 40px 22px 40px;
}
.box05 .med_frame_box_con{
	padding: 40px 40px;
}
.box05 .med_frame_box .med_flt .img_l{
	width: 25%;
	margin-right: 3%;
	max-width: 270px;
}
.box05 .med_frame_box .med_flt .txt_r{
	width: 72%;
}
.box05 .med_frame_box .med_style1 dt{
	color:#eea434;
}
.box05 .med_frame_box .img_flt_box{
	max-width:570px;
	width: 55%;
	margin-bottom: 40px;
}
.box05 .med_frame_box .img_flt_box li{
	float: left;
	width: 49%;
	max-width: 270px;
}
.box05 .med_frame_box .img_flt_box li:nth-child(2){
	float: right;
}
.box05 .bnr_invisa{
	max-width:1040px;
	margin: 0 auto;
}
.box05 .bnr_invisa h6{
	text-align:center;
	margin-bottom: 30px;
}
.box05 .bnr_invisa h6 span{
	position:relative;
	font-size:130%;
	letter-spacing: 0.2em;
	padding-bottom: 15px;
	color:#544a47;
}
.box05 .bnr_invisa h6 span::before,
.box05 .bnr_invisa h6 span::after{
	position:absolute;
	display: block;
	content:"";
	max-width:21px;
	height: 41px;
	width: 21px;
	bottom:0;
}
.box05 .bnr_invisa h6 span::before{
	background:url(../images/kidsortho/fkds_l@2x.png)  no-repeat left bottom;
	background-size:100% auto;
	right: calc(100% + 30px);
}
.box05 .bnr_invisa h6 span::after{
	background:url(../images/kidsortho/fkds_r@2x.png)  no-repeat right bottom;
	background-size:100% auto;
	left: calc(100% + 30px);
}
.box05 .bnr_invisa .inbox{
	background:url(../images/kidsortho/invisa_bg@2x.jpg) no-repeat right bottom #ffffff;
	background-size:auto 100%;
	padding: 45px 0 20px 50px;
box-shadow:0 0 10px 3px rgba(0,0,0,0.08);
	
}
.box05 .bnr_invisa .flt_box{
	max-width:770px;
	width: 85%;
	margin: 0 auto 0 0;
}
.box05 .bnr_invisa .flt_box .flt_l{
	width:48%;
}
.box05 .bnr_invisa .flt_box .flt_r{
	width:50%;
	max-width: 388px;
}
.box05 .bnr_invisa .flt_box .flt_l p{
	font-size:120%;
	letter-spacing: 0.2em;
	line-height: 2em;
	margin-bottom: 20px;
}
.box05 .bnr_invisa .flt_box .flt_l p span{
	font-size:125%;
	color:#496e92;
}
.box05 .bnr_invisa .flt_box .flt_l .more_link{
	max-width:170px;
}
.box05 .bnr_invisa .flt_box .flt_l .more_link a{
	display: block;
	background:#496e92;
	color:#ffffff;
	line-height: 1em;
	font-size:85%;
	font-weight: bold;
	padding: 10px 20px;
	position: relative;
	border-radius: 20px;	
}
.box05 .bnr_invisa .flt_box .flt_l .more_link a i{
	font-size:250%;
	position: absolute;
	right: 10px;
	bottom:0px;
}

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

.box05 .ortho_index{
	font-size:135%;
	letter-spacing: 0.13em;
	margin-bottom: 30px;
}
.box05 .in_box3{
	margin-bottom:30px;
}
.box05 .ortho_index span{
	line-height: 2.2em;
}
.box05 .med_frame_box h5{
	font-size: 140%;
	letter-spacing: 0.13em;
	padding: 15px 20px;
}
.box05 .med_frame_box_con{
	padding: 20px;
}
.box05 .med_frame_box .med_flt .img_l{
	width: 28%;
}
.box05 .med_frame_box .med_flt .txt_r{
	width: 100%;
}
.box05 .med_frame_box .img_flt_box{
	width: 60%;
	margin-bottom: 30px;
}
.box05 .bnr_invisa h6{
	margin-bottom: 20px;
}
.box05 .bnr_invisa h6 span{
	font-size:120%;
}
.box05 .bnr_invisa .inbox{
	background:url(../images/kidsortho/invisa_bg_sp@2x.jpg) no-repeat right bottom #ffffff;
	background-size:auto 100%;
	padding: 25px 0 25px 30px;
}
.box05 .bnr_invisa .flt_box{
	width: 85%;
}
.box05 .bnr_invisa .flt_box .flt_l p{
	font-size:110%;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 15px;
}
.box05 .bnr_invisa .flt_box .flt_l p span{
	font-size:120%;
}
.box05 .bnr_invisa .flt_box .flt_l .more_link{
	max-width:150px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box05 .ortho_index{
	font-size:120%;
	letter-spacing: 0.15em;
	margin-bottom: 5%;
}
.box05 .in_box3{
	margin-bottom:8%;
}
.box05 .med_frame_box h5{
	font-size: 110%;
	letter-spacing: 0.1em;
	padding: 5%;
}
.box05 .med_frame_box_con{
	padding: 5%;
}
.box05 .med_frame_box .med_flt .img_l{
	width: 60%;
	margin-right: auto;
}
.box05 .med_frame_box .med_flt .txt_r{
	width: 100%;
}
.box05 .med_frame_box .img_flt_box{
	width: 100%;
	margin: 0 auto 5% auto;
}
.box05 .bnr_invisa h6{
	margin-bottom: 5%;
}
.box05 .bnr_invisa h6 span{
	display: block;
	font-size:5vw;
	letter-spacing: 0.15em;
	padding-bottom: 3%;
}
.box05 .bnr_invisa h6 span::before,
.box05 .bnr_invisa h6 span::after{
	width: 5%;
}
.box05 .bnr_invisa h6 span::before{
	right: auto;
	left: 0;
}
.box05 .bnr_invisa h6 span::after{
	left: auto;
	right: 0;
}
.box05 .bnr_invisa .inbox{
	background:url(../images/kidsortho/invisa_bg_sp@2x.jpg) no-repeat right bottom #ffffff;
	background-size:80% auto;
	padding:5%;	
}
.box05 .bnr_invisa .flt_box{
	width: 100%;
}
.box05 .bnr_invisa .flt_box .flt_l{
	width:100%;
	float: none;
	margin-bottom: 8%;
}
.box05 .bnr_invisa .flt_box .flt_r{
	width:83%;
	float: none;
}
.box05 .bnr_invisa .flt_box .flt_l p{
	font-size:4.8vw;
	letter-spacing: 0.13em;
	line-height: 1.8em;
	margin-bottom: 4%;
	text-align: center;
}
.box05 .bnr_invisa .flt_box .flt_l p span{
	font-size:120%;
	color:#496e92;
	padding-bottom: 1%
}
.box05 .bnr_invisa .flt_box .flt_l .more_link{
	margin: 0 auto;
}
}

