@charset "UTF-8";

/* WEBフォント：HTMLでタイプキットのコードを読み込む */
.ft_min {
	font-family: dnp-shuei-mincho-pr6,sans-serif;
	font-weight: 500;
	font-style: normal;
}
.ft_europa {
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.pagebody {
	overflow: hidden;
}


/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pagebody {
	font-size: 90%;
	line-height: 1.8em;
}
}



/*メインイメージ
---------------------------------------------------------*/
.lp_m_img_box {
	background: #535152 url("../images/lp/houkei/m_bg@2x.jpg") no-repeat center top;
	background-size: 100% auto;
}
.lp_m_img_box::before {
	display: none;
}
.lp_m_img h2, .lp_m_img .m_img {
	height: 1060px;
}
.lp_m_point {
	top: 585px;	/* ページ毎に位置 */
}

/* 微調整 (1500px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.lp_m_img h2, .lp_m_img .m_img {
	height: 75vw;
}
.lp_m_point {
	top: 56%;	/* ページ毎に位置 */
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_m_img {
	padding-bottom: 10%;
}
.lp_m_img h2, .lp_m_img .m_img {
	height: auto;
}
.lp_m_point {
	bottom: 26% !important;
}
}



/*こんなお悩みありませんか
---------------------------------------------------------*/
.lp_nayami .lp_nayami_box .img_box {
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.lp_nayami .arw_txt dt {
	width: 80%;
	margin: 30px auto 10px;
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_nayami .lp_nayami_box .img_box {
	-webkit-transform: none;
	transform: none;
}
.lp_nayami .arw_txt dt {
	margin: 3% auto;
}
}



/*共通
---------------------------------------------------------*/
.houkei .bg_blue1 {background: #9fcaf3;}
.houkei .bg_blue2 {background: #dceeff;}
.bg_arrow_top img,
.bg_arrow_btm img {
	display: block;
	margin: auto;
}

.houkei .txt_large {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 2.4em;
}

.lp_inbox {
	padding-bottom: 100px;
}

/* コラム */
.hou_column {
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: 100px auto 40px;	/* 揃える */
	background: url("../images/lp/houkei/col_bg1.png") repeat center center;
	border-radius: 15px;
	padding: 50px 4% 40px;
	position: relative;
}
.hou_column.bg_gray {
	background-image: url("../images/lp/houkei/col_bg2.png");
}
.hou_column::before {
	content: "";	/* 影 */
	position: absolute;
	width: 100%;
	height: 40px;	/* 揃える */
	left: 0;
	top: 100%;
	background: url("../images/lp/houkei/col_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}

.hou_column .title_box {
	position: relative;
	padding: 1.0em 0;
	text-align: center;
	color: #10345f;
	font-size: 190%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.hou_column .title_box::before {
	content: "";	/* 下の罫線 */
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	border-top: solid 1px #808080;
	border-bottom: solid 2px #808080;
}
.hou_column .title_box .border_top::before,
.hou_column .title_box .border_top::after {
	content: "";	/* 上の罫線 */
	position: absolute;
	z-index: 0;
	width: calc(50% - 4.2em);
	height: 2px;
	top: 0;
	border-top: solid 2px #808080;
	border-bottom: solid 1px #808080;
}
.hou_column .title_box .border_top::before {left: 0;}
.hou_column .title_box .border_top::after {right: 0;}

.hou_column .title_box .ft_europa {
	color: #808080;
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.2em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hou_column .title_box h2, .hou_column .title_box h3, .hou_column .title_box h4 {
	position: relative;
	z-index: 2;
}

.hou_column .title_box .abs_img li {
	position: absolute;
	z-index: 1;
}
.hou_column .title_box .abs_img li:first-child {
	width: 18%;
	max-width: 160px;
	left: -1%;
	bottom: 0;
}
.hou_column .title_box .abs_img li:last-child {
	width: 26%;
	max-width: 240px;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(35%, 10%);
	transform: translate(35%, 10%);
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.houkei .txt_large {
	font-size: 105%;
	letter-spacing: normal;
	line-height: 2.0em;
}

.lp_inbox {
	padding-bottom: 8%;
}

/* コラム */
.hou_column {
	margin-top: 8%;
	margin-bottom: 3.0vw;
	padding: 6% 3% 4%;
}
.hou_column::before {
	height: 3.0vw;	/* 揃える */
}

.hou_column .title_box {
	font-size: 160%;
	margin-bottom: 4%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .txt_large {
	font-size: 105%;
	letter-spacing: normal;
	line-height: 1.8em;
}

.lp_inbox {
	padding-bottom: 12%;
}

/* コラム */
.hou_column {
	margin: 12% auto 1.5em;	/* 揃える */
	padding: 8% 4% 6%;
	font-size: 90%;
	line-height: 1.6em;
}
.hou_column::before {
	height: 1.5em;	/* 揃える */
}

.hou_column .title_box {
	padding: 1.0em 0 .5em;
	font-size: 140%;
	letter-spacing: .1em;
	margin-bottom: 5%;
}
}



/*導入
---------------------------------------------------------*/
.houkei .lead .w950 {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.houkei .lead dl {
	width: 70%;
	max-width: 630px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.houkei .lead .abs {
	position: absolute;
	z-index: 0;
	width: 34%;
	max-width: 340px;
	right: 5%;
	bottom: 0;
}

.houkei .lead dt span {
	display: block;
	margin: 0 auto 30px;
}
.houkei .lead dd {
	margin-top: 20px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	padding: 20px 0;
	font-size: 130%;
	letter-spacing: .15em;
	line-height: 1.6em;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.houkei .lead .w950 {
	padding-top: 3%;
	padding-bottom: 3%;
}
.houkei .lead .abs {
	right: 0%;
}

.houkei .lead dt span {
	margin-bottom: 3%;
}
.houkei .lead dd {
	margin-top: 3%;
	padding: 3% 0;
	font-size: 120%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .lead .w950 {
	padding-top: 6%;
	padding-bottom: 6%;
}
.houkei .lead dl {
	width: 100%;
	max-width: 100%;
}
.houkei .lead .abs {
	width: 30%;
	right: 0;
	z-index: 2;
}

.houkei .lead dt span {
	margin-bottom: 3%;
}
.houkei .lead dd {
	margin-top: 6%;
	padding: 4% 0;
	padding-right: 25%;
	font-size: 110%;
	letter-spacing: .1em;
}
}



/*手術について
---------------------------------------------------------*/
.houkei .about .txt_large {
	padding: 50px 0 80px;
	text-align: center;
}

/* 包茎は3つのタイプがあります */
.houkei .about .type_list {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.houkei .about .type_list li {
	width: 32%;
	max-width: 360px;
	text-align: center;
}
/* イラスト無しLPの場合 */
.houkei .about .type_list .witebg_lp {
	box-sizing: border-box;
	padding: 3%;
	background: rgba(255,255,255,0.8);
}
.houkei .about .type_list div {
	background: #fff;
	box-sizing: border-box;
	padding: 0 10%;
	margin-bottom: 1.2em;
}
.houkei .about .type_list dt {
	color: #10345f;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .8em;
}
.houkei .about .type_list dd {
	text-align: left;
}

/* AMOREクリニックの包茎手術 */
.houkei .ope_index {
	border-top: solid 2px #10345f;
	border-bottom: solid 2px #10345f;
	padding: .8em 0;
	text-align: center;
	color: #10345f;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	position: relative;
	margin-bottom: 40px;
}
.houkei .ope_index span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.0em;
	background: #dceeff;
	font-family: europa,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.houkei .ope .box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 80px;
}
.houkei .ope .box:last-of-type {
	margin-bottom: 0;
}

.houkei .ope .flow {
	text-align: center;
	margin-bottom: 40px;
}
.houkei .ope .flow div {
	margin: 0 auto;
}
.houkei .ope .box01 .flow div {width: 90%;}
.houkei .ope .box02 .flow div {width: 63%;}
.houkei .ope .box03 .flow div {width: 45%;}
.houkei .ope .box04 .flow div {width: 100%;}

.houkei .ope .osusume {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
	background: #667d98;
	border: solid 1px #667d98;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.houkei .ope .osusume dt,
.houkei .ope .osusume dd {
	box-sizing: border-box;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6em;
}
.houkei .ope .osusume dt {
	width: 200px;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
}
.houkei .ope .osusume dd {
	width: calc(100% - 200px);
	background: #fff;
	text-align: left;
	letter-spacing: normal;
	padding: .8em 2%;
}

/* イラスト無しLPの場合 */
.houkei .ope .witebg_lp {
	box-sizing: border-box;
	padding: 3%;
	background: rgba(255,255,255,0.8);
}

.houkei .ope .flt_box .flt_r {
	width: 30%;
	max-width: 320px;
}
.houkei .ope .flt_box .flt_l {
	width: 67%;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.houkei .about .txt_large {
	padding: 6% 0;
}

/* 包茎は3つのタイプがあります */
.houkei .about .type_list div {
	margin-bottom: .8em;
}
.houkei .about .type_list dt {
	font-size: 140%;
	margin-bottom: .4em;
}

/* AMOREクリニックの包茎手術 */
.houkei .ope_index {
	font-size: 160%;
	margin-bottom: 4%;
}
.houkei .ope .box {
	margin-bottom: 6%;
}

.houkei .ope .flow {
	margin-bottom: 4%;
}
.houkei .ope .osusume {
	margin-bottom: 4%;
}
.houkei .ope .osusume dt,
.houkei .ope .osusume dd {
	font-size: 100%;
}
.houkei .ope .osusume dt {
	width: 160px;
	letter-spacing: .05em;
}
.houkei .ope .osusume dd {
	width: calc(100% - 160px);
}

.houkei .ope .flt_box .flt_r {
	margin-left: 4%;
	margin-bottom: 1.0em;
}
.houkei .ope .flt_box .flt_l {
	width: 100%;
	float: none;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .about .txt_large {
	padding: 6% 0 10%;
	text-align: left;
}

/* 包茎は3つのタイプがあります */
.houkei .about .type_list {
	display: block;
}
.houkei .about .type_list li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
	overflow: hidden;
}
.houkei .about .type_list li:last-child {
	margin-bottom: 0;
}
.houkei .about .type_list div {
	float: left;
	padding: 0;
	width: 35%;
	margin-right: 4%;
	margin-bottom: .5em;
}
.houkei .about .type_list dt {
	text-align: left;
	font-size: 140%;
	margin-bottom: .2em;
}

/* AMOREクリニックの包茎手術 */
.houkei .ope_index {
	border-width: 1px;
	padding: .8em 0;
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 5%;
}
.houkei .ope .box {
	margin-bottom: 10%;
}

.houkei .ope .flow {
	margin-bottom: 6%;
}
.houkei .ope .box01 .flow div {width: 100%;}
.houkei .ope .box02 .flow div {width: 100%;}
.houkei .ope .box03 .flow div {width: 70%;}
.houkei .ope .box04 .flow div {width: 90%;}

.houkei .ope .osusume {
	margin-bottom: 6%;
	display: block;
}
.houkei .ope .osusume dt,
.houkei .ope .osusume dd {
	width: 100%;
	padding: .5em 3%;
	font-size: 100%;
}

.houkei .ope .flt_box .flt_r {
	width: 50%;
	margin: 0 auto 1.0em;
	float: none;
}
.houkei .ope .flt_box .flt_l {
	width: 100%;
	float: none;
}
}



/*選ばれる理由
---------------------------------------------------------*/
.houkei .reason .w1320 {
	padding-top: 200px;
}
.houkei .reason .frame_box {
	border: solid 6px #c9d3f0;
	position: relative;
	padding: 100px 4% 50px;
	text-align: center;
}

.houkei .reason .title_box {
	position: absolute;
	width: 70%;
	max-width: 674px;
	padding: 0 2%;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.houkei .reason .title_box p {
	color: #666666;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .5em 0;
	border-bottom: solid 1px #666666;
}

.houkei .reason ul {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.houkei .reason li {
	margin-top: 70px;
	width: 32%;
	max-width: 370px;
}
.houkei .reason li dt {
	margin: 1.0em 0 .5em;
	color: #4d4d4d;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.houkei .reason li dt span {
	color: #175191;
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.houkei .reason li dd {
	text-align: left;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.houkei .reason li dt {
	font-size: 1.5vw;
	letter-spacing: normal;
	line-height: 1.6em;
}
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.houkei .reason .w1320 {
	padding-top: 15%;
}
.houkei .reason .frame_box {
	padding: 10% 3% 3%;
}

.houkei .reason .title_box p {
	font-size: 120%;
}

.houkei .reason li {
	margin-top: 6%;
}
.houkei .reason li dt {
	margin: 1.0em 0 .5em;
	font-size: 100%;
}
.houkei .reason li dt span {
	font-size: 130%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .reason .w1320 {
	padding-top: 24%;
}
.houkei .reason .frame_box {
	border-width: 3px;
	padding: 20% 3% 6%;
}

.houkei .reason .title_box {
	width: 80%;
}
.houkei .reason .title_box p {
	font-size: 110%;
	letter-spacing: .05em;
}

.houkei .reason li {
	margin-top: 6%;
	width: 49%;
	max-width: 100%;
	font-size: 90%;
	line-height: 1.8em;
}
.houkei .reason li dt {
	margin: 1.0em 0 .5em;
	font-size: 100%;
	letter-spacing: normal;
}
.houkei .reason li dt span {
	font-size: 120%;
	letter-spacing: normal;
}
}



/*なぜ!?
---------------------------------------------------------*/
.houkei .koka .lp_inbox {
	padding-bottom: 80px;
}

.houkei .why {
	position: relative;
	padding-top: 20px;
}
.houkei .why .bg_arrow_top {
	position: absolute;
	z-index: 0;
	width: 100%;
	left: 0;
	top: 0;
}
.houkei .why .w1320 {
	position: relative;
	z-index: 1;
}
.houkei .why h2, .houkei .why h3, .houkei .why h4 {
	text-align: center;
	width: 90%;
	margin: 0 auto 40px;
}
.houkei .why h3, .houkei .why h4 {
	background: #77a9db;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	padding: .4em 0;
	text-align: center;
	margin-bottom: 50px;
}
.houkei .why .lp_inbox {
	overflow: hidden;
	padding-bottom: 80px;
}
.houkei .why .flt_r {
	width: 30%;
}
.houkei .why .flt_l {
	width: 67%;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.houkei .koka .lp_inbox {
	padding-bottom: 6%;
}

.houkei .why {
	padding-top: 3%;
}
.houkei .why h2, .houkei .why h3, .houkei .why h4 {
	margin-bottom: 3%;
}
.houkei .why h3, .houkei .why h4 {
	font-size: 150%;
	margin-bottom: 4%;
}
.houkei .why .lp_inbox {
	padding-bottom: 6%;
}
.houkei .why .flt_r {
	margin-left: 4%;
	margin-bottom: 1.0em;
}
.houkei .why .flt_l {
	width: 100%;
	float: none;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .koka .lp_index02 {
	margin-bottom: 5%;
}
.houkei .koka .lp_inbox {
	padding-bottom: 8%;
}

.houkei .why {
	padding-top: 3%;
}
.houkei .why h2, .houkei .why h3, .houkei .why h4 {
	width: 100%;
	margin-bottom: 6%;
}
.houkei .why h3, .houkei .why h4 {
	font-size: 120%;
	letter-spacing: .05em;
	margin-bottom: 6%;
}
.houkei .why .lp_inbox {
	padding-bottom: 8%;
}
.houkei .why .flt_r {
	width: 60%;
	float: none;
	margin: 0 auto 1.0em;
}
.houkei .why .flt_l {
	width: 100%;
	float: none;
	font-size: 90%;
	line-height: 1.8em;
}
}



/*アフターフォロー
---------------------------------------------------------*/
.houkei .after .w1320 {
	padding-top: 100px;
}
.houkei .after table {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
}
.houkei .after table tr {
	border-bottom: solid 1px #666;
}
.houkei .after table th,
.houkei .after table td {
	padding: .5em 2%;
	box-sizing: border-box;
	vertical-align: middle;
	border-right: solid 1px #666;
}
.houkei .after table th {
	width: 170px;
	background: #d2e0e4;
	color: #10345f;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .25em;
	line-height: 1.2em;
}
.houkei .after table td {
	width: calc(100% - 170px);
}

.houkei .after .hou_column dl {
	padding-top: 20px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.houkei .after .hou_column dt,
.houkei .after .hou_column dd {
	margin-bottom: 60px;
}
.houkei .after .hou_column dt:last-of-type,
.houkei .after .hou_column dd:last-of-type {
	margin-bottom: 0;
}
.houkei .after .hou_column dt {
	width: 200px;
	position: relative;
	background: url("../images/lp/houkei/col_arrow@2x.png") no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2em;
	box-sizing: border-box;
	padding: .6em .5em;
	padding-right: .5em;
}
.houkei .after .hou_column dt span {
	font-size: 80%;
	line-height: 1.2em;
	margin-right: .2em;
}
.houkei .after .hou_column dd {
	width: calc(98% - 200px);
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.houkei .after .w1320 {
	padding-top: 8%;
}
.houkei .after table {
	font-size: 90%;
}

.houkei .after .hou_column dl {
	padding-top: 3%;
}
.houkei .after .hou_column dt,
.houkei .after .hou_column dd {
	margin-bottom: 6%;
}
.houkei .after .hou_column dt {
	font-size: 130%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .after .w1320 {
	padding-top: 10%;
}
.houkei .after table tr,
.houkei .after table th,
.houkei .after table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.houkei .after table {
	font-size: 90%;
	line-height: 1.8em;
}
.houkei .after table th,
.houkei .after table td {
	padding: .5em 3%;
	border-right: solid 1px #666;
}

.houkei .after .hou_column dl {
	padding-top: 0;
}
.houkei .after .hou_column dt,
.houkei .after .hou_column dd {
	margin-bottom: 3%;
}
.houkei .after .hou_column dt {
	margin-bottom: .5em !important;
}
.houkei .after .hou_column dt {
	width: 50%;
	font-size: 120%;
}
.houkei .after .hou_column dd {
	width: 100%;
}
}



/*院長紹介
---------------------------------------------------------*/
.houkei .doctor {
	padding-top: 130px;
background: rgb(245,250,255);
background: -moz-linear-gradient(top,  rgba(245,250,255,1) 0%, rgba(176,204,237,1) 100%);
background: -webkit-linear-gradient(top,  rgba(245,250,255,1) 0%,rgba(176,204,237,1) 100%);
background: linear-gradient(to bottom,  rgba(245,250,255,1) 0%,rgba(176,204,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5faff', endColorstr='#b0cced',GradientType=0 );
	position: relative;
}
.houkei .doctor::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/lp/houkei/dr_bg@2x.png") no-repeat right top;
	background-size: 999px auto;
}
.houkei .doctor .w1200 {
	position: relative;
	z-index: 1;
}

.houkei .doctor h2, .houkei .doctor h3 {
	color: #10345f;
	font-size: 340%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .6em;
}
.houkei .doctor .txt dt {
	color: #10345f;
	font-size: 250%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.houkei .doctor .txt dt strong {
	font-weight: bold;
	background: url("../images/lp/houkei/marker.png") repeat-x center bottom;
	background-size: auto .4em;
}
.houkei .doctor .txt dd {
	margin-top: 1.0em;
}

.houkei .doctor .bg_white {
	margin-top: 80px;
	background: #f2f2f2;
	position: relative;
	padding: 60px 5%;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.houkei .doctor .bg_white::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	background: url("../images/lp/houkei/col_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
	left: 0;
	top: 100%;
}
.houkei .doctor .bg_white .dr_img {
	width: 30%;
	max-width: 302px;
}
.houkei .doctor .bg_white .txt_box {
	width: 67%;
}
.houkei .doctor .bg_white .dr_name {
	color: #02629e;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 1.2em;
}
.houkei .doctor .bg_white .dr_name dt {
	font-size: 120%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-right: 1.0em;
}
.houkei .doctor .bg_white .dr_name dd {
	font-size: 250%;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.houkei .doctor .bg_white .flex_box {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.houkei .doctor .bg_white .flex_box > div {
	width: 49%;
	max-width: 340px;
}
.houkei .doctor .bg_white h3, .houkei .doctor .bg_white h4 {
	color: #02629e;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding-bottom: .4em;
	border-bottom: solid 1px #9cc2d9;
	margin-bottom: 10px;
}
.houkei .doctor .bg_white li {
	line-height: 1.6em;
	margin-bottom: .2em;
}
.houkei .doctor .bg_white li:last-child {
	margin-bottom: 0;
}
.houkei .doctor .bg_white .box_r li {
	position: relative;
	padding-left: 1.5em;
}
.houkei .doctor .bg_white .box_r li::before {
	font-family: 'fontello';
	content: '\e802';
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}

/* 1500px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.houkei .doctor::before {
	background-size: 65% auto;
}
}

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

.houkei .doctor h2, .houkei .doctor h3 {
	font-size: 5.5vw;
	letter-spacing: .1em;
}
.houkei .doctor .txt dt {
	font-size: 4.5vw;
}
	
.houkei .doctor .bg_white {
	margin-top: 6%;
	padding: 4%;
	font-size: 90%;
}
.houkei .doctor .bg_white .dr_name {
	margin-bottom: .5em;
}
.houkei .doctor .bg_white .dr_name dt {
	letter-spacing: .1em;
}
.houkei .doctor .bg_white .dr_name dd {
	letter-spacing: .1em;
}
.houkei .doctor .bg_white .flex_box {
	margin-top: 4%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .doctor {
	padding-top: 12%;
}
.houkei .doctor::before {
	background-size: 80% auto;
}

.houkei .doctor h2, .houkei .doctor h3 {
	font-size: 240%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
.houkei .doctor .txt dt {
	font-size: 160%;
	line-height: 1.6em;
}
.houkei .doctor .txt dd {
	margin-top: .5em;
}

.houkei .doctor .bg_white {
	margin-top: 8%;
	padding: 6% 4%;
	display: block;
}
.houkei .doctor .bg_white::before {
	height: 1.5em;
}
.houkei .doctor .bg_white .dr_img {
	width: 40%;
	margin: 0 auto 1.0em;
}
.houkei .doctor .bg_white .txt_box {
	width: 100%;
}
.houkei .doctor .bg_white .dr_name {
	display: block;
	margin-bottom: .5em;
}
.houkei .doctor .bg_white .dr_name dt {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: .2em;
}
.houkei .doctor .bg_white .dr_name dd {
	font-size: 170%;
}
.houkei .doctor .bg_white .flex_box {
	margin-top: 0;
	display: block;
}
.houkei .doctor .bg_white .flex_box > div {
	width: 100%;
	max-width: 100%;
	font-size: 90%;
	margin-top: 1.0em;
}
}



/*料金表
---------------------------------------------------------*/

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_price_box th,
.lp_price_box td{
	width: 24%;
	padding: 1.0em 1%;
}
.lp_price_box td.price{
	width: 28%;
}
}



/*クリニック選びで大切なこと
---------------------------------------------------------*/
.houkei .clinic {
	background: #f6f3e7 url("../images/lp/houkei/cli_bg@2x.jpg") no-repeat left top;
	background-size: 1100px auto;
	padding: 120px 0 100px;
	position: relative;
}
.houkei .clinic::before {
content: "";	/* 影 */
position: absolute;
z-index: 0;
width: 100%;
height: 30px;
left: 0;
top: 0;
opacity: 0.2;
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.houkei .clinic .w1320 {
	text-align: center;
}
.houkei .clinic h2, .houkei .clinic h3 {
	color: #534741;
	font-size: 280%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-bottom: .8em;
	position: relative;
	margin-bottom: .8em;
}
.houkei .clinic h2::before, .houkei .clinic h3::before {
	content: "";
	position: absolute;
	width: 1.0em;
	height: 1px;
	background: #534741;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.houkei .clinic p {
	color: #4d4d4d;
	line-height: 2.4em;
}

/* 1500px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.houkei .clinic {
	background-size: 74% auto;
}
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.houkei .clinic {
	padding: 10% 0 8%;
}
.houkei .clinic h2, .houkei .clinic h3 {
	font-size: 240%;
}
.houkei .clinic p {
	text-align: left;
	line-height: 2.2em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houkei .clinic {
	background-size: 100% auto;
	padding: 12% 0 10%;
}
.houkei .clinic h2, .houkei .clinic h3 {
	font-size: 150%;
	letter-spacing: .05em;
}
.houkei .clinic p {
	text-align: left;
	line-height: 2.0em;
}
}