@charset "UTF-8";

/*	
	font-color	#929496
	main color blue #1e50a2
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-family:Tahoma, Geneva, "sans-serif";

*/
:root {
	--ff_serif: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--ff_sans: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
:root {
	--color-white: #ffffff;
	--color-light-gray: #f9f9f9;
	--color-gray: #eeeeee;
	--text-color: #231815;
	--text-color: #231815;
	--accent-color-1: #f0fc45;
	--accent-color-2: #eafc45;
	--accent-color-3: #ebebeb;
	--blue: #1D2087;
	--main-color-2: #e5f0f8;
	--main-color-9: #c3e2f7;
	--main-color-7: #87bbec;
	--main-color-8: #5384c4;
	--main-color-1: #3f72be;
	--main-color-6: #2355b3;
	--main-color-4: #1f329c;
	--main-color-5: #1f3477;
	--main-color-3: #1D2087;
}
/* ------------------------------------------ Reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 100%;
	line-height: 1.45em;
	font-weight: normal;
}

mark {
	background: none;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

img {
	vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	word-break: normal;
}

/* 改行 */
.br_pc {
	display: block;
}

.br_sp {
	display: inline;
}

@media only screen and (max-width:768px) {
	.br_pc {
		display: inline;
	}

	.br_sp {
		display: block;
	}
}

/* PC、SPの表示・非表示 */
.spVer {
	display: none;
}

@media only screen and (max-width:768px) {
	.pcVer {
		display: none;
	}

	.spVer {
		display: block;
	}
}

.f_w {
	color: #fff;
}

.f_r {
	color: #cd3246;
}

.f_g {
	color: #7ca72a;
}

.f_b {
	color: #000;
}

.f_gold {
	color: #DCB23B;
}

.f_orange {
	color: rgb(243 152 0);
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.fa-chevron-up {
	font-size: 18px;
}

.pageTop-chevron {
	color: black;
	padding: 8px;
}

#mmm a {
	color: black;
}

.f8 {
	font-size: 50%;
}

/*8px*/
.f9 {
	font-size: 56.25%;
}

/*10px*/
.f10 {
	font-size: 63%;
}

/*10px*/
.f11 {
	font-size: 69%;
}

/*11px*/
.f12 {
	font-size: 75%;
}

/*12px*/
.f13 {
	font-size: 82%;
}

/*13px*/
.f14 {
	font-size: 88%;
}

/*14px*/
.f15 {
	font-size: 94%;
}

/*15px*/
.f16 {
	font-size: 100%;
}

/*16px*/
.f18 {
	font-size: 113%;
}

/*18px*/
.f20 {
	font-size: 125%;
}

/*20px*/
/* ------------------------------------------ フレームワーク */

body {
	font-size: 16px;
	color: #564844;
	background: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
	width: 100%;
}

a {
	text-decoration: none;
}

.cf {
	overflow: hidden;
}

.mainvisual {
	background: #bcb6aa;
	padding-top: 80px;
}
.mainvisual--footer{
	padding-top: 0;
}
.mainvisual_wrap {
	overflow: hidden;
	background: linear-gradient(to bottom, #bcb6aa 0%, #ffffff 55%, #ffffff 100%);
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px;
}

strong {
	font-weight: bold;
}

/* #sec00{ */
/* max-width: 375px; */
/* } */


.fl_left {
	float: left;
	width: 50%;
}

.fl_right {
	float: right;
	width: 50%;
}

a:hover {
	opacity: 0.8;
}

p.free {
	text-align: center;
	font-size: 100%;
	margin: 0 0 1em;
}

.f_red {
	color: #B20000;
}

.f_white {
	color: #FFF;
}


/* Component */
.c-container {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
}

.c-btn--accordion {
	font-family: var(--ff_sans);
	font-weight: bold;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--main-color-1);
	color: var(--main-color-1);
	font-size: 1rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	width: calc(120rem / 14);
	margin: 0 auto;
	border-radius: 0.5em;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
}

.c-btn--accordion .c-btn__text {
	flex: 1;
	font-weight: bold;
}

.c-btn--accordion .c-btn__icon {
	display: block;
	position: relative;
	width: 0.5714em;
	height: 0.5714em;
}

.c-btn--accordion .c-btn__icon:before,
.c-btn--accordion .c-btn__icon:after {
	content: "";
	background: var(--main-color-1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)rotate(0deg);
	display: block;
	width: 100%;
	height: 1px;
	transition: 0.3s transform ease;
}

.c-btn--accordion .c-btn__icon:after {
	transform: translate(-50%, -50%)rotate(90deg);
}

.js-accordion.is-activating .c-btn--accordion .c-btn__icon:after,
.js-accordion.is-activated:not(.is-inactivating) .c-btn--accordion .c-btn__icon:after {
	transform: translate(-50%, -50%)rotate(0deg);
}

.js-accordion.is-activated:not(.is-inactivating) .c-btn__icon:before {
	opacity: 0;
}

.js-accordion .js-accordion__target {
	display: none;
	/* 最初は非表示 */
}

.js-accordion__trigger {
	cursor: pointer;
}
/*-----#sec00---  */

.cvarea {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #2d7dc8;
	display: inline-block;
	width: 100%;
	background: linear-gradient(to right, #084c8d, #1462aa 50%, #084c8d);
	letter-spacing: -.08em;
}
.cvarea__title{
	color: #fff;
	font-size: calc(20rem / 14);
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.cvarea .lead {
	font-size: 86%;
}

@media only screen and (max-width:768px) {
	.cvarea {
		padding: 20px 0px 10px;
	}
	.cvarea--concat{
		padding: 25px 0px 30px;
	}
	.cvarea .image_read_text {
		max-width: 90%;
		vertical-align: middle;
	}
}

@media only screen and (min-width:769px) {
	.cvarea {
		padding: 20px 0px;
	}
	.cvarea--concat{
		padding: 25px 0px 30px;
	}
}

@media screen and (max-width: 768px) {
	html {
		overflow-x: hidden;
	}

	p.free {
		font-size: 80%;
	}

	.mainvisual {
		padding-top: calc(100% / 375 * 40);
	}
	.mainvisual--footer{
		padding-top: 0;
	}
	.mainvisual_wrap {
		overflow: hidden;
	}

	header {
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 99999;
		background: #074c8c;
		padding: 0px;
		box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
	}

	.header-logo {
		display: flex;
		max-width: 960px;
		margin: 0 auto;
		align-items: center;
		padding: 1.455% 0;
		justify-content: center;
	}
	.footer-logo {
		display: flex;
		max-width: 960px;
		margin: 30px auto 0;
		align-items: center;
		padding: 1.455% 0;
		justify-content: center;
	}
	.footer-logo .logo{
		width: 40%;
	}

	.logo-tell {
		width: 44%;
		background-color: #024482;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
	}

	.logo-tell picture {
		line-height: 1;
	}

	.logo-tell img {
		width: 90%;
		max-width: 170px;
	}

	.logo {
		width: 50%;
		align-self: center;
		box-sizing: border-box;
		padding: 0 10px 0 5px;
	}

	.logo img {
		width: 100%;
	}

	.headMenu {
		/*max-width: 960px;*/
		margin: 0 auto;
		text-align: center;
		font-size: 0px;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	.headMenu li {
		display: inline-block;
		width: 19%;
		margin: 0px 1% 0px 0px;
		background: #1f4e79;
		padding: 5px 0px;
		background: #1f4e79;
		border-radius: 5px;
	}

	.headMenu li:last-child {
		margin: 0px;
	}

	.headMenu li a {
		display: block;
		padding: 24px 0px 5px 0px;
		width: 100%;
		color: #FFF;
		line-height: 13px;
		font-size: 11px;

	}

	.headMenu .menu1 a {
		background: url(../-img/head-icon1.png) center 5px no-repeat;
		background-size: 16px;
	}

	.headMenu .menu2 a {
		background: url(../-img/head-icon2.png) center 5px no-repeat;
		background-size: 16px;
	}

	.headMenu .menu3 a {
		background: url(../-img/head-icon3.png) center 5px no-repeat;
		background-size: 16px;
	}

	.headMenu .menu4 a {
		background: url(../-img/head-icon4.png) center 5px no-repeat;
		background-size: 16px;
	}

	.headMenu .menu5 a {
		background: url(../-img/head-icon5.png) center 5px no-repeat;
		background-size: 16px;
	}


	.headMenu_fixed {
		width: 100%;
		max-width: 100%;
		background: #FFF;
		z-index: 99999;
		border: none;
	}

	.headMenu_fixed .logo {
		padding: 10px 0;
		width: 200px;
		margin: 0 auto;
		display: none;
	}

	.headMenu_fixed ul {
		padding: 5px 0px;
	}

	.headMenu_fixed li a {
		padding: 10px 0px;
	}

	.headMenu_fixed .menu1 a,
	.headMenu_fixed .menu2 a,
	.headMenu_fixed .menu3 a,
	.headMenu_fixed .menu4 a,
	.headMenu_fixed .menu5 a {
		background: none;
	}


	/*-----mainvisual-----*/
	@media screen and (min-width: 769px) {

		/*-----mainvisual-----*/
		.mainvisual_wrap {
			padding-right: calc(50% - 480px);
			padding-left: calc(50% - 480px);
		}
	}

	#sec03,
	#sec04,
	#sec05,
	#sec06,
	#sec07,
	#sec08,
	#sec09,
	#sec11{
		width: 94%;
		max-width: 960px;
		margin: -40px auto -22px;
		padding: 60px 0px 0px 0px;
	}
	#sec12 {
		width: 87.924%;
		max-width: 960px;
		margin: 0 auto 40px;
		padding: 60px 0px 0px 0px;
	}

	#sec01 {
		width: 94%;
		max-width: 960px;
		padding-bottom: 20px;
		margin: 0 auto;
	}

	.fl_left {
		float: left;
		width: 50%;
	}

	.fl_right {
		float: right;
		width: 50%;
	}

	.network h2 {
		font-size: 6vw;
		color: #005280;
		text-align: center;
		padding: 0 0 4%;
	}

	.network p {
		color: #005280;
		text-align: center;

	}

	.network p a {
		font-size: 4vw;
		border-bottom: 1px solid #005280;
		text-decoration: none;
		color: #005280;
	}

}

.onerank {
	max-width: 730px;
	width: calc(689% / 7.5);
	margin: 0 auto 21px;
}

.cvbtn {
	max-width: 728px;
	width: calc(690% / 7.5);
	margin: 0 auto;
}

.cvarea_note {
	max-width: 728px;
	width: calc(690% / 7.5);
	margin: 10px auto 0;
	font-size: 10px;
	line-height: 1.66666;
	letter-spacing: 0.02em;
	text-align: left;
	font-family: var(--ff_sans);
}

@media screen and (min-width: 769px) {
	.cvarea_note {
		font-size: 12px;
		margin: 25px auto 0;
	}
}

/*-----#sec01---  */



/*-----#sec02-----*/
.Price{
	padding: 25px 0;
}
.Price__others{
	color: #0070bb;
	max-width: 750px;
	width: 100%;
	margin: 25px auto 0;
}
.Price__others p,
.Price__others ul{
	font-family: var(--ff_sans);
	font-weight: bold;
	margin-bottom: 1em;
}
.Price__others p,
.Price__others ul{
	font-size: 13px;
}
.Price__others ul li{
	font-weight: inherit;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
	.Price__others{
		width: calc(690% / 7.5);
	}
}
@media screen and (min-width: 769px) {
	.Price{
		padding: 50px 0;
	}
	.Price__others{
		margin: 25px auto 0;
	}
	.Price__others p,
	.Price__others ul{
		font-size: 16px;
	}
}

/*-----#sec03-----*/

#sec03 img {
	float: right;
	width: 22%;
}

#sec03 .yaji img {
	float: none;
	width: 100%;
}

#sec03 .yaji {
	width: 8%;
	margin: 0 auto;
}

#sec03 h3 a {
	font-size: 120%;
	color: #fff;
	text-align: center;
	padding: 4% 2%;
	background: -webkit-linear-gradient(left, #017a91, #2f96c4);
	background: -moz-linear-gradient(left, #017a91, #2f96c4);
	background: -o-linear-gradient(left, #017a91, #2f96c4);
	background: -ms-linear-gradient(left, #017a91, #2f96c4);
	background: linear-gradient(to left, #017a91, #2f96c4);
	box-shadow: 0px 3px 0px #006582;
	margin: 8% 0 2%;
	display: block;
}

#sec03 ul {
	padding: 6% 0;
	margin: 6% 0;
	border-top: 2px solid #c19f66;
	border-bottom: 2px solid #c19f66;
}

#sec03 ul li a {
	font-size: 140%;
	color: #fff;
	text-align: center;
	padding: 5.5% 2%;
	background: -webkit-linear-gradient(top, #c3a664, #9d803c);
	background: -moz-linear-gradient(top, #c3a664, #9d803c);
	background: -o-linear-gradient(top, #c3a664, #9d803c);
	background: -ms-linear-gradient(top, #c3a664, #9d803c);
	background: linear-gradient(to top, #c3a664, #9d803c);
	box-shadow: 0px 3px 0px #a08058;
	margin: 2% 0;
	border-radius: 5px;
	color: #fff;
	display: block;
}

#sec03 ul li a {
	color: #fff;
	text-shadow: 0px 3px 1px #988052;
}

/*-----#sec04-----*/
#sec04 .fl_left,
#sec04 .fl_right {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0 auto 6%;
}

#sec04 img {
	width: 70%;
}

#sec04 h3 {
	font-size: 6vw;
	margin: 0 0 6%;
}

#sec04 h3 span {
	font-size: 80%;
	color: #7c5f47;
}

#sec04 .inner_box {
	border-bottom: 1px solid #80807f;
	margin: 6% auto;
}

#sec04 .inner_box:last-child {
	border-bottom: 2px solid #c19f66;
	margin: 0 0 6%;
}

/*-----#sec05-----*/
#sec05 p {
	text-align: center;
}

#sec05 p span {
	background: url(../-img/bg_fukidashi.png) no-repeat 50% 30%;
	background-size: 100%;
	font-size: 130%;
	text-align: center;
	font-weight: 600;
	padding: 0px 10% 22%;
	margin: 0 0 6%;
}

#sec05 h2 {
	text-align: center;
	font-size: 180%;
	font-weight: 800;
	margin: 8% auto 6%;
	line-height: 1.28em;
}

#sec05 .point {
	background: url(../-img/img_point.png) no-repeat 50% 0;
	background-size: 20%;
	padding: 16% 0;
	color: #005280;
	font-size: 140%;
	font-weight: bold;
}

/* 包茎手術増加 */
.increase-wrap {
	background: url(../-img/old_guy_sp.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.increase-wrap .inner {
	margin: 0 auto 12px;
	padding: 50px 20px 50px 20px;
	color: #000;
}

.increase-title {
	font-size: 6.5vw;
	font-weight: bold;
	color: rgb(7 76 140);
	line-height: 1.2;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.increase-contents {
	font-weight: bold;
	font-size: 4.2vw;
	line-height: 1.8;
	margin-top: 1.8em;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.increase-contents .txt-b {
	font-size: 5vw;
	font-weight: bold;
}

/* 選ばれている最大の理由*/
.reason-wrap {
	background: url(../-img/reason.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 67px;
}

.reason-wrap .inner {
	margin: -70px auto 12px;
	padding: 50px 20px 37px 20px;
	color: #fff;
}

.reason-title {
	font-size: 7.8vw;
	font-weight: bold;
}

.reason-title:after {
	background-color: #DCB23B;
	content: "";
	display: block;
	height: 4px;
	/* 線幅 */
	width: 100%;
}

.reason-contents {
	font-weight: bold;
	font-size: 4.4vw;
	line-height: 2;
	margin-top: 2em;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.reason::before {
	width: 250px;
	height: 175px;
	z-index: 0;
	z-index: 0;
	content: “”;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.bg-darker {
	/* 背景画像の透過用css */
	height: 100%;
	background: rgba(24, 23, 87, 0.8);
}

/*-----#sec06-----*/
#sec06 {
	margin: -20px auto 20px;
	padding-top: 40px;
}

#sec06 h2 {
	font-size: 140%;
	margin: 0 0 10px 0px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #2d7dc8;
	font-weight: bold;
}


#sec06 p.small_txt {
	font-size: 16px;
}

#sec06 .box {
	border: 2px solid #2d7dc8;
	padding: 0px 0px 20px 0px;
	margin: 0 auto 0;
}


#sec06 .box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 40px;
	text-align: left;
	padding: 8px;
	background: url(../-img/back_stepboxhead.png) left top repeat-x;
	margin: 0px 0px 20px 0px;
}

#sec06 .box h3 img {
	width: 40px;
	height: 40px;
	display: inline;
	margin: 0px 10px 0px 0px;
}

#sec06 .box p {
	margin: 0px 10px;
	font-size: 14px;
	line-height: 18x;
	color: #333;
}

#sec06 .box p.img {
	text-align: center;
}

#sec06 .box p.img img {
	max-width: 400px;
}

#sec06 .yaji {
	width: 100px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
}


#step02 .fl_left,
#step02 .fl_right,
#step03 .fl_left,
#step03 .fl_right {
	float: none;
	width: 100%;
}

#step06 .bg_box {
	background: #fff;
}

#step06 .bg_box ul {
	padding: 2%;
	overflow: hidden;
	margin: 0 0 4%;
}

#step06 .bg_box li {
	float: left;
	width: 19.2%;
	margin: 0 1% 0 0;
}

#step06 .bg_box li:last-child {
	margin: 0 0 0 0;
}

#step06 .bg_box p {
	padding: 3% 0 0 2%;
	font-size: 90%;
}

/* graph */

.graph-box {
	width: 94%;
	text-align: center;
	font-weight: bold;
	font-size: 86%;
	line-height: 0.9;
	max-width: 960px;
	margin: auto;
}

.graph-box .small {
	font-size: 20px;
	font-weight: bold;
}

.marker {
	background: linear-gradient(transparent 70%, #ffff66 70%)
}

.marker-orange {
	background: linear-gradient(transparent 90%, #dcb23b 70%);
}

.graph {
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
	margin: 15px 0 25px;
	font-size: 84%;
}

.graph img {
	max-width: 90%;
	width: auto;
}

.medical-banner {
	width: 94%;
	margin: auto;
	margin-bottom: 45px;
}

/*-----#sec07-----*/

#sec07 h2 {
	font-size: 140%;
	margin: 0 0 10px 0px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #2d7dc8;
	font-weight: bold;
}

#sec07 dt,
#sec07 dd {
	padding: 7px 0 7px 30px;
}

#sec07 dt {
	background: url(../-img/img_q.png)no-repeat left 8px;
	background-size: 24px;
	border-top: 1px dotted #988052;
	padding: 0px 10px 0px 30px;
}

#sec07 dt p {
	line-height: 1.45em;
}

#sec07 dt p {
	padding: 7px 20px 7px 0px;
	/* background: url(../-img/icon_arrow_down_blue.png)no-repeat right center; */
	background-size: 15px;
}

#sec07 dt.open p {
	/* background: url(../-img/icon_arrow_up_blue.png)no-repeat right center; */
	background-size: 15px;
}

#sec07 dd {
	background: url(../-img/img_a.png)no-repeat left 0px;
	background-size: 24px;
	display: block;
	padding: 0px 10px 6px 30px;
}

#sec07 .ed_box {
	margin-top: 20px;
	color: #2d7dc8;
	border: 2px solid;
	padding: 20px 0;
}

#sec07 .price_list {
	color: #333;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
	font-size: 35px;
	line-height: 0.9;
}

/*-----#sec08-----*/

/*-----#sec09-----*/

/*-----#sec09-----*/


#sec09 h2 {
	font-size: 140%;
	margin: 0 0 10px 0px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #2d7dc8;
	font-weight: bold;
}

#sec09 .message {
	margin: 0 0 5px 0px;
}

#sec09 .kome {
	font-size: 12px;
	color: #666;
	margin: 0 0 10px 0px;
}


#sec09 .box {
	margin: 0px 0px 5px 0px;
	border-radius: 5px;
	overflow: hidden;
}

#sec09 .box .toptitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	text-align: left;
	padding: 0px 15px;
	background: url(../-img/back_menuboxhead.png) left top repeat-x;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

#sec09 .box .toptitle .price {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0px 20px 0px 0px;
	background: url(../-img/icon_arrow_down.png) right center no-repeat;
	background-size: 15px;
}

#sec09 .box .open .price {
	background: url(../-img/icon_arrow_up.png) right center no-repeat;
	background-size: 15px;
}


#sec09 .box .tableArea {
	display: none;
}

#sec09 table {
	width: 100%;
}

#sec09 table tr:nth-child(2n+1) {
	background: #e1e2e2;
}

#sec09 table th {
	text-align: left;
	width: 50%;
	padding: 10px 0 10px 10px;
	font-size: 16px;
}

#sec09 table th br {
	display: none;
}

#sec09 table td {
	text-align: right;
	width: 50%;
	padding: 8px 20px 8px 0;
	font-size: 16px;
	line-height: 120%;
}

#sec09 table td span.line_txt {
	text-decoration-line: line-through;
	-webkit-text-decoration-line: line-through;
	color: #727171;
}

#sec09 table td span.small_txt {
	font-size: 17px;
}

/*
#sec09 h4 {
	font-size:160%;
	margin: 0 0 4% 0;
}
#sec09 table {
	width:100%;
}
#sec09 table tr:nth-child(2n+1) {
	background: #e1e2e2;
}
#sec09 table th {
	text-align: left;
	width:50%;
	padding:2% 0 2% 2%;
}
#sec09 table td {
	text-align: right;
	width:50%;
	padding:2% 2% 0 2%;
}
#sec09 table td span.line_txt {
	text-decoration-line: line-through;
	-webkit-text-decoration-line: line-through;
}
#sec09 table td span.small_txt {
	font-size: 70%;
}

hr {
	background: #c19f66;
    height: 2px;
    border: none;
	margin:6% 0;
}
*/
/*-----#sec10-----*/
#sec10 {
	background: #1f4e79;
}

#sec10 h2 {
	font-size: 110%;
	color: #fff;
	padding: 6% 0 0;
	margin: 0 0 6%;
	text-align: center;
}

#sec10 .fl_left,
#sec10 .fl_right {
	width: 49%;
}

#sec10 .fl_left a,
#sec10 .fl_right a {
	color: #564844;
	background: #fff;
	border-radius: 10px;
	display: block;
	padding: 5% 10%;
	box-shadow: 0 0 1px #000;
	margin: 1%;
	box-sizing: border-box;
}

#sec10 .search_tel {
	font-size: 110%;
	color: #fff;
	padding: 6% 0 0;
	text-align: center;
}

#sec10 .tel {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#sec10 .tel a {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
	background: url(../-img/icon_tel_w.png) left center no-repeat;
	background-size: 26px;
	display: inline-block;
}

/*-----#sec11-----*/
/*clinic */
#clnic_sec {
	width: 94%;
	max-width: 960px;
	margin: -60px auto 60px;
	padding: 60px 0px 0px 0px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}

#clnic_sec h2 {
	font-size: 140%;
	margin: 0 0 10px 0px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #2d7dc8;
	font-weight: bold;
}

#clnic_sec .introduce {
	font-size: 140%;
	margin: 0 0 10px 0px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #2d7dc8;
	font-weight: bold !important;
}

#clnic_sec .l-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#clnic_sec .l-wrap li {
	width: calc((100% - 35px) / 2);
	margin-bottom: 20px;
}

#clnic_sec .l-wrap ul {
	display: block;
}

#clnic_sec .l-wrap li {
	width: 100%;
}

#clnic_sec .clinic_intro img {
	width: 100%;
	margin-bottom: 20px;
}

#clnic_sec .l-wrap dd {
	line-height: 150%;
}

@media screen and (max-width: 768px) {
	#clnic_sec .l-wrap dd {
		font-size: 93.75%;
	}
}

#clnic_sec .clinic_intro h3,
dl {
	text-align: left;
}

#clnic_sec .clinic_intro h3 {
	font-weight: bold;
}

#clnic_sec .clinic-info {
	display: inline-block;
	color: #fff;
	background: #2d7dc8;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 15px;
	position: relative;
	top: -2px;
}


#clnic_sec .txt-title {
	color: #fff;
	font-size: 1.5rem;
	left: 5%;
	padding: 10px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#clnic_sec .txt-title {
		font-size: 1.375rem;
	}
}

#clnic_sec .border {
	background-color: #2d7dc8;
	width: 100%;
}

#clnic_sec h3.b.mt10 {
	color: #2d7dc8;
	font-size: 120%;
}

@media screen and (max-width: 768px) {
	#clnic_sec h3.b.mt10 {
		font-size: 112.5%;
	}
}

#clnic_sec .address-wrap {
	display: flex;
	justify-content: space-between;
}

/* #clnic_sec .txt-title:after { */
/* content: ""; */
/* height:2px; */
/* flex-grow: 1; */
/* background-color:#3da0a8; */
/* } */

#clnic_sec .clinic-detail {
	display: inline-block;
	padding: 10px 20px 10px 10px;
	margin-top: 10px;
	border: #3da0a8 1px solid;
	border-radius: 4px;
	font-size: 12px;
	color: #3da0a8;
	letter-spacing: normal;
	line-height: 100%;
}

#clnic_sec .clinic-intro a:after {
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 10px;
	color: #3da0a8;
	display: block;
}

#clnic_sec .box {
	width: 90px;
	height: 90px;
	background-color: #85acd1;
	color: #fff;
	font-size: 1rem;
	line-height: 1.1;
	border-radius: 50%;
	margin-left: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* クリニック案内nav*/
#clnic_sec .clinic-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
	align-items: center;
}

#clnic_sec .clinic-list li {
	margin-bottom: 10px;
	height: 4em;
	width: calc((100% - 10px) / 3);
	text-align: center;
	background-color: rgb(45 125 200);
	margin-right: 3px;
}

#clnic_sec .clinic-list li a {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	display: block;
	padding: 5px 0;
	width: 100%;
	line-height: 1.2;
	position: relative;
}

#clnic_sec .clinic-list li a:after {
	margin-top: 46px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	width: 6px;
	height: 6px;
	left: 50%;
	border-top: 2px solid rgb(255 255 255);
	border-right: 2px solid rgb(255 255 255);
	transform: translateX(-50%) rotate(135deg);
}

#clnic_sec .clinic-list .kanto-area a:after,
#clnic_sec .clinic-list .kyusyu-area a:after {
	margin-top: 36px;
}

#clnic_sec .clinic-list li:hover {
	opacity: 0.6;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

#clnic_sec .kanto-area a,
#clnic_sec .kyusyu-area a {
	margin-top: 10px;
}

.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}

/*-----p-profile-----*/
.p-profile {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
	font-size: 3.5vw;
}
.p-profile__title {
	color: var(--text-color);
	font-family: var(--ff_serif);
	font-size: calc(20rem / 14);
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.p-profile__figure-item {
	border-radius: 50%;
	box-shadow: 0 0 0 1px #eee;
	width: 35%;
	margin: 0 auto 20px;
}

.p-profile__left {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.p-profile__figure figcaption {
	font-weight: 500;
	font-family: var(--ff_serif);
}
@media screen and (max-width: 768px) {
	.p-profile--sp-row .p-profile__figure figcaption {
		text-align: left;
	}

	.p-profile--sp-row .p-profile__figure{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}
	.p-profile--sp-row .p-profile__figure-item{
		margin: 0 2em 0 0;
	}
}

.p-career__ttl {
	font-size: 117%;
	font-weight: bold;
	margin-bottom: 5px;
}

.p-career__item {
	font-weight: 500;
	line-height: 2;
}
.p-career__text{
	font-weight: 500;
	line-height: 2;
}

/*-----#sec13-----*/

#sec13 .btn_counseling {
	background: #f39800;
	text-align: center;
	margin: 20px auto 10px;
	max-width: calc(100% - 25px);
	margin-top: 15px;
}

.btn.btn_counseling a {
	width: 80%;
	display: inline-block;
	padding: 5px 0px;
}

.btn.btn_counseling a img {
	width: auto;
	padding: 15px 0;
}

#copyright {
	font-size: 50%;
	text-align: center;
	padding: 15px 0 118px;
	background: #000;
	color: #fff;
}

footer .footer-logo {
	padding: 0 0 15px;
	width: 180px;
	margin: 0 auto;
}
footer .footer-logo {
	padding: 0 0 15px;
	width: 180px;
}
	footer ~ img {
		display: none;
	}
.footerArea {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footerArea .inner {
	padding: 0px;
}

/* .footerArea .inner .btnList {
	text-align: center;
	padding: 0px;
	font-size: 0px;
}
.footerArea .inner .btnList .btn {
	display: inline-block;
	margin: 0px;
	padding:0px;
	width: 100%;
	text-align: center;
}
.footerArea .inner .btnList .btn a {
	width: 100%;
	display: inline-block;
	padding: 20px 0px;
}
.footerArea .inner .btnList .btn img{
	width: auto;
}

.footerArea .inner .btnList .btn_left{
 background: #00b507;

}
.footerArea .inner .btnList .btn_center{
 background: #2d7dc8;
	width: 50%;
	display: none;
}
.footerArea .inner .btnList .btn_right {
 background: #f39800;
    position: fixed;
    bottom: 0 ;
	padding: 8px;
	box-sizing: border-box;
}
.footerArea .topPageBtn{
	position: absolute;
	right: 10px;
	top: -60px;
	padding: 10px;
	text-align: center;
	background: #000;
	color: #FFF;
	opacity: 0.5;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #FFF;
} */

.footerArea .topPageBtn img {
	width: 30px;
}



.sphidden {
	display: none;
}

.b {
	font-weight: bold !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.txt_r {
	text-align: right;
}

.reason__head {
	height: 42vw;
	padding-top: 5%;
	background: linear-gradient(to right, #bdcacb 0%, #c1cdce calc(50% - 48%), #f1f5f4 calc(50%), #ffffff calc(50% + 30%), #fdfdfd calc(50% + 39%), #dbe1e1 calc(50% + 48%), #c7d1d2 100%);
}

.reason__head__inner {
	position: relative;
	height: 100%;
	max-width: 960px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.reason__title {
	font-size: 5.2vw;
	letter-spacing: -0.02em;
	margin-left: 4%;
	text-align: left;
	font-weight: bold;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	color: #074c8c;
}

.reason__illust {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 393px;
	width: 44%;
}

.reason__body {
	position: relative;
	background: #0d5182;
	font-weight: bold;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	color: #fff;
	padding: 25px 0;
}

.reason__body__inner {
	max-width: 960px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.reason__subtitle {
	font-size: 8vw;
	margin: 0 auto 0.75em;
	background: linear-gradient(transparent 92%, #dcb23b 92%);
}

.reason__text {
	font-size: 3.6vw;
	line-height: 2;
	width: 91.672%;
	margin: 0 auto;
	letter-spacing: -0.02em;
}
.reason__text .big{
	font-size: 133.3333%;
}

@media screen and (max-width: 768px) {
	.reason {
		padding-bottom: 6vw;
		overflow-x: hidden;
		margin-bottom: 4vw;
	}

	.reason__body {
		padding: 25px 0 10px;
	}

	.reason__body:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6vw 50vw 0 50vw;
		border-color: #0d5182 transparent transparent transparent;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		transform: scale(1.05);
		transform-origin: bottom;
	}
}

@media screen and (min-width: 769px) {
	.reason__head {
		height: 386px;
		background: linear-gradient(to right, #bdcacb 0%, #c1cdce calc(50% - 480px), #f1f5f4 calc(50%), #ffffff calc(50% + 300px), #fdfdfd calc(50% + 390px), #dbe1e1 calc(50% + 480px), #c7d1d2 100%);
	}

	.reason__title {
		font-size: 44px;
	}

	.reason__body {
		padding: 50px 0;
	}

	.reason__illust {
		width: 100%;
	}

	.reason__subtitle {
		font-size: 53px;
		background: linear-gradient(transparent 92%, #dcb23b 92%);
	}

	.reason__text {
		font-size: 21px;
		width: fit-content;
	}
}

.mv {
	position: relative;
	margin-bottom: -7%;
}




/*----- Price -----*/
/*! CSS Used from: /wp-content/themes/MLC-PC/css/style.css */
/* table,th,td,tbody{margin:0;padding:0;}
table,tr,th,td{border-collapse:collapse;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;} */
.Price {
	background: #e5f0f8;
}

.price_table tbody,
.price_table th,
.price_table td {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;

}

.price_table {
	width: 100%;
	border: solid #1f1f1f;
	border-width: 1px 0;
}

.price_table tr+tr {
	border-top: 1px dashed #1f1f1f;
}

.price_table th {
	line-height: 1.6;
	width: 250px;
	color: #0070bb;
	font-weight: bold;
}

.price_table td {
	width: 150px;
	padding: 25px 0;
	border-left: 1px solid #1f1f1f;
	background: #f5f5f6;
	font-weight: 700;
	justify-content: center;
}

.price_table td:last-child {
	width: auto;
	padding: 25px 30px;
	text-align: left;
	background: #fff;
	line-height: 2.0;
	font-weight: 500;
	font-size: 14px;
}
.price_table td span {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #0070bb;
}
.price_table .td_price span{
	font-size: 24px;
	letter-spacing: -0.06em;
}
.price_table td span del {
	text-decoration: none;
	position: relative;
	overflow: hidden;
	margin-right: 1em;
	font-size: 66.66666%;
}
.price_table td span del:after {
	content:"";
	display: block;
	width: 4em;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-0.5px)rotate(-16deg);
	background-color: #0070bb;
}
.price_table__btn {
	margin-top: 1.5rem;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.tr_price {
	max-width: 750px;
	margin: 0 auto;
}

.tr_price_title {
	color: var(--text-color);
	font-size: calc(20rem / 14);
	text-align: center;
	margin-bottom: 3rem;
	font-weight: bold;
}

.table_title {
	font-size: calc(18rem / 14);
	text-align: center;
	font-weight: bold;
	color: #0070bb;
}

.price_table+.price_table {
	border-top: none;
}

.tr_aboutlisk.phimosis .aboutlisk #aboutlisk_tab1:checked~.tab_area .tab1_label,
.tr_aboutlisk.phimosis .aboutlisk #aboutlisk_tab2:checked~.tab_area .tab2_label {
	border-color: #0070bb;
	background-color: #fff;
	font-weight: 700;
	color: #0070bb;
}

@media (max-width: 767px) {

	.price_table,
	.price_table tbody {
		box-sizing: border-box;
		display: block;
	}

	.price_table th,
	.price_table td {
		box-sizing: border-box;
		display: flex;
	}
	.price_table td:first-child{
		justify-content: center;
	}
	.price_table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.tr_price_title{
		margin-bottom: 1.5rem;
	}
	.price_table {
		width: 100%;
		border-top: none;
	}

	.price_table.js-aco tr:first-child {
		border-top: 1px solid #1f1f1f;
	}

	.price_table.js-aco.active .disnoe {
		display: flex !important;
	}

	.price_table th {
		width: 100%;
		padding: 22px 18px;
		background: no-repeat right 30px center #e5f0f8;
		text-align: left;
		font-size: 16px;
	}

	.price_table td {
		box-sizing: border-box;
		display: block;
		display: flex;
		text-align: left;
	}

	.price_table.js-aco tr:first-child th {
		background-image: url('../-img/icon_price_table_off.png');
		background-size: 16px auto;
		background-position: right 1em center;
	}

	.price_table.js-aco.active tr:first-child th {
		background-image: url('../-img/icon_price_table_on.png');
	}

	.price_table.js-aco tr:not(.price_table_title){
		display: flex;
	}

	.price_table td {
		width: 25%;
		padding: 25px 18px;
		border-left: 0;
		font-size: 12px;
		line-height: 2.0;
	}

	.price_table td:last-child {
		width: 75%;
		padding: 16px 18px;
		font-size: 13px;
		align-items: center;
		justify-content: center;
	}

	.price_table td span {
		font-size: 13px;
	}

	.tr_price {
		width: calc(690% / 7.5);
		margin-bottom: 30px;
	}

	.price_table+.price_table.js-aco tr:first-child {
		border-top: none;
	}

	.u-d-none-sp {
		display: none !important;
	}
}

@media (min-width: 768px) {

	.table_title {
		margin-bottom: 1em;
	}
	.table_title:not(:last-child) {
		margin-top: 40px;
	}

	.price_table td:first-child {
		text-align: center;
		border-left: none;
	}

	.u-d-none-pc {
		display: none !important;
	}
}

.d-inline {
	display: inline !important;
}

.fz50 {
	font-size: 50% !important;
}



	/* Year50sOrMore */
	/* div,span,p,img,section{margin:0;padding:0;font-style:normal;font-size:100%;line-height:1.45em;font-weight:500;}
img{vertical-align:top;}
section{display:block;}
.spVer{display:none;}
@media only screen and (max-width:768px){
.spVer{display:block;}
}
img{width:100%;} */
.Year50sOrMore {
	font-size: 8.5vw;
	font-weight: bold;
	padding: 2rem 0;
	background: var(--main-color-2);
}

.Year50sOrMore__title {
	color: var(--text-color);
	font-size: calc(20rem / 14);
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.marker {
	background: linear-gradient(transparent 70%, var(--color-white)f66 70%, var(--color-white)f66 90%, transparent 90%);
}

.graph {
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
	margin: 15px 0 25px;
	font-size: 84%;
	padding: 2rem 0;
	background: var(--color-white);
	box-sizing: border-box;
	margin: calc(15rem / 14) 0 0;
}

.graph img {
	max-width: 90%;
	width: auto;
}

@media screen and (min-width: 769px) {
	.Year50sOrMore {
		font-size: 49px;
		padding-bottom: 50px;
	}

	.Year50sOrMore__title {
		padding: 20px 0;
	}

	.graph {
		margin: 10px auto 20px;
		max-width: 960px;
		text-align: center;
	}
	.graph img {
		width: auto;
		max-width: 100%;
	}
}

.b {
	font-weight: bold !important;
}

@media screen and (min-width: 769px) {
	.b {
		font-weight: bold !important;
	}
}

	/* Flow */

.js-accordion .js-accordion__target {
	display: none;
}

.js-accordion__trigger {
	cursor: pointer;
}

.Flow {
	background: var(--main-color-2);
	padding: 2rem 0;
}

.Flow__title {
	color: var(--text-color);
	font-size: calc(20rem / 14);
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.Flow__panel {
	background: var(--color-white);
	padding-bottom: 1.75rem;
}

.Flow__btn {
	margin-top: -1rem;
}

.Flow__media {
	background: var(--color-white);
	padding-bottom: 1.5rem;
}

.Flow__media__title {
	font-family: var(--ff_serif);
	background: var(--main-color-1);
	width: 100%;
	font-size: calc(18rem / 14);
	padding: 1rem 0.75rem;
	color: var(--color-white);
	box-sizing: border-box;
}

.Flow__media__content {
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
	box-sizing: border-box;
}

.Flow__media__figure {
	width: calc(104rem / 14);
}

.Flow__media__text {
	font-family: var(--ff_sans);
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
	box-sizing: border-box;
	margin-top: -0.25em;
	color: var(--text-color);
}

.Flow__media__figure~.Flow__media__text {
	width: calc(100% - (104rem / 14));
	padding: 0 0 0 1rem;
}

.Flow__creditcards {
	display: flex;
	justify-content: flex-start;
	margin-top: calc(10rem / 14);
}

.Flow__creditcards li {
	padding-right: calc(10rem / 14);
}

.Flow__creditcards img {
	width: calc(60rem / 14);
}

@media only screen and (max-width:768px) {
	.Flow__creditcards img {
		width: 100%;
		max-width: 14.5vw;
	}
}

@media only screen and (min-width:769px) {
	.Flow__media__content {
		max-width: 672px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.Flow__media__title {
		text-align: center;
	}

	.Flow__media__figure {
		width: 150px;
	}

	.Flow__media__figure~.Flow__media__text {
		width: calc(100% - 150px);
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 2rem;
	}

	.Flow__media__text,
	.Flow__media__text p {
		line-height: 1.8;
		text-align: center;
	}

	.Flow__creditcards {
		justify-content: center;
	}
}



.FAQ {
	padding: 3rem 0 2rem;
}

.FAQ__title {
	color: var(--text-color);
	font-size: calc(20rem / 14);
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.FAQ__btn {
	margin-top: 1rem;
}

.FAQ__qa {
	padding-bottom: calc(6rem / 14);
}

.FAQ__q,
.FAQ__a {
	color: var(--text-color);
	padding: calc(6rem / 14) calc(10rem / 14) calc(6rem / 14) calc(30rem / 14);
}

.FAQ__q p,
.FAQ__a p {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.33333;
}

.FAQ__q {
	background: url(/lp/common_houkei/-img/img_q.png)no-repeat left calc(8rem / 14);
	background-size: calc(24rem / 14);
	border-top: 1px dashed var(--text-color);
}

.FAQ__q p {
	padding: calc(7rem / 14) calc(20rem / 14) calc(7rem / 14) 0px;
	background-size: 15px;
}

.FAQ__a {
	background: url(/lp/common_houkei/-img/img_a.png)no-repeat left calc(2rem / 14);
	background-size: calc(24rem / 14);
	display: block;
}

/*//////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////*/


@media screen and (min-width: 769px) {
	.f10 {
		font-size: 63%;
	}

	/*10px*/
	.f11 {
		font-size: 69%;
	}

	/*11px*/
	.f12 {
		font-size: 75%;
	}

	/*12px*/
	.f13 {
		font-size: 82%;
	}

	/*13px*/
	.f14 {
		font-size: 88%;
	}

	/*14px*/
	.f15 {
		font-size: 94%;
	}

	/*15px*/
	.f16 {
		font-size: 100%;
	}

	/*16px*/
	.f18 {
		font-size: 113%;
	}

	/*18px*/
	.f20 {
		font-size: 125%;
	}

	/*20px*/

	.f_w {
		color: #fff;
	}

	.f_r {
		color: #cd3246;
	}

	.f_g {
		color: #7ca72a;
	}

	.f_b {
		color: #000;
	}

	.f_gold {
		color: #DCB23B;
	}

	.f_orange {
		color: rgb(243 152 0);
	}

	header {
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 99999;
		background: #074c8c;
		padding: 0px;
		box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.04);
	}


	.header-logo .logo {
		/* width: 36.8%;*/
		max-width: 380px;
		margin: 0 auto;
		padding: 8px 0;
	}
	.footer-logo .logo {
		/* width: 36.8%;*/
		max-width: 200px;
		margin: 10px auto 0;
		padding: 8px 0;
	}

	.tell {
		padding: 20px 10px;
		width: 50%;
		margin: 0 auto;
	}

	.headMenu {
		max-width: 960px;
		margin: 0 auto;
		text-align: center;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background: #1f4e79;
		overflow: hidden;
		border-radius: 5px;
	}

	.headMenu li {
		display: inline-block;
		width: 19%;
		border-right: 1px solid #FFF;
		background: #1f4e79;
		padding: 0px;
	}

	.headMenu li:last-child {
		border-right: none;
	}

	.headMenu li a {
		display: block;
		padding: 40px 0px 5px 0px;
		width: 100%;
		color: #FFF;
	}

	.headMenu li a br {
		display: none;
	}

	.headMenu .menu1 a {
		background: url(../-img/head-icon1.png) center 5px no-repeat;
	}

	.headMenu .menu2 a {
		background: url(../-img/head-icon2.png) center 5px no-repeat;
	}

	.headMenu .menu3 a {
		background: url(../-img/head-icon3.png) center 5px no-repeat;
	}

	.headMenu .menu4 a {
		background: url(../-img/head-icon4.png) center 5px no-repeat;
	}

	.headMenu .menu5 a {
		background: url(../-img/head-icon5.png) center 5px no-repeat;
	}


	.headMenu_fixed {
		width: 100%;
		max-width: 100%;
		background: #FFF;
		z-index: 99999;
		border: none;
		padding: 5px 0px;
	}

	.headMenu_fixed .logo {
		padding: 10px 0;
		width: 200px;
		margin: 0 auto;
		display: none;
	}

	.headMenu_fixed li a {
		padding: 15px 0px;
	}

	.headMenu_fixed .menu1 a,
	.headMenu_fixed .menu2 a,
	.headMenu_fixed .menu3 a,
	.headMenu_fixed .menu4 a,
	.headMenu_fixed .menu5 a {
		background: none;
	}

	.mt0 {
		margin-top: 0px !important;
	}

	.mt10 {
		margin-top: 10px;
	}

	.mt20 {
		margin-top: 20px;
	}

	/*-----mainvisual-----*/
	#sec00 {
		font-weight: bold;
		color: #FFF;
		padding: 30px 0px 25px;
		text-align: center;
		background: #2d7dc8;
		display: inline-block;
		width: 100%;
		background: linear-gradient(to right, #084c8d, #1462aa 50%, #084c8d);
	}

	#sec00 .lead {
		font-size: 36px;
	}

	#sec00 .image_read_text {
		width: auto;
		max-width: 100%;
		vertical-align: middle;
	}

	#sec00 .lead-yellow {
		color: rgb(219, 176, 56);
	}

	#sec13 .mv-wrap {
		background-color: #a7d9de;
	}

	#sec13 .mv {
		margin: 0 auto;
		max-width: 960px;
	}


	#sec13 .btn.btn_counseling {
		display: none;
	}

	#sec01{
		margin: 0 auto 70px;
		padding: 70px 0px 0px 0px;
	}
	#sec03 {
		margin: 0 auto 100px;
		padding: 70px 0px 0px 0px;
	}
	#sec03,
	#sec04,
	#sec05,
	#sec06,
	#sec07,
	#sec08,
	#sec09,
	#sec11,
	#sec12 {
		max-width: 960px;
		margin: -70px auto 60px;
		padding: 70px 0px 0px 0px;
	}

	.network h2 {
		font-size: 40px;
		font-weight: 600;
		color: #005280;
		text-align: center;
		padding: 0 0 4%;
	}

	.network p {
		color: #005280;
		text-align: center;
		margin: 0 0 30px 0;
	}

	.network p a {
		font-size: 24px;
		border-bottom: 1px solid #005280;
		text-decoration: none;
		color: #005280;
	}

	/* dl{text-align:left;}
@media screen and (min-width: 769px){
dl{text-align:left;}
} */

	/*-----#sec03-----*/
	.reason-wrap {
		background: url(../-img/reason.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 750px;
		position: relative;
	}

	.reason-wrap .inner {
		max-width: 860px;
		margin: -70px auto 60px;
		padding: 50px;
		color: #fff;
	}

	.reason-title {
		font-size: 53px;
		font-weight: bold;
		display: inline-block;
	}

	.reason-title:after {
		background-color: #DCB23B;
		content: "";
		display: block;
		height: 6px;
		/* 線幅 */
		width: 100%;
	}

	.reason-contents {
		font-weight: bold;
		font-size: 24px;
		line-height: 2.5;
		margin-top: 1.5em;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	.reason::before {
		width: 250px;
		height: 175px;
		z-index: 0;
		z-index: 0;
		content: “”;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.5);
	}

	.bg-darker {
		/* 背景画像の透過用css */
		height: 100%;
		background: rgba(24, 23, 87, 0.8);
	}

	/*-----#sec04-----*/
	#sec04 .fl_left {
		text-align: center;
		margin: 0 0 60px;
		width: 30%;
	}

	#sec04 .fl_right {
		width: 70%;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}

	#sec04 img {
		width: 100%;
	}

	#sec04 h3 {
		font-size: 30px;
		margin: 0 0 20px;
		line-height: 100%;
	}

	#sec04 h3 span {
		font-size: 16px;
		color: #7c5f47;
	}

	#sec04 p {
		font-size: 20px;
	}

	#sec04 .inner_box {
		border-bottom: 1px solid #80807f;
		margin: 6% auto;
	}

	#sec04 .inner_box:last-child {
		border-bottom: 2px solid #c19f66;
		margin: 0 0 60px;
	}

	/*-----#sec05-----*/
	#sec05 p {
		text-align: center;
	}

	#sec05 p span {
		background: url(../-img/bg_fukidashi.png) no-repeat 50% 100%;
		background-size: 80%;
		font-size: 42px;
		text-align: center;
		font-weight: 600;
		padding: 0px 100px 60px;
		margin: 0 0 60px;
	}

	#sec05 h2 {
		text-align: center;
		font-size: 53px;
		font-weight: 800;
		margin: 40px auto 30px;
		line-height: 1.28em;
	}

	#sec05 .point {
		color: #005280;
		font-size: 26px;
		font-weight: bold;
	}

	#sec05 .point:before {
		content: "";
		display: inline-block;
		width: 120px;
		height: 72px;
		background: url(../-img/img_point.png)no-repeat;
		background-size: contain;
		vertical-align: middle;
	}

	#sec05 .point br {
		display: none;
	}

	/*-----#sec06-----*/
	#sec06 {
		margin: 0px auto 33px;
		padding: 70px 0px 0px 0px;
	}

	#sec06 h2 {
		font-size: 40px;
		text-align: left;
		margin: 0 0 10px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		color: #2d7dc8;
	}


	#sec06 p.small_txt {
		font-size: 16px;
	}

	#sec06 .box {
		border: 2px solid #2d7dc8;
		padding: 0px 0px 20px 0px;
		margin: 0 auto 0;
	}


	#sec06 .box h3 {
		font-size: 26px;
		font-weight: bold;
		color: #FFF;
		line-height: 40px;
		text-align: left;
		padding: 8px;
		background: url(../-img/back_stepboxhead.png) left top repeat-x;
		margin: 0px 0px 20px 0px;
	}

	#sec06 .box h3 img {
		width: 40px;
		height: 40px;
		display: inline;
		margin: 0px 10px 0px 0px;
	}

	#sec06 .box p {
		margin: 0px 20px;
		font-size: 16px;
		line-height: 22px;
		color: #333;
	}

	#sec06 .box p.img {
		text-align: center;
	}

	#sec06 .box p.img img {
		max-width: 400px;
	}

	#sec06 .yaji {
		width: 100px;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0px;
	}

	#step02 .fl_left,
	#step02 .fl_right,
	#step03 .fl_left,
	#step03 .fl_right {
		width: 47%;
	}

	#step04 img,
	#step05 img {
		width: 450px;
		margin: 0 auto;
	}

	#step04 .center,
	#step05 .center {
		text-align: center;
	}

	#step04 p.small_txt {
		text-align: center;
	}

	#step06 h4 {
		font-size: 24px;
		font-weight: 600;
	}

	#step06 .bg_box {
		background: #fff;
		padding: 10px;
	}

	#step06 .bg_box p {
		margin: 0 0 10px;
		text-align: center;
	}

	#step06 .bg_box ul {
		text-align: center;
	}

	#step06 .bg_box li {
		display: inline-block;
		width: 95px;
		margin: 0 10px 0 0;
	}

	#step06 .bg_box li:last-child {
		margin: 0 0 0 0;
	}

	/* graph */


	.graph-box {
		width: 94%;
		text-align: center;
		padding: 20px 0;
		font-weight: bold;
		font-size: 86%;
		line-height: 0.9;
		max-width: 960px;
		margin: auto;
	}

	.graph-box .small {
		font-size: 30px;
		font-weight: bold;
	}

	.marker {
		background: linear-gradient(transparent 60%, #ffff66 80%);
	}

	.graph {
		margin: 10px auto 20px;
		max-width: 960px;
		text-align: center;
	}

	.graph img {
		width: auto;
		max-width: 100%;
	}




	.graph-box {
		width: 94%;
		text-align: center;
		padding: 20px 0;
		font-weight: bold;
		font-size: 86%;
		line-height: 0.9;
		max-width: 960px;
		margin: auto;
	}

	.graph-box .small {
		font-size: 30px;
		font-weight: bold;
	}

	.marker {
		background: linear-gradient(transparent 60%, #ffff66 80%);
	}

	.graph {
		margin: 10px auto 20px;
		max-width: 960px;
		text-align: center;
	}

	.graph img {
		width: auto;
		max-width: 100%;
	}

	.medical-banner {
		max-width: 760px;
		margin: auto;
		padding-top: 40px;
	}


	/*-----#sec07-----*/


	#sec07 h2 {
		font-size: 40px;
		text-align: left;
		margin: 0 0 10px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		color: #2d7dc8;
		margin-top: 70px;
	}

	#sec07 dl {
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
		font-size: 20px;
	}

	#sec07 dt,
	#sec07 dd {
		padding: 10px 0 10px 50px;
	}

	#sec07 dt {
		background: url(../-img/img_q.png)no-repeat left 5px;
		background-size: 40px;
		border-top: 1px dotted #988052;
		padding: 6px 20px 13px 50px;
	}

	/* #sec07 dt p{
	padding: 10px 0px;
	background: url(../-img/icon_arrow_down_blue.png)no-repeat right 8px;
}
#sec07 dt.open p{
	background: url(../-img/icon_arrow_up_blue.png)no-repeat right 8px;
} */
	#sec07 dd {
		/* background: url(../-img/img_a.png)no-repeat left 1px; */
		background-size: 40px;
		display: block;
	}

	#sec07 dd:last-child {
		border-bottom: none;
	}

	/*-----#sec08-----*/

	/*-----#sec09-----*/
	#sec09 h2 {
		font-size: 40px;
		text-align: left;
		margin: 0 0 20px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		color: #2d7dc8;
	}

	#sec09 .message {
		margin: 0 0 5px;
		font-size: 30px;
	}

	#sec09 .kome {
		font-size: 12px;
		color: #666;
		margin: 0 0 10px 0px;
	}

	#sec09 .box {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		border-radius: 5px;
		overflow: hidden;
	}

	#sec09 .box .toptitle {
		font-size: 30px;
		font-weight: bold;
		color: #FFF;
		line-height: 60px;
		text-align: left;
		padding: 0px 15px;
		background: url(../-img/back_menuboxhead.png) left top repeat-x;
		margin: 0px;
		position: relative;
		cursor: pointer;
	}

	#sec09 .box .toptitle .price {
		position: absolute;
		top: 10px;
		right: 20px;
		padding: 0px 40px 0px 0px;
		background: url(../-img/icon_arrow_down.png) right center no-repeat;
	}

	#sec09 .box .open .price {
		background: url(../-img/icon_arrow_up.png) right center no-repeat;
	}


	#sec09 .box .tableArea {
		display: none;
	}

	#sec09 table {
		width: 100%;
	}

	#sec09 table tr:nth-child(2n+1) {
		background: #e1e2e2;
	}

	#sec09 table th {
		text-align: left;
		width: 50%;
		padding: 10px 0 10px 10px;
		font-size: 26px;
	}

	#sec09 table th br {
		display: none;
	}

	#sec09 table td {
		text-align: right;
		width: 50%;
		padding: 10px 20px 10px 0;
		font-size: 28px;
		line-height: 80%;
	}

	#sec09 table td br {
		display: none;
	}

	#sec09 table td span.line_txt {
		text-decoration-line: line-through;
		-webkit-text-decoration-line: line-through;
		color: #727171;
	}

	#sec09 table td span.small_txt {
		font-size: 17px;
	}

	hr {
		background: #c19f66;
		height: 2px;
		border: none;
		margin: 6% 0;
	}

	/*-----#sec10-----*/
	#sec10 {
		/*
	background: -webkit-linear-gradient(top,#017a91, #2f96c4);
	background: -moz-linear-gradient(top,#017a91, #2f96c4);
	background: -o-linear-gradient(top,#017a91, #2f96c4);
	background: -ms-linear-gradient(top,#017a91, #2f96c4);
	background: linear-gradient(to top,#017a91, #2f96c4);
	 */
		background: #1f4e79;
		margin: 0px 0px 60px 0px;
	}

	#sec10 h2 {
		font-size: 30px;
		color: #fff;
		padding: 6% 0 0;
		margin: 0 0 30px;
		text-align: center;
	}

	#sec10 .fl_left,
	#sec10 .fl_right {
		width: 48%;
	}

	#sec10 .fl_left a,
	#sec10 .fl_right a {
		color: #564844;
		background: #fff;
		border-radius: 20px;
		display: block;
		padding: 20px;
		box-shadow: 0 0 1px #000;
		box-sizing: border-box;
		text-align: center;
	}

	#sec10 img {
		width: 280px;
		text-align: center;
	}

	#sec10 .search_tel {
		font-size: 30px;
		color: #fff;
		padding: 6% 0 0;
		text-align: center;
	}

	#sec10 .tel {
		text-align: center;
		margin: 0px 0px 40px 0px;
	}

	#sec10 .tel a {
		color: #FFF;
		font-size: 56px;
		line-height: 56px;
		font-weight: bold;
		padding: 0px 0px 0px 40px;
		background: url(../-img/icon_tel_w.png) left center no-repeat;
		background-size: 32px;
		display: inline-block;
	}

	/*-----#sec11-----*/

	/*clinic */
	#clnic_sec {
		max-width: 960px;
		padding: 70px 0px 0px 0px;
		text-align: left;
		margin: 0 0 10px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		font-weight: bold;
		margin: -70px auto 0;
	}

	#clnic_sec h2 {
		font-size: 40px;
		text-align: left;
		margin: 0 0 30px;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		color: #2d7dc8;
	}

	#clnic_sec .l-wrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#clnic_sec .l-wrap li {
		width: calc((100% - 35px) / 2);
		margin-bottom: 20px;
	}


	#clnic_sec .clinic_intro img {
		width: 100%;
		margin-bottom: 20px;
	}

	#clnic_sec .l-wrap dd {
		line-height: 150%;
	}

	#clnic_sec .clinic_intro h3,
	dl {
		text-align: left;
	}

	#clnic_sec .clinic_intro h3 {
		font-weight: bold;
	}

	#clnic_sec .address-wrap {
		display: flex;
		justify-content: space-between;
	}


	#clnic_sec .txt-title {
		color: #fff;
		font-size: 1.5rem;
		left: 5%;
		padding: 10px;
		text-align: center;
	}

	#clnic_sec .border {
		background-color: #2d7dc8;
		width: 100%;
	}

	#clnic_sec .clinic-detail {
		display: inline-block;
		padding: 10px 20px 10px 10px;
		margin-top: 10px;
		border: #3da0a8 1px solid;
		border-radius: 4px;
		font-size: 12px;
		color: #3da0a8;
		letter-spacing: normal;
		line-height: 100%;
		text-align: right;
	}

	#clnic_sec .txt_r {
		text-align: right;
	}

	#clnic_sec .box {
		width: 94px;
		height: 94px;
		background-color: #85acd1;
		color: #fff;
		font-size: 1.1rem;
		line-height: 1.1;
		border-radius: 50%;
		margin-left: 10px;
		padding: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	/* クリニック案内nav*/
	#clnic_sec .clinic-list {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		align-items: center;
		flex-wrap: initial;
	}

	#clnic_sec .clinic-list li {
		height: 4em;
		width: calc(100% / 5 -10px);
		text-align: center;
		background-color: rgb(45 125 200);
	}

	#clnic_sec .clinic-list li:not(:last-child) {
		margin-right: 5px;
	}

	#clnic_sec .clinic-list li a {
		color: #fff;
		font-weight: bold;
		font-size: 1em;
		display: block;
		padding: 20px 0;
	}

	#clnic_sec .clinic-list li a:after {
		margin-top: 46px;
	}

	#clnic_sec .clinic-list li:hover {
		opacity: 0.6;
		transition-duration: 0.5s;
		transition-timing-function: ease;
	}

	#clnic_sec .kanto-area a,
	#clnic_sec .kyusyu-area a {
		margin-top: 0px;
	}

	#clnic_sec .clinic-list .kanto-area a:after,
	#clnic_sec .clinic-list .kyusyu-area a:after {
		margin-top: 46px;
	}

	.anchor {
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}

	/*-----p-profile-----*/
	.p-profile {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}
	.p-profile__left {
		margin-right: 80px;
	}

	.p-profile__figure-item {
		width: 200px;
	}

	.p-profile__content {
		max-width: 480px;
	}

	.p-career__ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}


	.footer-logo {
		padding: 0 0 15px;
		width: 25%;
		margin: 30px auto 0;
	}


	#copyright {
		font-size: 12px;
		text-align: center;
		padding: 15px 0 30px;
	}

	.footerArea {
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		padding: 0px;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	.footerArea .inner {
		padding: 0px;
	}

	/* .footerArea .inner .btnList {
	text-align: center;
	padding: 0px;
	font-size: 0px;
}
.footerArea .inner .btnList .btn {
	display: inline-block;
	margin: 0px;
	padding:0px;
	width: 50%;
	text-align: center;
}
.footerArea .inner .btnList .btn a {
	width: 100%;
	display: inline-block;
	padding: 5px 0px;
	display: none;
}
.footerArea .inner .btnList .btn img{
	height: 50px;
	width: auto;
}

.footerArea .inner .btnList .btn_left{
 background: #00b507;

}
.footerArea .inner .btnList .btn_center{
 background: #2d7dc8;
	width: 50%;
}
.footerArea .inner .btnList .btn_right{
 background: #f39800;
} */

	.footerArea .topPageBtn {
		position: absolute;
		right: 10px;
		top: -80px;
		padding: 10px;
		text-align: center;
		background: #000;
		color: #FFF;
		cursor: pointer;
		border-radius: 5px;
		border: 2px solid #FFF;
		opacity: 0.5;
	}

	.b {
		font-weight: bold !important;
	}

	.mb30 {
		margin-bottom: 30px !important;
	}

	.mb15 {
		margin-bottom: 15px !important;
	}

	.mb0 {
		margin-bottom: 0 !important;
	}

	/*-----mainvisual-----*/
	.mainvisual_wrap {
		padding-right: calc(50% - 480px);
		padding-left: calc(50% - 480px);
	}
}

.pt0 {
	padding-top: 0 !important;
}




/*-----SP fived style-----*/
.d-flex {
	display: flex;
	justify-content: space-between;
}

.footerArea .inner .btnList .btn .d-flex a {
	width: 49%;
	padding: 10px 0;
}

.footerArea .inner .btnList .btn .d-flex a img {
	width: auto;
	max-width: 118px;
}



/*-----SP fived style-----*/
.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


@media only screen and (max-width:768px) {
	.flex1 {
		order: 1;
	}

	.flex2 {
		order: 3;
		width: 100%;
	}

	.flex3 {
		order: 2;
	}
}

#sec00B {
	box-sizing: border-box;
	border: 6px solid #D30000;
	font-size: 40px;
	color: rgb(14, 13, 13);
	text-align: center;
	background: #FFF79A;
	display: inline-block;
	width: 100%;
	background: linear-gradient(to right, #fdf37e, #fbf6c7 50%, #fdf37e);
}

#sec00B p,
#sec00B span {
	font-weight: bold;
}

#sec00B .lead,
#sec00B .box {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#sec00B .lead-red {
	color: red;
	font-size: 150%;
	letter-spacing: -.04em;
	line-height: 1;
}

#sec00B .lead-red>span {
	font-size: 70%;
	padding-left: .05em;
	vertical-align: middle;
}

#sec00B .box {
	width: 100px;
	height: 100px;
	background-color: #2D7DC8;
	color: #fff;
	font-size: 2rem;
	line-height: 1.21;
	border-radius: 50%;
	margin-left: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec00B .banner {
	display: flex;

}

#sec00B .red-box {
	background-color: #D30000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 30px
}

#sec00B .yellow-box {
	box-sizing: border-box;
	flex: 3;
	text-align: left;
	margin-left: 40px;
	font-size: 1.1em;
	padding: 5px 0;
}

#sec00B .blue-circle {
	padding: 0 18px;
	align-items: center;
	display: flex;
	flex: 1;
}

@media only screen and (max-width:768px) {
	#sec00B {
		border: 4px solid #D30000;
	}

	#sec00B {
		font-size: 5vw;
	}

	#sec00B .box {
		width: 10vw;
		height: 10vw;
		font-size: 3.5vw;
		padding: 7px;
	}

	#sec00B .banner {
		display: flex;

	}

	#sec00B .red-box {
		background-color: #D30000;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 2;
		padding: 10px;
	}

	#sec00B .yellow-box {
		flex: 4;
		font-size: 5vw;
		margin-left: 10px;
	}

	#sec00B .blue-circle {
		padding: 0 5px;
	}
}


.border_box_blue {
	border: 3px solid #074c8c;
}

.price_box {
	padding: 30px 120px;
	margin: 30px 0 0;
	background: #fff;
}

.price_box--wide {
	padding-right: 60px;
	padding-left: 60px;
}

.price_box .support {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.price_box.note {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	background: none;
	padding: 0;
	margin: 10px 0;
}

.price_box.note .discount {
	font-size: 24px;
}

.price_box.note .detail {
	font-size: 16px;
}

.price_box .flex-item {
	width: 100%;
}

.price_box .d-flex {
	align-items: center;
}

.price_box .flex-center p {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
}

.price_box .flex-item p {
	font-size: 1.8em;
}

.price_box .flex-item .price_text {
	color: #2d7dc8;
	font-size: 2em;
}

.price_text__del-item,
.price_text__current-item,
.has-double-linethrough,
.price_text__change-arrow {
	font-family: inherit;
	font-weight: inherit;
}

.has-del-price {
	margin-left: auto;
}

.price_text__del-item {
	color: #2d7dc8;
	font-size: 0.75em;
}

.has-double-linethrough {
	background-image: linear-gradient(transparent 35%, #2d7dc8 35%, #2d7dc8 calc(35% + 2px), transparent calc(35% + 2px), transparent calc(60% - 2px), #2d7dc8 calc(60% - 2px), #2d7dc8 60%, transparent 60%);
	color: #2d7dc8;
	text-decoration: none;
}

.price_text__change-arrow {
	font-size: 100%;
}

.price_text__current-item {
	color: #DD0000;
}

@media only screen and (max-width:768px) {
	.price_box {
		padding: 20px 10px;
		margin: 20px 0 0;
	}

	.price_box .d-flex {
		align-items: flex-start;
	}

	.price_box .flex-item {
		margin: 5px 0;
	}

	.price_box .flex-item p {
		font-size: 5.6vw;
		line-height: 1;
		letter-spacing: -.05em;
	}

	.price_box .flex-item .price_text {
		font-size: 7.6vw;
		transform: translateY(-.1em);
	}

	.price_box .support p {
		font-size: 5.6vw;
	}

	.price_box.note .discount {
		font-size: 4.5vw;
	}

	.price_box.note .detail {
		font-size: 4vw;
	}

	.flex-column-sp {
		flex-direction: column;
	}

	.d-flex-sp {
		display: flex;
	}
}

.sec_step {
	margin: 30px 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.sec_step .sec_step_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #a7d9de;
}

.sec_step .sec_step_tilte {
	position: relative;
	background: #b4e2e6;
	width: 260px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec_step .sec_step_tilte p {
	font-size: 1.5em;
	font-weight: bold;
	color: #222;
	text-align: center;
	transform: translateX(0.5em);
}

.sec_step .sec_step_tilte:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #b4e2e6;
	border-width: 75px;
	margin-top: -75px;
}

.sec_step .sec_step_text {
	width: 580px;
	padding-right: 20px;
	font-size: 108%;
	color: #222
}

.creditcard_image {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.creditcard_image li {
	padding-right: 10px;
}

.creditcard_image img {
	width: 60px;
}

@media only screen and (max-width:768px) {
	.sec_step {
		margin: 35px 0;
	}

	.sec_step .sec_step_item {
		display: block;
	}

	.sec_step .sec_step_tilte {
		width: 80%;
		height: 46px;
		justify-content: flex-start;
		padding-left: 1.5em;
		margin-top: -23px;
		margin-left: -15px;
	}

	.sec_step .sec_step_tilte p {
		font-size: 5.4vw;
		text-align: left;
	}

	.sec_step .sec_step_tilte:after {
		border-width: 23px;
		margin-top: -23px;
	}

	.sec_step .sec_step_text {
		width: auto;
		padding-right: 0;
		font-size: 100%;
		padding: .8em;
	}

	.creditcard_image img {
		width: 100%;
		max-width: 14.5vw;
	}
}

/* phimosis */
.phimosis__figure {
	display: block;
	max-width: 625px;
	width: 100%;
	margin: 0 auto 4vw;
}

.phimosis__lead {
	font-size: 5.2vw;
	letter-spacing: -0.02em;
	margin-left: 4%;
	text-align: center;
	font-weight: bold;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	color: #074c8c;
}

@media only screen and (min-width:769px) {
	.phimosis__figure {
		margin-bottom: 30px;
	}

	.phimosis__lead {
		font-size: 44px;
	}
}

/*
-------------------------------------------------------

	メンズライフクリニックの理念

-------------------------------------------------------
*/
/* div,ul,li,h2,h3,p,figure{margin:0;padding:0;}
figure,h2,h3{display:block;}
li{list-style:none;}
img{vertical-align:top;border:none;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
p{background-image:url("-img/touka.gif");}
img{max-width:100%;height:auto;} */
/*! CSS Used from: https://dev.mens-life-clinic.com/wp-content/themes/MLC-PC/css/layout.css?1027 */
/* .inner{position:relative;width:1000px;margin:0 auto;}
.spnone{display:inline-block;}
h2{margin-bottom:20px;line-height:1.6;font-size:20px;font-weight:700;} */

/*! CSS Used from: https://dev.mens-life-clinic.com/wp-content/themes/MLC-PC/css/top.css */
.top_sec03 {
	min-width: 1200px;
	padding: 80px 0 40px;
}

.top_sec03 .inner {
	text-align: center;
}

.top_sec03 .h2_txt {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #0070bb;
}

.top_sec03 .txt {
	line-height: 2.2;
	font-size: 14px;
}

.commit_slider {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	/* min-width: 1200px; */
	height: 360px;
}

.commit_slider .slide {
	position: absolute;
	width: 3180px;
	left: 50%;
	margin-left: -1590px;
}

.commit_slider .slide .slide_cont {
	overflow: hidden;
	position: relative;
	width: 1000px;
	margin: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	background: #e5f0f8;
}

.commit_slider .slide .slide_cont figure {
	width: 400px;
}

.commit_slider .slide .slide_cont>div {
	width: 600px;
	padding: 0 80px;
}

.commit_slider .slide .slide_cont>div .h3_txt {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #0070bb;
	opacity: 0.5;
}

.commit_slider .slide .slide_cont>div h3 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #0070bb;
}

.commit_slider .slide .slide_cont>div:before {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	font-weight: 700;
	color: #0070bb;
	opacity: 0.5;
}

.commit_slider .slide .slide_cont>div:after {
	content: '';
	position: absolute;
	bottom: 15px;
	right: 80px;
	width: 1px;
	height: 60px;
	background: #72b0d9;
	transform: rotate(30deg);
}

.commit_slider .slide .slide_cont.s01>div:before {
	content: '01';
}

.commit_slider .slide .slide_cont.s02>div:before {
	content: '02';
}

.commit_slider .slide .slide_cont.s03>div:before {
	content: '03';
}

.commit_slider .slide .slide_cont.s04>div:before {
	content: '04';
}

.commit_slider .slide .slide_cont.s05>div:before {
	content: '05';
}

.commit_slider .slide .slide_cont.s06>div:before {
	content: '06';
}

.commit_slider .slide .slide_cont.s07>div:before {
	content: '07';
}

.commit_slider .slide .slide_cont.s08>div:before {
	content: '08';
}

.commit_slider .slide .slide_cont.s09>div:before {
	content: '09';
}

.commit_slider .slide .slide_cont.s10>div:before {
	content: '10';
}

.commit_slider .slide .slide_cont.s11>div:before {
	content: '11';
}

.commit_slider .slide .slide_cont.s12>div:before {
	content: '12';
}

.commit_slider .slide .slide_cont.s13>div:before {
	content: '13';
}

.commit_slider .slide .slide_cont.s14>div:before {
	content: '14';
}

.commit_slider .slide .slide_cont.s15>div:before {
	content: '15';
}

.commit_slider .slide .slide_cont.s16>div:before {
	content: '16';
}

.commit_slider .slide .slide_cont.s17>div:before {
	content: '17';
}

.commit_slider .slide .slide_cont.s18>div:before {
	content: '18';
}

.commit_slider .slide .slide_cont.s19>div:before {
	content: '19';
}

.commit_slider .slide .slide_cont.s20>div:before {
	content: '20';
}

.commit_slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	text-indent: -9999px;
	width: 16px;
	height: 30px;
	border: none;
	background-color: transparent;
	z-index: 2;
	cursor: pointer;
}

.commit_slider .slick-prev {
	left: 33.1%;
	background-image: url('../-img/icon_commit_slider_prev.png');
}

.commit_slider .slick-next {
	right: 33.1%;
	background-image: url('../-img/icon_commit_slider_next.png');
}

.commit_slider .slick-dots {
	display: flex;
	justify-content: center;
	width: 1000px;
	left: 50%;
	bottom: -50px;
	margin-left: -500px;
	position: absolute;
	text-align: center;
	z-index: 3;
}

.commit_slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #a3acb1;
	text-indent: -9999px;
	border-radius: 100%;
	cursor: pointer;
}

.commit_slider .slick-dots li.slick-active {
	background: #0070bb;
}

.commit_slider .slick-slide {
	transition: .3s ease;
}

.commit_slider .slick-slide:not(.slick-current) {
	opacity: .5;
}

#tab1:checked~.tab_area .tab1_label,
#tab2:checked~.tab_area .tab2_label,
#tab3:checked~.tab_area .tab3_label,
#tab4:checked~.tab_area .tab4_label,
#tab5:checked~.tab_area .tab5_label,
#tab6:checked~.tab_area .tab6_label,
#tab7:checked~.tab_area .tab7_label,
#tab10:checked~.tab_area .tab10_label,
#tab11:checked~.tab_area .tab11_label,
#tab12:checked~.tab_area .tab12_label,
#tab13:checked~.tab_area .tab13_label {
	background-color: #0070bb;
	background-image: url('-img/icon_arrow_down_on.png');
	color: #fff;
}

#tab10:checked~.tab_area .tab10_label,
#tab11:checked~.tab_area .tab11_label,
#tab12:checked~.tab_area .tab12_label,
#tab13:checked~.tab_area .tab13_label {
	background-color: #199e91;
}

@media (max-width: 767px) {
	.top_sec03 {
		min-width: 100%;
		padding: calc(50px / 1.70666) 0 0;
	}

	.top_sec03 .h2_txt {
		margin-bottom: calc(30px / 1.70666);
		font-size: calc(22px / 1.70666);
	}

	.top_sec03 .txt {
		padding: 0 calc(30px / 1.70666);
		text-align: left;
		line-height: 1.8;
		font-size: calc(24px / 1.70666);
	}

	.commit_slider {
		margin-top: calc(50px / 1.70666);
    min-width: 100%;
    background: linear-gradient(to bottom, transparent, transparent 35%,#e5f0f8 35%, #e5f0f8 90%, transparent 90%);
    height: calc(800px / 1.70666);
	}

	.commit_slider .slide {
		width: calc(1740px / 1.70666);
		margin-left: calc(-870px / 1.70666);
	}

	.commit_slider .slide .slide_cont {
		pointer-events: none;
		width: calc(500px / 1.70666);
		margin: 0  calc(40px / 1.70666);
		padding-bottom: calc(80px / 1.70666);
		display: block;
		border-radius: 0;
		background: none;
	}

	.commit_slider .slide .slide_cont figure {
		width: 100%;
		margin-bottom:  calc(40px / 1.70666);
	}

	.commit_slider .slide .slide_cont figure img {
		width:  calc(500px / 1.70666);
		border-radius:  calc(8px / 1.70666);
	}

	.commit_slider .slide .slide_cont>div {
		width: 100%;
		padding: 0;
	}

	.commit_slider .slide .slide_cont>div .h3_txt {
		margin-bottom:  calc(20px / 1.70666);
		font-size:  calc(24px / 1.70666);
	}

	.commit_slider .slide .slide_cont>div h3 {
		margin-bottom: calc(25px / 1.70666);
		font-size:  calc(32px / 1.70666);
	}

	.commit_slider .slide .slide_cont>div .txt {
		padding: 0;
	}

	.commit_slider .slide .slide_cont>div:before {
		bottom: calc(12px / 1.70666);
		right: 0;
		font-size:  calc(42px / 1.70666);
	}

	.commit_slider .slide .slide_cont>div:after {
		bottom:  calc(10px / 1.70666);
		right:  calc(80px / 1.70666);
		height:  calc(50px / 1.70666);
	}

	.commit_slider .slick-arrow {
		margin-top: calc(-180px / 1.70666);
		width: calc(32px / 1.70666);
		height: calc(60px / 1.70666);
	}
	.commit_slider .slick-prev,.commit_slider .slick-next{
		background-size: contain;
		background-position: center center;
	}
	.commit_slider .slick-prev {
		left: 34.2%;
		background-image: url('../-img/icon_commit_slider_prev_sp.png');
	}

	.commit_slider .slick-next {
		right: 34.2%;
		background-image: url('../-img/icon_commit_slider_next_sp.png');
	}

	.commit_slider .slick-dots {
		width: 100%;
		bottom: calc(-65px / 1.70666);
		margin-left: -50%;
	}
	.commit_slider .slick-dots li {
		width: 5.859375px;
		height: 5.859375px;
		margin: 0 5.859375px;
	}
	#tab1:checked~.tab_area .tab1_label,
	#tab2:checked~.tab_area .tab2_label,
	#tab3:checked~.tab_area .tab3_label,
	#tab4:checked~.tab_area .tab4_label,
	#tab5:checked~.tab_area .tab5_label,
	#tab6:checked~.tab_area .tab6_label,
	#tab7:checked~.tab_area .tab7_label,
	#tab10:checked~.tab_area .tab10_label,
	#tab11:checked~.tab_area .tab11_label,
	#tab12:checked~.tab_area .tab12_label,
	#tab13:checked~.tab_area .tab13_label {
		background-image: url('-img/icon_arrow_down_w.png');
	}
}

/*! CSS Used from: https://dev.mens-life-clinic.com/wp-content/themes/MLC-PC/css/slick.css */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-initialized .slick-slide {
	display: block;
}

/*! CSS Used from: https://dev.mens-life-clinic.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9.2 ; media=all */
/* @media all{
h2,h3{overflow-wrap:break-word;}
ul{overflow-wrap:break-word;}
p{overflow-wrap:break-word;}
html :where(img){height:auto;max-width:100%;}
} */

/* footerArea */
.footerArea.lp03 .inner .btnList .btnList_cv--title {
	display: none;
}

@media screen and (max-width: 768px) {
	.footerArea.lp03 .inner .btnList .btnList_cv--title {
		background: rgb(42 106 185);
		color: rgb(255 255 255);
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
		display: block;
	}
}

/* LP03 SP footer btn */
@media screen and (max-width: 768px) {
	.footerArea.lp03 .inner .btnList {
		text-align: center;
		padding: 0px;
		font-size: 0px;
		background: #2a6ab9;
	}

	.footerArea.lp03 .inner .btnList .btn {
		display: inline-block;
		margin: 0px;
		padding: 0px;
		width: 33%;
		text-align: center;
	}

	.footerArea.lp03 .inner .btnList .btn a {
		width: 100%;
		display: inline-block;
		padding: 20px 0px;
	}

	.footerArea.lp03 .inner .btnList .btn img {
		max-width: 60%;
	}

	.footerArea.lp03 .inner .btnList .btn_left {
		background: #00b507;

	}

	.footerArea.lp03 .inner .btnList .btn_center {
		background: #2d7dc8;
		width: 34%;
	}

	.footerArea.lp03 .inner .btnList .btn_right {
		background: #f39800;
	}

	.footerArea.lp03 .inner .btnList .btn_right.btn-counseling {
		margin: 0 5px 5px;
		width: calc(100% - 10px);
		border-radius: 3px;
	}
}

@media screen and (min-width: 769px) {

	.footerArea.lp03 .inner .btnList .btn a {
		display: none;
	}

}


/* Utility */

@media only screen and (max-width:768px) {
	.spnone {
		display: none !important;
	}
}

@media only screen and (min-width:769px) {
	.pcnone {
		display: none !important;
	}
}

/*! CSS Used from: https://www.mens-life-clinic.com/lp/common_houkei/-css/style.css?220111 */
.mt10{margin-top:10px!important;}
a{text-decoration:none;}
.mt10{margin-top:10px;}
.googlemap{border-radius:0.5rem;overflow:hidden;padding-bottom:36%;position:relative;}
.googlemap iframe,.googlemap .comingsoon{
	object-fit: cover;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;}
a:hover{opacity:0.8;}
dl{text-align:left;}
dl{text-align:left;}
.anchor{display:block;padding-top:calc(50rem / 14);margin-top:calc(-50rem / 14);}
@media screen and (min-width: 769px){
	.anchor{display:block;padding-top:70px;margin-top:-70px;}
}
.b{font-weight:bold!important;}
.mb15{margin-bottom:15px!important;}
.u-justify-content-center{
	justify-content: center !important;
}
@media screen and (min-width: 769px){
.mt10{margin-top:10px;}
.b{font-weight:bold!important;}
.mb15{margin-bottom:15px!important;}
}