@charset "UTF-8";

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

/*nym_list
---------------------------------------------------------*/
.nym_list > li {background-color: var(--color-ivo);}
.nym_list > li dt {color: var(--color-org);}
.nym_list > li dt .icon {
	width: 4.16em;
	margin: 0 auto .8em;
}


/*aff_list
---------------------------------------------------------*/
.aff_list .box_l {
	text-align: center;
}
.aff_list .box_l .icon {
	width: 89%;
	max-width: 178px;
}
.aff_list .box_l .fw_bold {
	font-size: min(2.2vw,173%);
	letter-spacing: .12em;
	line-height: 1.6;
	white-space: nowrap;
	margin-top: .5em;
}
.aff_list .box_l .fw_bold span {
	font-size: 126%;
}
.aff_list .com_style1 > dd {
	margin-bottom: 3em;
}
.aff_list .com_style1 > dd:last-of-type {
	margin-bottom: 0;
}
.aff_list > div:nth-of-type(1) .com_style1 > dt,
.aff_list > div:nth-of-type(1) .box_l .fw_bold {color: var(--color-blu);}
.aff_list > div:nth-of-type(2) .com_style1 > dt,
.aff_list > div:nth-of-type(2) .box_l .fw_bold {color: var(--color-org);}
.aff_list > div:nth-of-type(3) .com_style1 > dt,
.aff_list > div:nth-of-type(3) .box_l .fw_bold {color: var(--color-pnk);}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.aff_list > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aff_list .box_l {
	width: 17%;
}
.aff_list .box_r {
	width: 77%;
}
.aff_list .com_style1 > dt {
	font-size: min(2.2vw,153%);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.aff_list .com_style1 > dd {
	margin-bottom: 2em;
}
}

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

.aff_list .box_l {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin-bottom: 1em;
}
.aff_list .box_l .icon {
	width: 25%;
}
.aff_list .box_l .fw_bold {
	width: 60%;
	font-size: 120%;
	margin-top: 0;
}
.aff_list .com_style1 > dt {
	text-align: center;
}
.aff_list .com_style1 > dd {
	margin-bottom: 1.5em;
}
}

/*adults
---------------------------------------------------------*/
#adults .med_pickup .poi_list {
	margin: 3.6% auto;
}
#adults .med_pickup .med_price {
	margin-left: 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#adults .med_pickup .poi_list {
	margin: 5% auto;
}
}

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

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

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

}
