<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/*メインタイトル、共通ボタン
---------------------------------------------------------*/
.contentpage .m_img_area.med .m_img .m_title_txt {
	top: 54%;
	-webkit-transform: none;
	transform: none;
}
.contentpage .m_img_area.med .m_img .m_title2 {
	font-size: 320%;
	letter-spacing: .25em;
	line-height: 1.2em;
	margin: 0 auto .6em;
}
.contentpage .m_img_area.med .m_img .m_title1 {
	width: 14%;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .m_img_area.med .m_img .m_title_txt {
	top: 50%;
}
.contentpage .m_img_area.med .m_img .m_title2 {
	font-size: 280%;
	margin-bottom: .4em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.contentpage .m_img_area.med .m_img .m_title_txt {
	top: 54%;
}
.contentpage .m_img_area.med .m_img .m_title_txt.small{/*2行の場合*/
	-webkit-transform: translateY(-0.8em);
	transform: translateY(-0.8em);
}
.contentpage .m_img_area.med .m_img .m_title2 {
	font-size: 190%;	
	letter-spacing: .15em;
	margin-bottom: .3em;
}
.contentpage .m_img_area.med .m_img .m_title_txt.small .m_title2 {/*2行の場合*/
    font-size: 170%;
}
.contentpage .m_img_area.med .m_img .m_title1 {
	width: 25%;
}
}



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

/* スタイル1 */
.med_style1 &gt; dt {
	font-weight: bold;
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin-bottom: .8em;
}

/* ボックスリスト */
.med_boxlist .list_box {
	padding-bottom: 50px;
	border-bottom: solid 1px #a9a19b;
	margin-bottom: 50px;
}
.med_boxlist .list_box:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

/* リンク */
.med_link_box {
	text-align: center;
}
.med_link_box .txt {
	color: #2c7068;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.8em;
}
.med_link_box .txt a{
	color: #2c7068;
}
.med_link_box .txt a:hover{
	color: #2c7068;
}
.med_link_box .com_link1 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	margin-top: 0;
}

.med_btn_list {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.med_btn_list li {
	margin: 0 1%;
}

/*リスト*/
.med_list1 &gt; li {
	position: relative;
	box-sizing: border-box;
	padding-left: 1.8em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.med_list1 &gt; li:last-child {
	margin-bottom: 0;
}
.med_list1 &gt; li::before {
	font-family: 'fontello';
	content: '\e804';
	color: #ccc;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: .1em;
}
/*小児歯科LPバナー*/
.bnr_kids{
	max-width: 310px;
	margin: 60px auto 0;
	text-align: center;
	border: 1px solid #fff;
	padding: 1px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 画像・テキストレイアウト */
.med_flt .img_l,
.med_flt .img_r {
	width: 42%;
	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;
}

/* スタイル1 */
.med_style1 &gt; dt {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

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

/* リンク */
.med_link_box .com_link1 {
	padding-top: 3%;
}

/*小児歯科LPバナー*/
.bnr_kids{
	margin: 4% auto 0;
}
}

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

/* スタイル1 */
.med_style1 &gt; dt {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .4em;
}

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

/* リンク */
.med_link_box .txt {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.med_link_box .com_link1 {
	padding-top: 6%;
}

.med_btn_list {
	display: block;
}
.med_btn_list li {
	margin: 2% auto 0;
}
.med_btn_list li:first-child {
	margin-top: 0;
}

/*リスト*/
.med_list1 &gt; li {
	padding-left: 1.2em;
	margin-bottom: .5em;
}
/*小児歯科LPバナー*/
.bnr_kids{
	width: 70%;
	margin: 6% auto 0;
}
}



/*チェック
---------------------------------------------------------*/
.med_check {
	background: #fff;
	border: solid 4px #d9eedd;
	padding: 40px 4%;
	position: relative;
}
.med_check::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 117px;
	background: url("../images/check_slash@2x.png") repeat center center;
	background-size: 56px auto;
	left: 0;
	top: 0;
}

.med_check .check_title {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 40px;
}
.med_check .check_title p {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .2em;
}
.med_check .check_title .check_index {
	color: #82c88f;
	font-size: 260%;
	letter-spacing: .2em;
	line-height: 1.4em;
	display: inline-block;
	padding-right: 1.2em;
	position: relative;
}
.med_check .check_title .check_index::before {
	content: "";
	position: absolute;
	width: 1.1em;
	height: 1.1em;
	right: 0;
	top: .2em;
	background: url("../images/check@2x.png") no-repeat center center;
	background-size: contain;
}

.med_check .check_list {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.med_check .check_list li {
	margin-top: 1.4em;
	width: 49%;
	box-sizing: border-box;
	padding-bottom: .6em;
	border-bottom: solid 1px #544337;
	padding-left: 2.4em;
	background: url("../images/check@2x.png") no-repeat left .3em;
	background-size: auto 1.4em;
}
.med_check .check_list li:nth-child(1),
.med_check .check_list li:nth-child(2) {
	margin-top: 0;
}
.med_check .check_list p,
.med_check .check_list dt {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.med_check .check_list dd {
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin-top: .3em;
}

.med_check .check_txt {
	margin-top: 40px;
	text-align: center;
	font-size: 130%;
	letter-spacing: .15em;
	line-height: 1.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check {
	padding: 4%;
}
.med_check::before {
	height: 12vw;
}

.med_check .check_title {
	margin-bottom: 4%;
}
.med_check .check_title .check_index {
	font-size: 220%;
}

.med_check .check_list li {
	margin-top: 1.0em;
	background-size: auto 1.2em;
	padding-left: 2.0em;
	padding-bottom: .4em;
}
.med_check .check_list p,
.med_check .check_list dt {
	font-size: 110%;
	letter-spacing: .05em;
}
.med_check .check_list dd {
	letter-spacing: .05em;
}

.med_check .check_txt {
	margin-top: 4%;
	font-size: 120%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check {
	padding: 6% 4%;
}
.med_check::before {
	height: 25vw;
}

.med_check .check_title {
	margin-bottom: 6%;
}
.med_check .check_title p {
	font-size: 110%;
	letter-spacing: .05em;
	margin-bottom: .2em;
}
.med_check .check_title .check_index {
	font-size: 160%;
	letter-spacing: .1em;
	padding-right: 0;
}
.med_check .check_title .check_index::before {
	right: auto;
	top: auto;
	left: calc(50% + 2.5em);
	bottom: .15em;
}

.med_check .check_list {
	display: block;
}
.med_check .check_list li {
	margin-top: .7em !important;
	width: 100%;
	background-position: left .2em;
	background-size: auto 1.0em;
	padding-left: 1.7em;
	padding-bottom: .4em;
}
.med_check .check_list li:nth-child(1) {
	margin-top: 0 !important;
}
.med_check .check_list p,
.med_check .check_list dt {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.med_check .check_list dd {
	font-size: 90%;
	letter-spacing: normal;
	padding-bottom: .2em;
}

.med_check .check_txt {
	margin-top: 6%;
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.6em;
}
}



/*med_col_list
---------------------------------------------------------*/
.med_col_list {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.med_col_list &gt; li {
	box-sizing: border-box;
	background: #fff;
	border: solid 4px #d9eedd;
	padding: 30px 2.5% 20px;
	margin-top: 3%;
}
.med_col_list.col2 &gt; li:nth-child(-n+2),
.med_col_list.col3 &gt; li:nth-child(-n+3) {
	margin-top: 0;
}
.med_col_list.col2 &gt; li {
	width: 49%;
	max-width: 590px;
	padding-left: 3%;
	padding-right: 3%;
}
.med_col_list.col3 &gt; li {
	width: 32%;
	max-width: 380px;
}
.med_col_list &gt; li.col_width {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 3%;
	padding-right: 3%;
}

.med_col_list dt {
	text-align: center;
	color: #82c88f;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.med_col_list dt {
	font-size: 140%;
	letter-spacing: .1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_col_list &gt; li {
	padding: 2% 3%;
	margin-top: 2%;
}
.med_col_list.col2 &gt; li {
	width: 49%;
}
.med_col_list.col3 &gt; li {
	width: 32%;
}

.med_col_list dt {
	font-size: 140%;
	line-height: 1.4em;
	letter-spacing: .1em;
	margin-bottom: .3em;
}
.med_col_list dd {
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_col_list {
	display: block;
}
.med_col_list &gt; li {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 2% !important;
}
.med_col_list &gt; li:first-child {
	margin-top: 0 !important;
}
.med_col_list &gt; li {
	padding: 4% 5% !important;
}

.med_col_list dt {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
.med_col_list dd {
	font-size: 90%;
	line-height: 1.8em;
}
}



/*背景緑ボックス
---------------------------------------------------------*/
.med_green_box {
	background: #edf9ce;
	padding: 40px 4.5%;
	border-radius: 10px;
}
.med_green_box .green_title {
	text-align: center;
	color: #2c7068;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.med_green_box .med_flt .img_l,
.med_green_box .med_flt .img_r {
	width: 32%;
	max-width: 350px;
}
.med_green_box .med_flt .txt_l,
.med_green_box .med_flt .txt_r {
	width: 64%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_green_box {
	padding: 4%;
}
.med_green_box .green_title {
	font-size: 140%;
	margin-bottom: 3%;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_green_box {
	padding: 6% 4%;
}
.med_green_box .green_title {
	font-size: 130%;
	letter-spacing: .1em;
	margin-bottom: 4%;
}
	
.med_green_box .med_flt .img_l,
.med_green_box .med_flt .img_r {
	width: 65%;
}
}



/*流れ
---------------------------------------------------------*/
.med_flow_list {
	width: 100%;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align: center;
}
.med_flow_list li {
	box-sizing: border-box;
}
.med_flow_list li:nth-child(even) img {
	display: block;
	margin: auto;
}
.med_flow_list .img_item {
	padding: 0 5%;
	text-align: center;
}
.med_flow_list .txt {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: 1.0em;
}

/*4列*/
.med_flow_list.flow_4 {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}
.med_flow_list.flow_4 li {
	width: 22%;
}
.med_flow_list.flow_4 li:nth-child(even) {
	width: 2%;
	padding-top: 9%;
}

/*5列*/
.med_flow_list.flow_5 {
	max-width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.med_flow_list.flow_5 li {
	width: 19%;}
.med_flow_list.flow_5 li:nth-child(even) {
	width: 1.25%;
	padding-top: 6.5%;
}

.med_flow_subtxt {
	margin-top: 40px;
	border-top: solid 1px #a9a19b;
	padding-top: 40px;
}
.med_flow_subtxt &gt; dt {
	text-align: center;
	color: #2c7068;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_list .txt {
	font-size: 85%;
	letter-spacing: normal;
}
/*5列*/
.med_flow_list.flow_5 li:nth-child(even) {
	padding-top: 8%;
}
.med_flow_subtxt {
	margin-top: 3%;
	padding-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
.med_flow_list {
	display: block;
	width: 100% !important;
}
.med_flow_list 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_list li:nth-child(even) {
	display: block;
	width: 10% !important;
	padding: 0 !important;
	margin: 0 auto;
	transform: rotate(90deg);
}
.med_flow_list .img_item {
	width: 40%;
	padding: 0 !important;
}
.med_flow_list .txt {
	width: 52%;
	font-size: 90%;
	letter-spacing: .05em;
	margin: 0 !important;
}
	
.med_flow_subtxt {
	margin-top: 6%;
	padding-top: 6%;
}
.med_flow_subtxt &gt; dt {
	font-size: 115%;
	letter-spacing: .05em;
	margin-bottom: .3em;
}
}



/* ピックアップボックス
---------------------------------------------------------*/
.med_pickup {
	background: #fff;
	border: solid 4px #d9eedd;
	border-radius: 10px;
	padding: 40px 5%;
	position: relative;
}
.med_pickup::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 65px;
	left: 0;
	top: 0;
	background: url("../images/bg_slash2@2x.png") repeat center center;
	background-size: 57px auto;
}
.med_pickup .in_box {
	position: relative;
	z-index: 1;
}
.med_pickup .pick_title {
	text-align: center;
	color: #82c88f;
	font-size: 190%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_pickup {
	padding: 4%;
}
.med_pickup::before {
	height: 7vw;
}
.med_pickup .pick_title {
	font-size: 170%;
	letter-spacing: .1em;
	margin-bottom: 3%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.med_pickup {
	padding: 6% 5%;
}
.med_pickup::before {
	height: 10vw;
}
.med_pickup .pick_title {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 4%;
}
}



/*よくある質問
---------------------------------------------------------*/
.med_faq &gt; dt {
	margin-top: 50px;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding-left: 55px;
	margin-bottom: .6em;
	position: relative;
}
.med_faq &gt; dt:first-child {
	margin-top: 70px;
}
.med_faq &gt; dd {
	background: #fff;
	padding: 20px 2%;
}
.med_faq &gt; dd &gt; div {
	position: relative;
	padding-left: 45px;
}

.med_faq &gt; dt::before,
.med_faq &gt; dd &gt; div::before {
	content: "Q";
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #da9380;
	font-size: 45px;
	letter-spacing: normal;
	line-height: 1.2em;
	position: absolute;
	left: 0;
	top: -.15em;
}
.med_faq &gt; dd &gt; div::before {
	content: "A";
	color: #71b0d9;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_faq &gt; dt {
	margin-top: 4%;
	font-size: 140%;
	letter-spacing: .1em;
	padding-left: 40px;
	margin-bottom: .4em;
}
.med_faq &gt; dt:first-child {
	margin-top: 6%;
}
.med_faq &gt; dd {
	padding: 3%;
}
.med_faq &gt; dd &gt; div {
	padding-left: 35px;
}

.med_faq &gt; dt::before,
.med_faq &gt; dd &gt; div::before {
	font-size: 35px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_faq &gt; dt {
	margin-top: 6%;
	font-size: 120%;
	letter-spacing: .05em;
	padding-left: 9vw;
	margin-bottom: .3em;
}
.med_faq &gt; dt:first-child {
	margin-top: 6%;
}
.med_faq &gt; dd {
	padding: 3%;
}
.med_faq &gt; dd &gt; div {
	padding-left: 8vw;
}

.med_faq &gt; dt::before,
.med_faq &gt; dd &gt; div::before {
	font-size: 8vw;
	top: -.15em;
}
.med_faq &gt; dd &gt; div::before {
	content: "A";
	color: #71b0d9;
}
}



/*med_flow_vertical
---------------------------------------------------------*/
.med_flow_vertical &gt; li {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-top: .5em;
	padding-left: 85px;
	padding-bottom: 50px;
}
.med_flow_vertical li:last-child{
	padding-bottom: 0;
}
.med_flow_vertical &gt; li::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 65px;	/*半分*/
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../images/flow1@2x.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.med_flow_vertical &gt; li:nth-child(2)::before {background-image: url("../images/flow2@2x.png");}
.med_flow_vertical &gt; li:nth-child(3)::before {background-image: url("../images/flow3@2x.png");}
.med_flow_vertical &gt; li:nth-child(4)::before {background-image: url("../images/flow4@2x.png");}
.med_flow_vertical &gt; li:nth-child(5)::before {background-image: url("../images/flow5@2x.png");}
.med_flow_vertical &gt; li:nth-child(6)::before {background-image: url("../images/flow6@2x.png");}
.med_flow_vertical &gt; li:nth-child(7)::before {background-image: url("../images/flow7@2x.png");}
.med_flow_vertical &gt; li:nth-child(8)::before {background-image: url("../images/flow8@2x.png");}
.med_flow_vertical &gt; li::after {
	content: "";	/*罫線*/
	position: absolute;
	z-index: 0;
	width: 1px;
	height: 100%;
	left: 33px;		/*半分*/
	top: 0;
	background: #52acac;
}
.med_flow_vertical &gt; li:last-child::after {display: none;}

.med_flow_vertical .med_flt .img_r {
	width: 34%;
    max-width: 380px;
}
.med_flow_vertical .med_flt .txt_l {
	width: 63%;
}
.med_flow_vertical .med_style1 &gt; dt {
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_vertical &gt; li {
	padding-left: 9vw;
	padding-bottom: 4%;
}
.med_flow_vertical &gt; li::before {
	width: 7vw;
}
.med_flow_vertical &gt; li::after {
	left: 3.5vw;
}
.med_flow_vertical .med_flt .txt_l {
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_vertical &gt; li {
	padding-left: 15vw;
	padding-bottom: 8%;
}
.med_flow_vertical &gt; li::before {
	width: 12vw;
}
.med_flow_vertical &gt; li::after {
	left: 6vw;
}

.med_flow_vertical .med_flt .img_r {
	width: 65%;
}
.med_flow_vertical .med_style1 &gt; dt {
	margin-bottom: .2em;
}
}





/*枠付きBOX（デフォルトは薄緑）
---------------------------------------------------------*/
.med_bdr_box {
	background-color: #FFF;
	border: 4px solid #C7E6CD;
	padding: 50px;
}
.med_bdr_box .bdr_title {
	font-size: 188%;
	color: #73B882;
	text-align: center;
	letter-spacing: .15em;
	margin-bottom: 50px;
}
.med_bdr_box .bdr_inbox {
	border-bottom: 1px solid #a9a19b;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.med_bdr_box .bdr_inbox:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.med_bdr_box .bdr_inbox .med_flt .img_r,
.med_bdr_box .bdr_inbox .med_flt .img_l {
	width: 31%;
	max-width: 340px;
}
.med_bdr_box .bdr_inbox .med_flt .txt_l,
.med_bdr_box .bdr_inbox .med_flt .txt_r{
	width: 67%;
}
/*四角リスト*/
.med_bdr_box .bdr_inbox dt {
	margin-bottom: 0.4em;
}
.med_bdr_box .bdr_inbox dt,
.square_list {
	color: #73B882;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.3;
	padding-left: 30px;
	position: relative;
}
.med_bdr_box .bdr_inbox dt::before,
.square_list::before {
    position: absolute;
    content: '';
    display: block;
	border: 5px solid #CBE5D6;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
    left: 0;
    top: 0.1em;
}
/*3列*/
.med_bdr_box .bdr_inbox .med_col3 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.med_bdr_box .bdr_inbox .med_col3 li {
	width: 31%;
}
.med_bdr_box .bdr_inbox .med_col3 li .img_box {
	max-width: 340px;
	margin-bottom: 1em;
}

/*緑*/
.bdr_green {
	border-color: #95D0B6;
}
.bdr_green .bdr_title,
.bdr_green .bdr_inbox dt,
.bdr_green .square_list {
	color: #518D86;
}
.bdr_green .bdr_inbox dt::before,
.bdr_green .square_list::before {
	border-color: #CBE5D6;
}
/*青*/
.bdr_blue {
	border-color: #A6D4EB;
}
.bdr_blue .bdr_title,
.bdr_blue .bdr_inbox dt,
.bdr_blue .square_list {
	color: #447CAD;
}
.bdr_blue .bdr_inbox dt::before,
.bdr_blue .square_list::before {
	border-color: #ABC4DA;
}
/*ピンク*/
.bdr_pink {
	border-color: #F5B7BB;
}
.bdr_pink .bdr_title,
.bdr_pink .bdr_inbox dt,
.bdr_pink .square_list {
	color: #EF8F95;
}
.bdr_pink .bdr_inbox dt::before,
.bdr_pink .square_list::before {
	border-color: #FADFE0;
}
/*オレンジ*/
.bdr_orange {
	border-color: #F7E49F;
}
.bdr_orange .bdr_title,
.bdr_orange .bdr_inbox dt,
.bdr_orange .square_list {
	color: #E5A03A;
}
.bdr_orange .bdr_inbox dt::before,
.bdr_orange .square_list::before {
	border-color: #F7E49F;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.med_bdr_box {
	padding: 5% 4%;
}
.med_bdr_box .bdr_title {
	font-size: 160%;
	margin-bottom: 5%;
}
.med_bdr_box .bdr_inbox {
	padding-bottom: 4%;
	margin-bottom: 4%;
}
.med_bdr_box .bdr_inbox .med_flt .img_r,
.med_bdr_box .bdr_inbox .med_flt .img_l {
	width: 40%;
}
.med_bdr_box .bdr_inbox .med_flt .txt_l,
.med_bdr_box .bdr_inbox .med_flt .txt_r{
	width: 100%;
}
/*四角リスト*/
.med_bdr_box .bdr_inbox dt,
.square_list {
	letter-spacing: .1em;
	padding-left: 26px;
}
.med_bdr_box .bdr_inbox dt::before,
.square_list::before {
	border-width: 4.5px;
    width: 17px;
	height: 17px;
	top: 0.15em;
}
	
}

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

.med_bdr_box {
	padding: 8% 4%;
}
.med_bdr_box .bdr_title {
	font-size: 140%;
	margin-bottom: 6%;
}
.med_bdr_box .bdr_inbox {
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.med_bdr_box .bdr_inbox .med_flt .img_r,
.med_bdr_box .bdr_inbox .med_flt .img_l {
	width: 70%;
}
/*3列*/
.med_bdr_box .bdr_inbox .med_col3 {
	display: block;
}
.med_bdr_box .bdr_inbox .med_col3 li {
	width: 100%;
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px solid #a9a19b;
}
.med_bdr_box .bdr_inbox .med_col3 li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.med_bdr_box .bdr_inbox .med_col3 li .img_box {
	width: 70%;
	margin: 0 auto 1em;;
}
/*四角リスト*/
.med_bdr_box .bdr_inbox dt,
.square_list {
	font-size: 110%;
	letter-spacing: .1em;
	padding-left: 26px;
}
.med_bdr_box .bdr_inbox dt::before,
.square_list::before {
	border-width: 4.5px;
    width: 18px;
	height: 18px;
    top: 50%;
	transform: translateY(-60%);
}	
}



/*med_bdr_box内の流れ
---------------------------------------------------------*/
.med_bdr_box .bdr_inbox &gt; .flow_box {
	background: #edf9ce;
	padding: 30px 4.5%;
	border-radius: 10px;
}
.med_bdr_box .bdr_inbox &gt; .flow_box .flow_title {
	text-align: center;
	color: #2c7068;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_bdr_box .bdr_inbox &gt; .flow_box {
	padding: 3% 4%;
}
.med_bdr_box .bdr_inbox &gt; .flow_box .flow_title {
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_bdr_box .bdr_inbox &gt; .flow_box {
	padding: 5%;
}
.med_bdr_box .bdr_inbox &gt; .flow_box .flow_title {
	letter-spacing: .1em;
	margin-bottom: 4%;
}
}



/*メリット・デメリット
---------------------------------------------------------*/
.med_merit_demerit {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.med_merit_demerit &gt; dl {
	width: 48.5%;
	background-color: #FFF;
	padding: 30px 40px 40px;
	box-sizing: border-box;
}
.med_merit_demerit &gt; dl.merit {
	border: 4px solid #F8E0BD;
}
.med_merit_demerit &gt; dl.demerit {
	border: 4px solid #E0DEDC;
}
.med_merit_demerit &gt; dl &gt; dt {
	text-align: center;
	font-size: 156%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	padding-bottom: .8em;
	margin-bottom: 1em;
}
.med_merit_demerit &gt; dl.merit &gt; dt {
	color: #E89E30;
	border-bottom: 1px solid #E89E30;
}
.med_merit_demerit &gt; dl.demerit &gt; dt {
	color: #918982;
	border-bottom: 1px solid #918982;
}

.med_merit_list,
.med_demerit_list {
	font-size: 95%;
	letter-spacing: .14em;
	line-height: 1.4em;
}
.med_merit_list li,
.med_demerit_list li {
	margin-bottom: .8em;
	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.1em;
}
.med_merit_list li::before {
	content: '\e806';
	color: #E89E30;
}
.med_demerit_list li::before {
	content: '\e807';
	color: #918982;
}

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

.med_merit_demerit &gt; dl {
	padding: 20px 20px 25px;
}
.med_merit_demerit &gt; dl &gt; dt {
	font-size: 130%;
	letter-spacing: .2em;
}
.med_merit_list,
.med_demerit_list {
	letter-spacing: .06em;
}
.med_merit_list li::before,
.med_demerit_list li::before {
	top: 0;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_merit_demerit {
	display: block;
}
.med_merit_demerit &gt; dl {
	width: 100%;
	padding: 5%;
	margin-top: 3%;
}
.med_merit_demerit &gt; dl:first-of-type {
	margin-top: 0;
}
.med_merit_demerit &gt; dl &gt; dt {
	font-size: 110%;
	letter-spacing: .2em;
	margin-bottom: 4%;
}

.med_merit_list,
.med_demerit_list {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.med_merit_list li,
.med_demerit_list li {
	padding-left: 1.3em;
	margin-bottom: .5em;
}
.med_merit_list li::before,
.med_demerit_list li::before {
	top: 0.1em;
}

}


/*med_dentition_list
---------------------------------------------------------*/
.med_dentition_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1180px;
	margin: 0 auto;
}
.med_dentition_list li{
	width: 15.5%;
	max-width: 180px;
	text-align: center;
}
.med_dentition_list li div{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.med_dentition_list li dl{
margin-top: 1.4em;
}
.med_dentition_list li dl dt{
	font-weight: bold;
	font-size: 155%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.med_dentition_list li dl dd{
	line-height: 1.5em;
	margin-top: 0.6em;
}

/* 1499px〜Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1100px) {
	.med_dentition_list li dl{
	font-size: 1.5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_dentition_list{
	max-width: 600px;
}
.med_dentition_list li{
	width: 31%;
	margin-top: 3%;
}
.med_dentition_list li:nth-child(1),
.med_dentition_list li:nth-child(2),
.med_dentition_list li:nth-child(3){
	margin-top: 0;
}
.med_dentition_list li dl{
	margin-top: 1em;
}
.med_dentition_list li dl dt{
	font-size: 135%;
}
.med_dentition_list li dl dd{
	margin-top: 0.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_dentition_list{
	width: 94%;
}
.med_dentition_list li{
	width: 46.5%;
	max-width: 46.5%;
	margin-top: 6%;
}
.med_dentition_list li:nth-child(1),
.med_dentition_list li:nth-child(2){
	margin-top: 0;
}
.med_dentition_list li div{
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.med_dentition_list li dl{
	margin-top: 1em;
}
.med_dentition_list li dl dt{
	font-size: 125%;
}
.med_dentition_list li dl dd{
	margin-top: 0.5em;
}
}



/*med_soudan
---------------------------------------------------------*/
.med_soudan{
	border: 10px solid #D7F0B3;
	padding: 60px 0 0;
}
.med_soudan .soudan_tit{
	width: 92%;
	text-align: center;
	font-size: 295%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	padding-bottom: 0.8em;
	margin: 0 auto 1em;
	position: relative;
}
.med_soudan .soudan_tit::before{
	position: absolute;
	content: "";
	background: #7DBB28;
	width: 4em;
	height: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.med_soudan .soudan_tit span{
	color: #7DBB28;
}
.med_soudan .flot_box{
	max-width: 1100px;
	width: 92%;
	margin: 0 auto 30px;
}
.med_soudan .flot_box .txt_l{
	width: 61.5%;
	float: left;
	letter-spacing: 0.05em;
}
.med_soudan .flot_box .img_r{
	width: 35%;
	float: right;
	margin-left: 3.5%;
}
.med_soudan &gt; .bg_white{
	padding: 35px 4%;
}
/*.med_soudan &gt; .bg_white .time{
	text-align: center;
	max-width: 1100px;
	background-color: #E3EEE5;
	font-size: 105%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0.5em 3%;
	margin-top: 2em;
	border-radius: 1.5em;
	box-sizing: border-box;
}*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_soudan{
	border-width:8px;
	padding: 5% 0 0;
}
.med_soudan .soudan_tit{
	font-size: 265%;
	letter-spacing: 0.1em;
}
.med_soudan .soudan_tit::before{
	height: 4px;
}
.med_soudan .flot_box{
	margin: 0 auto 3%;
}
.med_soudan .flot_box .txt_l{
	width: 100%;
	float: none;
}
.med_soudan .flot_box .img_r{
	width: 40%;
	margin-left: 4%;
}
.med_soudan &gt; .bg_white{
	padding: 4% 4%;
}
/*.med_soudan &gt; .bg_white .time{
	font-size: 100%;
	letter-spacing: 0.1em;
}*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_soudan{
	border-width:6px;
	padding: 6% 0 0;
}
.med_soudan .soudan_tit{
	font-size: 180%;
	letter-spacing: 0.1em;
	padding-bottom: 0.6em;
}
.med_soudan .soudan_tit::before{
	height: 3px;
}
.med_soudan .flot_box{
	margin: 0 auto 5%;
}
.med_soudan .flot_box .txt_l{
	width: 100%;
	float: none;
}
.med_soudan .flot_box .img_r{
	float: none;
	width: 80%;
	margin: 0 auto 5%;
}
.med_soudan &gt; .bg_white{
	padding: 5%;
}
/*.med_soudan &gt; .bg_white .time{
	font-size: 80%;
	letter-spacing: 0.05em;
	border-radius: 2em;
	padding: 0.8em 3%;
}*/
}



/*med_feature_list
---------------------------------------------------------*/
.med_feature_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
.med_feature_list li{
	max-width: 380px;
	width: 32%;
	margin-top: 50px;
}
.med_feature_list li:nth-child(1),
.med_feature_list li:nth-child(2),
.med_feature_list li:nth-child(3){
	margin-top: 0;
}
.med_feature_list li p{
	margin-top: 1.2em;
	letter-spacing: 0.05em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_feature_list{
	margin-bottom: 8%;
}
.med_feature_list li{
	margin-top: 4%;
}
.med_feature_list li p{
	line-height: 1.8em;
	margin-top: 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_feature_list{
	margin-bottom: 11%;
}
.med_feature_list li{
	width: 100%;
	max-width: 100%;
	margin-top:8%;
	padding-bottom: 6%;
	border-bottom: 1px solid #A9A19B;
}
.med_feature_list li:nth-child(2),
.med_feature_list li:nth-child(3){
	margin-top: 8%;
}
.med_feature_list li div{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.med_feature_list li p{
	margin-top: 0.8em;
}
}



/*med_type
---------------------------------------------------------*/
.med_type{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.med_type &gt; div{
	width: 48.5%;
	max-width: 580px;
	padding: 50px 3% 30px;
	box-sizing: border-box;
	position: relative;
}
.med_type &gt; div.type1{
	background-color: rgba(62,141,155,0.15);
}
.med_type &gt; div.type2{
	background-color: rgba(97,179,165,0.15);
}
.med_type &gt; div .abs_copy{
	font-weight: bold;
	font-size: 165%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.med_type &gt; div.type1 .abs_copy span{
	color: #3E8D9B;
}
.med_type &gt; div.type2 .abs_copy span{
	color: #61B3A5;
}
.med_type &gt; div dl{
	max-width: 460px;
	margin: 0 auto;
}
.med_type &gt; div dl dt{
	text-align: center;
	font-size: 135%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 3%;
	box-sizing: border-box;
	border-radius: 1.5em;
	margin-bottom: 30px;
}
.med_type &gt; div.type1 dl dt{
	background-color: #3E8D9B;
}
.med_type &gt; div.type2 dl dt{
	background-color: #61B3A5;
}
.med_type &gt; div dl div{
	text-align:center;
	width: 87%;
	margin: 0 auto 30px;
}
.med_type &gt; div dl li{
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	padding-left: 1.1em;
	margin-top: 0.6em;
	position: relative;
}
.med_type &gt; div dl li:first-child{
	margin-top: 0;
}
.med_type &gt; div dl li::before{
	position: absolute;
	content: "";
	background-size: 100% 100%;
	background: #ccc ;
	width: 0.6em;
	height: 0.6em;
	border-radius: 0.6em;
	left: 0;
	top:0.4em;
}
.med_type &gt; div.type1 dl li::before{
	background: #3E8D9B ;
}
.med_type &gt; div.type2 dl li::before{
	background: #61B3A5 ;
}

/* 1200px〜Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.med_type &gt; div{
	width: 49%;
}
.med_type &gt; div .abs_copy{
	font-weight: bold;
	font-size: 2.5vw;
}
.med_type &gt; div dl dt{
	font-size: 2vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_type &gt; div{
	padding: 5% 3% 2.5%;
}
.med_type &gt; div dl dt{
	margin-bottom: 1.4em;
}
.med_type &gt; div dl div{
	margin: 0 auto 1.5em;
}
.med_type &gt; div dl li{
	font-size: 1.8vw;
	letter-spacing: 0.05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_type{
	display: block;
}
.med_type &gt; div{
	width: 100%;
	max-width: 100%;
	padding: 8% 6% 5%;
	margin-top: 10%;
}
.med_type &gt; div.type1{
	margin-top: 0;
}
.med_type &gt; div .abs_copy{
	font-size: 130%;
	letter-spacing: 0.05em;
}
.med_type &gt; div dl{
	max-width: 100%;
}
.med_type &gt; div dl dt{
	font-size: 110%;
	letter-spacing: 0.05em;
	margin-bottom: 6%;
}
.med_type &gt; div dl div{
	width: 78%;
	margin: 0 auto 4%;
}
}



/*med_point_tit
---------------------------------------------------------*/
.med_point_tit{
	border-top: solid 5px #C0C3C1;
	border-bottom: solid 5px #C0C3C1;
	color: #544337;
	font-size:220%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	padding: .8em 3%;
	margin-bottom: 80px;
	text-align: center;
}
.med_point_list li{
	border-bottom: 1px solid #A9A19B;
	padding-bottom: 70px;
	margin-bottom: 80px;
}
.med_point_list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.med_point_list li .point_style dt{
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.6em;
	font-weight: bold;
}
.med_point_list li .point_style dt span{
	color: #7DBB28;
}

.med_point_list li .point_flot .img_r{
	float: right;
	margin-left: 4%;
	max-width: 570px;
	width:47%;
}
.med_point_list li .point_flot .txt_l{
	float: left;
	width: 49%;
}
.med_point_list li .point_flot .point_style dt{
	padding-left: 3.6em;
	position: relative;
}
.med_point_list li .point_flot .point_style dt::before{
	position: absolute;
	content: "";
	background: url("../images/point01.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 3.1em;
	height: 3.1em;
	left: 0;
	top:0.15em;
}
.med_point_list li:nth-child(3) .point_flot .txt_l &gt; .point_style dt::before{
	background-image: url("../images/point04.svg");
}

.med_point_list li .point_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.med_point_list li .point_flex &gt; div{
	max-width: 570px;
	width: 48.5%;
}
.med_point_list li .point_flex &gt; div &gt; .img{
	position: relative;
}
.med_point_list li .point_flex &gt; div &gt; .img::before{
	position: absolute;
	content: "";
	background: url("../images/point02.svg") no-repeat left bottom;
	background-size: 100% 100%;
	width: 3.1em;
	height: 3.1em;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	font-size: 200%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.med_point_list li:nth-child(2) .point_flex &gt; div.flex_r &gt; .img::before{
	background-image: url("../images/point03.svg") ;
}
.med_point_list li .point_flex &gt; div &gt; .point_style dt{
	margin-top: 2em;
}

.med_point_list li .com_link1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

/* 1200px〜Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1245px) {
.med_point_list li .point_style dt{
	font-size: 2.8vw;
	letter-spacing: 0.05em;
}
.med_point_list li .point_flex &gt; div &gt; .img::before{
	font-size: 2.8vw;
	letter-spacing: 0.05em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_point_tit{
	font-size:190%;
	margin-bottom: 6%;
	padding: .6em 3%;
	border-width: 4px;
}
.med_point_list li{
	padding-bottom: 6%;
	margin-bottom: 7%;
}
.med_point_list li .point_flot .img_r{
	width:46%;
}
.med_point_list li .point_flot .txt_l{
	width: 50%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_point_tit{
	border-width: 3px;
	font-size:150%;
	letter-spacing: .05em;
	padding: .5em 3%;
	margin-bottom: 8%;
}
.med_point_list li{
	padding-bottom: 6%;
	margin-bottom: 8%;
}
.med_point_list li .point_style dt{
	font-size: 135%;
	letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}
.med_point_list li .point_flot .img_r{
	float: none;
	margin: 0 auto 6%;
	width:100%;
}
.med_point_list li:first-child .point_flot .img_r{
	width: 80%;
}
.med_point_list li .point_flot .txt_l{
	float: none;
	width: 100%;
}

.med_point_list li .point_flex{
	display: block;
}
.med_point_list li .point_flex &gt; div{
	max-width: 100%;
	width: 100%;
}
.med_point_list li:nth-child(2) .point_flex &gt; div.flex_l{
	border-bottom: 1px solid #A9A19B;
	padding-bottom: 6%;
	margin-bottom: 8%;
}
.med_point_list li .point_flex &gt; div &gt; .img{
	width: 80%;
	margin: 0 auto 4%;
	position: static;
}
.med_point_list li .point_flex &gt; div &gt; .img::before{
	position: static;
	background: none;
}
.med_point_list li:nth-child(2) .point_flex &gt; div.flex_r &gt; .img::before{
	background: none;
}
.med_point_list li .point_flex &gt; div &gt; .point_style dt{
	margin-top: 0;
	padding-left: 3.6em;
	position: relative;
}
.med_point_list li .point_flex &gt; div &gt; .point_style dt::before{
	position: absolute;
	content: "";
	background: url("../images/point02.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 3.1em;
	height: 3.1em;
	left: 0;
	top:0.15em;
}
.med_point_list li .point_flex &gt; div.flex_r &gt; .point_style dt::before{
	background-image: url("../images/point03.svg");
}
}



/*med_item_flt
---------------------------------------------------------*/
.med_item_flt{
	overflow: hidden;
}
.med_item_flt .img_l{
	float: left;
	max-width: 360px;
	width: 30%;
	margin-right: 4%;
}
.med_item_flt .txt_r{
	float: right;
	width: 66%;
}
.med_item_flt .txt_r .score{
	background-color: #EDF9CE;
	font-size: 105%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 0.9em 3% 0.8em;
	border-radius: 30px;
	margin-bottom: 1.2em;
}
.med_item_flt .txt_r .score ul{
	max-width: 610px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}
.med_item_flt .txt_r .score ul dl dt,
.med_item_flt .txt_r .score ul dl dd{
	display: inline-block;
}
.med_item_flt .txt_r .score ul dl dt{
	margin-right: 0.5em;
	font-weight: bold;
}
.med_item_flt .txt_r .score ul dl dd{
	color: #DB9800;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_item_flt .txt_r .score{
	font-size: 95%;
	letter-spacing: 0.05em;
	padding: 0.9em 5% 0.8em;
	border-radius: 25px;
	margin-bottom: 1em;
}
.med_item_flt .txt_r .score ul dl dt{
	margin-right: 0.3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_item_flt .img_l{
	float: none;
	width: 70%;
	margin: 0 auto 1em;
}
.med_item_flt .txt_r{
	float: none;
	width: 100%;
}
.med_item_flt .txt_r .score{
	font-size:95%;
	letter-spacing: 0.1em;
	padding: 0.6em 9% 0.6em;
	border-radius: 2em;
	margin-bottom: 0.8em;
}
.med_item_flt .txt_r .score ul{
	max-width: 100%;
}
.med_item_flt .txt_r .score ul dl dt,
.med_item_flt .txt_r .score ul dl dd{
	display: block;
	text-align: center;
}
.med_item_flt .txt_r .score ul dl dt{
	margin-right:0;
}
}



/*悩み（矯正）
---------------------------------------------------------*/
.med_nayami{
	background: -moz-linear-gradient(top,  rgba(60,180,186,1) 0%, rgba(60,180,186,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(60,180,186,1) 0%,rgba(60,180,186,0) 100%);
	background: linear-gradient(to bottom,  rgba(60,180,186,1) 0%,rgba(60,180,186,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb4ba', endColorstr='#003cb4ba',GradientType=0 );
	background-size: 100% 500px;
	background-repeat: repeat-x;
	padding: 60px 0 0; 
	position: relative;
	z-index: 1;
}
.med_nayami::before{
	position: absolute;
	content: "";
	background: url("../images/invisalign/nayami_bg@2x.png") no-repeat center top;
	background-size: 100% auto;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.med_nayami .nayami_copy{
	font-size: 160%;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
}
.med_nayami .nayami_copy dt{
	margin-bottom: 0.5em;
}
.med_nayami .nayami_copy dd{
	font-size: 170%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.med_nayami .nayami_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1335px;
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}
.med_nayami .nayami_list li{
	width: 20%;
	position: relative;
}
.med_nayami .nayami_list li div{
	position: absolute;
	display: block;
	width: 105%;
	max-width: 280px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	top:0;
}
.med_nayami .nayami_list li:nth-child(even) &gt; div{
	top:auto;
	bottom: 0;
}
.med_nayami .recommend_copy{
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
	position: relative;
	z-index: 1;
}
.med_nayami .recommend_copy::before{
	position: absolute;
	content: "";
	background: url("../images/invisalign/invisa_abs@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 340px;
	height: 340px;
	left: calc(50% + 10.5em);
	top:-1em;
	z-index: -1;
}
.med_nayami .recommend_copy dt{
	margin-bottom: 0.3em;
}
.med_nayami .recommend_copy dd{
	font-size: 155%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #5F9EAC;
}
.med_nayami .kousai{
text-shadow: 1px 1px 10px rgba(255,255,255,0.7) ,
-1px 1px 10px rgba(255,255,255,0.7)  ,
1px -1px 10px rgba(255,255,255,0.7)  ,
-1px -1px 10px rgba(255,255,255,0.7) ;
}

/* 1499px〜Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) {
.med_nayami .nayami_list{
	height: 28.1vw;
}
.med_nayami .recommend_copy::before{
	width: 24vw;
	height: 24vw;
}
}

/* 1105px〜Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1286px) {
.med_nayami .recommend_copy::before{
	left: auto;
	right: -1%;
}
}
/* 1105px〜Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1105px) {
.med_nayami .recommend_copy{
	font-size: 2.75vw;
}
}

/* 1035px〜ablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1035px) {
.med_nayami .nayami_copy{
	font-size: 2.6vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_nayami{
	padding: 5% 0 0; 
	background-size: 100% 250px;
}
.med_nayami .nayami_copy{
	font-size: 130%;
}
.med_nayami .recommend_copy dd{
	font-size: 150%;
}
.med_nayami .nayami_list{
	margin-bottom: 2%;
}
.med_nayami .recommend_copy{
	font-size: 140%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_nayami{
	padding: 8% 0 0;
	background-size: 100% 60vw;
}
.med_nayami .nayami_copy{
	font-size: 110%;
	letter-spacing: 0.05em;
}
.med_nayami .nayami_copy dd{
	font-size: 160%;
	letter-spacing: 0.05em;
}

.med_nayami .nayami_list{
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	height:77vw;
	width: 94%;
	margin: 0 auto 3%;
}
.med_nayami .nayami_list li{
	width: 33.3333%;
	height: 33.333vw;
	position: relative;
}
.med_nayami .nayami_list li div{
	width: 110%;
}
.med_nayami .nayami_list li:nth-child(even) &gt; div{
	top:auto;
	bottom:-19vw;
}
.med_nayami .nayami_list li:nth-child(4) &gt; div,
.med_nayami .nayami_list li:nth-child(5) &gt; div{
	top: auto;
	bottom: 0;
}
.med_nayami .recommend_copy{
	font-size: 120%;
	letter-spacing: 0.05em;
}
.med_nayami .recommend_copy::before{
	width: 42vw;
	height: 42vw;
	right: -1%;
	left: auto;
}
.med_nayami .recommend_copy dd{
	font-size: 150%;
	letter-spacing: 0.05em;
}
}




/*med_bnr_iod
---------------------------------------------------------*/
.med_bnr_iod{
    margin: 2rem auto 0;
    text-align: center;    
    max-width: 278px;
    border: solid 2px #fff;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_bnr_iod{
    margin: 1.5rem auto 0;
}
}






/*med_footer
---------------------------------------------------------*/
.med_footer {
	background: #cbe4a9;
}
.med_footer .w1340 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}

.med_footer .med_menu_title {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.med_footer .med_menu_title .ft_europa {
	color: #2c7068;
	font-size: 380%;
	letter-spacing: .25em;
	line-height: 1.2em;
	opacity: 0.75;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}

.med_footer .med_menu_list {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.med_footer .med_menu_list li {
	width: 18%;
	margin-right: 2.5%;
	border-bottom: solid 1px rgba(84,67,55,0.85);
	font-size: 95%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-top: 1.0em;
}
.med_footer .med_menu_list li:nth-child(5n) {
	margin-right: 0;
}
.med_footer .med_menu_list li a {
	display: block;
	height: 3.5em;
	background-image: url("../../images/med_icon1@2x.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 17%;
	position: relative;
}
.med_footer .med_menu_list li a::before {
	font-family: 'fontello';
	content: '\e801';
	color: #756d57;
	font-size: 140%;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0.85;
-webkit-transition: all 1.0s;
-moz-transition: all 1.0s;
transition: all 1.0s;
}
.med_footer .med_menu_list li a:hover {
	color: #fff;
}
.med_footer .med_menu_list li a:hover::before {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
	color: #fff;
}
.med_footer .med_menu_list li span {
	display: block;
	position: absolute;
	width: 70%;
	left: 20%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.med_footer .med_menu_list li.icon1 a {background-image: url("../../images/med_icon15@2x.png");}
.med_footer .med_menu_list li.icon2 a {background-image: url("../../images/med_icon1@2x.png");}
.med_footer .med_menu_list li.icon3 a {background-image: url("../../images/med_icon3@2x.png");}
.med_footer .med_menu_list li.icon4 a {background-image: url("../../images/med_icon4@2x.png");}
.med_footer .med_menu_list li.icon5 a {background-image: url("../../images/med_icon5@2x.png");}

.med_footer .med_menu_list li.icon6 a {background-image: url("../../images/med_icon9@2x.png");}
.med_footer .med_menu_list li.icon7 a {background-image: url("../../images/med_icon6@2x.png");}
.med_footer .med_menu_list li.icon8 a {background-image: url("../../images/med_icon10@2x.png");}
.med_footer .med_menu_list li.icon9 a {background-image: url("../../images/med_icon7@2x.png");}
.med_footer .med_menu_list li.icon10 a {background-image: url("../../images/med_icon11@2x.png");}

.med_footer .med_menu_list li.icon11 a {background-image: url("../../images/med_icon8@2x.png");}
.med_footer .med_menu_list li.icon12 a {background-image: url("../../images/med_icon12@2x.png");}
.med_footer .med_menu_list li.icon13 a {background-image: url("../../images/med_icon13@2x.png");}
.med_footer .med_menu_list li.icon14 a {background-image: url("../../images/med_icon14@2x.png");}
.med_footer .med_menu_list li.icon16 a {background-image: url("../../images/med_icon16@2x.png");}

.med_footer .com_bnrlist{
    width: 65%;
    max-width: 880px;
    margin: 50px auto 0;
}
.med_footer .com_bnrlist li{
    width: 48%;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1435px) {
.med_footer .med_menu_list li {
	font-size: 1.25vw;
	letter-spacing: .05em;
	width: 19%;
	margin-right: 1.25%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_footer .w1340 {
	padding-top: 6%;
	padding-bottom: 5%;
}
.med_footer .med_menu_title {
	margin-bottom: 0;
}
.med_footer .med_menu_title .ft_europa {
	font-size: 300%;
}

.med_footer .med_menu_list li {
	width: 24.1%;
	margin-right: 1.2% !important;
	font-size: 85%;
	letter-spacing: .03em;
}
.med_footer .med_menu_list li:nth-child(4n) {
	margin-right: 0 !important;
}
    
.med_footer .com_bnrlist{
    margin-top: 3%;
}
}

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

.med_footer .med_menu_title {
	font-size: 100%;
	margin-bottom: 3%;
}
.med_footer .med_menu_title .ft_europa {
	font-size: 200%;
	letter-spacing: .15em;
}

.med_footer .med_menu_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.med_footer .med_menu_list li {
	width: 48.7%;
	margin-right: 0;
	font-size: 85%;
	letter-spacing: normal;
	margin-top: .2em;
}
.med_footer .med_menu_list li a::before {
	font-size: 120%;
}
.med_footer .med_menu_list li span {
  width: 74%;
}
    
.med_footer .com_bnrlist{
    width:100%;
    max-width: 100%;
    margin: 8% auto 0;
}
.med_footer .com_bnrlist li{
    width: 100%;
} 
}</pre></body></html>