@charset "UTF-8";
/*******************************************************
	STYLE (PC)
*******************************************************/
@media screen and (max-width : 767px) {
/* PCのみ表示 */
.pc { display: none !important;}
}

@media screen and (min-width : 600px) {/* サイズ固定 */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.9rem;
}
figure img {
	max-width: 350px;
}
/* デフォルト */
#sec__info .sec__info__dr {
	padding: 0 0;
}
#sec__info .sec__info__dr dt img {
	max-height: 20px;
}
#sec__info .sec__info__dr__prf:nth-of-type(1) {
	float: left;
}
#sec__info .sec__info__dr__prf:nth-of-type(1) img {
	max-width: 410px;
}
#sec__info .sec__info__dr__prf:nth-of-type(2) img {
	max-width: 225px;
}
.cmn__info__clinic {
	left: 0;
	text-align: center;
	width: 100%;
}
}
/* ------------------------------------------------- */
@media screen and (min-width : 600px) {/* 600以上コンテンツ設定 */
	.pc10per {
		margin-left: 5%;
		margin-right: 5%;
	}
		.clinic__menu {
	}
	.inner {
		padding-left: 5%;
		padding-right: 5%;
	}
/* -------------------------------------------------
	メインビジュアル
------------------------------------------------- */
.sec__mv::after {
	content: "";
	background: url("../img/sec__mv--doctor.png") no-repeat right bottom;
	background-size: auto 100%;
	position: absolute;
	font-size: 0;
	padding: 0;
	z-index: 10;
	right: calc(50% - 500px);
	bottom: -170px;
	width: 800px;
	height: 90%;
}
.sec__mv h2 span,
.sec__mv h2 strong {
	display: block;
	position: relative;
	z-index: 12;
	line-height: 0;
}
.sec__mv h2 .h2__01 {
}
.sec__mv h2 span img:nth-of-type(1) {
	width: 15em;
}
.sec__mv h2 span img:nth-of-type(2) {
	width: 20em;
	margin-top: -0.6em;
}
.sec__mv h2 strong img {
	width: 80%;
}
.sec__mv .wrap {
	background: none;
}
/* ------------------------------------------------- */
.sec__mv__txt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1em 8em 0.5em;
	position: relative;
	z-index: 12;
}
.sec__mv__txt li {
	width: 30.5%;
	margin: 0 1%;
}
.sec__mv__txt li img {
	width: 100%;
}
.after__point {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 12;
	text-align: left;
}
.after__point img {
	width: 50%;
}
.sec__mv__point {
	text-align: left;
	margin: 0 auto;
	margin-bottom: 1em;
	position: relative;
	z-index: 12;
	max-width: 550px;
}
.sec__mv__point li {
	margin-bottom: 0.4em;
}
.sec__mv__point li img {
	width: 100%;
}
.sec__mv__point li:nth-of-type(1) {
	width: 13.5em;
}
.sec__mv__point li:nth-of-type(2) {
	width: 16em;
}
.sec__mv__point li:nth-of-type(3) {
	width: 17em;
}

/* -------------------------------------------------
	イントロダクション
------------------------------------------------- */
.point__box {
	padding-left: 5%;
	padding-right: 5%;
}
.point__box p {
	padding-left: 0;
	padding-right: 0;
}
.clinic__menu {
	margin-top: 0.5em;
}
.clinic__menu .menu__list {
	margin-top: 0.5em;
	position: relative;
	margin: 0 auto 3em;
	border: solid 3px #0E142D;
	border-radius: 0.2em;
	max-width: 550px;
}
.clinic__menu .menu__list:nth-of-type(1) {
	border-top: solid 3px #0057CB;
}
.clinic__menu .menu__list:nth-of-type(2) {
	border-top: solid 3px #016F39;
}
.clinic__menu .menu__list:nth-of-type(3) {
	border-top: solid 3px #990D14;
}
.clinic__menu .menu__list a::after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: -2.6em;
	width: 100%;
	height: 3em;
	background: url("../img/clinic__menu__arrow.png") no-repeat center center;
	background-size: 30% auto;
}
.clinic__menu .menu__list .list__title {
	background-color: #0E142D;
	padding: 0.5em 0.6em 0.6em 0.5em;
	text-align: left;
}
.clinic__menu .menu__list .list__title img {
	height: 1.4em;
	width: auto;
}
.clinic__menu .menu__list:nth-of-type(1) figure {
	position: absolute;
	right: 0;
	top: 0;
	width: 6em;
}
.clinic__menu .menu__list:nth-of-type(2) figure {
	position: absolute;
	right: 0.2em;
	bottom: 0;
	width: 5.4em;
}
.clinic__menu .menu__list:nth-of-type(3) figure {
	position: absolute;
	right: -0.2em;
	bottom: 0;
	width: 5.7em;
}
.clinic__menu .menu__list .sub {
	font-weight: 700;
	font-size: 0.9em;
	text-align: left;
	padding: 0.6em;
	padding-bottom: 0.3em;
	letter-spacing: -0.03em;
	color: #333333;
}
.clinic__menu .menu__list:nth-of-type(1) .sub {
	letter-spacing: -0.08em;
}
.clinic__menu .menu__list .list__name {
	font-weight: 700;
	font-size: 0.9em;
	text-align: left;
	padding: 0 0 0.8em 0;
	color: #1E3683;
	letter-spacing: -0.07em;
	vertical-align: bottom;
	position: relative;
}
.clinic__menu .menu__list:nth-of-type(2) .list__name {
}
.clinic__menu .menu__list:nth-of-type(3) .list__name {
}
.clinic__menu .menu__list:nth-of-type(1) .list__name img.price {
	width: 7.1em;
	position: relative;
	top: 3px;
}
.clinic__menu .menu__list:nth-of-type(2) .list__name img.price {
	width: 6.2em;
	position: relative;
	top: 3px;
}
.clinic__menu .menu__list:nth-of-type(3) .list__name img.price {
	width: 6.2em;
	position: relative;
	top: 3px;
}
.read__txt {
	text-align: center;
	line-height: 1.8;
	margin: 3em auto 2em;
}
.read__txt img:nth-of-type(1) {
	width: 40%;
}
.read__txt img:nth-of-type(2) {
	width: 44%;
}
.read__txt img:nth-of-type(3) {
	width: 50.5%;
}
.set__plan {
	width: 62%;
	margin: 0 auto 2.3em;
}
.scroll__menu {
	width: 38%;
	margin: 2em auto 4em;
}
.scroll__menu dd {
	font-size: 0.85em;
}
/* -------------------------------------------------
	長茎術
------------------------------------------------- */
#sec__menu__blue.sec .pc__wrap {
	margin-bottom: 1em;
}
#sec__menu__blue.sec h4 {
	margin: 0 0 0.5em;
}
.point__box figure.one__image {
	padding: 0 30%;
}
.read__right {
	text-align: left;
	padding: 0.8em 0 0.8em 11em;
	max-width: calc(550px - 11em);
	font-size: 0.9em;
	margin: 0 auto 1em;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.read__left {
	text-align: left;
	padding: 0.8em 0 0.8em 11em;
	max-width: calc(550px - 11em);
	font-size: 0.9em;
	margin: 0 auto 1em;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.read__right span.ten {
	letter-spacing: -0.6em;
}
#sec__menu__blue .read__right {
	background: url(../img/sec__menu__blue__bg__01.png) no-repeat left top;
	background-size: auto 100%;
}
#sec__menu__blue .read__left {
	background: url(../img/sec__menu__blue__bg__02.png) no-repeat left top;
	background-size: auto 100%;
}
.point__box .result__list {
	max-width: 360px;
	margin: 1em auto 2em;
}
.point__box .pic__andtxt {
	padding-bottom: 2em;
	position: relative;
	max-width: 550px;
	margin: 0 auto;
}
.point__box .pic__andtxt  figure {
	padding: 0;
}
.point__box .pic__andtxt img {
	max-width: 500px ;
}
.point__box figure.illust {
	padding: 0 0 0.5em;
}
.point__box figure.illust img {
	max-width: 550px !important;
}
.point__box .pic__andtxt  figure img {
	width: 100%;
}
.point__box .pic__andtxt ul {
	position: absolute;
	left: 12%;
	width: 9em;
	top: 1em;
}
.point__box .pic__andtxt li {
	width: 100%;
	text-align: left;
	color: #fff;
	text-align: center;
	border-radius: 0.2em;
	padding: 0.2em 0 0.2em;
	margin: 0.5em 0;
}
.point__box .pic__andtxt li span {
	background-color: #4D4D4D;
	border-radius: 50%;
	padding: 0 0.05em;
}
.point__box .pic__andtxt li:nth-of-type(1) {
	background: #1955B6;
	font-size: 1em;
}
.point__box .pic__andtxt li:nth-of-type(2) {
}
.point__box .pic__andtxt li:nth-of-type(3) {
	background: #AF7616;
	font-size: 1em;
}
.point__box .pic__andtxt li:nth-of-type(4) {
	background: #016F39;
	font-size: 1em;
}
.qanda__link {
	text-align: right;
	padding: 0 0;
}
.qanda__link a {
	color: #603813;
	padding-right: 1.3em;
	text-decoration: none;
	background: url("../img/qanda__link__arrow.png") no-repeat right center;
	background-size: auto 0.8em;
}

/* -------------------------------------------------
	亀頭増大術
------------------------------------------------- */
#sec__menu__green.sec h4 {
	margin: 0 0 0.5em;
}
#sec__menu__green .read__right {
	background: url(../img/sec__menu__green__bg__01.png) no-repeat left top;
	background-size: auto 100%;
	text-align: left;
	padding: 0.8em 0 0.8em 11em;
	margin: 0 auto 1em;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
#sec__menu__green .read__left {
	background: url(../img/sec__menu__green__bg__02.png) no-repeat left top;
	background-size: auto 100%;
	text-align: left;
	padding: 0.8em 0 0.8em 11em;
	margin: 0 auto 1em;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.pic__andtext__box figure figcaption{
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	background: #002333;
	padding: 0.75em 0 0.7em;
	color: #fff;
	font-size: 0.95em;
	letter-spacing: -0.05em;
}
.injection__after__txt {
	width: 350px;
	margin: 0 auto 1em;
	background: #002333;
	padding: 0.75em 0;
	color: #fff;
}
/* -------------------------------------------------
	陰茎増大術
------------------------------------------------- */
#sec__menu__red.sec h4 {
	margin: 0 0 0.5em;
}
#sec__menu__red .read__right {
	background: url(../img/sec__menu__green__bg__01.png) no-repeat left top;
	background-size: auto 100%;
	text-align: left;
	padding: 0.8em 0 0.8em 11em;
	margin: 0 auto 1em;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
#sec__menu__red .read__left {
	background: url(../img/sec__menu__green__bg__02.png) no-repeat left top;
	background-size: auto 100%;
	text-align: left;
	padding: 0.8em 0 0.8em 11em;
	margin: 0 auto 1em;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.sec__fee__tbl td:nth-of-type(2) {
	width: 9em;
	padding-left: 4%;
	padding-right: 4%;
}
.sec__point__lead__name {
	margin-right: 0;
	margin-left: 220px;
	width: 60%;
	text-align: right;
}
.sec .sec__lead {
	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	padding: 40px 0 20px 0;
	max-width: calc(1000px - 20%);
	margin: 0 auto ;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
.sec .sec__lead.no__name {
	padding: 40px 10% 50px 10% !important;
	margin: 0 auto !important;
}
.sec .sec__lead::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 300px auto;
	width: 70%;
	height: 120%;
	z-index: 11;
	position: absolute;
	right: -170px;
	top: -20px;
}
.sec .sec__lead.no__name::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 300px auto;
	width: 65%;
	height: 140%;
	z-index: 11;
	position: absolute;
	right: -140px;
	top: -40px;
}
/* -------------------------------------------------
	クレジットカード
------------------------------------------------- */
.credit {
	font-size: 0;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.credit img {
	height: 10vw;
	max-height: 48px;
	width: auto;
	object-fit: cover;
	margin: 8px 1%;
}
.sec .credit img:nth-child(n + 9) {
	height: 9vw;
	max-height: 43px;
	margin: 8px 1%;
	margin-top: 0;
	margin-bottom: 10px;
}
.credit.flow__box {
	font-size: 0;
	width: 600px;
	max-width: 600px;
	margin: 0 auto;
}
.credit.flow__box img {
	height: 10vw;
	max-height: 48px;
	width: auto;
	object-fit: cover;
	margin: 8px 1%;
}
.sec .credit.flow__box img:nth-child(n + 9) {
	height: 9vw;
	max-height: 43px;
	margin: 8px 1%;
	margin-top: 0;
	margin-bottom: 10px;
}
/* -------------------------------------------------
	特別セットプラン
------------------------------------------------- */
.special__plan {
	border: solid 4px #1848A2;
	border-radius: 0.2em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4),inset 1px 1px 2px rgba(0,0,0,0.5);
	position: relative;
	width: 550px;
	margin: 2em auto 1em;
}
.special__plan .concept {
	width: 18%;
	position: absolute;
	right: -0.7em;
	top: -2.0em;
	z-index: 2;
}
.special__plan .column3 .price {
	width: 28%;
	margin: 0 0.1em;
}
.special__plan .column2 .price {
	width: 28%;
	margin: 0 0.1em;
}
#sec__menu__green .special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.6em;
	border-radius: 0.1em;
	margin: 0 0.1em;
	margin-left: 0.01em;
}
#sec__menu__green .special__plan .column3 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.6em;
	border-radius: 0.1em;
	margin: 0 0.1em;
	margin-right: 0.4em;
}
#sec__menu__red .special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.2em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
#sec__menu__red .special__plan .column3 .red {
	background-color: #881E1D;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.2em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
/* ------------------------------------------------- */
.special__setplan {
	border: solid 4px #1848A2;
	border-radius: 0.2em;
	margin: 3em auto 1em;
	width: 550px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3),inset 2px 2px 3px rgba(0,0,0,0.2);
	position: relative;
}
.special__setplan .concept {
	width: 20%;
	position: absolute;
	right: -0.9em;
	top: -2.7em;
	z-index: 2;
}
.special__setplan .plan__title {
	background: #1848A2;
	padding: 0.5em 0.5em;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
	position: relative;
	z-index: 0;
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.2);
}
.special__setplan .column3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.4em 0;
}
.special__setplan .column3 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.3em;
	font-size: 1em;
}
.special__setplan .column3 .blue {
	background-color: #1C56B7;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.2em;
	margin: 0 0.5em;
	margin-right: 3.1em;
}
.special__setplan .column3 .green {
	background-color: #016F39;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.2em;
	margin: 0 0.5em;
	letter-spacing: -0.1em;
}
.special__setplan .column3 .red {
	background-color: #881E1D;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.2em;
	margin: 0 0.5em;
	letter-spacing: -0.1em;
}
.special__setplan .column3 .price {
	width: 30%;
	margin: 0 0.1em;
}
.special__setplan .column2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.1em 0;
}
.special__setplan .column2 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.1em;
}
.special__setplan .column2 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
.special__setplan .column2 .green {
	background-color: #016F39;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.1em;
	margin: 0 0.5em;
	letter-spacing: -0.07em;
	margin-right: 3.2em;
}
.special__setplan .column2 .price {
	width: 30%;
	margin: 0 0.1em;
}
.point__box .about__price {
	padding: 0.3em 0 1em;
}
/* -------------------------------------------------
	院長紹介
------------------------------------------------- */
#sec__info .sec__info__tbl {
	margin: 0 auto 40px auto;
	width: 100%;
}
#sec__pay .loan--txt {
	padding: 0.6em 1em;
	margin: 1.5em 0 0;
	position: relative;
}
.sec__point__lead__name {
	margin-right: 0;
	margin-left: 220px;
	width: 60%;
	text-align: right;
}
.sec .sec__lead {
	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	padding: 40px 0 20px 0;
	max-width: calc(1000px - 20%);
	margin: 0 auto ;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
.sec .sec__lead.no__name {
	padding: 40px 10% 50px 10% !important;
	margin: 0 auto !important;
}
.sec .sec__lead::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 300px auto;
	width: 70%;
	height: 120%;
	z-index: 11;
	position: absolute;
	right: -170px;
	top: -20px;
}
.sec .sec__lead.no__name::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 300px auto;
	width: 65%;
	height: 140%;
	z-index: 11;
	position: absolute;
	right: -140px;
	top: -40px;
}

/* -------------------------------------------------
	院長紹介
------------------------------------------------- */
#sec__point .pic__inner {
	padding-left: 5%;
	padding-right: 5%;
	background-color: #fff;
	padding-bottom: 20px;
}
#sec__point .doctor__message {
	padding: 40px 5% 20px;

	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
#sec__point .doctor__message::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 300px auto;
	width: 70%;
	height: 120%;
	z-index: 2;
	position: absolute;
	right: -170px;
	top: -20px;
}
#sec__point .doctor__message span {
	display: inline-block;
	position: relative;
	z-index: 3;
}
#sec__point .doctor__message strong {
	display: inline-block;
	font-size: 1.35em;
	margin: 0 0 0em -0.5em;
	position: relative;
	z-index: 3;
}
#sec__point .doctor__message .pic__name {
	position: relative;
	z-index: 3;
	width: 43%;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 0;
	padding-right: 0;
}
#sec__point .text__inner {
	padding-left: 5%;
	padding-right: 5%;
	background-color: #fff;
	padding-bottom: 20px;
}
/* -------------------------------------------------
	クリニック案内
------------------------------------------------- */
#sec__info .pic__inner {
	padding-left: 5%;
	padding-right: 5%;
	background-color: #fff;
	padding-bottom: 0px;
}
#sec__info .doctor__message {
	padding: 40px 5% 40px;

	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
#sec__info .doctor__message::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 300px auto;
	width: 65%;
	height: 140%;
	z-index: 2;
	position: absolute;
	right: -100px;
	top: -40px;
}
#sec__info .doctor__message p {
	padding-right: 9em;
	text-align: center;
	margin: 0.5em 0;
	line-height: 1.4;
}
#sec__info .doctor__message span {
	display: inline-block;
	position: relative;
	z-index: 3;
}
#sec__info .doctor__message span.space {
	letter-spacing: -0.6em;
}
#sec__info .doctor__message strong {
	display: inline-block;
	font-size: 1.35em;
	margin: 0 0 0em -0.5em;
	position: relative;
	z-index: 3;
}
#sec__info .doctor__message .pic__name {
	position: relative;
	z-index: 3;
	width: 265px;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 10px;
	padding-right: 65px;
}
#sec__info .text__inner {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
	padding-bottom: 20px;
}
}

@media screen and (min-width : 768px) {/* PCレイアウト */
/* SPのみ表示 */
.sp { display: none !important; }

body {
	padding: 0;
	background: #FFF;
}
p,ul,dl {
	line-height: 1.8;
}
.wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
}
.inner {
	padding-left: 10%;
	padding-right: 10%;
}
.header--pcfix {
	z-index: 1000;
	background: #000E1F;
	padding-bottom: 1px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .wrap {
	background: none;
}
.header h1 {
	display: block;
	font-size: 0.7em;
	padding: 8px 0;
}
.header h1,
.header p {
	display: block;
}
.header__logo {
	position: static;
	padding: 0;
	margin: 2.2% 0 0% 1%;
	min-height: 0;
	float: left;
	width: auto;
	height: auto;
	background-size: auto 100%;
}
.header__logo img {
	width: 250px;
}
.header__logo a {
	display: block;
}
.header__btn a,
.header__tel a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.header__btn a {
	float: right;
	margin: 1% 1% 1% 1%;
	padding: 3px 10px;
	color: #fff;
	font-size: 14pt;
	border-radius: 5px;
	background: #1B1F4D;
}
.header__tel a {
	float: right;
	font-size: 2.8vw;
	margin: calc(1% + 0.9rem) 0 0 0;
	padding: 0 0 0 1.6em;
	letter-spacing: 0.5px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 0.85;
	background: url("../img/header__tel__icon.png") no-repeat 0 50%;
	background-size: contain;
}
.header__tel a span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin: -0.35em 0 0 0;
}
.contact li.contact__tel {
	font-size: 20pt;
}
.header .header__nav__btn {
	display: none;
}
.header .header__nav__menu {
	display: table;
	z-index: 10000;
	position: static;
	background: none;
	max-width: 1000px;
	margin: 0 auto 10px;

}
.header .header__nav__menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
}
.header .header__nav__menu li span {
	display: inline-block;
}
.header .header__nav__menu li:nth-child(1) { width: 8%;}
.header .header__nav__menu li:nth-child(2) { width: 12.5%;}
.header .header__nav__menu li:nth-child(3) { width: 12.5%;}
.header .header__nav__menu li:nth-child(4) { width: 18%;}
.header .header__nav__menu li:nth-child(5) { width: 10.5%;}
.header .header__nav__menu li:nth-child(6) { width: 13.5%;}
.header .header__nav__menu li:nth-child(7) { width: 12.5%;}
.header .header__nav__menu li:nth-child(8) { width: 12.5%;}
.header .header__nav__menu li a {
	border-top: none;
	width: auto;
	font-size: 0.8em;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-left: -1px;
}
.header .header__nav__menu li:nth-child(1) a { 
	margin-left: 0;
	border-left: none;
}
.header .header__nav__menu li:nth-child(8) a {
	border-right: none;
}
/* フッター */
.footer {
	margin-top: 0;
}
.footer__btn li {
	display: none;
}
.footer .pagetop {
	bottom: 30px;
}
.footer .pagetop a {
	width: 60px;
	height: 60px;
}
.footer .pagetop a::after {
	top: 15px;
	left: 15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 25px solid #FFF;
}
.pc10per {
	margin-left: 10%;
	margin-right: 10%;
}

/* -------------------------------------------------
	メインビジュアル
------------------------------------------------- */
.sec__mv {
	background: url("../img/sec__mv--bg.png") no-repeat center center;
	background-color: #F1F1F3;
	background-size: 100% auto;
	padding: 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.sec__mv::after {
	content: "";
	background: url("../img/sec__mv--doctor.png") no-repeat right bottom;
	background-size: auto 100%;
	position: absolute;
	font-size: 0;
	padding: 0;
	z-index: 10;
	right: calc(50% - 520px);
	bottom: -80px;
	width: 900px;
	height: 105%;
}
.sec__mv h2 {
	margin: 1em auto 0.4em auto;
	text-align: left;
	max-width: 950px;
	padding: 0;
	padding-left: 50px;
}
.sec__mv h2 span,
.sec__mv h2 strong {
	display: block;
	position: relative;
	z-index: 12;
	line-height: 0;
}
.sec__mv h2 .h2__01 {
}
.sec__mv h2 span img:nth-of-type(1) {
	width: 15em;
	padding-left: 8em;
}
.sec__mv h2 span img:nth-of-type(2) {
	width: 18em;
	padding-left: 6.3em;
	margin-top: -0.6em;
}
.sec__mv h2 strong img {
	width: 25em;
	padding-left: 2.8em;
}
.sec__mv .wrap {
	background: none;
}
.sec__mv__txt {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 12;
	width: auto;
	max-width: 855px;
	padding: 0;
	padding-left: 145px;
	margin: 0 auto;
}
.sec__mv__txt li {
	width: 6.1em;
	margin: 0 2% 0 0;
}
.sec__mv__txt li:first-child {
	padding-left: 0.1em;
}
.sec__mv__txt li img {
	width: 100%;
}
.after__point {
	max-width: 805px;
	width: 100%;
	margin: 0.1em auto 0.2em auto;
	position: relative;
	padding-left: 195px;
	z-index: 12;
	text-align: left;
}
.after__point img {
	width: 280px;
}
.sec__mv__point {
	max-width: 890px;
	padding-left: 110px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 1.4em;
	position: relative;
	z-index: 12;
}
.sec__mv__point li {
	margin-bottom: 0.5em;
}
.sec__mv__point li img {
	width: 100%;
}
.sec__mv__point li:nth-of-type(1) {
	width: 17em;
}
.sec__mv__point li:nth-of-type(2) {
	width: 19em;
	padding-left: 2em;
}
.sec__mv__point li:nth-of-type(3) {
	width: 20.1em;
	padding-left: 4em;
}
.sec .wrap {
	margin-bottom: 70px;
}
.sec h4 {
	background: #3F8CDC;
	padding: 0.4em 5px;
	margin: 0 0 20px;
	font-size: 1.4em;
	color: #FFF;
	border-radius: 0;
}
.sec .sec__lead {
	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	padding: 40px 0 20px 0;
	max-width: calc(1000px - 20%);
	padding: 40px 50px 20px 50px;
	max-width: 700px;
	margin: 0 auto;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
.sec .sec__lead.no__name {
	padding: 40px 50px 50px 50px !important;
}
.sec .sec__lead::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 400px auto;
	width: 70%;
	height: 140%;
	z-index: 11;
	position: absolute;
	right: -170px;
	top: -20px;
}
.sec .sec__lead.no__name::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 310px auto;
	width: 65%;
	height: 140%;
	z-index: 11;
	position: absolute;
	right: -200px;
	top: -40px;
}
.sec .sec__lead.no__name p {
	padding-right: 9em;
}
.sec .sec__lead span {
	display: inline-block;
	position: relative;
	z-index: 12;
}
.sec .sec__lead strong {
	display: inline-block;
	font-size: 1.35em;
	margin: 0 0 0em -0.5em;
	position: relative;
	z-index: 12;
}
.sec .sec__lead .mb10 {
	margin-bottom: 0px;
	padding-bottom: 0;
}
.sec .sec__lead span.space {
	letter-spacing: -0.6em;
}
.sec__point__lead {
	background: #fff;
}
.sec__point__lead .inner.nonebg {
	background: #FFF;
	max-width: 800px;
	margin: 0 auto 0 !important;
	padding: 20px 50px 30px !important;
}

/* -------------------------------------------------
	イントロダクション
------------------------------------------------- */
.point__box {
	padding-left: 10%;
	padding-right: 10%;
}
.read__txt {
	text-align: center;
	line-height: 1.8;
	margin: 3em auto 1.7em;
}
.read__txt img:nth-of-type(1) {
	width: 300px;
}
.read__txt img:nth-of-type(2) {
	width: 330px;
}
.read__txt img:nth-of-type(3) {
	width: 380px;
}
.set__plan {
	width: 480px;
	margin: 0 auto 2em;
}
.scroll__menu {
	width: 36%;
	margin: 2em auto 4em;
}
.scroll__menu dd {
	padding: 0.65em 0;
	font-size: 1em;
}
#sec__intro h3 {
	padding: 25px 3% 300px;
}
#sec__intro h3 span {
	max-width: 400px;
	margin: 0 auto 15px;
}
#sec__intro .inner {
	padding: 20px 10%;
}
#sec__intro table {
	margin-bottom: 20px;
}
#sec__intro th,
#sec__intro td {
	padding: 13px 0;
}
#sec__intro .inner .notes {
	text-align: center;
}
.sec__cont {
/*	background: none;*/
}
.sec__cont__box {
	margin: 20px 0;
}
#sec__case .sec__cont__box figure img {
	max-width: 430px;
}
#sec__merit .sec__cont li {
	width: 49.5%;
	float: left;
}
#sec__merit .sec__cont li p {
	font-size: 1.9vw;
}
#sec__merit .sec__cont li:nth-of-type(even) {
	float: right;
}
#sec__merit .sec__cont li:nth-of-type(odd) {
	clear: left;
}
#sec__merit .sec__cont__box {
	margin: 5px 0;
	padding: 1% 0;
}

/* -------------------------------------------------
	院長紹介
------------------------------------------------- */
#sec__point .pic__inner {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
	padding-bottom: 20px;
}
#sec__point .doctor__message {
	padding: 40px 5% 20px;

	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
#sec__point .doctor__message::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 400px auto;
	width: 70%;
	height: 140%;
	z-index: 2;
	position: absolute;
	right: -20%;
	top: -20px;
}
#sec__point .doctor__message span {
	display: inline-block;
	position: relative;
	z-index: 3;
}
#sec__point .doctor__message strong {
	display: inline-block;
	font-size: 1.35em;
	margin: 0 0 0em -0.5em;
	position: relative;
	z-index: 3;
}
#sec__point .doctor__message .pic__name {
	position: relative;
	z-index: 3;
	width: 265px;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 10px;
	padding-right: 8%;
}
#sec__point .text__inner {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
	padding-bottom: 20px;
}
#sec__point div.inner {
	margin: 0 10% 10px;
}
.sec__point__lead .inner {
	margin: 0 10% 10px;
}
.sec__fee__lead__list {
	margin: 40px auto 30px;
	max-width: 460px;
}
.sec__fee__lead__list li {
	padding: 18px 0 18px 50px;
	margin: 20px 0 20px 20px;
}
.sec__fee__lead__list li::before {
	transform: scale(0.7);
}
.sec__fee__tbl {
	margin-bottom: 15px;
}
.sec__fee__tbl th {
	padding: 16px 2%;
}
.sec__fee__tbl td {
	padding-top: 2%!important;
	padding-bottom: 2% !important;
}
.sec__fee__tbl td:nth-of-type(1) {
	padding-left: 4%;
}
.sec__fee__tbl caption,
.sec__fee__tbl caption strong {
	margin-bottom: 25px;
}
#sec__pay .ta--center strong {
	margin: 1em auto;
}
#sec__progress .inner {
	margin: 0 10% 20px;
	padding: 15px 2% 0;
}
#sec__progress .sec__progress__lead {
	text-align: right;
	font-size: 1.3em;
	padding: 7% 0;
}
.sec__faq__list {
	margin: 15px 10% 0;
	padding: 0 0 10px;
}
.sec__faq__list dt,
.sec__faq__list dd {
	background-position: 2% 0.3em;
	padding-left: calc( 1.8em + 2%);
	padding-right: 2%;
}
#sec__info figure img {
	max-width: 600px;
}
#sec__info .figure--l img {
	max-width: 100%;
}
#sec__info .sec__info__tbl {
	margin: 0 auto 40px auto;
	width: 100%;
}
#sec__info .sec__info__tbl th {
	width: 12em;
	float: left;
	padding: 10px 10px 10px 6%;
}
#sec__info .sec__info__tbl td {
	margin-left: 10em;
	padding: 10px 10px 10px 5%;
}
.cmn__bnr {
	margin: 0 10% 30px;
	max-width: none;
}
.cmn__info {
	padding: 15px 0 20px;
	margin: 12% 0 0;
}
.cmn__info__clinic {
	top: -40px;
	font-size: 1.2em;
	padding-left: 2%;
	width: 98%;
}
.cmn__info p {
	margin: 0 0 20px 0;
	padding: 0 100px 15px 100px;
	font-size: 1.1em;
}
.cmn__info p span {
	display: inline-block;
}
.cmn__info p::before {
	position: absolute;
	content: "";
	background: #FFF;
	display: block;
	width: 50px;
	height: 150%;
	left: 0;
	bottom: 0;
}
.cmn__info p::after {
	width: 135px;
	height: 150px;
	left: -2px;
}
.cmn__contact {
	padding: 30px 10%;
}
.cmn__contact li {
	margin: 25px 0;
}
.cmn__contact li a {
	padding: 20px 0;
	border-radius: 5px;
}

/* -------------------------------------------------
	長茎術
------------------------------------------------- */
#sec__menu__blue {
	position: relative;
}
.concept {
	position: absolute;
	right: 0;
	top: -2.5em;
	width: 7em;
}
.point__box figure {
	padding: 0 15%;
}
.point__box figure img {
	max-width: 550px;
}
.point__box figure.one__image {
	padding: 0 25%;
}
.point__box p {
	padding: 0 0;
}
.point__box .result__list {
	max-width: 550px;
	margin: 1em 15% 2em;
}
.point__box .result__list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point__box .result__list li {
	width: 47%;
	border: solid 1px #0065DB;
	color: #fff;
	margin: 0.3em 0;
	padding: 0;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	background: linear-gradient(#5999E8, #0065DB);
	border-radius: 0.9em;
}
.point__box .result__list li span.icon {
	padding: 0.15em 0;
	padding-left: 20%;
	background-image: url(../img/sec__menu__blue__icon__01.png);
	background-repeat: no-repeat;
	background-position: 0.4em center;
	background-size: 1.3em auto;
}
.point__box p.info--txt {
	font-size: 0.9em;
	letter-spacing: -0.01em;
	padding-bottom: 30px;
}
.point__box .about__price {
	padding: 0.3em 0 1em;
}
.point__box .about__price table {
	width: 100%;
}
.point__box .about__price th {
	text-align: left;
	border: solid 1px #020036;
	padding: 0.55em 0.5em;
	padding-left: 0.6em;
	width: 70%;
}
.point__box .about__price td {
	text-align: right;
	border: solid 1px #020036;
	padding: 0.55em 0.5em;
	padding-left: 0;
}
.qanda__link {
	text-align: right;
	padding: 0 0;
}
.qanda__link a {
	color: #603813;
	padding-right: 1.3em;
	text-decoration: none;
	background: url("../img/qanda__link__arrow.png") no-repeat right center;
	background-size: auto 0.8em;
}

/* -------------------------------------------------
	亀頭増大術
------------------------------------------------- */
#sec__menu__green {
	position: relative;
}
#sec__menu__green.sec h3 {
	text-align: left;
	padding: 0.4em;
	padding-left: 3%;
	padding-bottom: 0.55em;
	margin-bottom: 0.45em;
	border-top: solid 0.2em #016F39;
}
#sec__menu__green.sec h3 .menu {
	text-align: left;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	letter-spacing: -0.15em;
}
.short--space {
	letter-spacing: -0.04em;
}
.pic__andtext__box {
	position: relative;
	margin: 0 8%;
	margin-bottom: 1.5em;
}
.pic__andtext__box figure {
	padding: 0;
}
.pic__andtext__box figure figcaption{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	background: #002333;
	padding: 0.75em 0 0.7em;
	color: #fff;
	font-size: 0.95em;
}
.pic__andtext__box .after__txt{
	position: relative;
}
.pic__andtext__box .after__txt {
	position: absolute;
	left: 17.25%;
	bottom: -0.1em;
	width: 65.6%;
	background: #002333;
	padding: 1em 0;
	font-size: 1.1em;
	color: #fff;
}
.point__box .img__injection figure {
	padding: 0 8%;
}
.img__injection {
	margin: 0 24% 0.5em 10%;
	width: auto;
}
.injection__after__txt {
	width: 550px;
	margin: 0 auto 1em;
	background: #002333;
	padding: 0.75em 0;
	color: #fff;
}
.img__chemical {
	margin: 0.5em 15% 1em;
}
.point__box h5 {
	background: #3F8CDC;
	padding: 0.5em 5px;
	margin: 0 36% 15px;
	font-size: 1.1em;
	border-radius: 1em;
	color: #FFF;
}

/* -------------------------------------------------
	陰茎増大術
------------------------------------------------- */
#sec__menu__red {
	position: relative;
}
#sec__menu__red.sec h3 {
	text-align: left;
	padding: 0.4em;
	padding-bottom: 0.55em;
	padding-left: 3%;
	margin-bottom: 0.45em;
	border-top: solid 0.2em #970B14;
}
#sec__menu__red.sec h3 .menu {
	text-align: left;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	letter-spacing: -0.15em;
}
/* -------------------------------------------------
	特別セットプラン
------------------------------------------------- */
.special__plan {
	border: solid 4px #1848A2;
	border-radius: 0.2em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4),inset 1px 1px 2px rgba(0,0,0,0.5);
	position: relative;
	width: 600px;
	margin: 2em auto 1em;
}
.special__plan .concept {
	width: 20%;
	position: absolute;
	right: -0.9em;
	top: -2.7em;
	z-index: 2;
}
.special__plan .plan__title {
	background: #1848A2;
	padding: 0.5em 0.5em;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
	position: relative;
	z-index: 1;
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.2);
}
.special__plan .column3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6em 0;
	padding-bottom: 0.2em;
}
.special__plan .column3.plan3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6em 0;
}
.special__plan .column3 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.3em;
}
.special__plan .column3 .plus__spset {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.3em;
}
.special__plan .column3 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.1em;
	margin: 0 0.5em;
}
.special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.1em;
	margin: 0 0.5em;
}
.space__right {
	margin-right: 2.5em !important;
}
.special__plan .column3 .red {
	background-color: #881E1D;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.5em;
}
#sec__menu__green .special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.6em;
	border-radius: 0.1em;
	margin: 0 0.1em;
	margin-left: 0.6em !important;
}
#sec__menu__green .special__plan .column3 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.6em;
	border-radius: 0.1em;
	margin: 0 0.1em;
	margin-right: 5em !important;
}
#sec__menu__red .special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.1em;
	margin: 0 0.2em;
}
#sec__menu__red .special__plan .column3 .red {
	background-color: #881E1D;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.1em;
	margin: 0 0.2em;
}
.space__right20 {
	margin-right: 2em !important;
}
.special__plan .column3 .price {
	width: 30%;
	margin: 0 0.1em;
}
.special__plan .column2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6em 0;
}
.special__plan .column2 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.1em;
}
.special__plan .column2 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
.special__plan .column2 .green {
	background-color: #016F39;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.1em;
	margin: 0;
	letter-spacing: -0.07em;
}
.right__space30 {
	margin-left: 0.6em !important;
	margin-right: 3.4em !important;
}
.special__plan .column2 .price {
	width: 30%;
	margin: 0 0.1em;
}
.sec__fee__minors dt {
	background: #3F8EDE;
	padding: 0.35em 0;
	color: #fff;
	font-size: 1.15em;
	letter-spacing: 0.5px;
}

/* -------------------------------------------------
	よくある質問
------------------------------------------------- */
#sec__faq .sec__faq__list dt {
	background: url(../img/sec__faq__list--icon.png) no-repeat 10px 0.6em #1848A2;
	background-size: 23px auto;
	margin: 20px 0 0;
}

/* -------------------------------------------------
	クリニック案内
------------------------------------------------- */
#sec__info .pic__inner {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
	padding-bottom: 20px;
}
#sec__info .doctor__message {
	padding: 40px 5% 40px;

	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
#sec__info .doctor__message::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 310px auto;
	width: 65%;
	height: 140%;
	z-index: 2;
	position: absolute;
	right: -24%;
	top: -40px;
}
#sec__info .doctor__message p {
	padding-right: 9em;
	text-align: center;
	margin: 0.5em 0;
	line-height: 1.4;
}
#sec__info .doctor__message span {
	display: inline-block;
	position: relative;
	z-index: 3;
}
#sec__info .doctor__message span.space {
	letter-spacing: -0.6em;
}
#sec__info .doctor__message strong {
	display: inline-block;
	font-size: 1.35em;
	margin: 0 0 0em -0.5em;
	position: relative;
	z-index: 3;
}
#sec__info .doctor__message .pic__name {
	position: relative;
	z-index: 3;
	width: 265px;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 10px;
	padding-right: 65px;
}
#sec__info .text__inner {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
	padding-bottom: 20px;
}
/* -------------------------------------------------
	COMMON
------------------------------------------------- */
.mb0 {margin-bottom: 0 !important;}
.mb15 {margin-bottom: 30px !important;}
.mb20 {margin-bottom: 40px !important;}
.mb25 {margin-bottom: 50px !important;}
.mb30 {margin-bottom: 60px !important;}
.mt0 {margin-top: 0 !important;}
.ta--center { text-align: center !important;}
.f--small { font-size: 0.9em !important;}
.f--tiny { font-size: 0.78em !important;}

}

@media screen and (min-width : 768px) and (max-width : 940px) {
	.header__logo a span{
		display: none;
	}
}


@media screen and (min-width : 1000px) {/* 最大幅1000px */
.pc1000 {
	display: block;
	display: inline !important;
}
.header__logo {
	margin-left: 0;
}
.header__btn a {
	margin-right: 0;
}
.header__tel a {
	font-size: 20pt;
}
.header .header__nav__menu {
	width: calc(100% - 2px);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.header .header__nav__menu li a {
	border-top: none;
	color: #fff;
	text-decoration: none;
	padding: 10px 2%;
	cursor: pointer;
	width: auto;
	letter-spacing: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sec__merit .sec__cont li p {
	font-size: 0.951em;
}
}
	