@charset "UTF-8";



/*導入
---------------------------------------------------------*/
.med_lead .com_lead_txt {
	padding: .3em 0;
	padding-left: 3.6em;
	background-image: url("../images/kidsortho/parts1@2x.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 2.8em auto;
	margin-bottom: 20px;
}
.med_lead .com_lead_txt span {
	display: block;
	font-size: 50%;
	letter-spacing: .2em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical .med_lead .com_lead_txt {
	font-size: 5.0vw;
	margin-bottom: 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_lead .com_lead_txt {
	font-size: 180%;
	letter-spacing: .15em;
	padding: 0;
	padding-left: 2.3em;
	background-size: 2.0em auto;
	background-position: left center;
	margin-bottom: 3%;
}
.med_lead .com_lead_txt span {
	font-size: 55%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
}



/*共通スタイル
---------------------------------------------------------*/
/* 画像・テキストレイアウト */
.med_flt {
	overflow: hidden;
}
.med_flt .img_l,
.med_flt .img_r {
	width: 32%;
	max-width: 360px;
}
.med_flt .img_l {
	float: left;
}
.med_flt .img_r {
	float: right;
}
.med_flt .txt_l,
.med_flt .txt_r {
	width: 65%;
}
.med_flt .txt_l {
	float: left;
}
.med_flt .txt_r {
	float: right;
}

.med_framebox .med_flt .img_l,
.med_framebox .med_flt .img_r {
	width: 36%;
}
.med_framebox .med_flt .txt_l,
.med_framebox .med_flt .txt_r {
	width: 60%;
}

/* スタイル1 */
.med_style1 > dt {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #80634f;
	font-size: 140%;
	letter-spacing: .06em;
	line-height: 1.8em;
	margin-bottom: .6em;
}
.med_style1 > dd {
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 2.4em;
}

/* スタイル2：◎アイコン付き：20px*/
.med_style2 > dt,
.med_style2_txt {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #786252;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.8em;
	padding-left: 1.5em;
	position: relative;
}
.med_style2 > dt {
	margin-bottom: .8em;
}
/* スタイル3：◎アイコン付き：24px*/
.med_style3 > dt,
.med_style3_txt {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #786252;
	font-size: 140%;
	letter-spacing: .06em;
	line-height: 1.8em;
	padding-left: 1.2em;
	position: relative;
}
.med_style3 > dt {
	margin-bottom: .8em;
}

.med_style2 dt::before,
.med_style2_txt::before,
.med_style3 dt::before,
.med_style3_txt::before {
	font-family: 'fontello';
	content: '\e805';
	color: #e6a15e;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
.med_style3 dt::before,
.med_style3_txt::before {
	font-size: 80%;
}
.med_style2 > dd,
.med_style3 > dd {
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 1.8em;
}

/*リンク*/
.medical .com_link_style1 {
	margin-top: 50px;
}

/*テキスト*/
.med_strong {
	text-align: center;
	color: #2b2a2a;
	font-size: 135%;
	letter-spacing: .32em;
	line-height: 1.6em;
}
.med_strong_fs20 {
	text-align: center;
	color: #786252;
	font-size: 120%;
	letter-spacing: .3em;
	line-height: 2.0em;
}
.med_memo {
	text-align: center;
	font-size: 80%;
	letter-spacing: .14em;
	line-height: 2.0em;
	margin-top: 40px;
}

/* タイトル */
.med_index {
	width: 100%;
	max-width: 1190px;
	box-sizing: border-box;
	margin: 0 auto 40px;
	background: #e6a15e;
	text-align: center;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.6em;
	padding: 1.0em 3% .8em;
	border-radius: 10px;
}
.med_index .ft_dm {
	display: block;
	color: #f5cca2;
	font-size: 70%;
	letter-spacing: .02em;
	line-height: 1.2em;
	margin-bottom: .1em;
}

/* ボックスリスト */
.med_boxlist {
	width: 100%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
.med_boxlist .list_box {
	padding-bottom: 50px;
	border-bottom: solid 1px rgba(204,197,194,0.5);
	margin-bottom: 50px;
}
.med_boxlist .list_box:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

/*サイトバナー*/
.med_sitebnr {
	margin-top: 60px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.med_sitebnr > li {
	width: 45%;
	max-width: 340px;
	margin: 0 2%;
}

/*ライフバナー*/
.med_lifebnr {
	width: 90%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.med_lifebnr a {
	display: block;
	padding: 0;
}
.med_lifebnr div {
	position: relative;
	z-index: 0;
}
.med_lifebnr .arrow {
	z-index: 1;
	transform: translate(50%, -50%);
	border: solid 8px #fff;
}
.med_lifebnr .arrow {
	background: #c7b299;
}
.med_lifebnr .arrow::before,
.med_lifebnr .arrow::after {
	background: #b29c84;
}
.med_lifebnr:hover .arrow::before {
  transform: scale(0, 1);
}
.med_lifebnr:hover .arrow::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/*明朝キャプション*/
.med_min_cap {
	font-size: 95%;
	letter-spacing: 0.25em;
	line-height: 1.8em;
	color: #786252;
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 画像・テキストレイアウト */
.med_flt .img_l,
.med_flt .img_r {
	width: 35%;
	margin-bottom: 1.0em;
}
.med_flt .img_l {
	margin-right: 3%;
}
.med_flt .img_r {
	margin-left: 3%;
}
.med_flt .txt_l,
.med_flt .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}

.med_framebox .med_flt .txt_l,
.med_framebox .med_flt .txt_r {
	width: 100%;
}

/* スタイル1 */
.med_style1 > dt {
	line-height: 1.6em;
	margin-bottom: .3em;
}
.med_style1 > dd {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 2.0em;
}
/* スタイル2：◎アイコン付き、2色 */
.med_style2 > dt,
.med_style2_txt {
	letter-spacing: .15em;
	line-height: 1.6em;
}
.med_style2 > dt {
	margin-bottom: .5em;
}
/* スタイル3：◎アイコン付き：24px*/
.med_style3 > dt,
.med_style3_txt {
	line-height: 1.6em;
}
.med_style3 > dt {
	margin-bottom: .4em;
}
.med_style2 > dd,
.med_style3 > dd {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 2.0em;
}

/*リンク*/
.medical .com_link_style1 {
	margin-top: 5%;
}

/*テキスト*/
.med_strong {
	letter-spacing: .2em;
}
.med_strong_fs20 {
	letter-spacing: .15em;
	line-height: 1.8em;
}
.med_memo {
	font-size: 85%;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-top: 4%;
}

/* タイトル */
.med_index {
	margin-bottom: 4%;
	letter-spacing: .2em;
}

/* ボックスリスト */
.med_boxlist .list_box {
	padding-bottom: 4%;
	margin-bottom: 4%;
}

/*サイトバナー*/
.med_sitebnr {
	margin-top: 5%;
}

/*明朝キャプション*/
.med_min_cap {
	letter-spacing: 0.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* 画像・テキストレイアウト */
.med_flt .img_l,
.med_flt .img_r {
	width: 60%;
	margin: 0 auto 1.0em;
	float: none;
}
.med_flt .sp_img_w {
	width: 80%;
}
.med_flt .txt_l,
.med_flt .txt_r {
	width: 100% !important;
	max-width: 100% !important;
	float: none;
}

.med_framebox .med_flt .img_l,
.med_framebox .med_flt .img_r {
	width: 65%;
}
.med_framebox .med_flt .txt_l,
.med_framebox .med_flt .txt_r {
	width: 100%;
}

/* スタイル1 */
.med_style1 > dt {
	font-size: 125%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: .4em;
}
.med_style1 > dd {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
/* スタイル2：◎アイコン付き、2色 */
.med_style2 > dt,
.med_style2_txt {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding-left: 1.3em;
}
.med_style2 > dt {
	margin-bottom: .2em;
}
/* スタイル3：◎アイコン付き：24px*/
.med_style3 > dt,
.med_style3_txt {
	font-size: 125%;
	letter-spacing: .05em;
}
.med_style3 > dt {
	margin-bottom: .2em;
}
.med_style2 > dd,
.med_style3 > dd {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}

/*リンク*/
.medical .com_link_style1 {
	margin-top: 1.0em;
}
.medical .com_link_style1 {
	font-size: 100%;
}

/*テキスト*/
.med_strong {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.med_strong_fs20 {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.med_memo {
	text-align: left;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-top: 6%;
}

/*ボックス：幅1190px*/

/* タイトル */
.med_index {
	margin-bottom: 6%;
	font-size: 130%;
	letter-spacing: .1em;
	padding: .6em 0;
}
.med_index .ft_dm {
	font-size: 70%;
	letter-spacing: .1em;
}

/* ボックスリスト */
.med_boxlist .list_box {
	padding-bottom: 8%;
	margin-bottom: 8%;
}

/*サイトバナー*/
.med_sitebnr {
	margin-top: 8%;
	display: block;
}
.med_sitebnr > li {
	width: 80%;
	margin: 3% auto 0;
}
.med_sitebnr > li:first-child {
	margin-top: 0;
}

/*ライフバナー*/
.med_lifebnr .arrow {
	border-width: 5px;
}

/*明朝キャプション*/
.med_min_cap {
	letter-spacing: 0.15em;
}
}



/*チェック
---------------------------------------------------------*/
.med_check {
	width: 100%;
	max-width: 1060px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px rgba(204,197,194,0.8);
	padding: 60px 10px 10px;
}

.med_check .check_title {
	text-align: center;
	color: #80634f;
	margin-bottom: 50px;
}
.med_check .check_title p {
	font-size: 95%;
	letter-spacing: .3em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.med_check .check_title .check_index {
	font-size: 175%;
	font-weight: 400;
	letter-spacing: .32em;
	line-height: 1.4em;
	display: inline-block;
	padding: .2em 0;
	padding-right: 1.3em;
	background: url("../images/check1@2x.png") no-repeat right center;
	background-size: 1.2em auto;
}

.med_check .check_list {
	width: 94%;
	max-width: 870px;
	margin: 0 auto;
	text-align: left;
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 1.6em;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 1.5em;
}
.med_check .check_list li {
	width: 49%;
	box-sizing: border-box;
	padding-left: 2.6em;
	position: relative;
}
.med_check .check_list li::before {
	content: "";
	position: absolute;
	line-height: 1.0em;
	letter-spacing: normal;
	width: 1.7em;
	height: 1.7em;
	box-sizing: border-box;
	border: solid 2px #e5e0dc;
	border-radius: .3em;
	left: 0;
	top: -.1em;
}

.med_check .check_txt {
	margin-top: 50px;
	text-align: center;
	background: #80634f;
	padding: 1.5em 4%;
	color: #fff;
	font-size: 95%;
	letter-spacing: .3em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check {
	padding-top: 5%;
}

.med_check .check_title {
	margin-bottom: 4%;
}
.med_check .check_title p {
	font-size: 100%;
	letter-spacing: .2em;
	margin-bottom: .5em;
}
.med_check .check_title .check_index {
	letter-spacing: .2em;
}

.med_check .check_list {
	row-gap: 1.0em;
	font-size: 95%;
	letter-spacing: .05em;
}
.med_check .check_list li {
	padding-left: 2.4em;
}

.med_check .check_txt {
	margin-top: 5%;
	font-size: 100%;
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check {
	padding: 8% 5px 5px;
}

.med_check .check_title {
	margin-bottom: 6%;
}
.med_check .check_title p {
	font-size: 100%;
	letter-spacing: .1em;
	margin-bottom: 0;
}
.med_check .check_title .check_index {
	font-size: 150%;
	letter-spacing: .05em;
}

.med_check .check_list {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
	display: block;
}
.med_check .check_list li {
	margin-top: .6em;
	width: 100%;
	padding-left: 2.0em;
}
.med_check .check_list li::before {
	width: 1.4em;
	height: 1.4em;
	top: .2em;
}
.med_check .check_list li:nth-child(1) {
	margin-top: 0;
}

.med_check .check_txt {
	margin-top: 6%;
	font-size: 100%;
	padding: 1.0em 0;
	letter-spacing: .1em;
	line-height: 1.6em;
}
}



/*無料相談
---------------------------------------------------------*/
.med_consul {
	width: 100%;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	background: #f7f1de;
}
.med_consul .in_box {
	padding: 60px 5% 50px;
}
.med_consul .cons_title {
	text-align: center;
	margin-bottom: 30px;
	color: #d6b758;
}
.med_consul .cons_title .ft_dm {
	font-size: 365%;
	letter-spacing: .02em;
	line-height: 1.0em;
}
.med_consul .cons_title .ft_min {
	color: inherit;
	font-size: 120%;
	letter-spacing: .32em;
	line-height: 1.6em;
	margin-top: .5em;
}
.med_consul .flt_box {
	overflow: hidden;
}
.med_consul .flt_box .img_r {
	float: right;
	width: 34%;
	max-width: 318px;
}
.med_consul .flt_box .txt_l {
	float: left;
	width: 63%;
	max-width: 600px;
	padding-top: 1.0em;
}

.med_consul .cons_contact {
	background: #fcf9f7;
	padding: 40px 5%;
}
.med_consul .com_contact .tel_box {
	width: 47%;
}
.med_consul .com_contact .web_box {
	width: 51%;
}
.med_consul .com_contact .tel_box .time_txt {
	font-size: 90%;
	column-gap: 0;
}
.med_consul .com_contact .com_reserv_btns {
	font-size: 95%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_consul .in_box {
	padding-top: 4%;
	padding-bottom: 4%;
}
.med_consul .cons_title {
	margin-bottom: 2%;
}
.med_consul .cons_title .ft_dm {
	font-size: 320%;
}
.med_consul .flt_box .img_r {
	width: 40%;
	margin-left: 3%;
	margin-bottom: 1.0em;
}
.med_consul .flt_box .txt_l {
	float: none;
	width: 100%;
	max-width: 100%;
}
.med_consul .cons_contact {
	padding: 2% 3%;
}
.med_consul .com_contact .tel_box {
	width: 46%;
}
.med_consul .com_contact .web_box {
	width: 54%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_consul .in_box {
	padding: 7% 5% 6%;
}
.med_consul .cons_title {
	margin-bottom: 3%;
}
.med_consul .cons_title .ft_dm {
	font-size: 250%;
}
.med_consul .cons_title .ft_min {
	font-size: 130%;
	letter-spacing: .2em;
}
.med_consul .flt_box .img_r {
	float: none;
	width: 75%;
	margin: 0 auto 1.0em;
}
.med_consul .flt_box .txt_l {
	float: none;
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}
.med_consul .cons_contact {
	padding: 8% 5%;
}
.med_consul .com_contact .tel_box {
	width: 100%;
	margin-bottom: 4%;
}
.med_consul .com_contact .web_box {
	width: 100%;
}
.med_consul .com_contact .com_reserv_btns {
	font-size: 95%;
}
}



/*枠ボックス
---------------------------------------------------------*/
.med_framebox {
	box-sizing: border-box;
	border: solid 1px #d6b758;
	padding: 70px 4% 60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.med_framebox .fram_index {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	text-align: center;
	color: #c49810;
	white-space: nowrap;	/*改行禁止*/
	font-size: 190%;
	letter-spacing: .17em;
	line-height: 1.6em;
}
.med_framebox .fram_index span {
	display: inline-block;
	padding: 0 1.5em;
	background: #fff;
}
.med_framebox .med_strong {
	margin-bottom: 1.2em;
}
.med_framebox .fram_txt {
	text-align: center;
	color: #786252;
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin-top: 40px;
}

/*イラストリスト*/
.med_illust_list {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align: center;
	row-gap: 40px;
}
.med_illust_list > li {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 2%;
	position: relative;
}
.med_illust_list > li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 70%;
	background: #ccc5c2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.med_illust_list > li:nth-child(3n)::before,
.med_illust_list > li:last-child::before {
	display: none;
}
.med_illust_list li .txt {
	font-size: 85%;
	letter-spacing: .14em;
	line-height: 1.6em;
	margin-top: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_framebox {
	padding: 6% 4% 4%;
}
.med_framebox .fram_index {
	font-size: 170%;
	letter-spacing: .1em;
}
.med_framebox .fram_index span {
	padding: 0 1.0em;
}
.med_framebox .fram_txt {
	letter-spacing: .05em;
	margin-top: 4%;
}

/*イラストリスト*/
.med_illust_list {
	row-gap: 4vw;
}
.med_illust_list li .txt {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_framebox {
	padding: 18% 4% 6%;
}
.med_framebox .fram_index {
	white-space: normal;	/*改行禁止解除*/
	font-size: 140%;
	letter-spacing: .05em;
	transform: translateY(-.8em);
}
.med_framebox .fram_index span {
	padding: 0 .5em;
}
.med_framebox .med_strong {
	margin-bottom: 1.0em;
}
.med_framebox .fram_txt {
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.8em;
	margin-top: 6%;
}

/*イラストリスト*/
.med_illust_list {
	row-gap: 4vw;
}
.med_illust_list > li {
	width: 50%;
	padding: 0 3%;
}
.med_illust_list > li:nth-child(odd) {
	padding-left: 0;
}
.med_illust_list > li:nth-child(even) {
	padding-right: 0;
}
.med_illust_list > li::before {
	display: block !important;
	height: 90%;
}
.med_illust_list > li:nth-child(2n)::before,
.med_illust_list > li:last-child::before {
	display: none !important;
}
.med_illust_list li .txt {
	font-size: 90%;
	letter-spacing: .05em;
}
}



/*med_col_list
---------------------------------------------------------*/
.med_col_list {
	width: 100%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_col_list > li {
	background: #fcf9f7;
	box-sizing: border-box;
	padding: 40px 2%;
}

.med_col_list.col2 > li {
	width: 49%;
	max-width: 550px;
}

.med_col_list.col3 > li {
	width: 32%;
	max-width: 356px;
}

.med_col_list dt {
	text-align: center;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #80634f;
	font-size: 165%;
	letter-spacing: .32em;
	line-height: 1.4em;
	padding-bottom: 1.2em;
	background: url("../images/parts1@2x.png") no-repeat center bottom;
	background-size: 1.2em auto;
	margin-bottom: 1.0em;
}
.med_col_list dt small {
	display: block;
	font-size: 60%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-top: .5em;
}
.med_col_list dd {
	padding: 0 4%;
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 1.8em;
}
.med_col_list dd small {
	display: block;
	font-size: 85%;
	line-height: 1.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col_list > li {
	padding-top: 4%;
	padding-bottom: 4%;
}

.med_col_list dt {
	letter-spacing: .2em;
	padding-bottom: 1.0em;
	margin-bottom: .8em;
}
.med_col_list dt small {
	font-size: 70%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-top: .5em;
}
.med_col_list dd {
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col_list {
	display: block;
}
.med_col_list > li {
	padding: 6% 2%;
	margin-top: 3%;
}
.med_col_list > li:first-child {
	margin-top: 0;
}
.med_col_list.col2 > li,
.med_col_list.col3 > li {
	width: 100%;
	max-width: 100%;
}

.med_col_list dt {
	font-size: 120%;
	letter-spacing: .15em;
	padding-bottom: .8em;
	margin-bottom: .6em;
}
.med_col_list dt small {
	font-size: 90%;
	letter-spacing: .05em;
	margin-top: .2em;
}
.med_col_list dd {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
}



/*med_flow_vertical
---------------------------------------------------------*/
.med_flow_vertical {
	width: 100%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
.med_flow_vertical > li {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-left: 100px;
	padding-bottom: 60px;
}
.med_flow_vertical li:last-child {
	padding-bottom: 0;
}
.med_flow_vertical > li::before {
	content: "01";	/*数字*/
	position: absolute;
	z-index: 1;
	font-family: "dm-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-variant-ligatures: none;
	color: #ad8a53;
	font-size: 175%;
	text-align: center;
	letter-spacing: .02em;
	width: 70px;
	line-height: 70px;
	background: #fff;
	border: solid 1px #ad8a53;
	outline: 5px solid #fff;
	border-radius: 50%;
	left: 0;
	top: -.2em;
}
.med_flow_vertical > li:nth-child(2)::before {content: "02";}
.med_flow_vertical > li:nth-child(3)::before {content: "03";}
.med_flow_vertical > li:nth-child(4)::before {content: "04";}
.med_flow_vertical > li:nth-child(5)::before {content: "05";}
.med_flow_vertical > li:nth-child(6)::before {content: "06";}
.med_flow_vertical > li:nth-child(7)::before {content: "07";}
.med_flow_vertical > li:nth-child(8)::before {content: "08";}
.med_flow_vertical > li::after {
	content: "";	/*罫線*/
	position: absolute;
	z-index: 0;
	width: 1px;
	height: 100%;
	left: 35px;		/*数字の半分*/
	top: 0;
	background: #d6b758;
}
.med_flow_vertical > li:last-child::after {display: none;}
.med_flow_vertical .med_flt .img_r {
	width: 33.5%;
    max-width: 340px;
}
.med_flow_vertical .med_flt .txt_l {
	width: 63.5%;
    max-width: 660px;
}
.med_flow_vertical .med_style1 {
	padding-top: .6em;
}
.med_flow_vertical .med_style1 > dt {
	color: #2b2a2a;
}
.med_flow_vertical .med_style1 > dd {
	line-height: 1.8em;
}

.med_flow_memo1 {
	margin-top: 60px;
	background: #fcf9f7;
	padding: 40px 4%;
}
.med_flow_memo1 .com_list li::before {
	color: #d6b758;
}

/*問い合わせ*/
.med_flow_vertical .flow_contact {
	margin-top: 30px;
	background: #fcf9f7;
	padding: 20px 3%;
	font-size: min(100%,1.6vw);
}
.med_flow_vertical .flow_contact .com_contact {
	width: 100%;
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}
.med_flow_vertical .com_contact .tel_box .com_tel {
	font-size: min(305%,4.5vw);
}
.med_flow_vertical .com_contact .tel_box {
	width: 47%;
}
.med_flow_vertical .com_contact .web_box {
	width: 51%;
}
.med_flow_vertical .com_contact .tel_box .time_txt {
	font-size: 90%;
	column-gap: 0;
}
.med_flow_vertical .com_contact .com_reserv_btns {
	font-size: 95%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_vertical > li {
	padding-left: 80px;
	padding-bottom: 5%;
}
.med_flow_vertical > li::before {
	width: 60px;
	line-height: 60px;
}
.med_flow_vertical > li::after {
	left: 30px;		/*数字の半分*/
}
.med_flow_vertical .med_flt .img_r {
	width: 31%;
}
.med_flow_vertical .med_flt .txt_l {
	width: 100%;
    max-width: 100%;
}

.med_flow_memo1 {
	margin-top: 5%;
	padding: 3%;
}

/*問い合わせ*/
.med_flow_vertical .flow_contact {
	margin-top: 3%;
	padding: 2% 4%;
	font-size: 1.8vw;
}
.med_flow_vertical .com_contact .tel_box .com_tel {
	font-size: 4.1vw;
}
.med_flow_vertical .com_contact .tel_box {
	width: 46%;
}
.med_flow_vertical .com_contact .web_box {
	width: 54%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_vertical > li {
	padding-left: 15%;
	padding-top: .2em;
	padding-bottom: 8%;
}
.med_flow_vertical > li::before {
	font-size: 110%;	/*数字*/
	width: 12vw;
	line-height: 12vw;
}
.med_flow_vertical > li::after {
	left: 6.5%;		/*罫線*/
}
.med_flow_vertical .med_flt .img_r {
	width: 65%;
}
.med_flow_vertical .med_flt .txt_l {
	width: 100%;
    max-width: 100%;
}
.med_flow_vertical .med_style1 {
	padding-top: 0;
}

.med_flow_memo1 {
	margin-top: 8%;
	padding: 6% 4%;
}

/*問い合わせ*/
.med_flow_vertical .flow_contact {
	margin-top: 4%;
	padding: 6% 4%;
	font-size: 85%;
}
.med_flow_vertical .com_contact .tel_box .com_tel {
	font-size: 220%;
}
.med_flow_vertical .com_contact .tel_box {
	width: 100%;
	margin-bottom: 4%;
}
.med_flow_vertical .com_contact .web_box {
	width: 100%;
}
.med_flow_vertical .com_contact .com_reserv_btns {
	font-size: 95%;
}
}



/*med_point
---------------------------------------------------------*/
.med_point {
	width: 100%;
	max-width: 1060px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background: #fcf9f7;
	padding: 40px 4%;
}
.med_point .point_title {
	text-align: center;
	color: #786252;
	font-size: 180%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: 1.0em;
}
.med_point .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.med_point .flex_box .txt_l {
	width: 68%;
	line-height: 1.8em;
}
.med_point .flex_box .img_r {
	width: 29%;
	max-width: 270px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_point {
	padding: 5% 4% 3%;
}
.med_point .point_title {
	font-size: 160%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_point {
	padding: 6% 4% 4%;
}
.med_point.img_square {
	padding-bottom: 8%;
}
.med_point .point_title {
	font-size: 130%;
	letter-spacing: .1em;
}
.med_point .flex_box {
	display: block;
}
.med_point .flex_box .txt_l {
	width: 100%;
}
.med_point .flex_box .img_r {
	width: 60%;
	margin: 1.0em auto 0;
}
}



/*流れ
---------------------------------------------------------*/
/*背景色付き、サイズ大*/
.med_flow_bg {
	width: 100%;
	max-width: 1130px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background: #fcf9f7;
	padding: 60px 4%;
}
.med_flow_bg .flow_title {
	text-align: center;
	color: #d17f66;
	font-size: 150%;
	letter-spacing: .3em;
	line-height: 1.4em;
	padding-bottom: .5em;
	margin-bottom: 50px;
	position: relative;
}
.med_flow_bg .flow_title::before {
	content: "";
	position: absolute;
	width: 50%;
	max-width: 300px;
	height: 1px;
	background: #d17f66;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*背景色無し、サイズ小*/
.med_flow_small .flow_title {
	text-align: center;
	color: #d17f66;
	font-size: 120%;
	letter-spacing: .3em;
	line-height: 1.4em;
	padding-bottom: 1.0em;
	margin-bottom: 40px;
	position: relative;
}
.med_flow_small .flow_title::before {
	content: "";
	position: absolute;
	width: 50%;
	max-width: 300px;
	height: 1px;
	background: #d17f66;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.med_flow {
	width: 100%;
	display: flex;
    justify-content: space-between;
	text-align: center;
}
.med_flow li {
	box-sizing: border-box;
}
.med_flow li:nth-child(even) img {
	display: block;
	margin: auto;
}
.med_flow div {
	text-align: center;
}
.med_flow p {
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: 2.0em;
}

/*背景色付き、サイズ大*/
.med_flow_bg .med_flow.flow_4 {
	max-width: 900px;
	margin: 0 auto;
}
.med_flow_bg .med_flow.flow_5 {
	max-width: 1030px;
	margin: 0 auto;
}
/*背景色無し、サイズ小*/
.med_flow_small .med_flow.flow_4 {
	max-width: 720px;
	margin: 0 auto;
}
.med_flow_small .med_flow.flow_5 {
	max-width: 950px;
	margin: 0 auto;
}
.med_flow_small .med_flow p {
	margin-top: 1.0em;
}

/*4列*/
.med_flow.flow_4 li {
	width: 22%;
}
.med_flow.flow_4 li:nth-child(even) {
	width: 2%;
	padding-top: 9%;
}
.med_flow.flow_4 div {
	padding: 0 5%;
}

/*5列*/
.med_flow.flow_5 li {
	width: 19%;
}
.med_flow.flow_5 li:nth-child(even) {
	width: 1.25%;
	padding-top: 8%;
}
.med_flow_small .med_flow.flow_5 li:nth-child(even) {
	padding-top: 7%;
}
.med_flow.flow_5 div {
	padding: 0 5%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_bg {
	padding: 5% 4%;
}
.med_flow_bg .flow_title {
	letter-spacing: .2em;
	margin-bottom: 5%;
}
.med_flow_small .flow_title {
	letter-spacing: .2em;
	margin-bottom: 4%;
}
.med_flow p {
	font-size: 85%;
	letter-spacing: .05em;
	margin-top: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_bg {
	padding: 8% 4% 6%;
}
.med_flow_bg .flow_title {
	font-size: 130%;
	letter-spacing: .1em;
	padding-bottom: .6em;
	margin-bottom: 8%;
}

.med_flow_small .flow_title {
	letter-spacing: .1em;
	padding-bottom: .8em;
	margin-bottom: 5%;
}
	
.med_flow {
	display: block;
	width: 90% !important;
	margin-left: auto;
	margin-right: auto;
}
.med_flow li {
	width: 100% !important;
	max-width: 100% !important;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	text-align: left;
}
.med_flow li:nth-child(even) {
	display: block;
	width: 10% !important;
	padding: 0 !important;
	margin: 0 auto;
	transform: rotate(90deg);
}
.med_flow div {
	width: 45%;
	padding: 0 !important;
}
.med_flow p {
	width: 50%;
	font-size: 90%;
	letter-spacing: .05em;
	margin: 0 !important;
}
/*背景色無しの場合*/
.med_flow_small .med_flow {
	width: 80% !important;
}
.med_flow_small .med_flow.flow_5 li:nth-child(even) {
	padding-top: 6%;
}
}



/*こんな方におすすめです！
---------------------------------------------------------*/
.med_osusume {
	width: 100%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
.med_osusume .osusume_title {
	text-align: center;
	color: #fff;
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.6em;
	background: #ccc;
	border-radius: 50px;
	padding: .6em 0;
	position: relative;
	margin-bottom: 40px;
}
.med_osusume .osusume_title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 16px;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
	background: url("../images/whitening/arrow1@2x.png") no-repeat center center;
	background-size: contain;
}
.med_osusume .com_list {
	width: 94%;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.med_osusume .com_list li {
	padding-bottom: .6em;
	border-bottom: solid 1px #ccc;
	margin-bottom: .6em;
}
.med_osusume .com_list li:last-child {
	margin-bottom: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_osusume .osusume_title {
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_osusume .osusume_title {
	padding: .4em 0;
	margin-bottom: 6%;
}
.med_osusume .com_list li {
	padding-bottom: .4em;
	margin-bottom: .4em;
}
}



/*よくある質問
---------------------------------------------------------*/
.med_faq {
	width: 100%;
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
.med_faq > dt,
.med_faq > dd {
	padding-left: 60px;
	position: relative;
}
.med_faq > dt::before,
.med_faq > dd::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 40px;
	left: 0;
	top: .1em;
	background-image: url("../images/whitening/q@2x.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.med_faq > dd::before {
	background-image: url("../images/a@2x.png");
	top: .4em;
}
.med_faq > dt {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #67b7ba;
	font-size: 140%;
	letter-spacing: .06em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}
.med_faq > dd {
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 1.8em;
	padding-bottom: 60px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 60px;
}
.med_faq > dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

/*注意事項*/
.med_attention {
	width: 100%;
	max-width: 1130px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background: #fcf9f7;
}
.med_attention > dt {
	color: #f07f53;
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.6em;
	text-align: center;
	padding: 1.2em 3%;
	border-bottom: solid 1px #f07f53;
}
.med_attention > dt span {
	display: inline-block;
	padding-left: 2.0em;
	position: relative;
}
.med_attention > dt span::before {
	content: "";
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/attention@2x.png") no-repeat center center;
	background-size: contain;
}
.med_attention > dd {
	padding: 40px 4%;
}
.med_attention > dd .com_list {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.med_attention > dd .com_list li {
	letter-spacing: .1em;
	line-height: 1.6em;
	padding-left: 1.5em;
}
.med_attention > dd .com_list li::before {
	color: #f07f53;
	font-size: 80%;
	top: .1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_faq > dt,
.med_faq > dd {
	padding-left: 45px;
}
.med_faq > dt::before,
.med_faq > dd::before {
	width: 25px;
}
.med_faq > dt {
	margin-bottom: .5em;
}
.med_faq > dd {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 2.0em;
	padding-bottom: 4%;
	margin-bottom: 4%;
}

/*注意事項*/
.med_attention > dt {
	padding: 1.0em 3%;
}
.med_attention > dd {
	padding: 4%;
}
.med_attention > dd .com_list li {
	letter-spacing: .05em;
}
.med_attention > dd .com_list li::before {
	top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_faq > dt,
.med_faq > dd {
	padding-left: 10vw;
}
.med_faq > dt::before,
.med_faq > dd::before {
	width: 6vw;
	height: 10vw;
}
.med_faq > dt {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.med_faq > dd {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
	padding-bottom: 6%;
	margin-bottom: 6%;
}

/*注意事項*/
.med_attention > dt {
	font-size: 120%;
	letter-spacing: .05em;
	padding: .5em 0 .8em;
}
.med_attention > dt span {
	padding: 1.5em 0 0;
}
.med_attention > dt span::before {
	width: 1.4em;
	height: 1.4em;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: none;
	transform: none;
}
.med_attention > dd {
	padding: 6% 4%;
}
.med_attention > dd .com_list li {
	letter-spacing: normal;
}
.med_attention > dd .com_list li::before {
	top: 0;
}
}



/*メリット・デメリット
---------------------------------------------------------*/
.med_merit_demerit {
	margin-top: 60px;
	display: flex;
    justify-content: space-between;
}
.med_merit_demerit > dl {
	width: 49%;
	background: #fcf9f7;
	box-sizing: border-box;
	padding: 40px 3% 30px;
	position: relative;
}
.med_merit_demerit > dl::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 25%;
	max-width: 120px;
	height: 100%;
	right: 3%;
	top: 0;
	transform: translateY(-1.2em);
	background: url("../images/merit@2x.png") no-repeat center top;
	background-size: contain;
}
.med_merit_demerit > dl.demerit::before {
	background-image: url("../images/demerit@2x.png");
}
.med_merit_demerit > dl > dt,
.med_merit_demerit > dl > dd {
	position: relative;
	z-index: 1;
}
.med_merit_demerit > dl > dt {
	text-align: center;
	color: #2b2a2a;
	font-size: 135%;
	letter-spacing: .29em;
	line-height: 1.2em;
	padding-bottom: .6em;
	border-bottom: solid 1px #2b2a2a;
}
.med_merit_demerit > dl > dd {
	padding: 1.5em 3% 0;
}

.med_merit_list,
.med_demerit_list {
	line-height: 1.5em;
}
.med_merit_list li,
.med_demerit_list li {
	margin-bottom: .6em;
	padding-left: 1.5em;
	position: relative;
}
.med_merit_list li:last-child,
.med_demerit_list li:last-child {
	margin-bottom: 0;
}
.med_merit_list li::before,
.med_demerit_list li::before {
	font-family: 'fontello';
	position: absolute;
	left: 0;
	top: 0;
}
.med_merit_list li::before {
	content: '\e806';
	color: #eaacc7;
}
.med_demerit_list li::before {
	content: '\e807';
	color: #ccc5c2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_merit_demerit {
	margin-top: 5%;
}
.med_merit_demerit > dl {
	padding: 3%;
}
.med_merit_demerit > dl > dt {
	letter-spacing: .15em;
	padding-bottom: .3em;
}
.med_merit_demerit > dl > dd {
	padding: 1.0em 0 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_merit_demerit {
	margin-top: 6%;
	display: block;
}
.med_merit_demerit > dl {
	width: 100%;
	padding: 4%;
	margin-top: 4%;
}
.med_merit_demerit > dl:first-child {
	margin-top: 0;
}
.med_merit_demerit > dl::before {
	width: 20%;
	-webkit-transform: translateY(-.8em);
	transform: translateY(-.8em);
}
.med_merit_demerit > dl > dt {
	font-size: 120%;
	letter-spacing: .15em;
	padding-bottom: .4em;
}
.med_merit_demerit > dl > dd {
	padding: 1.0em 0 0;
}

.med_merit_list,
.med_demerit_list {
	line-height: 1.5em;
}
.med_merit_list li,
.med_demerit_list li {
	margin-bottom: .6em;
	padding-left: 1.5em;
	position: relative;
}
.med_merit_list li:last-child,
.med_demerit_list li:last-child {
	margin-bottom: 0;
}
.med_merit_list li::before,
.med_demerit_list li::before {
	font-family: 'fontello';
	position: absolute;
	left: 0;
	top: -.05em;
}
.med_merit_list li::before {
	content: '\e806';
	color: #eaacc7;
}
.med_demerit_list li::before {
	content: '\e807';
	color: #ccc5c2;
}
}



/*med_graph
---------------------------------------------------------*/
.med_graph {
	background: #fcf9f7;
	box-sizing: border-box;
	text-align: center;
	font-size: min(165%,3.0vw);
	letter-spacing: .06em;
	line-height: 1.4em;
}
.med_graph .ft_min {
	color: #80634f;
}
.med_graph_caption {
	text-align: center;
	color: #3e3a39;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-top: 1.0em;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_graph {
	font-size: 120%;
	margin-bottom: .5em;
}
.med_graph_caption {
	font-size: 80%;
	margin-top: .5em;
}
}



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

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

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



/*med_footer
---------------------------------------------------------*/
.med_footer {
	border-top: solid 1px #ccc5c2;
	padding: 60px 0;
}

.med_footer .med_menu2 {
	margin-top: 80px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_footer {
	padding: 5% 0;
}
.med_footer .med_menu2 {
	margin-top: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_footer {
	padding: 8% 0;
}
.med_footer .med_menu2 {
	margin-top: 8%;
}
}