@charset "UTF-8";

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

/*---------------------------------------------------------
nym_list
---------------------------------------------------------*/
.nym_list {
	display: grid;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-template-columns: repeat(6,16.6%);
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.nym_list img {
	width: 85%;
	max-width: 170px;
}
.nym_list p {
	text-align: center;
	font-size: min(1.7vw,106%);
	font-weight: bold;
	line-height: 1.4;
	margin-top: .8em;
}

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


/*---------------------------------------------------------
eff_list
---------------------------------------------------------*/
.eff_list > li {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(67,50,0,0.4);
}
.eff_list > li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.eff_list .box_l {
	text-align: center;
	font-size: min(2.2vw,150%);
	letter-spacing: .1em;
	line-height: 1.5;
	white-space: nowrap;
}
.eff_list .box_l .ft_min span {
	font-size: 150%;
	letter-spacing: .12em;
}
.eff_list .box_l .icon {
	width: 7.42em;
	max-width: 178px;
	margin-bottom: .5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.eff_list > li {
	display: flex;
	justify-content: space-between;
	padding-right: 6%;
}
.eff_list .box_l {
	width: 22%;
	align-self: center;
}
.eff_list .box_r {
	width: 75%;
}
.eff_list .com_style1 > dt {
	font-size: min(3vw,200%);
	margin-bottom: .8em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.eff_list > li {
	padding-bottom: 4%;
	margin-bottom: 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.eff_list > li {
	padding-bottom: 8%;
	margin-bottom: 7%;
}
.eff_list .box_l {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 120%;
	margin-bottom: 1em;
}
.eff_list .box_l .icon {
	width: 5em;
	margin: 0 1em;
}
.eff_list .com_style1 > dt {
	font-size: 130%;
}
.eff_list .com_style1 > dd {
	margin-bottom: 1.5em;
}
}

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

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

/* 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) {

}