@charset "UTF-8";

.contentpage .m_img {
	background-image: url("../images/ortho/m_img@2x.jpg");
}
/*---------------------------------------------------------
nym_list
---------------------------------------------------------*/
.nym_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(6,15.8%);
}
.nym_list > li {
	text-align: center;
	background-color: #F7F4F4;
	box-sizing: border-box;
	padding: 1.6em 9% 1.8em;
}
.nym_list p {
	font-size: min(2.2vw,156%);
	font-weight: bold;
	line-height: 1.2;
	margin-top: 1em;
}
.nym_list p span {
	display: block;
	font-size: 80%;
	margin-top: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.nym_list {
	grid-template-columns: repeat(3,32%);
}
.nym_list > li {
	padding: 1em 9% 1.2em;
}
.nym_list > li:nth-of-type(n+4) {
	margin-top: 5%;
}
.nym_list p {
	font-size: 105%;
}
}
/*---------------------------------------------------------
fl_ank　※初めての方へページと同じ
---------------------------------------------------------*/
.fl_ank {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 48.5% 48.5%;
	width: 70%;
	max-width: 675px;
	margin: 40px auto 0;
}
.fl_ank a {
	position: relative;
	display: block;
	color: #FFF;
	font-size: min(206%,3vw);
	letter-spacing: .08em;
	line-height: 1.4;
	text-shadow: 0 0 8px rgba(0,0,0,0.2);
	background-color: #74c8b2;
	box-sizing: border-box;
	padding: 1.3em 1em 1.2em;
	border-radius: 1em;
	border: 2px solid transparent;
}
.fl_ank div {
	position: relative;
}
.fl_ank .ft_jos {
	font-size: 54%;
	margin-bottom: .4em;
}
.fl_ank img {
	position: absolute;
	width: 4em;
	max-width: 132px;
	right: 3%;
	bottom: 1em;
}
.fl_ank .com_arw {
	position: absolute;
	right: 1.5em;
	bottom: -0.6em;
}
.fl_ank .com_arw::before {rotate: 90deg;}
.fl_ank .bnr_o .com_arw {background-color: #4ba086;}
.fl_ank .bnr_o a:hover {background-color: #56c1a2;}
.fl_ank .bnr_k a {background-color: #f5c400;}
.fl_ank .bnr_k .com_arw {background-color: #e48200;}
.fl_ank .bnr_k a:hover {background-color: #f4ba00;}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fl_ank {
	margin-top: 4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fl_ank {
	width: 100%;
	margin-top: 6%;
}
.fl_ank a {
	font-size: 130%;
	padding: .9em 1em 1em;
}
}
/*---------------------------------------------------------
trouble
---------------------------------------------------------*/
#trouble {
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.radi_title {
	text-align: center;
	font-size: min(162%,2.5vw);
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.5;
	background-color: #F7F4F4;
	padding: .5em 1em;
	border-radius: 2em;
	border: 1px solid currentColor;
	margin-bottom: 1.6em;
}
.tro_list .com_ccl_txt {
	font-size: min(2.4vw,162%);
	font-weight: bold;
	letter-spacing: .15em;
	width: 11.6em;
	height: 11.6em;
	margin: 0 auto 1em;
}
.tro_list .com_ccl_txt .icon {
	width: 3.1em;
	max-width: 80px;
	margin: 0;
	margin-bottom: 1em;
}
.tro_list .com_ccl_txt .ft_jos {
	font-size: 70%;
	letter-spacing: .1em;
	margin-top: .3em;
}
.tro_list dt {
	text-align: center;
	font-size: min(2.4vw,143%);
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: .5em;
}
.tro_list > li:nth-of-type(1) .com_ccl_txt {background-color: rgba(116,200,178,0.2);}
.tro_list > li:nth-of-type(1) .ft_jos,
.tro_list > li:nth-of-type(1) dt {color: #5BB89F;}
.tro_list > li:nth-of-type(2) .com_ccl_txt {background-color: rgba(223,124,0,0.2);}
.tro_list > li:nth-of-type(2) .ft_jos,
.tro_list > li:nth-of-type(2) dt {color: #DF7C00;}
.tro_list > li:nth-of-type(3) .com_ccl_txt {background-color: rgba(170,154,193,0.2);}
.tro_list > li:nth-of-type(3) .ft_jos,
.tro_list > li:nth-of-type(3) dt {color: #AA9AC1;}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.tro_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,30%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.radi_title {
	font-size: 115%;
	letter-spacing: .05em;
	margin-bottom: 1.5em;
	padding: .4em;
}
.tro_list > li:nth-of-type(n+2) {
	margin-top: 8%;
}
.tro_list .com_ccl_txt {
	font-size: 100%;
	width: 10em;
	height: 10em;
}
.tro_list dt {
	font-size: 110%;
	margin-bottom: .5em;
}
}
/*---------------------------------------------------------
col4
---------------------------------------------------------*/
.col4 {
	display: grid;
	justify-content: space-between;
	margin-top: 40px;
}
.col4 > li {
	position: relative;
	box-sizing: border-box;
	padding: 0 6% 2em;
}
.col4 > li::before {
	position: absolute;
	content: "";
	background-color: #FCF9F5;
	width: 100%;
	height: 84%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.col4 img {
	width: 80%;
	max-width: 214px;
	border-radius: 50%;
	margin-bottom: 1.4em;
}
.col4 dt {
	text-align: center;
	font-size: min(2.2vw,162%);
	line-height: 1.2;
	letter-spacing: .08em;
	margin-bottom: .4em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.col4 {
	grid-template-columns: repeat(4, 23.9%);
}
.col4 dd {
	line-height: 2;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.col4 dt {
	letter-spacing: .06em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.col4 {
	grid-template-columns: repeat(2, 49%);
}
.col4 > li {
	padding-bottom: 1.6em;
}
.col4 > li:nth-of-type(n+3) {
	margin-top: 8%;
}
.col4 > li::before {
	height: calc(100% - 15vw);
}
.col4 img {
	width: 80%;
	margin-bottom: 1.2em;
}
.col4 dt {
	font-size: 108%;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
}
/*---------------------------------------------------------
med_rsn
---------------------------------------------------------*/
.med_rsn .rsn_bg::before {
	background-image: url(../images/ortho/rsn_bg@2x.png) ;
}
.med_rsn .com_flt .abs_txt {
	position: absolute;
	width: 58%;
	max-width: 358px;
	left: 1%;
	bottom: -12%;
}
.med_rsn .com_flt .abs_txt {
	position: absolute;
	width: 58%;
	max-width: 358px;
	left: 1%;
	bottom: -12%;
}
.med_rsn .com_flt .abs_txt:nth-of-type(3) {
	width: 54%;
	left: 48.5%;
	bottom: -8.6%;
}
.med_rsn .com_flt .com_style2_txt {
	white-space: nowrap;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_rsn .com_flt .abs_txt {
	width: 65%;
	left: -8%;
}
.med_rsn .com_flt .abs_txt:nth-of-type(3) {
	width: 58%;
	bottom: -16%;
}
}
/*---------------------------------------------------------
otona/kodomo
---------------------------------------------------------*/
#otona .com_index1,
#kodomo .com_index1 {
	padding: 1.5em 0 1.4em;
}
#otona .com_index1::before,
#kodomo .com_index1::before {
	position: absolute;
	content: "";
	background: url(../images/ortho/o_bg@2x.png) no-repeat right bottom;
	background-size: auto 100%;
	width: 50%;
	height: 100%;
	right: 0;
	bottom: 0;
}
#otona .com_index1 > *,
#kodomo .com_index1 > * {
	position: relative;
}
#otona .com_index1 .ft_jos,
#kodomo .com_index1 .ft_jos {
	display: block;
	font-size: 50%;
	margin-bottom: .6em;
}
#otona .com_index1,
#otona .med_bdrbox .pick_title {background-color: #5BB89F;}
#kodomo .com_index1,
#kodomo .med_bdrbox .pick_title  {background-color: #F5B700;}
#kodomo .com_index1::before {background-image: url(../images/ortho/k_bg@2x.png);}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#otona .com_index1,
#kodomo .com_index1 {
	padding: 1em 0;
}
#otona .com_index1::before,
#kodomo .com_index1::before {
	background-position: right -15vw bottom;
	background-size: auto 100%;
	width: 100%;
}
}
/*---------------------------------------------------------
kodomo:med_col_list
---------------------------------------------------------*/
.med_col_list > li {
	position: relative;
	padding-top: 60px;
}
.med_col_list .icon {
	position: absolute;
	width: 30%;
	max-width: 80px;
	left: 0;
	right: 0;
	top: 0;
	translate: 0 -65%;
}
.med_col_list dt {
	font-size: min(2.2vw,150%);
	font-weight: bold;
}
.med_col_list dt img {
	width: auto;
	height: 1.02em;
	margin-bottom: .5em;
}
.med_col_list dt .age {
	font-size: 125%;
	white-space: nowrap;
}
.med_col_list dt .age span {
	display: inline;
}
.med_col_list dt .age > span {
	font-size: 133%;
}
.med_col_list dt .age .ft_jos {
	font-size: 202%;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
	vertical-align: -0.1em;
}
.med_col_list dt .age::after {
	display: block;
	font-family: 'fontello';
	content: '\e811';
	font-size: 70%;
	margin-bottom: .5em;
}
.med_col_list dt .radi {
	background-color: #fff;
	padding: .4em;
	border-radius: 2em;
}
.med_col_list > li:nth-of-type(1) {background-color: rgba(245,162,148,0.2);}
.med_col_list > li:nth-of-type(1) dt .age > span,
.med_col_list > li:nth-of-type(1) dt .age::after {color: #F5A294;}
.med_col_list > li:nth-of-type(2) {background-color: rgba(242,150,0,0.2);}
.med_col_list > li:nth-of-type(2) dt .age > span,
.med_col_list > li:nth-of-type(2) dt .age::after {color: #F29600;}
.med_col_list > li:nth-of-type(3) {background-color: rgba(170,154,193,0.2);}
.med_col_list > li:nth-of-type(3) dt .age > span,
.med_col_list > li:nth-of-type(3) dt .age::after {color: #AA9AC1;}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col_list > li {
	padding-top: 50px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col_list > li {
	padding-top: 12%;
}
.med_col_list > li:nth-of-type(n+2) {
	margin-top: 12%;
}
.med_col_list .icon {
	width: 20%;
}
.med_col_list dt {
	font-size: 110%;
}
}