@charset "UTF-8";


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

.cap_gr{
	font-size: 80%;
	color: #969696;
	line-height: 1.5em;
	margin-top: 15px;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
.cap_rd{
	font-size: 80%;
	color: #ea655c;
	line-height: 1.5em;
	margin-top: 15px;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
.box4 .invisa_bnr{
	margin-top: 40px;
	margin-bottom: 0%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box4 .invisa_bnr{
	margin-top: 30px;
	margin-bottom: 0%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.invisa_bnr{
	margin-bottom: 8%;
}
.cap_gr{
	margin-top: 2.5%;
}
.cap_rd{
	margin-top: 2.5%;
}
}

/*box1
---------------------------------------------------------*/
.box1 .nayami_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align: center;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.box1 .nayami_list li{
    width: 15.1%;
}
.box1 .nayami_list .nayami_text{
    font-size: 105%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding-top: 0.7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .nayami_list .nayami_text{
    font-size: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .nayami_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box1 .nayami_list li{
    width: 30%;
	padding-bottom: 5%;
}
.box1 .nayami_list .nayami_text{
    font-size: 3.8vw;
	padding-top: 0.5em;
}
}


/*med_rel_box*/
.box1 .med_rel_box .med_flt{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.box1 .med_rel_box .med_flt .img_r{
	max-width: 256px;
	width: 29%;
}
.box1 .med_rel_box .med_flt .txt_l{
	width: 67%;
	font-size: 85%;
	line-height: 1.9em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .med_rel_box .med_flt .img_r{
	width: 33%;
}
.box1 .med_rel_box .med_flt .txt_l{
	width: 63%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .med_rel_box .med_flt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.box1 .med_rel_box .med_flt .img_r{
	width: 70%;
	margin-bottom: 0
}
.box1 .med_rel_box .med_flt .txt_l{
	width: 100%;
	padding-bottom: 1em;
}
}


/*access_box*/
.box1 .access_box{
	background-color: #ecf8fb;
}
.box1 .access_box .access_flex{
	display: flex;
	justify-content: space-between;
    align-items: center;
	max-width: 915px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 3%;
}
.box1 .access_box .sp_tel_btn{
	width: 63.39%
}
.box1 .access_box .web_btn{
	width: 32.9%;
	background: #2ca8c7;
	border-radius: 5px;
	text-align: center;
	padding: 16px;
	box-sizing: border-box;
	position: relative;
}
.box1 .access_box .web_btn::before{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	right: 7px;
	top: 7px;
	background: url("../../images/icon_link.svg") no-repeat center;
	background-size: contain;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .access_box .access_flex{
	padding: 20px 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .access_box .access_flex{
	display: block;
	padding: 6%;
}
.box1 .access_box .sp_tel_btn{
	width: 100%;
	padding-bottom:5%;
}
.box1 .access_box .web_btn{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3% 8% ;
}
}





/*box2
---------------------------------------------------------*/
.box2 .med_frame_box .med_frame_list .eikyou_flex {
	display: flex;
	align-items: center;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l{
	width: 17%;
	text-align: center;
	padding: 0 1%;
	box-sizing: border-box;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l p{
	line-height: 1.3em;
	font-size: 140%;
	padding-top: 0.5em;
	letter-spacing: 0.15em
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l p span{
	font-size: 160%
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .txt_r{
	width: 83%;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .txt_r .pd_b{
	padding-bottom: 4%;
}
.box2 .med_frame_box .med_frame_list > li dt{
	font-size: 140%;
	letter-spacing: 0.15em;
}
.box2 .med_frame_box .med_frame_list > li:nth-child(1) .eikyou_flex .ft_min{
	color: #2ab0ce;
}
.box2 .med_frame_box .med_frame_list > li:nth-child(2) .eikyou_flex .ft_min{
	color: #59b842;
}
.box2 .med_frame_box .med_frame_list > li:nth-child(3) .eikyou_flex .ft_min{
	color: #fa948a;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l{
	width: 19%;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .txt_r{
	width: 71%;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l div{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box2 .med_frame_box .med_frame_list > li dt,
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l p{
	font-size: 125%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .med_frame_box .med_frame_list .eikyou_flex {
	display: block
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 6%;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .txt_r{
	width: 100%;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .txt_r .pd_b{
	padding-bottom: 6%;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l div{
	width: 18%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.box2 .med_frame_box .med_frame_list > li dt,
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l p{
	font-size: 5vw;
	letter-spacing: 0.05em;
}
.box2 .med_frame_box .med_frame_list .eikyou_flex .img_l p{
letter-spacing: 0.15em
}
}



/*box3
---------------------------------------------------------*/
.box3 .youtube_box{
	margin: 0 auto 50px auto;
	text-align: center;
}
.box3 .fkds_lead{
	max-width: 700px;
}
.box3 .fkds_lead::before,
.box3 .fkds_lead::after{
	top: 55%;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box3 .youtube_box{
	margin: 0 auto 5% auto;
}
.box3 .youtube_box iframe{
	width: 90%;
	height: 48vw;
}
.box3 .fkds_lead{
	max-width: 340px;
}
.box3 .fkds_lead{
	font-size: 95%;
}
.box3 .fkds_lead::before,
.box3 .fkds_lead::after{
	top: 65%;
}
}



/*box4
---------------------------------------------------------*/
.box4 .med_frame_list .med_flt .txt_l dd span.fs_80{
	font-size: 95%;
}
.box4 .med_frame_list .med_flt .txt_l dd span.annotation::after{
	top:-0.5em;
}