@charset "UTF-8";


/* メインイメージ、導入
---------------------------------------------------------*/
.pankuzu {
	margin-bottom: 50px;
}
.contentpage .m_img_area .m_title_area {
	position: relative;
	height: auto;
	max-height: 100%;
	margin-bottom: 100px;
}
.contentpage .m_img_area .m_title_area .m_title {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.contentpage .m_img_area .m_title_area .m_img {
	position: relative;
	z-index: 0;
	width: 60%;
	max-width: 650px;
	margin-left: auto;
	margin-right: 0;
}

.med_lead .point_list {
	width: 94%;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
	position: relative;
	z-index: 1;
}
.med_lead .point_list::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 50%;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	background: #e3899f;
}
.med_lead .point_list li {
	width: 18%;
	
}
.med_lead .point_list li:nth-child(even) {
	transform: translateY(10%);
}
.med_lead .point_list li img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.med_lead .point_list.type_big li.big{
    width: 22%;
}

.med_lead .bg {
	background: #e3899f;
	padding: 50px 0 80px;
	position: relative;
}
.med_lead .bg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 23px;
	background: url("../images/ortho/fukidashi@2x.png") no-repeat center top;
	background-size: contain;
	left: 0;
	top: calc(100% - 1px);
}
.med_lead .bg .w1100 {
	text-align: center;
	color: #fff;
}

.med_lead .lead_txt > dt .txt1 {
	font-size: 190%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .4em;
}
.med_lead .lead_txt > dt .txt2 {
	color: #ffff8a;
	font-size: 250%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pankuzu {
	margin-bottom: 4%;
}
.contentpage .m_img_area .m_title_area {
	margin-bottom: 6%;
}

.med_lead .point_list {
	width: 97%;
}

.med_lead .bg {
	padding: 5% 0 7%;
}
.med_lead .lead_txt > dt {
	font-size: 90%;
}
.med_lead .lead_txt > dt .txt1 {
	letter-spacing: .1em;
}
.med_lead .lead_txt > dt .txt2 {
	letter-spacing: .1em;
}
}
	
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pankuzu {
	margin-bottom: 6%;
}
.contentpage .m_img_area .m_title_area {
	margin-bottom: 10%;
}
.contentpage .m_img_area .m_title_area .m_title {
	top: auto;
	bottom: .2em;
	transform: none;
}
.contentpage .m_img_area .m_title_area .m_img {
	width: 85%;
	transform: translateX(15%);
	opacity: 0.7;
}

.med_lead .point_list {
	width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.med_lead .point_list::before {
	height: 70%;
}
.med_lead .point_list li {
	width: 30%;
	margin: 0 1%;
}
.med_lead .point_list li:nth-child(even) {
	transform: none;
}
.med_lead .point_list.type_big li:nth-child(1),
.med_lead .point_list.type_big li:nth-child(4){
	margin-right: 30%;
}
.med_lead .point_list.type_big li.big{
    width: 35%;
    margin: -16% 32.5%;
}
    
.med_lead .bg {
	padding: 6% 0 12%;
}
.med_lead .bg::before {
	height: 1.0em;
}
.med_lead .lead_txt > dt .txt1 {
	font-size: 125%;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
.med_lead .lead_txt > dt .txt2 {
	font-size: 155%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.med_lead .lead_txt > dd {
	text-align: left;
}
}




/* 選ばれる理由
---------------------------------------------------------*/
.med_reason {
	background: #fff;
	padding-top: 90px;
}
.med_reason .reas_title {
	text-align: center;
	margin-bottom: 100px;
}
.med_reason .reas_title .ft_sempl {
	position: relative;
	z-index: 0;
	color: #fbeef2;
	font-size: 940%;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.med_reason .reas_title .ft_min {
	position: relative;
	z-index: 1;
	font-size: 250%;
	letter-spacing: .15em;
	line-height: 1.3em;
	margin-top: -1.5em;
}

.med_reason .reas_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_reason .reas_list .box_width {
	width: 100%;
}
.med_reason .reas_list .box_harf {
	width: 48.5%;
	max-width: 630px;
}
.med_reason .reas_list > li {
	margin-bottom: 90px;
}
.med_reason .reas_list > li .reas_memo{
    opacity: 0.5;
    font-size:90%;
    line-height: 1.6em;
    margin-top: .5em;
    text-align: right;
}

.med_reason .reas_index {
	border-top: solid 1px #cccdcd;
	border-bottom: solid 1px #cccdcd;
	text-align: center;
	color: #d75f82;
	font-size: min(200%,3.0vw);
	letter-spacing: .15em;
	line-height: 1.5em;
	padding: 1.8em 0 1.2em;
	position: relative;
	margin-bottom: 60px;
}
.med_reason .reas_index::before {
	content: "01";
	position: absolute;
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #d75f82;
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.2em;
	width: 3.6em;
	background: url("../images/ortho/reas_bg@2x.png") no-repeat center center;
	background-size: contain;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.med_reason .reas_list > li:nth-child(2) .reas_index::before {content: "02";}
.med_reason .reas_list > li:nth-child(3) .reas_index::before {content: "03";}
.med_reason .reas_list > li:nth-child(4) .reas_index::before {content: "04";}
.med_reason .reas_list > li:nth-child(5) .reas_index::before {content: "05";}
.med_reason .reas_list > li:nth-child(6) .reas_index::before {content: "06";}

.med_reason .reas_list .in_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.med_reason .reas_list .in_box .img_box {
	margin: 0 auto 40px;
}
.med_reason .reas_list .box_width .in_box {
	max-width: 1000px;
}
.med_reason .reas_list .box_width .in_box .img_box {
	width: 85%;
	max-width: 810px;
}
.med_reason .reas_list .box_width .in_box .img_box.type_1000 {
	width: 100%;
	max-width: 1000px;
}
.med_reason .reas_list .note {
	background-color: #f1e4ef;
	box-sizing: border-box;
	padding: 20px 3%;
	margin-top: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_reason {
	padding-top: 6%;
}
.med_reason .reas_title {
	margin-bottom: 10%;
}
.med_reason .reas_title .ft_sempl {
	font-size: 15vw;
	letter-spacing: .1em;
}
.med_reason .reas_title .ft_min {
	font-size: 4.5vw;
	letter-spacing: .1em;
}

.med_reason .reas_list > li {
	margin-bottom: 8%;
}

.med_reason .reas_index {
	font-size: 3.2vw;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
.med_reason .reas_list .in_box .img_box {
	margin-bottom: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_reason {
	padding-top: 8%;
}
.med_reason .reas_title {
	margin-bottom: 16%;
}
.med_reason .reas_title .ft_sempl {
	font-size: 480%;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.med_reason .reas_title .ft_min {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-top: -1.2em;
}

.med_reason .reas_list {
	display: block;
}
.med_reason .reas_list .box_harf {
	width: 100%;
	max-width: 100%;
}
.med_reason .reas_list > li {
	margin-bottom: 12%;
}

.med_reason .reas_index {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.5em 0 .8em;
	margin-bottom: 8%;
}
.med_reason .reas_index::before {
	font-size: 180%;
	letter-spacing: .1em;
}

.med_reason .reas_list .in_box {
	width: 100%;
}
.med_reason .reas_list .in_box .img_box {
	margin-bottom: 1.0em;
}
.med_reason .reas_list .box_width .in_box .img_box {
	width: 90%;
}
.med_reason .reas_list .box_width .in_box .img_box.sp_type_width {
	width: 100%;
}
.med_reason .reas_list > li .reas_memo{
    letter-spacing: normal;
    font-size:85%;
}
.med_reason .reas_list .note {
	padding: 5%;
	margin-top: 1em;
}

}




/* 相談
---------------------------------------------------------*/
.med_sodan {
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: solid 7px #f1c7d3;
	position: relative;
	text-align: center;
}
.med_sodan .sodan_title {
	color: #d75f82;
	font-size: 170%;
	letter-spacing: .15em;
	line-height: 1.6em;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.med_sodan .sodan_title > span {
	display: inline-block;
	background: #fff;
	padding: 0 2.5em;
}
.med_sodan .in_box {
	padding: 50px 4% 30px;
}
.med_sodan .sodan_tel {
	background: #fcf4f6;
	padding: 40px 4%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.med_sodan .sodan_tel dt {
	font-size: 95%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-right: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_sodan {
	border-width: 5px;
}
.med_sodan .sodan_title {
	letter-spacing: .1em;
}
.med_sodan .sodan_title > span {
	padding: 0 1.5em;
}
.med_sodan .in_box {
	padding: 5% 4% 3%;
}
.med_sodan .sodan_tel {
	padding: 4%;
}
.med_sodan .sodan_tel dt {
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_sodan {
	border-width: 5px;
}
.med_sodan .sodan_title {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.4em;
	transform: translateY(-35%);
}
.med_sodan .sodan_title > span {
	padding: 0 1.0em;
}
.med_sodan .in_box {
	padding: 15% 6% 6%;
	text-align: left;
}
.med_sodan .sodan_tel {
	padding: 6%;
	display: block;
}
.med_sodan .sodan_tel dt {
	letter-spacing: .15em;
	margin: 0 0 .8em;
}
}



/*共通スタイル
---------------------------------------------------------*/
/*フォントサイズ：22px、◎アイコン*/
.med_style1 > dt {
	font-size: 140%;
	letter-spacing: .15em;
	line-height: 1.6em;
	box-sizing: border-box;
	position: relative;
	padding-left: 1.6em;
	margin-bottom: .5em;
}
.med_style1 > dt i {
	position: absolute;
	left: -.1em;
	top: 0;
	color: #75b3d8;
	font-size: 110%;
}
.med_style1 > dt .fw_bold {
	display: inline-block;
	vertical-align: text-top;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	color: #4493b8;
	font-size: 135%;
	letter-spacing: .2em;
	line-height: 1.6em;
	transform: translateY(-.2em);
}
/*フォントサイズ：27px*/
.med_style2 > dt {
	font-size: 165%;
	font-size: min(165%,2.5vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}


/* 画像・テキストレイアウト */
.med_flt .img_r,
.med_flt .txt_r {
	float: right;
}
.med_flt .img_l,
.med_flt .txt_l {
	float: left;
}
.med_flt .img_r,
.med_flt .img_l {
	max-width: 410px;
	width: 34%;
}
.med_flt .txt_r,
.med_flt .txt_l {
	width: 62%;
}

.med_flt.img380 .img_l,
.med_flt.img380 .img_r {
	width: 31.5%;
    max-width: 380px;
}
.med_flt.img380 .txt_l,
.med_flt.img380 .txt_r {
	width: 65.5%;
}

.med_borderbox {
	padding-bottom: 60px;
	border-bottom: solid 1px #cccdcd;
	margin-bottom: 50px;
}

/*チェックリスト等の末尾のテキスト*/
.med_last_txt {
	text-align: center;
	font-size: 140%;
	letter-spacing: .15em;
	line-height: 1.8em;
}

/*グラフなどのキャプション*/
.med_caption {
	text-align: right;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-top: .8em;
}

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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_style1 > dt {
	letter-spacing: .1em;
	margin-bottom: .3em;
}
/*フォントサイズ：27px*/
.med_style2 > dt {
	font-size: 155%;
	letter-spacing: .05em;
	margin-bottom: .3em;
}

/* 画像・テキストレイアウト */
.med_flt .img_r,
.med_flt .img_l {
	width: 38%;
}
.med_flt .txt_r,
.med_flt .txt_l {
	width: 58%;
}
.med_flt.img380 .img_l,
.med_flt.img380 .img_r {
	width: 35.5%;
}
.med_flt.img380 .txt_l,
.med_flt.img380 .txt_r {
	width: 61.5%;
}
.med_flt:not(.tb_float) .img_r,
.med_flt:not(.tb_float) .img_l {
	margin-bottom: 1.0em;
}
.med_flt:not(.tb_float) .img_r {
	margin-left: 4%;
}
.med_flt:not(.tb_float) .img_l {
	margin-right: 4%;
}
.med_flt:not(.tb_float) .txt_r,
.med_flt:not(.tb_float) .txt_l {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

.med_borderbox {
	padding-bottom: 5%;
	margin-bottom: 5%;
}

/*チェックリスト等の末尾のテキスト*/
.med_last_txt {
	font-size: 130%;
	letter-spacing: .1em;
}

/*グラフなどのキャプション*/
.med_caption {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_style1 > dt {
	font-size: 125%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-left: 1.3em;
	position: relative;
	margin-bottom: .5em;
}
.med_style1 > dt i {
	position: absolute;
	left: -.15em;
	top: 0;
	font-size: 90%;
	margin-right: 0;
	transform: none;
}
.med_style1 > dt .fw_bold {
	display: block;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.6em;
	transform: none;
}
/*フォントサイズ：27px*/
.med_style2 > dt {
	font-size: 150%;
	letter-spacing: .05em;
	margin-bottom: .3em;
}

/* 画像・テキストレイアウト */
.med_flt .img_r,
.med_flt .txt_r,
.med_flt .img_l,
.med_flt .txt_l {
	float: none;
}
.med_flt .img_r,
.med_flt .img_l {
	width: 75%;
	margin: 0 auto 1.0em !important;
}
    
.med_flt .img_r.sp_width,
.med_flt .img_l.sp_width {
	width: 85% !important;
}
.med_flt .txt_r,
.med_flt .txt_l {
	width: 100% !important;
}

.med_flt.img380 .img_l,
.med_flt.img380 .img_r {
	width: 65%;
}
.med_flt .img_l.sp_max,
.med_flt .img_r.sp_max {
	width: 100%;
}

.med_borderbox {
	padding-bottom: 8%;
	margin-bottom: 8%;
}

/*チェックリスト等の末尾のテキスト*/
.med_last_txt {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
}

/*グラフなどのキャプション*/
.med_caption {
	font-size: 80%;
	letter-spacing: normal;
}
}



/* 丸イメージのメリット（矯正歯科ページ）
---------------------------------------------------------*/
.med_img_merit {
	text-align: center;
}
.med_img_merit .merit_title {
	font-size: 180%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
.med_img_merit .merit_title span {
	display: inline-block;
	padding: 0 3.0em;
	position: relative;
	z-index: 1;
}
.med_img_merit .merit_title span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 120%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/ortho/slash_l@2x.png"), url("../images/ortho/slash_r@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
}
.med_img_merit ul {
	width: 80%;
	max-width: 845px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.med_img_merit li {
	width: 23%;
	max-width: 193px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_img_merit .merit_title {
	font-size: 160%;
	letter-spacing: .1em;
	margin-bottom: 1.0em;
}
.med_img_merit .merit_title span {
	padding: 0 2.0em;
}
.med_img_merit ul {
	width: 90%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_img_merit .merit_title {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 0;
}
.med_img_merit .merit_title span {
	padding: 0 2.0em;
}
.med_img_merit .merit_title span::before {
	height: 2.0em;
}
.med_img_merit ul {
	width: 85%;
    flex-wrap: wrap;
}
.med_img_merit li {
	width: 48%;
	margin-top: 4%;
}
}



/* ピックアップボックス
---------------------------------------------------------*/
.med_bgbox {
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 70px 4% 70px;
}
.med_bgbox .com_index1 {
	margin-bottom: 50px;
}

/*タイトル下に下線のあるボックス*/
.med_pickup {
	background: #f6f5f6;
}
.med_pickup .pick_title {
	text-align: center;
	color: #1980be;
	font-size: 200%;
	letter-spacing: .15em;
    line-height: 1.4em;	
	padding: 1.3em 3% 1.1em;
	border-bottom: solid 2px #1980be;
}

.med_pickup .pick_box {
	padding: 60px 5% 80px;
}
.med_pickup .pick_inbox {
	padding-bottom: 40px;
	border-bottom: solid 1px #cccdcd;
	margin-bottom: 40px;
}
.med_pickup .pick_inbox:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.med_pickup .pick_box .med_flt .img_l,
.med_pickup .pick_box .med_flt .img_r {
    width: 31%;
    max-width: 340px;
}
.med_pickup .pick_box .med_flt .txt_l,
.med_pickup .pick_box .med_flt .txt_r {
    width: 65%;
}

.med_pickup .pick_col3 {
	display: flex;
    flex-wrap: wrap;
}
.med_pickup .pick_col3 > div {
	width: 31.4%;
	margin-right: 2.9%;
}
.med_pickup .pick_col3 > div:nth-child(3n) {
	margin-right: 0;
}
.med_pickup .pick_col3 .box_img {
	margin-top: 1.5em;
}

.med_pickup .pick_point {
	background: #4493b8;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.med_pickup .pick_point dt {
	width: 16%;
	text-align: center;
	color: #fff;
}
.med_pickup .pick_point dd {
	width: 84%;
	box-sizing: border-box;
	padding: 40px 3.5%;
	background: #fff;
}

/*com_index1タイトルのボックス*/
.med_pickup2 .med_flt .img_l,
.med_pickup2 .med_flt .img_r {
	width: 37%;
    max-width: 400px;
}
.med_pickup2 .med_flt .txt_l,
.med_pickup2 .med_flt .txt_r {
	width: 60%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_bgbox {
	padding: 6% 4% 6%;
}
.med_bgbox .com_index1 {
	margin-bottom: 6%;
}

.med_pickup .pick_title {
	font-size: 170%;
	letter-spacing: .1em;
	padding: .8em 0 .6em;
}

.med_pickup .pick_box {
	padding: 5% 4%;
}
.med_pickup .pick_inbox {
	padding-bottom: 4%;
	margin-bottom: 5%;
}
.med_pickup .pick_box .med_flt:not(.tb_float) .med_style1 > dt {
    width: 61%;
	margin-left: auto;
	margin-right: 0;
}	
.med_pickup .pick_box .med_flt .img_l,
.med_pickup .pick_box .med_flt .img_r {
    width: 35%;
}
.med_pickup .pick_box .med_flt .txt_l,
.med_pickup .pick_box .med_flt .txt_r {
    width: 61%;
}
	
.med_pickup .pick_col3 .box_img {
	margin-top: 1em;
}

.med_pickup .pick_point dd {
	padding: 4% 3.5%;
}

/*com_index1タイトルのボックス*/
.med_pickup2 .med_flt .img_l,
.med_pickup2 .med_flt .img_r {
	width: 40%;
}
.med_pickup2 .med_flt .txt_l,
.med_pickup2 .med_flt .txt_r {
	width: 57%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.med_bgbox {
	padding: 10% 6% 8%;
}
.med_bgbox .com_index1 {
	margin-bottom: 10%;
}

.med_pickup .pick_title {
	font-size: 150%;
	letter-spacing: .05em;
	padding: .8em 0 .8em;
}

.med_pickup .pick_box {
	padding: 8% 6% 8%;
}
.med_pickup .pick_inbox {
	padding-bottom: 8%;
	margin-bottom: 10%;
}
.med_pickup .pick_box .med_flt .img_l,
.med_pickup .pick_box .med_flt .img_r {
    width: 75%;
}

/*com_index1タイトルのボックス*/
.med_pickup2 .med_flt .img_l,
.med_pickup2 .med_flt .img_r {
	width: 75%;
}
    
.med_pickup .pick_col3 {
	display: block;
}
.med_pickup .pick_col3 > div {
	width: 100%;
	margin-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8%;
    margin-bottom: 6%;
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}
.med_pickup .pick_col3 > div:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom:0;
}
.med_pickup .pick_col3 .box_img {
	width: 75%;
    margin: 0 auto 1.0em;
}

.med_pickup .pick_point {
	display: block;
	font-size: 90%;
	line-height: 1.8em;
}
.med_pickup .pick_point dt {
	width: 100%;
}
.med_pickup .pick_point dd {
	width: 100%;
	padding: 5% 8%;
}
}



/*med_flow_vertical
---------------------------------------------------------*/
.med_flow_vertical > li {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-left: 100px;
	padding-bottom: 60px;
}
.med_flow_vertical li:last-of-type {
	padding-bottom: 0;
}
.med_flow_vertical > li::before,
.med_flow_vertical > li::after {
	content: "";
	position: absolute;
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: #b2aab2;
	font-size: 310%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.med_flow_vertical > li::before {
	z-index: 1;
	content: "01";	/*数字*/
	width: 1.6em;
	line-height: 1.6em;
	background: #fff;
	left: 0;
	top: -.3em;
}
.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 {
	z-index: 0;		/*罫線*/
	width: 1px;
	height: 100%;
	background-color: #b2aab2;
	left: .8em;	
	top: 0;
}
.med_flow_vertical li:last-of-type::after {
	display: none;
}

.med_flow_vertical .img_r {
	width: 31%;
    max-width: 340px;
}
.med_flow_vertical .txt_l {
	width: 65%;
}
.med_flow_vertical .med_style1 > dt {
	padding-left: 0;
}

/* 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,
.med_flow_vertical > li::after {
	font-size: 270%;
	letter-spacing: normal;
}
.med_flow_vertical .img_r {
	width: 35%;
	padding-top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_vertical > li {
	padding-left: 17%;
	padding-bottom: 10%;
}
.med_flow_vertical > li::before,
.med_flow_vertical > li::after {
	font-size: 200%;
	letter-spacing: .05em;
}
.med_flow_vertical > li::before {
	top: -.4em;
}
.med_flow_vertical .img_r {
	width: 75%;
	margin-bottom: .8em !important;
}
.med_flow_vertical .med_style1 > dt {
	padding-left: 0;
	margin-bottom: .3em;
}
}



/* 副作用・リスク
---------------------------------------------------------*/
.med_risk {
	border: solid 1px #1980be;
	padding: 0 5%;
}
.med_risk > dt {
	text-align: center;
	color: #1980be;
	font-size: 140%;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: 1.4em 0 1.2em;
	border-bottom: solid 1px #1980be;
}
.med_risk > dd {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2.5em 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_risk > dt {
	letter-spacing: .1em;
	padding: .8em 0 .6em;
}
.med_risk > dd {
	padding: 1.5em 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_risk {
	padding: 0 6%;
}
.med_risk > dt {
	font-size: 120%;
	letter-spacing: .1em;
	padding: .8em 0 .6em;
}
.med_risk > dd {
	padding: 1.0em 0 1.5em;
}
}



/*チェック
---------------------------------------------------------*/
.med_check .check_list {
	max-width: 1070px;
	margin: 0 auto;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.5em;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.med_check .check_list li {
	width: 49%;
	max-width: 510px;
	box-sizing: border-box;
	padding-left: 1.6em;
	padding-bottom: 1.0em;
	border-bottom: solid 1px #010404;
	margin-top: 1.0em;
	position: relative;
}
.med_check .check_list li:nth-child(-n+2) {
	margin-top: 0;
}
.med_check .check_list li::before {
	position: absolute;
	content: "";
	width: 1.1em;
	height: 1.1em;
	background: #fff;
	left: 0;
	top: .2em;
}

.med_check .med_last_txt {
	margin-top: 3.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check .check_list {
	font-size: 115%;
	letter-spacing: .05em;
}
.med_check .check_list li {
	padding-bottom: .8em;
}
.med_check .med_last_txt {
	margin-top: 2.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check .check_list {
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 1.4em;
	display: block;
}
.med_check .check_list li {
	width: 100%;
	max-width: 100%;
	padding-bottom: .5em;
	margin-top: 1.0em !important;
}
.med_check .check_list li:first-child {
	margin-top: 0 !important;
}
.med_check .med_last_txt {
	margin-top: 1.2em;
}
}



/* med_col3
---------------------------------------------------------*/
.med_col3 {
	display: flex;
    flex-wrap: wrap;
}
.med_col3 li {
    width: 32%;
	margin-right: 2%;
	margin-top: 60px;
	box-sizing: border-box;
	padding: 30px 2%;
}
.med_col3 li:nth-child(3n) {
	margin-right: 0;
}
.med_col3 li:nth-child(-n+3) {
	margin-top: 0;
}
.med_col3 .med_style2 > dt {
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.med_col3 {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.med_col3 li {
    width: 32.4%;
	margin-right: 1.4%;
	margin-top: 6%;
	padding: 3%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.med_col3 {
	display: block;
	font-size: 90%;
	line-height: 1.8em;
}
.med_col3 li {
    width: 100%;
	margin-right: 0;
	margin-top: 3% !important;
	padding: 6%;
}
.med_col3 li:first-child {
	margin-top: 0 !important;
}
}



/* med_navybox
---------------------------------------------------------*/
.med_navybox {
	background: #294c7f;
	padding: 40px 6%;
	color: #fff;
}
.med_navybox .navy_title {
	text-align: center;
	font-size: 190%;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin-bottom: .4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_navybox {
	padding: 4%;
}
.med_navybox .navy_title {
	font-size: 170%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_navybox {
	padding: 6% 6% 8%;
	font-size: 90%;
	line-height: 1.8em;
}
.med_navybox .navy_title {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .4em;
}
}



/*メリット・デメリット
---------------------------------------------------------*/
.med_merit_list,
.med_demerit_list {
	line-height: 1.4em;
}
.med_merit_list li,
.med_demerit_list li {
	position: relative;
	padding-left: 1.4em;
	margin-bottom: .8em;
}
.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: '\e807';
	color: #4493b8;
}
.med_demerit_list li::before {
	content: '\e808';
	color: #808181;
}

.merit_style > dt,
.demerit_style > dt {
	text-align: center;
	background-color: #4493b8;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .25em;
	padding: .3em 0;
	margin-bottom: 1.0em;
}
.demerit_style > dt {
	background-color: #808181;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.merit_style > dt,
.demerit_style > dt {
	font-size: 115%;
	letter-spacing: .15em;
	margin-bottom: .8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_merit_list li,
.med_demerit_list li {
	padding-left: 1.4em;
	margin-bottom: .5em;
}

.merit_style > dt,
.demerit_style > dt {
	font-size: 115%;
	letter-spacing: .15em;
	margin-bottom: .8em;
}
}



/*流れ
---------------------------------------------------------*/
.med_flow_list {
	width: 100%;
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
}
.med_flow_list li {
	box-sizing: border-box;
    text-align: center;
}

.med_flow_list li .img_item {
	width: 90%;
	max-width: 185px;
	margin: 0 auto;
	position: relative;
}
.med_flow_list li .img_item span {
	position: absolute;
	z-index: 1;
	display: block;
}
.med_flow_list li .txt {
    font-size: 95%;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
.med_flow_list li .txt dt {
	color: #cec9ce;
	font-size: 190%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: .2em;
	margin-top: .8em;
}
.med_flow_list li p.txt {
	margin-top: 1.0em;
}

.med_flow_list.col4 {
	max-width: 1000px;
}
.med_flow_list.col4 li {
	width: 21.7%;
}
.med_flow_list.col4 li.arrow{
    width: 4.4%;
    padding-top: 8%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_flow_list li .txt dt {
	margin-top: .5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_flow_list {
	display: block;
}
.med_flow_list li {
	width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;	
    text-align: left;
}
.med_flow_list li.arrow {
    padding-top: 0 !important;
	margin: .5em auto;
}
.med_flow_list li.arrow img {
    transform: rotate(90deg);
}
.med_flow_list li .img_item {
	width: 40%;
	margin: 0;
}
.med_flow_list li .txt {
	width: 55%;
}
.med_flow_list li .txt dt {
	margin-top: 0;
}
.med_flow_list li p.txt {
	margin-top: 0;
}
}



/* med_faq
---------------------------------------------------------*/
.med_faq > dl {
	padding-bottom: 60px;
	border-bottom: solid 1px #cccdcd;
	margin-bottom: 60px;
}
.med_faq > dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.med_faq > dl > dt,
.med_faq > dl > dd {
	position: relative;
	padding-left: 14%;
}
.med_faq > dl > dt::before,
.med_faq > dl > dd::before,
.med_faq > dl > dt::after {
	content: "";
	position: absolute;
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #cec9ce;
	font-size: 55px;
	letter-spacing: normal;
	line-height: 1.0em;
	width: 2.0em;
	text-align: center;
	left: 0;
}
.med_faq > dl > dt::before {
	content: "Q";
	top: -.2em;
}
.med_faq > dl > dd::before {
	content: "A";
	top: 0;
}
.med_faq > dl > dt::after {
	width: 1px;
	height: .3em;
	background: #cec9ce;
	left: 1.0em;
	bottom: .1em;
}
.med_faq > dl > dt {
	color: #1980be;
	font-size: 155%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding-bottom: 1.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_faq > dl {
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.med_faq > dl > dt::before,
.med_faq > dl > dd::before,
.med_faq > dl > dt::after {
	font-size: 45px;
}
.med_faq > dl > dt::after {
	height: .2em;
}
.med_faq > dl > dt {
	font-size: 140%;
	letter-spacing: .05em;
	padding-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_faq > dl {
	padding-bottom: 8%;
	margin-bottom: 8%;
}
.med_faq > dl > dt,
.med_faq > dl > dd {
	padding-left: 18%;
}
.med_faq > dl > dt::before,
.med_faq > dl > dd::before,
.med_faq > dl > dt::after {
	font-size: 10.0vw;
	width: 1.4em;
}
.med_faq > dl > dt::after {
	width: 1px;
	left: .7em;
	bottom: .3em;
}
.med_faq > dl > dt {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding-bottom: .5em;
	margin-bottom: 0;
}
}



/* 診療メニュー
---------------------------------------------------------*/
.med_menu_area {
	border-top: solid 1px #cccdcd;
}

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

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



/*料金表
---------------------------------------------------------*/
#pricelist .txt_tax {
	text-align: right;
	margin-bottom: .6em;
}

.tbl_price {
	border-bottom: 1px solid #cccdcd;
	width: 100%;
}
.tbl_price th,
.tbl_price td {
	box-sizing: border-box;
	border-top: 1px solid #cccdcd;
	font-weight: normal;
}
.tbl_price th {
	width: 77%;
	vertical-align: top;
	padding: 50px 4%;
	padding-left: 0;
}
.tbl_price th .flt_box {
	overflow: hidden;
}
.tbl_price th .flt_box .img_l {
	width: 31%;
	max-width: 270px;
	float: left;
}
.tbl_price th .flt_box .txt_r {
	width: 64%;
	max-width: 565px;
	float: right;
}
.tbl_price th dt,
.tbl_price th p.ft_min {
	font-size: 190%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.tbl_price th dt span,
.tbl_price th p.ft_min span {
	font-size: 65%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.tbl_price th dt {
	margin-bottom: .5em;
}
.tbl_price th .com_btn1 a {
	min-width: 9.0em;
}
.tbl_price td {
	width: 23%;
	background: #f7f7f7;
	vertical-align: middle;
	padding: 30px 1%;
	text-align: center;
}
.tbl_price td .price_txt {
	margin-top: 30px;
}
.tbl_price td .price_txt:first-of-type {
	margin-top: 0;
}
.tbl_price td .price_txt dt {
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .6em;
}
.tbl_price td p.price_txt,
.tbl_price td .price_txt dd {
	font-family: "zen-old-mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #3078ae;
	font-size: 135%;
	letter-spacing: .15em;
	line-height: 1.4em;
}

#pricelist .hosyo {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#pricelist .hosyo h3 {
	position: relative;
	text-align: center;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 1.5em;
}
#pricelist .hosyo h3::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 1px;
	background: #cccdcd;
	left: 0;
	top: 50%;
}
#pricelist .hosyo h3 span {
	position: relative;
	z-index: 1;
	display: block;
	color: #fff;
	padding: .7em 0;
	background: url("../images/price/libon@2x.png") no-repeat center center;
	background-size: contain;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tbl_price th {
	padding-top: 4%;
	padding-bottom: 4%;
}
.tbl_price th dt,
.tbl_price th p.ft_min {
	font-size: 160%;
	letter-spacing: .05em;
}
.tbl_price th dt span,
.tbl_price th p.ft_min span {
	letter-spacing: .05em;
}
.tbl_price th dt {
	margin-bottom: .2em;
}
.tbl_price th .com_btn1 a {
	min-width: 7.0em;
}
.tbl_price td {
	padding: 4% 1%;
	font-size: 90%;
}
.tbl_price td .price_txt dt {
	letter-spacing: .05em;
}
.tbl_price td p.price_txt,
.tbl_price td .price_txt dd {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#pricelist .txt_tax {
	font-size: 80%;
	margin-bottom: .3em;
}

.tbl_price tr,
.tbl_price th,
.tbl_price td {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.tbl_price td {
	border-top: none;
}
.tbl_price th {
	width: 100%;
	padding: 8% 4% 5%;
}
.tbl_price th .flt_box .img_l {
	width: 60%;
	margin: 0 auto .8em;
	float: none;
}
.tbl_price th .flt_box .txt_r {
	width: 100%;
	max-width: 100%;
	float: none;
}
.tbl_price th dt,
.tbl_price th p.ft_min {
	font-size: 140%;
	letter-spacing: .05em;
}
.tbl_price th dt span,
.tbl_price th p.ft_min span {
	letter-spacing: .05em;
}
.tbl_price th dt {
	margin-bottom: .2em;
}
.tbl_price th .com_btn1 a {
	min-width: 7.0em;
}	
.tbl_price td {
	padding: .8em 0;
}
.tbl_price td .price_txt {
	margin-top: .8em;
}	
.tbl_price td .price_txt dt {
	letter-spacing: .05em;
	margin-bottom: .2em;
}
.tbl_price td p.price_txt,
.tbl_price td .price_txt dd {
	font-size: 110%;
	letter-spacing: .05em;
}

#pricelist .hosyo h3 {
	font-size: 120%;
	letter-spacing: .1em;
	margin-bottom: 1.0em;
}
#pricelist .hosyo h3 span {
	display: inline-block;
	color: #fff;
	padding: .5em 3.5em;
	background-size: 100% 100%;
}
}




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

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

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