@charset "UTF-8";


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

/*---------------------------------------------------------
nym_list
---------------------------------------------------------*/
.nym_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.nym_list > li {
	text-align: center;
	width: 14.2%;
}
.nym_list p {
	font-size: min(1.8vw,113%);
	line-height: 1.4;
	margin-top: .8em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.nym_list > li {
	width: 30%;
}
.nym_list > li:nth-of-type(n+4) {
	margin-top: 5%;
}
.nym_list p {
	font-size: 85%;
}
}


/*---------------------------------------------------------
aff_list
---------------------------------------------------------*/
.aff_list > li {
	padding-right: 6%;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #E6E6E6;
}
.aff_list > li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.aff_list .box_l {
	text-align: center;
	font-size: min(2.1vw,140%);
	line-height: 1.5;
	white-space: nowrap;
}
.aff_list .box_l .icon {
	width: 8em;
	max-width: 165px;
	margin-bottom: .5em;
}
.aff_list .box_l .ft_jos {
	color: #DCDCD2;
	font-size: 85%;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: .5em;
}
.aff_list .com_style1 > dt {
	font-size: min(2.4vw,166%);
}
.aff_list .com_style1 > dd {
	margin-bottom: 2em;
}
.aff_list .com_style1 > dd:last-of-type {
	margin-bottom: 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.aff_list > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aff_list .box_l {
	width: 29%;
}
.aff_list .box_r {
	width: 71%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.aff_list > li {
	padding-bottom: 4%;
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.aff_list > li {
	padding-right: 0;
	padding-bottom: 8%;
	margin-bottom: 7%;
}
.aff_list .box_l {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 120%;
	margin-bottom: 1em;
}
.aff_list .box_l .icon {
	width: 5em;
	margin: 0 1em;
}
.aff_list .com_style1 > dt {
	font-size: 120%;
}
.aff_list .com_style1 > dd {
	margin-bottom: 1.5em;
}
}

/*---------------------------------------------------------
child
---------------------------------------------------------*/
#child .med_col_list dt {
	color: inherit !important;
}
#child .med_col_list dd.radi {
	color: #FFF;
	background-color: #1E88A8;
}
#child .com_index1,
#child .med_col_list > li:nth-of-type(1) dd.radi {
	background-color: #7CC0C7;
}

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

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

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

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

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


}