@charset "UTF-8";
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	margin: 0;
}

::before,
::after {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	margin: 0;
	font-weight: normal;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	display: block;
}

abbr[title] {
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

small {
	font-size: 80%;
}

img {
	max-width: 100%;
	display: block;
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
}

[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	/* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable] {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

body {
	color: #353536;
	font-family: "Avenir", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック",
		"Hiragino Sans", "Helvetica Neue", Meiryo, メイリオ, sans-serif;
	font-weight: 500;
	letter-spacing: 1.28px;
	letter-spacing: 0.08rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	padding-top: 88px;
}

body.no-scroll {
	overflow: hidden;
}

.link_gap {
	display: block;
	position: relative;
	visibility: hidden;
}

.access_gap {
	top: -100px;
}

.flow_gap,
.price_gap,
.question_gap {
	top: -120px;
}

p {
	line-height: 1.9;
}

.pc_none {
	display: none;
}

.page_container {
	max-width: 1024px;
	width: 100%;
	margin: auto;
}

.btn_layout {
	margin: auto;
	font-size: 18px;
	text-align: center;
	border: 1px solid #2e456f;
	color: #2e456f;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	padding: 19px 0 17px;
	letter-spacing: 3.84px;
	letter-spacing: 0.24rem;
}

.section_heading .heading_top {
	font-family: "Cormorant Infant", serif;
	color: #9a8cad;
	font-size: 20px;
	letter-spacing: 0.18em;
	position: relative;
	display: block;
	text-align: center;
	padding: 86px 20px 46px;
	margin-bottom: 16px;
}

.section_heading .heading_top::before {
	content: "";
	position: absolute;
	height: 70px;
	width: 1px;
	background-color: #9a8cad;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.section_heading .heading_top::after {
	content: "";
	position: absolute;
	height: 23px;
	width: 23px;
	background-image: url("../img/common/section_top_icon.png");
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.section_heading h2 {
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
	letter-spacing: 0.18em;
	color: #3f2965;
	text-align: center;
	font-weight: normal;
}

.section_heading h2 span {
	font-size: 24px;
	display: block;
}

.section_heading h2 p {
	font-size: 33px;
}

.mv_notice {
	text-align: right;
	margin-bottom: 80px;
	line-height: 1.1;
}

.mv_image {
	margin-bottom: 10px;
}

.mv_lead {
	background: #fce8e1;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(252, 232, 225, 0.3)),
		color-stop(50%, rgba(233, 220, 224, 0.3)),
		to(rgba(216, 211, 223, 0.3))
	);
	background: linear-gradient(
		90deg,
		rgba(252, 232, 225, 0.3) 0%,
		rgba(233, 220, 224, 0.3) 50%,
		rgba(216, 211, 223, 0.3) 100%
	);
	padding: 34px 4px;
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
}

.mv_lead p {
	text-align: center;
	line-height: 1.8;
	font-size: 22px;
	letter-spacing: 0.08em;
}

.what {
	padding-top: 40px;
	padding-bottom: 40px;
}

.what h2 {
	margin-bottom: 30px;
}

.what .what_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.what .what_top figcaption {
	width: 60%;
	letter-spacing: 0.09em;
}

.what .what_top h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #c5b28e;
	font-weight: bold;
	line-height: 1.7;
}

.what .what_top .what_thumneil {
	width: 36.5%;
}

.what .what_bottom {
	background-color: #f1f0f0;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	padding: 30px;
	position: relative;
	z-index: 1;
}

.what .what_bottom::before {
	position: absolute;
	content: "";
	z-index: -1;
	border-right: 135px solid transparent;
	border-top: 135px solid #fff;
	left: 0;
	top: 0;
}

.what .what_bottom figcaption {
	margin-bottom: 32px;
	letter-spacing: 0.11em;
}

.what .what_bottom h3 {
	font-size: 33px;
	border: 1px solid #a0a0a0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1;
	padding: 7px 0px 2px;
}

.what .what_bottom .what_figure {
	background: #fff;
	padding: 25px 35px 40px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}

.what .what_bottom .what_figure img {
	width: 69%;
	margin: auto;
}

.what .what_notice {
	font-size: 13px;
	text-align: right;
	line-height: 1.1;
}

.common_list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e8dad2;
	border-left: 1px solid #e8dad2;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.common_list01 li {
	width: 33.3%;
	padding: 18px 18px 40px;
	background-color: #fff;
	border-bottom: 1px solid #e8dad2;
	border-right: 1px solid #e8dad2;
	position: relative;
	text-align: center;
	z-index: 1;
}

.common_list01 li::before {
	position: absolute;
	content: "";
	z-index: -1;
	border-right: 54px solid transparent;
	border-top: 54px solid #f1f0f0;
	left: 0;
	top: 0;
}

.common_list01 li::after {
	position: absolute;
	content: "";
	z-index: -1;
	border-left: 54px solid transparent;
	border-bottom: 54px solid #f1f0f0;
	right: 0;
	bottom: 0;
}

.common_list01 h3 {
	color: #3f2965;
	text-align: center;
	background-color: #ebeaef;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	height: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px;
	line-height: 1;
}

.common_list01 .common_list01_image {
	margin-bottom: 48px;
}

.common_list01 .common_list01_link {
	width: 196px;
	font-size: 14px;
	padding: 10px 0 8px;
}

.common_list01 .common_list01_link span {
	display: inline-block;
	padding-right: 30px;
	position: relative;
}

.common_list01 .common_list01_link span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 1px;
	right: 0;
	margin: auto;
	background-image: url("../img/top/button_arrow@2x.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 14px;
}

.point_list > li {
	padding: 60px 0 80px;
}

.point_list > li:nth-of-type(2n) {
	background-color: #ebe9ed;
}

.point_head {
	text-align: center;
}

.point_head h3 {
	color: #3f2965;
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
	margin-bottom: 25px;
}

.point_head h3 > span {
	font-size: 24px;
	letter-spacing: 0.18em;
}

.point_head h3 > p {
	font-size: 36px;
	letter-spacing: 0.18em;
}

.point_head h3 > p span {
	font-size: 12px;
}

.point_number {
	font-size: 135px;
	font-style: italic;
	font-family: "Cormorant Infant", serif;
	color: rgba(153, 139, 172, 0.4);
	position: relative;
	line-height: 1;
	display: inline-block;
	margin-bottom: 16px;
}

.point_number::before {
	content: "";
	position: absolute;
	background-image: url("../img/common/point.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 138px;
	height: 35px;
	top: 5px;
	bottom: 0;
	right: 0;
	left: -5px;
	margin: auto;
}

.point_number::after {
	content: "";
	position: absolute;
	height: 4px;
	width: 162px;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0;
	background-color: rgba(153, 139, 172, 0.4);
}

.point_content {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.point_content figcaption {
	width: 56%;
}

.point_content figcaption p:not(:last-child) {
	margin-bottom: 20px;
}

.point_content figcaption p span {
	color: #3f2965;
	font-weight: bold;
}

.point_content .point_thumneil {
	width: 39%;
}

.point_notice {
	font-size: 14px;
	text-align: right;
	line-height: 1.3;
	margin-bottom: 20px;
}

.combination {
	padding: 70px 0 110px;
}

.combination figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.combination figcaption {
	width: 56%;
	color: #fff;
}

.combination figcaption p:not(:last-of-type) {
	margin-bottom: 28px;
}

.combination .combination_image {
	width: 40%;
}

.combination .combination_notice {
	text-align: right;
	color: #fff;
	margin-top: 10px;
}

.combination h4 {
	background-image: url("../img/vov/combination_bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 42px;
	letter-spacing: 0.18em;
	line-height: 1.5;
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
	color: #e2d2a0;
	margin-bottom: 32px;
	padding: 13px 0;
}

.combination h4 span {
	font-size: 28px;
	position: relative;
	top: -4px;
}

.combination_title {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #e2d2a0;
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
	margin-bottom: 24px;
}

.combination_title p {
	font-size: 36px;
}

.combination_title span {
	font-size: 28px;
}

.combination_title_bg {
	position: absolute;
	font-size: 118px;
	letter-spacing: 0.02em;
	font-weight: bold;
	font-family: "Cormorant Infant", serif;
	color: rgba(255, 255, 255, 0.15);
	right: 0;
	left: 0;
	margin: auto;
	top: -10px;
	line-height: 0.9;
}

.combination_heading .heading_top {
	font-family: "Cormorant Infant", serif;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.18em;
	position: relative;
	display: block;
	text-align: center;
	padding: 86px 20px 46px;
	margin-bottom: 16px;
}

.combination_heading .heading_top::before {
	content: "";
	position: absolute;
	height: 70px;
	width: 1px;
	background-color: #fff;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.combination_heading .heading_top::after {
	content: "";
	position: absolute;
	height: 23px;
	width: 23px;
	background-image: url("../img/common/combination_icon.png");
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.combination_heading h3 {
	text-align: center;
	color: #fff;
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
	margin-bottom: 30px;
}

.combination_heading h3 span {
	font-size: 24px;
}

.combination_heading h3 p {
	font-size: 33px;
}

.section_flow {
	padding-top: 145px;
	padding-bottom: 80px;
}

.section_flow h2 {
	margin-bottom: 30px;
}

.section_flow ol li {
	background-color: #f2f2f2;
	-webkit-box-shadow: 0px 0px 3px 1px #d1d1d1 inset;
	box-shadow: 0px 0px 3px 1px #d1d1d1 inset;
	padding: 0 25px 25px;
}

.section_flow ol li:not(:last-child) {
	margin-bottom: 115px;
	position: relative;
}

.section_flow ol li:not(:last-child)::before {
	content: "";
	position: absolute;
	margin: auto;
	background-image: url("../img/common/flow_arrow.png");
	width: 76px;
	height: 31px;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0;
	left: 0;
	bottom: -80px;
}

.section_flow .flow_list_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
	padding-left: 24px;
}

.section_flow .flow_list_head::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 90px;
	height: 23px;
	z-index: 2;
	background-image: url("../img/common/flow_step.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.section_flow .flow_list_head::after {
	content: "";
	position: absolute;
	height: 1px;
	right: 0;
	left: 0;
	bottom: 3px;
	background-image: url("../img/common/border_gradation.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.section_flow .flow_list_head span {
	font-size: 130px;
	font-family: "Cormorant Infant", serif;
	letter-spacing: 0.01em;
	color: rgba(154, 140, 176, 0.4);
	font-style: italic;
	line-height: 0.7;
}

.section_flow .flow_list_head h3 {
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: 0.18em;
	color: #3f2965;
	font-weight: normal;
	padding-bottom: 10px;
	margin-left: 3%;
}

.section_flow .flow_notice {
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
}

.section_quastions {
	padding-top: 80px;
}

.section_quastions h2 {
	margin-bottom: 50px;
}

.section_quastions .quastions_list:last-of-type {
	margin-bottom: 70px;
}

.section_quastions .quastions_list span {
	font-size: 52px;
	font-weight: bold;
	color: #9a8cad;
	font-family: "Cormorant Infant", serif;
	line-height: 1;
}

.section_quastions .quastions_list p {
	color: #666;
	letter-spacing: 0.18em;
	margin-left: 3%;
}

.section_quastions .quastions_list dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ebe9ed;
	padding: 15px;
}

.section_quastions .quastions_list dt p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 9px;
}

.section_quastions .quastions_list dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	padding: 0 30px 0 15px;
}

.section_quastions .quastions_list dd span {
	padding-top: 8px;
}

.section_quastions .quastions_list dd p {
	padding: 23px 0;
	line-height: 1.7;
	font-size: 16px;
}

.section_quastions .quastions_remarks_block {
	margin-bottom: 30px;
}

.quastions_remarks {
	background-color: #f2f2f2;
	-webkit-box-shadow: 0px 0px 3px 1px #d1d1d1 inset;
	box-shadow: 0px 0px 3px 1px #d1d1d1 inset;
	padding: 25px;
}

.quastions_remarks h3 {
	position: relative;
	border-bottom: 1px solid #c5b28e;
	font-size: 28px;
	color: #3f2965;
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
	padding-left: 35px;
	font-weight: normal;
	margin-bottom: 16px;
}

.quastions_remarks h3::before {
	content: "";
	position: absolute;
	left: 0;
	background-image: url("../img/common/quastions_remark_icon.png");
	background-image: url("../img/common/quastions_remark_icon.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	bottom: 0;
	top: 0;
	margin: auto;
}

.quastions_remarks dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.quastions_remarks dl:not(:last-child) {
	margin-bottom: 10px;
}

.quastions_remarks dt {
	position: relative;
	padding-left: 15px;
	width: 85px;
}

.quastions_remarks dt::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 1px;
	top: 0;
	margin: auto;
	background: #353536;
	width: 13px;
	height: 13px;
}

.quastions_remarks dd {
	width: 90%;
}

.quastions_remarks ul li:not(:last-child) {
	margin-bottom: 4px;
}

.quastions_smoking {
	background: #fff;
	padding: 25px 30px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.quastions_smoking h4 {
	color: #ec7367;
	font-size: 28px;
	letter-spacing: 0.18em;
	text-align: center;
	margin-bottom: 4px;
}

.quastions_smoking p {
	letter-spacing: 0.08em;
}

.section_price {
	padding-top: 80px;
}

.section_price h2 {
	margin-bottom: 20px;
}

.section_price dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: 0.08em;
}

.section_price dl:last-of-type {
	margin-bottom: 12px;
}

.section_price dl:not(:last-of-type) {
	margin-bottom: 40px;
}

.section_price dt {
	background: #f0efee;
	width: 21.5%;
	padding: 12px 23px 0;
}

.section_price dd {
	width: 77.3%;
}

.section_price dd li {
	padding: 8px 23px 6px;
	background: #f6f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section_price dd li:not(:last-child) {
	margin-bottom: 16px;
}

.section_price dd li p {
	width: 65%;
}

.section_price dd li span {
	width: 35%;
}

.section_price .price_notice {
	font-size: 12px;
}

header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
}

.header_cv {
	background: #837a73;
	color: #fff;
	text-align: center;
}

.header_pc {
	background: #e8e6ed;
}

.header_pc .page_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_pc h1 {
	margin-right: 2.5%;
}

.header_pc nav {
	margin-right: 3%;
	width: 50%;
	line-height: 1;
	margin-top: 0.5%;
}

.header_pc nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_pc nav ul li:not(:last-child) {
	margin-right: 6%;
}

.header_pc .header_cv {
	padding: 23px 10px 21px;
	width: 196px;
	line-height: 1.4;
}

.header_sp {
	background: #e8e6ed;
	display: none;
}

.header_sp .header_sp_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_sp h1 {
	width: 120px;
}

.header_sp .header_cv {
	padding: 19px 16px 17px;
	padding: 19px 1rem 17px;
	line-height: 1.4;
	font-size: 12px;
	margin-left: auto;
}

.header_sp button {
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.header_sp .hamburger_menu {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 20px;
	margin-left: auto;
	-webkit-box-shadow: 0 0 2rem transparent;
	box-shadow: 0 0 2rem transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header_sp .hamburger_menu_line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 30px;
	height: 2px;
	background-color: #666;
	z-index: 10;
}

.header_sp .hamburger_menu_line::before,
.header_sp .hamburger_menu_line::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header_sp .hamburger_menu_line::before {
	top: -9px;
}

.header_sp .hamburger_menu_line::after {
	top: 9px;
}

.header_sp .hamburger_menu.active .hamburger_menu_line {
	background-color: transparent;
}

.header_sp .hamburger_menu.active .hamburger_menu_line::before,
.header_sp .hamburger_menu.active .hamburger_menu_line::after {
	top: 0;
	background-color: #666;
}

.header_sp .hamburger_menu.active .hamburger_menu_line::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header_sp .hamburger_menu.active .hamburger_menu_line::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header_sp .u-visuallyHidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
}

.header_sp .header_sp_bottom {
	display: none;
	height: 100vh;
}

.header_sp .header_sp_menu {
	margin-bottom: 40px;
}

.header_sp .header_sp_menu li {
	letter-spacing: 0.04em;
	color: #333333;
	font-size: 18px;
	border-bottom: 1px solid #867a73;
}

.header_sp .header_sp_menu a {
	position: relative;
	padding: 16px;
}

.header_sp .header_sp_menu a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	z-index: 1;
	background-image: url("../img/header/sp_menu_icon.svg");
	background-repeat: no-repeat;
}

.header_sp .header_sp_footer {
	width: 46%;
	margin: auto;
}

.header_sp .header_sp_footer.tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 8px;
}

.header_sp .header_sp_footer.tel span,
.header_sp .header_sp_footer.tel p {
	letter-spacing: 0.01em;
	line-height: 1;
}

.header_sp .header_sp_footer.tel span {
	font-size: 11px;
}

.header_sp .header_sp_footer.tel p {
	margin-left: 8px;
	font-family: "Times New Roman", "Yu Mincho Light", "YuMincho", "Yu Mincho",
		"游明朝体", "Times New Roman", serif;
}

.header_sp .header_sp_remark {
	text-align: center;
	margin-top: 15px;
}

.header_sp .header_sp_remark p {
	font-size: 12px;
}

.header_sp .header_sp_remark dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_sp .header_sp_remark dt {
	background: #a193b4;
	font-size: 12px;
	color: #fff;
	margin: 0 4px;
	padding: 3.2px 6.4px;
	padding: 0.2rem 0.4rem;
	letter-spacing: 1.6px;
	letter-spacing: 0.1rem;
}

.online_clinic_cv {
	padding-top: 120px;
	padding-bottom: 120px;
}

.online_clinic_cv img {
	margin: auto;
}

.counseling {
	background-image: url("../img/footer/counseling_bg@2x.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 67px 0 87px;
	letter-spacing: 0.05em;
}

.counseling h2 {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
}

.counseling .counseling_lead {
	text-align: center;
	font-weight: bold;
	line-height: 2.3;
	margin-bottom: 50px;
}

.counseling .counseling_contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px;
}

.counseling .counseling_contact dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.counseling .counseling_contact dl:not(:last-child) {
	margin-bottom: 36px;
}

.counseling .counseling_contact dl dt {
	font-size: 18px;
	background: #cf913c;
	padding: 0 3px 0 2px;
}

.counseling .counseling_contact dl dd {
	position: relative;
	padding-left: 50px;
}

.counseling .counseling_contact dl dd::before {
	content: "";
	background-image: url("../img/footer/counseling_tel.svg");
	width: 45px;
	height: 45px;
	position: absolute;
	left: 1%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.counseling .counseling_contact dl dd a {
	font-size: 50px;
	color: #cf913c;
	line-height: 0.8;
	letter-spacing: 0;
	font-weight: 900;
}

.counseling .counseling_contact dl dd span {
	position: absolute;
	font-size: 14px;
}

.counseling .counseling_cv {
	background: #cf913c;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	width: 425px;
	text-align: center;
	padding: 12px 0;
	position: relative;
}

.counseling .counseling_cv::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 4px solid;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.clinic_info {
	padding: 40px 0 120px;
	letter-spacing: 0.05em;
}

.clinic_info h2 {
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.07em;
	margin-bottom: 80px;
}

.clinic_medical_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.clinic_medical_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.clinic_medical_list li:not(:last-child) {
	margin-bottom: 20px;
	margin-right: 15px;
}

.clinic_medical_list li:last-child {
	width: 100%;
}

.clinic_medical_list li:last-child img {
	margin: auto;
}

.clinic_region:not(:last-child) {
	margin-bottom: 120px;
}

.clinic_region h3 {
	font-weight: normal;
	margin-bottom: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 0.07em;
}

.clinic_region h3 p {
	margin: 0 30px;
	background: #fff;
	position: relative;
	padding: 9px 10px 7px;
	text-align: center;
	border: 1px solid #000;
	z-index: 1;
}

.clinic_region h3 p::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 80%;
	height: 110%;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.clinic_region h3 span {
	font-size: 32px;
}

.clinic_region > figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.clinic_region > figure figcaption {
	width: 51%;
}

.clinic_region .clinic_info_tel {
	background-color: #414159;
	color: #fff;
	font-weight: 900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 26px;
}

.clinic_region .clinic_info_tel dt {
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0.15);
	padding: 19px 10px;
	width: 152px;
	text-align: center;
	border-radius: 0 65px 65px 0;
}

.clinic_region .clinic_info_tel dd {
	font-size: 42px;
	letter-spacing: 0;
	padding-left: 5%;
	margin-left: 5%;
	line-height: 0.9;
	position: relative;
}

.clinic_region .clinic_info_tel dd::before {
	content: "";
	background-image: url("../img/footer/address_tel.svg");
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.clinic_region .clinic_info_table dl {
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid #111230;
	border-left: 1px solid #111230;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.clinic_region .clinic_info_table dl:not(:last-child) {
	margin-bottom: 18px;
}

.clinic_region .clinic_info_table dl::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 0 14px;
	border-color: transparent transparent transparent #111230;
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.clinic_region .clinic_info_table dt {
	font-weight: bold;
	padding: 0 15px;
	width: 115px;
}

.clinic_region .clinic_info_table dd {
	padding: 13px 0;
}

.clinic_region .clinic_region_map {
	width: 45%;
}

.clinic_region .clinic_region_map img {
	margin-bottom: 20px;
}

.clinic_region .clinic_region_map iframe {
	width: 100%;
	height: 215px;
}

.clinic_region .clinic_interior_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-right: 25%;
}

.clinic_region .clinic_interior_list li:nth-of-type(1),
.clinic_region .clinic_interior_list li:nth-of-type(2),
.clinic_region .clinic_interior_list li:nth-of-type(3) {
	margin-bottom: 20px;
}

.clinic_region .clinic_interior_list li:not(:last-of-type) {
	width: 31.5%;
}

.clinic_region .clinic_interior_list li img {
	width: 100%;
}

.clinic_region .clinic_interior_list .row2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 23.1%;
}

.region_tokyo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.region_tokyo ul li {
	width: 31%;
}

.region_tokyo ul li img {
	width: 100%;
}

.region_tokyo ul li:not(:nth-of-type(3n)) {
	margin-right: 3%;
}

.region_tokyo ul li:not(:nth-of-type(n + 4)) {
	margin-bottom: 3%;
}

.profile {
	background: #eeecf0;
	padding: 50px 0 120px;
}

.profile h2,
.profile h3 {
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.13em;
	font-weight: bold;
}

.profile h2 {
	font-size: 40px;
	margin-bottom: 42px;
}

.profile h3 {
	line-height: 1.3;
	margin-bottom: 18px;
}

.profile h3 span {
	font-size: 22px;
}

.profile h3 p {
	font-size: 28px;
	line-height: 1.3;
}

.profile figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.profile figure:not(:last-child) {
	margin-bottom: 120px;
}

.profile figure img {
	width: 36%;
}

.profile .profile_content {
	width: 60%;
	margin-top: -22px;
}

.profile .profile_table p {
	margin-bottom: 25px;
	padding-left: 25px;
}

.profile .profile_table h4 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-left: 2px;
	position: relative;
}

.profile .profile_table h4::before {
	content: " ";
	display: block;
	width: 31px;
	height: 2px;
	position: absolute;
	background-color: #000;
	bottom: 10px;
	left: -26px;
	-webkit-transform: translate(0, 50%) rotate(45deg);
	transform: translate(0, 50%) rotate(45deg);
}

.profile .profile_table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
}

.profile .profile_table dl:not(:last-child) {
	border-bottom: 1px solid #000;
}

.profile .profile_table dl dt {
	padding: 14px 10px 12px 24px;
	width: 149px;
}

.profile .profile_table dl dd {
	border-left: 1px dashed #000;
	padding: 14px 15px 12px 15px;
	width: 75%;
}

footer {
	background-color: #414159;
	color: #fff;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 24px;
}

footer nav {
	margin-bottom: 20px;
}

footer nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer nav li {
	font-size: 16px;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}

footer nav li:first-of-type::before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	bottom: 50%;
	left: 0;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	background-color: #fff;
}

footer nav li::after {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	bottom: 50%;
	right: 0;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	background-color: #fff;
}

footer small a {
	display: inline-block;
}

@media screen and (max-width: 1750px) {
	*,
	::before,
	::after {
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	*,
	::before,
	::after {
		margin: 0;
	}
	.page_container {
		padding-right: 4%;
		padding-left: 4%;
	}
	.counseling .counseling_contact {
		padding: 0;
	}
	.counseling .counseling_contact dl:not(:last-child) {
		margin-bottom: 50px;
	}
	.counseling .counseling_contact dl dd a {
		font-size: 42px;
	}
}

@media screen and (max-width: 1440px) {
	*,
	::before,
	::after {
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	*,
	::before,
	::after {
		margin: 0;
	}
	.page_container {
		padding-right: 2%;
		padding-left: 2%;
	}
	.header_pc h1 {
		width: 128px;
	}
	.header_pc nav {
		width: 60%;
	}
	.header_pc nav ul li:not(:last-child) {
		margin-right: 4%;
	}
	.header_pc .header_cv {
		width: 128px;
	}
	.counseling .counseling_contact dl dd a {
		font-size: 22px;
	}
	.clinic_region .clinic_info_tel dd {
		font-size: 22px;
		padding-left: 8%;
	}
	.clinic_region .clinic_interior_list li:not(:last-of-type) {
		width: 30.5%;
	}
	footer nav ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer nav li {
		width: 33.3%;
		border-left: 1px solid #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 6px;
	}
	footer nav li:nth-of-type(3n) {
		border-right: 1px solid #fff;
	}
	footer nav li:first-of-type::before {
		content: none;
	}
	footer nav li::after {
		content: none;
	}
}

@media screen and (max-width: 600px) {
	*,
	::before,
	::after {
		margin: 0;
	}
	body {
		padding-top: 67px;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.page_container {
		padding-right: 4%;
		padding-left: 4%;
	}
	.btn_layout {
		font-size: 16px;
		padding: 12px 0;
	}
	.section_heading .heading_top {
		padding: 43px 5px 23px;
		font-size: 16px;
	}
	.section_heading .heading_top::before {
		height: 35px;
	}
	.section_heading .heading_top::after {
		width: 15px;
		height: 15px;
	}
	.section_heading h2 span {
		font-size: 18px;
	}
	.section_heading h2 p {
		font-size: 24px;
	}
	.mv_notice {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.mv_lead {
		padding: 6%;
	}
	.mv_lead p {
		font-size: 16px;
	}
	.what {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.what h2 {
		margin-bottom: 10px;
	}
	.what .what_top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.what .what_top figcaption {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.what .what_top h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.what .what_top .what_thumneil {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 16px;
	}
	.what .what_bottom {
		padding: 6%;
	}
	.what .what_bottom::before {
		position: absolute;
		content: "";
		z-index: -1;
		border-right: 70px solid transparent;
		border-top: 70px solid #fff;
		left: 0;
		top: 0;
	}
	.what .what_bottom h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.what .what_bottom .what_figure {
		padding: 6%;
	}
	.what .what_notice {
		font-size: 12px;
	}
	.common_list01 {
		display: block;
	}
	.common_list01 li {
		width: 100%;
		padding: 15px;
	}
	.common_list01 li::before {
		position: absolute;
		content: "";
		z-index: -1;
		border-right: 36px solid transparent;
		border-top: 36px solid #f1f0f0;
		left: 0;
		top: 0;
	}
	.common_list01 li::after {
		position: absolute;
		content: "";
		z-index: -1;
		border-left: 36px solid transparent;
		border-bottom: 36px solid #f1f0f0;
		right: 0;
		bottom: 0;
	}
	.common_list01 h3 {
		margin-bottom: 15px;
	}
	.common_list01 .common_list01_image {
		margin-bottom: 15px;
	}
	.common_list01 .common_list01_link {
		width: 100%;
	}
	.point_list > li {
		padding: 15px 0 30px;
	}
	.point_head h3 {
		margin-bottom: 4px;
	}
	.point_head h3 > span {
		font-size: 16px;
	}
	.point_head h3 > p {
		font-size: 20px;
	}
	.point_number {
		font-size: 70px;
	}
	.point_number::before {
		width: 69px;
		height: 18px;
		left: 0;
	}
	.point_number::after {
		width: auto;
	}
	.point_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.point_content figcaption {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.point_content .point_thumneil {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 16px;
	}
	.point_notice {
		font-size: 12px;
	}
	.combination {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.combination figure {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.combination figcaption {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.combination .combination_image {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.combination .combination_notice {
		font-size: 12px;
		margin-top: 4px;
		margin-bottom: 8px;
	}
	.combination h4 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.combination h4 span {
		font-size: 16px;
		top: 0;
	}
	.combination_title {
		margin-bottom: 12px;
	}
	.combination_title p {
		font-size: 19px;
		letter-spacing: 0.05rem;
	}
	.combination_title span {
		font-size: 16px;
	}
	.combination_title_bg {
		font-size: 36px;
		top: 10px;
	}
	.combination_heading .heading_top {
		font-size: 18px;
		padding: 43px 5px 23px;
	}
	.combination_heading .heading_top::before {
		height: 35px;
	}
	.combination_heading .heading_top::after {
		width: 18px;
		height: 18px;
	}
	.combination_heading h3 {
		margin-bottom: 12px;
	}
	.combination_heading h3 span {
		font-size: 16px;
	}
	.combination_heading h3 p {
		font-size: 22px;
	}
	.section_flow {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section_flow h2 {
		margin-bottom: 10px;
	}
	.section_flow ol li {
		padding: 0 15px 15px;
	}
	.section_flow ol li:not(:last-child) {
		margin-bottom: 50px;
	}
	.section_flow ol li:not(:last-child)::before {
		width: 57px;
		height: 24px;
		bottom: -40px;
	}
	.section_flow .flow_list_head {
		padding-left: 16px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.section_flow .flow_list_head span {
		font-size: 80px;
	}
	.section_flow .flow_list_head h3 {
		font-size: 18px;
		padding-bottom: 4px;
		padding-top: 4px;
	}
	.section_flow .flow_notice {
		font-size: 12px;
	}
	.section_quastions {
		padding-top: 30px;
	}
	.section_quastions h2 {
		margin-bottom: 10px;
	}
	.section_quastions .quastions_list:last-of-type {
		margin-bottom: 30px;
	}
	.section_quastions .quastions_list span {
		font-size: 36px;
	}
	.section_quastions .quastions_list dt p {
		font-size: 16px;
	}
	.quastions_remarks {
		padding: 6%;
	}
	.quastions_remarks h3 {
		font-size: 22px;
	}
	.quastions_remarks h3::before {
		width: 18px;
		height: 18px;
	}
	.quastions_remarks dl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.quastions_remarks dl:not(:last-child) {
		margin-bottom: 18px;
	}
	.quastions_smoking {
		padding: 6%;
	}
	.quastions_smoking h4 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.section_price {
		padding-top: 30px;
	}
	.section_price h2 {
		margin-bottom: 10px;
	}
	.section_price dl {
		display: block;
	}
	.section_price dl:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.section_price dt {
		background: #bcbcbc;
		width: 100%;
		padding: 12px;
		margin-bottom: 0;
	}
	.section_price dd {
		width: 100%;
	}
	.section_price dd li {
		display: block;
		border-bottom: 1px solid #bcbcbc;
	}
	.section_price dd li:not(:last-child) {
		margin-bottom: 0;
	}
	.section_price dd li p {
		width: 100%;
	}
	.section_price dd li span {
		width: 100%;
	}
	.header_pc {
		display: none;
	}
	.header_sp {
		display: block;
		z-index: 100;
		width: 100%;
	}
	.online_clinic_cv {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.counseling {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.counseling h2 {
		font-size: 24px;
	}
	.counseling .counseling_lead {
		margin-bottom: 20px;
	}
	.counseling .counseling_contact {
		display: block;
	}
	.counseling .counseling_contact dl {
		margin-bottom: 60px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.counseling .counseling_contact dl:not(:last-child) {
		margin-bottom: 60px;
	}
	.counseling .counseling_contact dl dt {
		font-size: 16px;
		width: 20%;
		text-align: center;
	}
	.counseling .counseling_contact dl dd {
		width: 70%;
		padding-left: 35px;
	}
	.counseling .counseling_contact dl dd::before {
		width: 30px;
		height: 30px;
	}
	.counseling .counseling_contact dl dd a {
		font-size: 20px;
	}
	.counseling .counseling_cv {
		width: 100%;
		font-size: 18px;
	}
	.counseling .counseling_cv::before {
		display: block;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
	}
	.clinic_info {
		padding-bottom: 40px;
	}
	.clinic_info h2 {
		margin-bottom: 40px;
	}
	.clinic_medical_list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.clinic_medical_list li {
		width: 22%;
	}
	.clinic_medical_list li:not(:last-child) {
		margin-right: 0;
	}
	.clinic_medical_list li:last-child {
		width: 20%;
	}
	.clinic_region:not(:last-child) {
		margin-bottom: 50px;
	}
	.clinic_region h3 {
		display: block;
	}
	.clinic_region h3 img {
		margin-bottom: 20px;
	}
	.clinic_region h3 p {
		margin-right: 50px;
		margin-left: 50px;
		margin-bottom: 20px;
	}
	.clinic_region h3 span {
		font-size: 24px;
	}
	.clinic_region > figure {
		display: block;
	}
	.clinic_region > figure figcaption {
		width: 100%;
		margin-bottom: 24px;
	}
	.clinic_region .clinic_info_tel dt {
		display: block;
		font-size: 16px;
		width: auto;
		padding: 11px;
	}
	.clinic_region .clinic_info_tel dd::before {
		width: 18px;
		height: 18px;
	}
	.clinic_region .clinic_info_table dl {
		padding: 10px;
		display: block;
	}
	.clinic_region .clinic_info_table dt {
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #111230;
		padding-bottom: 8px;
	}
	.clinic_region .clinic_region_map {
		width: 100%;
	}
	.clinic_region .clinic_interior_list {
		padding-right: 0;
	}
	.clinic_region .clinic_interior_list li:nth-of-type(1),
	.clinic_region .clinic_interior_list li:nth-of-type(2),
	.clinic_region .clinic_interior_list li:nth-of-type(3) {
		margin-bottom: 5%;
	}
	.clinic_region .clinic_interior_list li:nth-of-type(5),
	.clinic_region .clinic_interior_list li:nth-of-type(6) {
		margin-right: 52%;
	}
	.clinic_region .clinic_interior_list li:not(:nth-of-type(6)),
	.clinic_region .clinic_interior_list li:not(:last-of-type) {
		margin-bottom: 5%;
	}
	.clinic_region .clinic_interior_list li:not(:last-of-type) {
		width: 48%;
	}
	.clinic_region .clinic_interior_list .row2 {
		top: auto;
		bottom: 0;
		width: 48%;
	}
	.profile {
		padding: 40px 0;
	}
	.profile h2 {
		font-size: 28px;
		margin-bottom: 18px;
	}
	.profile h3 {
		width: 100%;
	}
	.profile h3 span {
		font-size: 18px;
	}
	.profile h3 p {
		font-size: 22px;
	}
	.profile figure {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.profile figure:not(:last-child) {
		margin-bottom: 60px;
	}
	.profile figure img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-bottom: 20px;
	}
	.profile .profile_content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin-top: 0;
	}
	footer {
		padding: 20px 0;
	}
	footer small {
		font-size: 10px;
	}
}

@media screen and (max-width: 320px) {
	*,
	::before,
	::after {
		margin: 0;
	}
}

@media screen and (min-width: 744px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
