@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*-----------------BODY--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
html {
	font-size: 62.5%;
}
body {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 400;
}
body.mobile #mainImg, body.mobile #breadcrumb {
	margin-top: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fa, .far, .fas {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-weight: normal;
}
@media print, screen and (max-width: 1023px) {
	body.mobile {
		margin-top: 60px;
	}
}
/*-----------------BODY--------------------------------------------*/
/*-----------------ヘッダー--------------------------------------------*/
/*------PC・SP共通
--------------------------------------------*/
.bg .inner {
	width: auto !important;
}
/*------PC・SP共通__キャッチフレーズ
--------------------------------------------*/
#header .bg, .bg {
	background: none;
	margin: 0 auto;
}
#header h1, #header .description {
	color: #333; /*文字色変更*/
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.2232); /* フォントサイズ：1.2rem → 1rem */
}
@media print, screen and (min-width: 1024px) {
	/*------ヘッダー下部
--------------------------------------------*/
	#header {
		overflow: visible;
		width: 100%;
		height: min(calc(100px + (1vw - 19.2px) * 2.2321), 100px); /* 高さ変更 */
		margin: auto;
		z-index: 9999;
	}
	#header .inner, #header-layout, #header .logo, #header .sticky-logo, #header .logo a, #header .header__nav-contact, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul, #header ul.header__contact, #header ul.header__contact li, #header a.headBtn {
		height: 100%;
		float: none;
	}
	#header .inner {
		width: 100%;
		max-width: none;
	}
	#header-layout {
		width: 100%;
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
	/*------ヘッダー下部__ロゴ
--------------------------------------------*/
	#header .logo {
		display: block;
		line-height: 0;
		padding: 8px 15px; /* 可変：縦10px → 5px、横20px → 10px */
	}
	#header .logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header .logo img {
		-o-object-fit: contain;
		object-fit: contain;
		width: auto;
		height: 100%;
		max-width: 250px;
		max-height: 70px;
	}
	/*------ヘッダー下部__グローバルナビ
--------------------------------------------*/
	#header .header__nav-contact {
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	nav#mainNav {
		margin: 0;
	}
	nav#mainNav ul, #header .header__nav-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	nav#mainNav ul li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2232), 1.6rem);
		padding: 12px 25px;
	}
	nav#mainNav ul li a::after {
		content: '';
		position: absolute;
		width: 0;
		height: 2px;
		background: #ccc;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: .4s;
		transition: .4s;
	}
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		width: 40px;
	}
	nav#mainNav ul ul.sub-menu {
		width: 100%;
		height: auto;
	}
	nav#mainNav ul li:hover ul.sub-menu {
		top: 100%;
	}
	nav#mainNav ul.sub-menu li a::after {
		content: none !important;
	}
	nav#mainNav ul li a b {
		margin-top: 0;
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
	#header ul.header__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 15px;
	}
	#header a.headBtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row; /* アイコンを横並びにする場合は「row」 */
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff; /* 文字色変更 */
		background: #78CCFF; /* 背景色変更 */
		font-size: min(calc(1.5rem + (1vw - 19.2px) * 0.2232), 1.5rem); /* 可変：1.6rem → 1.4rem */
		font-weight: 500;
		font-family: 'Montserrat', 'Noto Sans JP', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Meiryo UI', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		line-height: 1.4;
		text-align: center;
		padding: 10px min(calc(20px + (1vw - 19.2px) * 0.5580), 20px); /* 可変：縦10px → 8px、横20px → 15px */
		-webkit-transition: .3s;
		transition: .3s;
	}
	#header a.headBtn.telBtn {
		font-size: 1.8rem;
	}
	#header a.headBtn.joinBtn {
		background: #F87575;
	}
	#header a.headBtn .subTtl {
		display: block;
		font-size: 1.1rem;
	}
	#header a.headBtn::before {
		display: block;
		font-family: 'Font Awesome 5 Free';
		font-size: 2.2rem; /* サイズ変更 */
		font-weight: 900;
		line-height: 1;
		margin-right: .4em;
	}
	#header a.headBtn.telBtn::before {
		content: '\f073';
	}
	#header a.headBtn.mailBtn::before {
		content: '\f0e0';
	}
	#header a.headBtn.joinBtn::before {
		content: '\f234';
	}
	#header a.headBtn:hover {
		background: #68c6ff;
	}
	#header a.headBtn.joinBtn:hover {
		background: #fb6767;
	}
	/*------スティッキーヘッダー
--------------------------------------------*/
	.sticky-header .site-header {
		z-index: 9999;
	}
	.sticky-header #header > .inner {
		height: auto;
		background: #fff;
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2); /* 不要なら削除 */
	}
	.sticky-header #header-layout {
		height: 80px; /* 高さ変更 */
	}
	.sticky-header nav#mainNav {
		background: none;
	}
	nav#mainNav ul li#menu-item-72 {
		display: none;
	}
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#header ul.header__contact {
		display: none;
	}
	#header h1, #header .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
	#header .inner {
		width: 100%;
	}
	#header-layout {
		padding: 0;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 20px auto;
		padding: 0;
	}
	#header .logo img, body.mobile #header .logo img {
		max-width: 300px;
		max-height: 50px; /* サイズ変更 */
		-o-object-fit: contain;
		object-fit: contain;
	}
	/*------レスポンシブ__スティッキーヘッダー
--------------------------------------------*/
	.mobile #header {
		background: #fff; /* 背景色変更 */
		-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
		box-shadow: 0 0 6px rgba(0, 0, 0, .2); /* 不要なら削除 */
		z-index: 9999;
	}
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	height: 2px;
}
.spmenu #menu p {
	font-family: 'Montserrat', sans-serif;
}
.spmenu #menu span:before {
	bottom: -10px;
}
.spmenu #menu span:after {
	bottom: -20px;
}
/*--------------------------------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	body.mobile #header .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mobile #header .logo .mark, .mobile #header .logo .spmenu {
		display: block !important;
	}
}
/*------基礎
--------------------------------------------*/
#header p {
	float: none;
	padding: 0;
}
@media print, screen and (max-width: 1023px) {
	body.mobile #header .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mobile #header .logo .spmenu {
		display: block !important;
	}
	.mobile #header .logo .mark {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px 10px;
	}
}
/*------スマホメニュー
--------------------------------------------*/
.spmenu #menu {
	padding: 0px 1px 2px 0;
}
.spmenu #menu p {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	width: 35px;
}
/*-----------------ヘッダー--------------------------------------------*/
/*-----------------フッター--------------------------------------------*/
/*------共通
--------------------------------------------*/
#footer {
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem);
	padding: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) 0 30px;
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	width: 95%;
	max-width: 1100px;
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
	margin-bottom: 30px;
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
	margin-bottom: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ddd;
	top: 0;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
}
@media print, screen and (max-width: 768px) {
	#footer {
		padding-bottom: 60px;
	}
}
.mobile #footer {
	border-top: 1px solid #ddd;
}
/*------コピーライト
--------------------------------------------*/
#copyright {
	background: none;
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	letter-spacing: .1rem;
	padding: 0;
	margin: 30px auto 0;
}
/*-----------------フッター--------------------------------------------*/
/*----------------SPフッタータブメニュー--------------------------------------------*/
ul#MESY_FTMFM_footer_bar .fa, ul#MESY_FTMFM_footer_bar .far, ul#MESY_FTMFM_footer_bar .fas {
	font-weight: 900;
}
/*----------------SPフッタータブメニュー--------------------------------------------*/
/*----------------メインイメージ--------------------------------------------*/
#mainImg img {
	width: 100% !important;
}
/*----------------メインイメージ--------------------------------------------*/
/*-----------------見出し--------------------------------------------*/
/*------共通
--------------------------------------------*/
h1.title, .post h1, .post h2, .post2b h2, .post4b h2, h2.title, .post h3, .post h4 {
	line-height: 1.6;
	background: none;
}
.post h1 span, .post h2 span, .post h3 span, .post h4 span {
	padding: 0;
}
/*------h1タイトル
--------------------------------------------*/
h1.title, .post h1, header#h1Header h1.title {
	font-size: min(calc(3.4rem + (1vw - 19.2px) * 0.6472), 3.4rem);
	font-weight: 600;
	letter-spacing: min(calc(.3rem + (1vw - 19.2px) * 0.0647), .3rem);
	text-align: center;
	text-shadow: none;
	padding: 0;
	z-index: 20;
}
h1.title, .post h1 {
	position: relative;
	margin: 0 auto min(calc(80px + (1vw - 19.2px) * 1.9417), 80px);
}
h1.title .en_ttl, .post h1 .en_ttl {
	display: block;
	color: #78ccff;
	font-size: 1.6em;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
}
header#h1Header h1.title .en_ttl {
	font-size: 1.2em;
	color: #fff;
}
h1.title .jp_ttl, .post h1 .jp_ttl {
	display: block;
	font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.4531), 2.2rem);
}
header#h1Header h1.title .jp_ttl {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.0647), 1.6rem);
	color: #fff;
}
/*------h2タイトル
--------------------------------------------*/
.post h2 {
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5178), 3rem);
	font-weight: 600;
	letter-spacing: .2rem;
	text-align: center;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) auto min(calc(6rem + (1vw - 19.2px) * 1.2945), 60px);
}
.post h2::before, .post h2::after {
	content: none;
}
.post h2 .en_ttl {
	display: block;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: 'Josefin Sans', sans-serif;
}
.post h2 .sub_ttl {
	display: block;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
}
.post h2 .sub_ttl::before {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: #78ccff;
	margin: 10px auto 15px;
	border-radius: 50vw;
}
/*------h3タイトル
--------------------------------------------*/
.post h3 {
	font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.3236), 2.2rem);
	font-weight: 600;
	letter-spacing: .1rem;
	text-align: left;
	padding: 0 .8em 0;
	margin: min(calc(60px + (1vw - 19.2px) * 0.9709), 60px) auto min(calc(30px + (1vw - 19.2px) * 0.3236), 30px);
	border-left: min(calc(4px + (1vw - 19.2px) * 0.0647), 4px) solid #78ccff;
}
.post h3::before, .post h3::after {
	content: none;
}
/*------h4タイトル
--------------------------------------------*/
/*------サブタイトル
--------------------------------------------*/
#breadcrumb .jpTtl, #sitemap_list .jpTtl {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}
#breadcrumb b, ul#sitemap_list b {
	display: none;
}
/*------上部マージン消去
--------------------------------------------*/
h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
	margin-top: 0;
}
/*-----------------見出し--------------------------------------------*/
/*-----------------パンくずリスト--------------------------------------------*/
#breadcrumb {
	padding: 12px 0;
}
#breadcrumb ul {
	width: 98%;
	max-width: 1100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}
#breadcrumb ul li {
	float: none;
}
#breadcrumb ul li:first-child {
	margin-left: 0;
}
@media print, screen and (max-width: 640px) {
	#breadcrumb ul {
		max-width: 100%;
	}
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
	padding: 0;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0;
}
.wpcf7-form .must, .wpcf7-form .option {
	font-size: 75%;
}
.select-default input[type="text"], .select-default input[type="tel"], .select-default input[type="email"], .select-default input[type="date"], .select-default input[type="url"], .select-default input[type="number"], .select-default select, .select-default textarea {
	width: auto !important;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	border: none;
	background: #f4f4f4;
}
/*更新による送信ボタンのズレ調整*/
.wpcf7-spinner {
    position: absolute!important;
    width: 0!important;
    margin: 0 10px!important;
}

@media print, screen and (min-width: 640px) {
	.select3col input[type="text"], .select3col input[type="tel"], .select3col input[type="email"], .select3col input[type="date"], .select3col input[type="url"], .select3col input[type="number"], .select3col select, .select3col textarea {
		width: 25% !important;
	}
}
@media print, screen and (max-width: 640px) {
	.select3col input[type="text"], .select3col input[type="tel"], .select3col input[type="email"], .select3col input[type="date"], .select3col input[type="url"], .select3col input[type="number"], .select3col select, .select3col textarea {
		width: 95% !important;
	}
}
/*-----------------お問い合わせフォーム--------------------------------------------*/
/*-----------------共通--------------------------------------------*/
/*------ラッパーコンテンツ
--------------------------------------------*/
#full-wrapper .post {
	margin: 0 auto;
}
.wrapper-content {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	z-index: 20;
}
/*------フレックスボックス
--------------------------------------------*/
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px) auto
}
h3 + .flexbox {
	margin-top: 0;
}
.ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.it-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}
.gap {
	gap: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);
}
.gap3 {
	gap: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
}
.flexbox:first-child {
	margin-top: 0;
}
.flexbox:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
	.flexbox {
		margin: calc(80px + (1vw - 10.23px) * 4.6296) auto;
	}
}
@media print, screen and (max-width: 768px) {
	.flexbox {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90, .w100 {
		width: 100%;
	}
	.w30:last-child, .w40:last-child, .w50:last-child, .w60:last-child, .w70:last-child, .w80:last-child, .w90:last-child, .w100:last-child {
		margin-bottom: 0;
	}
	.w30 img, .w40 img, .w50 img, .w60 img, .w70 img, .w80 img, .w90 img, .w100 img {
		width: auto;
		max-height: 320px;
	}
	.flexbox.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.sp-nowrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.sp-nowrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.sp-nowrap .w10 {
		width: 10%;
	}
	.sp-nowrap .w20 {
		width: 20%;
	}
	.sp-nowrap .w30 {
		width: 30%;
	}
	.sp-nowrap .w40 {
		width: 40%;
	}
	.sp-nowrap .w50 {
		width: 50%;
	}
	.sp-nowrap .w60 {
		width: 60%;
	}
	.sp-nowrap .w70 {
		width: 70%;
	}
	.sp-nowrap .w80 {
		width: 80%;
	}
	.sp-nowrap .w90 {
		width: 90%;
	}
	.sp-ai-top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.sp-no-mb {
		margin-bottom: 0 !important;
	}
	.sp-no-pb {
		padding-bottom: 0 !important;
	}
}
/*------pタグ
--------------------------------------------*/
.post p {
	padding-bottom: 0;
}
/*------リスト
--------------------------------------------*/
.post ul {
	margin: 0;
}
.post li {
	line-height: 2;
	margin-bottom: 0;
	border-bottom: 0;
}
.post ol {
	margin: 0 0 0 1.2em;
}
.post ul.list-disc {
	list-style: disc;
	margin: 0 0 0 1.2em;
}
ul.list-nmb {
	counter-reset: list-nmb;
}
ul.list-nmb > li {
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 1.6em;
}
ul.list-nmb > li::before {
	content: '（'counter(list-nmb) '）';
	counter-increment: list-nmb;
	position: absolute;
	left: 0;
}
.post ul.list-point > li, .post ul.list-check > li, .post ul.caution > li {
	position: relative;
	list-style: none;
	padding-left: 1.2em;
	margin-left: 0;
}
.post ul.list-point > li:before, .post ul.list-check li:before, .post ul.caution > li:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	left: 0;
}
.post ul.list-point > li:before, .post ul li.list-point:before {
	content: "\f087";
}
.post ul.list-check > li:before, .post ul li.list-check:before {
	content: "\f00c";
}
.post ul.caution > li::before, .post ul li.caution::before {
	content: "※";
}
.post ul.list-bm > li {
	margin-bottom: 1.4em;
}
.post ol:first-child, .post ul.list-disc:first-child, .post ul.list-point:first-child, .post ul.list-check:first-child, .post ul.caution:first-child {
	margin-top: 0;
}
.post ol:last-child, .post li:last-child, .post ul.list-disc:last-child, .post ul.list-point:last-child, .post ul.list-check:last-child, .post ul.caution:last-child {
	margin-bottom: 0;
}
/*--liststyle reset-----*/
.post li.list-none, .post ol li.list-none, .post ul li.list-none {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.post li.list-none:before, .post ol li.list-none:before, .post ul li.list-none:before {
	content: none !important
}
/*------テーブル
--------------------------------------------*/
.post table, .post table th, .post table td {
	border-width: 1px 0;
}
.post table {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
}
.post table th, .post table td {
	font-size: min(calc(1.5rem + (1vw - 19.2px) * 0.1294), 1.5rem);
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);
}
.post table th {
	width: 25%;
	font-weight: 600;
}
.post table:first-child {
	margin-top: 0;
}
.post table:last-child {
	margin-bottom: 0;
}
.post table.none_bdr_table, .post table.none_bdr_table th, .post table.none_bdr_table td {
	border: none;
}
.post table.none_bdr_table th {
	width: 20%;
	font-weight: 400;
	padding: 0 min(calc(15px + (1vw - 19.2px) * 0.3236), 15px) 0 0;
}
.post table.none_bdr_table td {
	padding: 0;
}
@media print, screen and (max-width: 1023px) {
	.table_scroll {
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table_scroll table {
		table-layout: auto;
		width: 800px;
	}
}
@media print, screen and (max-width: 640px) {
	.post table.responsive th, .post table.responsive td {
		text-align: left;
	}
	.post table th, .post table.none_bdr_table th {
		width: 30%;
	}
}
/*------画像
--------------------------------------------*/
.post img.aligncenter {
	margin: 0 auto;
}
.aspect_img {
	position: relative;
	overflow: hidden;
}
.aspect_img::before {
	content: '';
	display: block;
	padding-top: 66.7%;
}
.aspect_img img {
	position: absolute;
	width: 100.5%;
	max-width: none;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*------YOUTUBE動画埋め込み
--------------------------------------------*/
.youtubeArea {
	position: relative;
	overflow: hidden;
	margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto;
}
.youtubeArea::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.youtubeArea > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.youtubeArea:first-child {
	margin-top: 0;
}
.youtubeArea:last-child {
	margin-bottom: 0;
}
/*------デフォルトリンクボタン
--------------------------------------------*/
.linkbtn {
	background: #444;
	padding: 1.6rem 3.2rem 1.6rem 3.2rem;
	position: relative;
	border-radius: 5px;
	line-height: 1.8;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
}
.linkbtn:hover {
	background: #c7fe61;
}
.linkbtn a {
	color: #fff;
}
.linkbtn input[type="submit"] {
	padding: inherit;
}
.linkbtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
input.linkbtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
.post .linkbtn {
	padding: 1.6rem 3.2rem 1.6rem 3.2rem;
	position: relative;
	color: #fff;
	border-radius: 5px;
	line-height: 1.8;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.post .linkbtn input[type="submit"] {
	background: none;
	padding: inherit;
}
.post .linkbtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
.post input.linkbtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
.linkbtn {
	display: inherit;
	max-width: 500px;
	margin: 3rem auto;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.post .linkbtn input[type="submit"] {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
}
@media only screen and (max-width: 640px) {
	.linkbtn {
		display: block;
		text-align: center;
	}
	.post .linkbtn {
		display: block;
		text-align: center;
	}
}
/*------リンクボタン
--------------------------------------------*/
a.link_btn {
	display: inline-block;
	position: relative;
	color: #fff;
	background: #444;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1942), 1.3rem);
	font-weight: 600;
	letter-spacing: .1rem;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(15px + (1vw - 19.2px) * 0.3236), 15px) min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
	border-radius: 50vw;
	-webkit-transition: .3s;
	transition: .3s;
}
a.link_btn:hover {
	background: #c7fe61;
	text-decoration: none;
}
a.link_btn::after {
	content: '\f105';
	position: absolute;
	font-size: .9em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	top: 50%;
	right: min(calc(22px + (1vw - 19.2px) * 0.3883), 22px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.link_btn.btn_grada {
	background: linear-gradient(135deg, rgba(248, 117, 117, 1) 0%, rgba(255, 206, 87, 1) 50%, rgba(255, 206, 87, 1) 50%, rgba(248, 117, 117, 1) 100%);
	background-size: 200%;
	background-position: left;
}
a.link_btn.btn_grada:hover {
	background: linear-gradient(135deg, rgba(248, 117, 117, 1) 0%, rgba(255, 206, 87, 1) 50%, rgba(255, 206, 87, 1) 50%, rgba(248, 117, 117, 1) 100%);
	background-size: 200%;
	background-position: right;
}
a.link_btn.btn_red {
	background: #F87575;
}
a.link_btn.btn_red:hover {
	background: #fb6767;
}
a.link_btn.btn_bl {
	background: #78CCFF;
}
a.link_btn.btn_bl:hover {
	background: #68c6ff;
}
a.link_btn.btn_line {
	background: #06c755;
}
a.link_btn.btn_line:hover {
	background: #00B900;
}
a.link_btn.btn_wh {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
}
a.link_btn.btn_wh:hover {
	background: rgba(255, 255, 255, .4);
}
.linkbtn_area {
	text-align: center;
	margin: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) auto;
}
a.pdf_btn::after {
	content: '\f15b';
}
a.external::after {
	content: '\f35d';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-left: 10px;
}
a.link_btn.external::after {
	margin-left: auto;
}
a.link_btn.external::after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.linkbtn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: min(calc(70px + (1vw - 19.2px) * 1.2945), 70px) auto;
}
ul.linkbtn_list > li {
	width: 100%;
	margin-bottom: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
}
ul.linkbtn_list > li a.link_btn {
	width: 100%;
}
.linkbtn_area:first-child, ul.linkbtn_list:first-child {
	margin-top: 0;
}
.linkbtn_area:last-child, ul.linkbtn_list:last-child {
	margin-bottom: 0;
}
ul.col3List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.col3List:not(.linkbtn_list) > li {
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
}
@media print, screen and (min-width: 641px) {
	ul.linkbtn_list > li {
		width: 48%;
	}
	ul.linkbtn_list > li:nth-child(2n+1):nth-last-child(-n+2), ul.linkbtn_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 1024px) {
	ul.linkbtn_list.col3List {
		max-width: none;
	}
	ul.col3List > li {
		width: 32%;
	}
	ul.col3List > li:nth-child(3n+2):last-child {
		margin-right: calc(32% + (((100% - (32% * 3)) / 2) * 1));
	}
	ul.col3List > li:nth-child(3n+1):nth-last-child(-n+3), ul.col3List > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 640px) {
	ul.col3List:not(.linkbtn_list) > li {
		width: 48%;
	}
	ul.col3List:not(.linkbtn_list) > li:nth-child(2n+1):nth-last-child(-n+2), ul.col3List:not(.linkbtn_list) > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 640px) {
	a.link_btn {
		width: 100%;
	}
}
/*------アンカーリンク
--------------------------------------------*/
.anchorLink::before {
	content: '';
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}
.anchorLink + h2 {
	margin-top: 0;
}
a.link_btn.anchor_btn {
	min-width: auto;
}
a.link_btn.anchor_btn::after {
	content: '\f078';
}
ul.anchorList {
	max-width: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
ul.anchorList > li {
	width: 100%;
}
@media print, screen and (min-width: 769px) {
	ul.anchorList > li {
		width: calc((100% - (10px * 2)) / 3);
		margin-right: 9px;
	}
	ul.anchorList > li:nth-child(3n), ul.anchorList > li:last-child {
		margin-right: 0;
	}
}
@media print, screen and (max-width: 768px) and (min-width: 426px) {
	ul.anchorList > li {
		width: calc((100% - 9px) / 2);
		margin-right: 9px;
	}
	ul.anchorList > li:nth-child(2n), ul.anchorList > li:last-child {
		margin-right: 0;
	}
}
/*------注釈・強調テキスト
--------------------------------------------*/
.note, .inlinenote {
	font-size: calc(1.2rem + (1vw - 19.2px) * 0.1294);
}
.note {
	display: block;
}
.nowrap {
	display: inline-block;
}
.bl_txt, .post .bl_txt {
	color: #78ccff;
}
.red_txt, .post .red_txt {
	color: #fb6767;
}
.em_txt, .post .em_txt {
	font-size: 1.5em;
}
.mid_txt, .post .mid_txt {
	font-size: 1.2em;
}
.min_txt, .post .min_txt {
	font-size: .9em;
}
.en_txt, .post .en_txt {
	font-family: 'Josefin Sans', sans-serif;
}
.st {
	text-decoration: line-through;
	-webkit-text-decoration-color: #fb6767;
	text-decoration-color: #fb6767;
}
.read_txt {
	font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);
	text-align: center;
	letter-spacing: .1rem;
	line-height: 2.2;
	margin: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px) auto min(calc(70px + (1vw - 19.2px) * 1.2945), 70px);
}
.l-space p:not(:last-child) {
	margin-bottom: 1.4em;
}
.l_txt, .post .lefttTxt {
	text-align: left;
}
.r_txt, .post .r_txt {
	text-align: right;
}
.c_txt, .post .c_txt {
	text-align: center;
}
.color_box {
	background: #f7f7f7;
	padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px) min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
	margin: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px) auto;
}
.wh_bg {
	background: #fff;
	padding: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
}
.fw-contents .page_contents_inner:nth-child(even) .color_box {
	background: #fff;
}
.read_txt:first-child, .color_box:first-child {
	margin-top: 0;
}
.read_txt:last-child, .color_box:last-child {
	margin-bottom: 0;
}
.read_txt:first-child {
	margin-top: 0;
}
.read_txt:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
	.em_txt, .post .em_txt {
		font-size: 1.3em;
	}
	.mid_txt, .post .mid_txt {
		font-size: 1.1em;
	}
}
/*------マーカー
--------------------------------------------*/
span.marker.blue {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #6cf));
	background: linear-gradient(transparent 60%, #6cf 60%);
}
span.marker.pink {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6c));
	background: linear-gradient(transparent 60%, #f6c 60%);
}
span.marker.yellow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
	background: linear-gradient(transparent 60%, #ff6 60%);
}
/*------ギャラリー
--------------------------------------------*/
.gallery_area {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
}
.gallery_area:first-child {
	margin-top: 0;
}
.gallery_area:last-child {
	margin-bottom: 0;
}
.gallery {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	margin: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) auto !important;
}
.gallery > br {
	display: none !important;
}
.gallery > *:last-child {
	display: block;
}
.gallery:first-child, .gallery:nth-child(2) {
	margin-top: 0 !important;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery-item {
	float: none !important;
	margin-top: 0 !important;
	line-height: 0;
	margin-bottom: min(calc(20px + (1vw - 19.2px) * 0.7819), 20px);
}
.gallery-caption {
	line-height: 1.6;
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
	text-align: center;
	margin: 1rem auto 0 !important;
	padding: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
	width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
	width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
	width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
	width: calc(100% / 6) !important;
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
	max-width: 95%;
}
@media print, screen and (min-width: 641px) {
	.gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
		margin-right: calc(((100% / 4) * 2) + (((100% - ((100% / 4) * 4)) / 3) * 2)) !important;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
		margin-right: calc(((100% / 4) * 1) + (((100% - ((100% / 4) * 4)) / 3) * 1)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
		margin-right: calc(((100% / 5) * 3) + (((100% - ((100% / 5) * 5)) / 4) * 3)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
		margin-right: calc(((100% / 5) * 2) + (((100% - ((100% / 5) * 5)) / 4) * 2)) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
		margin-right: calc(((100% / 5) * 1) + (((100% - ((100% / 5) * 5)) / 4) * 1)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
		margin-right: calc(((100% / 6) * 4) + (((100% - ((100% / 6) * 6)) / 5) * 4)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
		margin-right: calc(((100% / 6) * 3) + (((100% - ((100% / 6) * 6)) / 5) * 3)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
		margin-right: calc(((100% / 6) * 2) + (((100% - ((100% / 6) * 6)) / 5) * 2)) !important;
	}
	.gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
		margin-right: calc(((100% / 6) * 1) + (((100% - ((100% / 6) * 6)) / 4) * 1)) !important;
	}
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
	.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 3) !important;
	}
	.gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type, .gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
		margin-right: calc((100% / 3) + (((100% - ((100% / 3) * 3)) / 2) * 1)) !important;
	}
}
@media print, screen and (max-width: 640px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: calc(100% / 2) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		margin-bottom: 10px;
	}
	.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
		max-width: 97%;
	}
}
/*------レスポンシブ時、改行無し、左揃え
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	.pc-center {
		text-align: center;
	}
}
@media print, screen and (max-width: 768px) {
	.br-none br {
		display: none;
	}
}
/*------横100%
--------------------------------------------*/
#wrapper, #content, .post {
	overflow: visible;
}
.fullwidthBox {
	position: relative;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: 30px calc((100vw - 100%) / 2);
}
/*------Googleマップ
--------------------------------------------*/
.googlemap {
	padding-bottom: 45%;
	margin: min(calc(50px + (1vw - 19.2px) * 1.6181), 50px) auto;
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
	.googlemap {
		padding-bottom: 80%;
	}
}
/*-----------------共通--------------------------------------------*/
/*-----------------トップ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.home #content {
	padding: 0;
}
.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0;
}
.post h1.front_ttl .en_ttl {
	display: block;
	color: #78ccff;
	font-size: 1.6em;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
}
.post h1.front_ttl .sub_ttl {
	display: block;
	font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.4531), 2.2rem);
}
/*------f-plan
--------------------------------------------*/
#f-plan {
	background: #f7f7f7;
	padding-bottom: min(calc(270px + (1vw - 19.2px) * 4.5307), 270px);
	margin-bottom: max(calc(-120px + (1vw - 19.2px) * -1.2945), -120px);
}
.plancol_wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 500px;
}
.plancol_wrap:not(:last-child) {
	margin-bottom: min(calc(70px + (1vw - 19.2px) * 1.2945), 70px);
}
.plancol_main {
	position: relative;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 550px;
	background: #fff;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.2589), 1.8rem);
	font-weight: 500;
	letter-spacing: .05rem;
	line-height: 2.4;
	padding: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px) min(calc(50px + (1vw - 19.2px) * 1.2945), 50px) min(calc(70px + (1vw - 19.2px) * 1.2945), 70px);
	border-radius: 20px;
	z-index: 10;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}
.plancol_img {
	position: absolute;
	width: 600px;
	overflow: hidden;
	border-radius: 20px;
	top: 0;
	right: 0;
}
.plancol_img::before {
	content: '';
	display: block;
	padding-top: 500px;
}
.plancol_img img {
	position: absolute;
	width: auto;
	height: 100%;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.post h2.plan_ttl {
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5178), 3rem);
	font-weight: 600;
	letter-spacing: min(calc(.2rem + (1vw - 19.2px) * 0.0647), .2rem);
	text-align: left;
	padding: 0;
	margin: 0 auto min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
}
.post h2.plan_ttl .en_ttl {
	display: table;
	font-size: 1.2em;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
	margin: 0;
}
.post h2.plan_ttl .jp_ttl {
	display: block;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
}
.plan_nmb {
	position: absolute;
	font-size: min(calc(13rem + (1vw - 19.2px) * 1.9417), 13rem);
	font-weight: 900;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	color: rgb(199, 254, 97);
	background: linear-gradient(135deg, rgba(199, 254, 97, 1) 0%, rgba(137, 236, 255, 1) 35%, rgba(120, 204, 255, 1) 65%, rgba(175, 170, 254, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: 0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	left: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
}
.plancol_main .linkbtn_area {
    margin-top: 20px;
}
@media print, screen and (max-width: 1240px) and (min-width: 769px) {
	.plancol_main {
		width: calc(550px + (1vw - 12.4px) * 40.3397);
	}
	.plancol_img {
		width: calc(600px + (1vw - 12.4px) * 50.9554);
	}
}
@media print, screen and (min-width: 769px) {
	.plancol .plancol_wrap:nth-child(even) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.plancol .plancol_wrap:nth-child(even) .plancol_img {
		right: auto;
		left: 0;
	}
	.plancol .plancol_wrap:nth-child(even) .plan_nmb {
		left: auto;
		right: 50px;
	}
}
@media print, screen and (max-width: 768px) {
	.plancol_wrap {
		height: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.plancol_main {
		width: 90%;
		margin: calc(-70px + (1vw - 0.77rem) * -7.6336) auto 0 0;
	}
	.plancol_img {
		position: relative;
		width: 90%;
		top: auto !important;
		left: auto !important;
		right: auto !important;
	}
	.plancol_img img {
		width: 100%;
		height: auto;
	}
	.plancol_img::before {
		padding-top: calc(500px + (1vw - 0.77rem) * 63.6132);
	}
}
/*------f-campaign
--------------------------------------------*/
.headimg_col {
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 7%);
	box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}
.headimg_col + .headimg_col {
	margin-top: 100px;
}
.headimg {
	position: relative;
	overflow: hidden;
}
.headimg::before {
	content: '';
	display: block;
	padding-top: min(calc(400px + (1vw - 19.2px) * 7.7670), 400px);
}
.headimg img {
	position: absolute;
	width: auto;
	height: 100%;
	max-width: none;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post h1.headimg_ttl {
	position: absolute;
	top: calc(50% - min(calc(30px + (1vw - 19.2px) * 0.6472), 30px));
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	color: #fff;
	font-size: min(calc(4.5rem + (1vw - 19.2px) * 0.9709), 4.5rem);
	font-weight: 600;
	letter-spacing: .4rem;
	line-height: 1.4;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 90%;
}
.headimg_col .wrapper-content {
	background: #fff;
	padding: min(calc(70px + (1vw - 19.2px) * 1.6181), 70px) min(calc(60px + (1vw - 19.2px) * 2.2654), 60px) min(calc(100px + (1vw - 19.2px) * 3.2362), 100px);
	border-radius: 30px;
	margin-top: max(calc(-80px + (1vw - 19.2px) * -1.9417), -80px);
}
.headimg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(150deg, rgba(199, 254, 97, 1) 0%, rgba(137, 236, 255, 1) 35%, rgba(120, 204, 255, 1) 65%, rgba(175, 170, 254, 1) 100%);
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}
.headimg_col__inner {
	max-width: 700px;
	margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
	.headimg img {
		-webkit-transform: translate(14%, -50%);
		transform: translate(14%, -50%);
	}
}
/*------f-visit
--------------------------------------------*/
/*------トップパターン_左右交互
--------------------------------------------*/
#f-other {
	margin-top: max(calc(-120px + (1vw - 19.2px) * -1.2945), -120px);
}
.r-colWrap {
	background: #f7f7f7;
	padding: min(calc(250px + (1vw - 19.2px) * 3.2362), 250px) 0 min(calc(100px + (1vw - 19.2px) * 5.1780), 100px);
}
.r-colWrap__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
}
.r-colWrap > .r-colWrap__inner:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.r-colWrap .inner__main, .r-colWrap .inner__img {
	width: 100%;
}
.r-colWrap .inner__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: min(calc(70px + (1vw - 19.2px) * 1.2945), 70px) min(calc(70px + (1vw - 19.2px) * 1.9417), 70px);
}
.mainCol {
	width: 100%;
	max-width: 750px;
}
.r-colWrap .inner__img {
	position: relative;
	overflow: hidden;
}
.r-colWrap .inner__img::before {
	content: '';
	display: block;
}
.r-colWrap .inner__img img {
	position: absolute;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.r-colWrap .inner__img iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.r-colWrap .mainCol .linkbtn_area {
	margin-top: min(calc(70px + (1vw - 19.2px) * 1.6181), 70px);
}
.post h2.r-colTtl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.3883), 2.8rem);
	font-weight: 600;
	letter-spacing: .1rem;
	text-align: left;
	padding: 0;
	margin: 0 auto 20px;
}
.post h2.r-colTtl .en_ttl {
	display: block;
	color: #78ccff;
	font-size: 1.4em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
}
.post h2.r-colTtl .sub_ttl {
	display: block;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
}
.post h2.r-colTtl .sub_ttl::before {
	content: none;
}
@media print, screen and (min-width: 769px) {
	.r-colWrap .inner__main, .r-colWrap .inner__img {
		width: 50%;
	}
	.r-colWrap .inner__img::before {
		padding-top: 500px;
	}
	.r-colWrap .inner__img img {
		width: auto;
		height: 102%;
	}
	.r-colWrap .mainCol .linkbtn_area {
		text-align: right;
	}
	.r-colWrap__inner:not(:last-child) {
		margin-bottom: 80px;
	}
}
@media print, screen and (max-width: 768px) {
	.r-colWrap .inner__img::before {
		padding-top: calc(300px + (1vw - 7.68px) * 25.4453);
	}
	.r-colWrap .inner__img img {
		width: 102%;
		height: auto;
	}
}
/*------f-insta
--------------------------------------------*/
#f-insta .wrapper-content {
	max-width: 1500px;
}
/*------f-trainer
--------------------------------------------*/
#f-trainer {
	color: #fff;
	background: url(/struct/wp-content/uploads/bg_trainer.jpg) no-repeat center;
	background-size: cover;
	padding: min(calc(120px + (1vw - 19.2px) * 1.2945), 120px) 0;
}
#f-trainer::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	top: 0;
	left: 0;
}
/*------新着情報
--------------------------------------------*/
#front_top_content, #front_bottom_content {
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0 min(calc(180px + (1vw - 19.2px) * 5.1780), 180px);
}
#front-sectionPost {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
#front_top_content .linkbtn_area, #front_bottom_content .linkbtn_area {
	margin-top: 50px;
}
#front-sectionPost ul.post li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#front-sectionPost ul.post li {
	border-bottom: none !important;
}
@media print, screen and (max-width: 640px) {
	.postlist .post_text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.postlist .ttls {
		width: 100%;
		margin-top: 10px;
	}
	.postlist .ttls, .postlist .date {
		padding: 0 5px;
	}
	.postlist .time {
		margin: 0 5px 0 0;
	}
}
/*-----------------トップ--------------------------------------------*/
/*-----------------投稿記事--------------------------------------------*/
/*------共通
--------------------------------------------*/
/*-----表示関連-----*/
#cat-post ul.post li, .post2b, .post4b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#cat-post ul.post li, .post2b li, .post4b li {
	border-bottom: none !important;
}
.post2b, .post4b {
	padding: 0;
	margin: 0 auto;
}
.post2b li, .post4b li {
	position: relative;
	padding: 0 0 45px;
	margin: 0 0 20px;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	line-height: 1.2;
	padding: 5px 10px;
	border-radius: 0;
	border: 1px solid #333;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
	margin-bottom: 0;
	opacity: .5;
}
.post_link, .post2b_link, .post4b_link {
	position: absolute;
	float: none;
	font-size: min(calc(1.3rem + (1vw - 19.2px) * 0.1294), 1.3rem);
	margin: 0;
	bottom: 10px;
	right: 5px;
	border-bottom: 1px solid;
}
/*-----画像関連-----*/
.post .post_img, .post_text70, .post_img img {
	float: none;
}
.post .post_img, .post_text70, .post2b li, .post4b li {
	width: 100%;
}
.post_img img, .post2b .post2b_img {
	text-align: center;
}
/*-----タイトル関連-----*/
.post_text h2 a, .post2b h2 a, .post4b h2 {
	font-size: inherit;
}
.post2b h2, .post4b h2, h2.title, .post_text h2 {
	letter-spacing: .1rem;
	padding: 0 !important;
	margin: 10px auto !important;
}
.post_text h2 {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
}
.post2b h2, .post4b h2, h2.title {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
}
.post_text h2::before, .post2b h2::before, .post4b h2::before, .post_text h2::after, .post2b h2::after, .post4b h2::after {
	content: none !important;
}
.clearfix:after {
	content: none;
}
/*------リスト表示
--------------------------------------------*/
.postlist {
	margin-bottom: 0;
}
.postlist li {
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
}
.postlist li:first-child {
	border-top: 1px solid #ddd;
}
.postlist .post_text {
	width: 98%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 12px 0;
}
.postlist .ttls, .postlist .date {
	display: block;
	padding: 0 10px;
	margin-bottom: 0;
}
.postlist .ttls {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postlist .ttls a {
	color: #333;
}
.postlist .ttls a:hover {
	text-decoration: underline;
}
.postlist .time {
	display: block;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
/*------4ブロック
--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post4b li {
		width: 24%;
	}
	.post4b li:nth-child(4n+2):last-child {
		margin-right: calc((24% * 2) + (((100% - (24% * 4)) / 3) * 2));
	}
	.post4b li:nth-child(4n+3):last-child {
		margin-right: calc((24% * 1) + (((100% - (24% * 4)) / 3) * 1));
	}
	.post4b li:nth-child(4n+1):nth-last-child(-n+4), .post4b li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
/*------2ブロック
--------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.post2b li {
		width: 48%;
	}
	.post2b li:nth-child(2n+1):nth-last-child(-n+2), .post2b li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------1ブロック
--------------------------------------------*/
ul.post > li {
	margin-bottom: 30px;
}
ul.post > li .post_text70 {
	position: relative;
	padding-bottom: 30px;
}
@media print, screen and (min-width: 800px) {
	.post .post_img, .post_text70 {
		margin: 0;
	}
	.post .post_img {
		width: 30%;
	}
	.post_text70 {
		width: 65%;
	}
}
@media print, screen and (max-width: 799px) {
	.post .post_img {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}
/*-----------------投稿記事--------------------------------------------*/
/*-----------------記事詳細--------------------------------------------*/
/*-----表示関連-----*/
#cat-post li {
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
}
#cat-post li .post_contents {
	margin-top: 1rem;
}
#cat-post .postlist li {
	margin-bottom: 0;
}
.dateLabel {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
}
.pagenav {
	margin: 70px 0 0;
}
/*-----タイトル関連-----*/
#cat-post h2, #cat-post h2 a {
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
	letter-spacing: .1rem;
}
#cat-post h2 {
	font-style: normal;
	margin-bottom: 0;
	text-align: left;
	padding: 10px 0;
	border: none;
}
#cat-post .post2b h2, #cat-post .post4b h2, #cat-post .post2b h2 a, #cat-post .post4b h2 a {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
}
#cat-post h2::before, #cat-post h2::after {
	content: none;
}
.single-post h1.title {
	font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.4531), 2.5rem);
	font-style: normal;
	margin: 0 auto 20px;
}
/*-----------------記事詳細--------------------------------------------*/
/*------------------------------------------
Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.content_inner {
	margin: 0 auto;
	width: 90%;
}
.content_wrapper {
	margin: 0 auto;
	width: 100%;
}
.max_w900 {
	max-width: 900px;
}
.max_w960 {
	max-width: 960px;
}
.max_w1000 {
	max-width: 1000px;
}
.max_w1024 {
	max-width: 1024px;
}
.max_w1100 {
	max-width: 1100px;
}
.max_w1200 {
	max-width: 1200px;
}
.max_w1300 {
	max-width: 1300px;
}
.max_w1400 {
	max-width: 1400px;
}
.max_w1500 {
	max-width: 1500px;
}
.max_w1600 {
	max-width: 1600px;
}
.max_w1700 {
	max-width: 1700px;
}
.max_w1800 {
	max-width: 1800px;
}
/*--space--------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mt1 {
	margin-top: 1rem !important;
}
.mt2 {
	margin-top: 2rem !important;
}
.mt3 {
	margin-top: 3rem !important;
}
.mt4 {
	margin-top: 4rem !important;
}
.mt5 {
	margin-top: 5rem !important;
}
.mt6 {
	margin-top: 6rem !important;
}
.mt7 {
	margin-top: 7rem !important;
}
.mt8 {
	margin-top: 8rem !important;
}
.mt9 {
	margin-top: 9rem !important;
}
.mt10 {
	margin-top: 10rem !important;
}
.mt15 {
	margin-top: 15rem !important;
}
.mt16 {
	margin-top: 16rem !important;
}
.mb0 {
	margin-bottom: 0rem !important;
}
.mb1 {
	margin-bottom: 1rem !important;
}
.mb2 {
	margin-bottom: 2rem !important;
}
.mb3 {
	margin-bottom: 3rem !important;
}
.mb4 {
	margin-bottom: 4rem !important;
}
.mb5 {
	margin-bottom: 5rem !important;
}
.mb6 {
	margin-bottom: 6rem !important;
}
.mb7 {
	margin-bottom: 7rem !important;
}
.mb8 {
	margin-bottom: 8rem !important;
}
.mb9 {
	margin-bottom: 9rem !important;
}
.mb10 {
	margin-bottom: 10rem !important;
}
.mb15 {
	margin-bottom: 15rem !important;
}
.mb16 {
	margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
	.mt1 {
		margin-top: 0.5rem !important;
	}
	.mt2 {
		margin-top: 1rem !important;
	}
	.mt3 {
		margin-top: 1.5rem !important;
	}
	.mt4 {
		margin-top: 2rem !important;
	}
	.mt5 {
		margin-top: 2.5rem !important;
	}
	.mt6 {
		margin-top: 3rem !important;
	}
	.mt7 {
		margin-top: 3.5rem !important;
	}
	.mt8 {
		margin-top: 4rem !important;
	}
	.mt9 {
		margin-top: 4.5rem !important;
	}
	.mt10 {
		margin-top: 5rem !important;
	}
	.mt15 {
		margin-top: 7.5rem !important;
	}
	.mt16 {
		margin-top: 8rem !important;
	}
	.mb1 {
		margin-bottom: 0.5rem !important;
	}
	.mb2 {
		margin-bottom: 1rem !important;
	}
	.mb3 {
		margin-bottom: 1.5rem !important;
	}
	.mb4 {
		margin-bottom: 2rem !important;
	}
	.mb5 {
		margin-bottom: 2.5rem !important;
	}
	.mb6 {
		margin-bottom: 3rem !important;
	}
	.mb7 {
		margin-bottom: 3.5rem !important;
	}
	.mb8 {
		margin-bottom: 5rem !important;
	}
	.mb9 {
		margin-bottom: 4.5rem !important;
	}
	.mb10 {
		margin-bottom: 5rem !important;
	}
	.mb15 {
		margin-bottom: 7.5rem !important;
	}
	.mb16 {
		margin-bottom: 8rem !important;
	}
}
.pt0 {
	padding-top: 0rem !important;
}
.pt1 {
	padding-top: 1rem !important;
}
.pt2 {
	padding-top: 2rem !important;
}
.pt3 {
	padding-top: 3rem !important;
}
.pt4 {
	padding-top: 4rem !important;
}
.pt5 {
	padding-top: 5rem !important;
}
.pt6 {
	padding-top: 6rem !important;
}
.pt7 {
	padding-top: 7rem !important;
}
.pt8 {
	padding-top: 8rem !important;
}
.pt9 {
	padding-top: 9rem !important;
}
.pt10 {
	padding-top: 10rem !important;
}
.pb0 {
	padding-bottom: 0rem !important;
}
.pb1 {
	padding-bottom: 1rem !important;
}
.pb2 {
	padding-bottom: 2rem !important;
}
.pb3 {
	padding-bottom: 3rem !important;
}
.pb4 {
	padding-bottom: 4rem !important;
}
.pb5 {
	padding-bottom: 5rem !important;
}
.pb6 {
	padding-bottom: 6rem !important;
}
.pb7 {
	padding-bottom: 7rem !important;
}
.pb8 {
	padding-bottom: 8rem !important;
}
.pb9 {
	padding-bottom: 9rem !important;
}
.pb10 {
	padding-bottom: 10rem !important;
}
.pd2 {
	padding: 2rem !important;
}
.pd3 {
	padding: 3rem !important;
}
.pd4 {
	padding: 4rem !important;
}
.pd5 {
	padding: 5rem !important;
}
@media screen and (max-width: 768px) {
	.pt1 {
		padding-top: 0.5rem !important;
	}
	.pt2 {
		padding-top: 1rem !important;
	}
	.pt3 {
		padding-top: 1.5rem !important;
	}
	.pt4 {
		padding-top: 2rem !important;
	}
	.pt5 {
		padding-top: 2.5rem !important;
	}
	.pt6 {
		padding-top: 3rem !important;
	}
	.pt7 {
		padding-top: 3.5rem !important;
	}
	.pt8 {
		padding-top: 4rem !important;
	}
	.pt9 {
		padding-top: 4.5rem !important;
	}
	.pt10 {
		padding-top: 5rem !important;
	}
	.pb1 {
		padding-bottom: 0.5rem !important;
	}
	.pb2 {
		padding-bottom: 1rem !important;
	}
	.pb3 {
		padding-bottom: 1.5rem !important;
	}
	.pb4 {
		padding-bottom: 2rem !important;
	}
	.pb5 {
		padding-bottom: 2.5rem !important;
	}
	.pb6 {
		padding-bottom: 3rem !important;
	}
	.pb7 {
		padding-bottom: 3.5rem !important;
	}
	.pb8 {
		padding-bottom: 4rem !important;
	}
	.pb9 {
		padding-bottom: 4.5rem !important;
	}
	.pb10 {
		padding-bottom: 5rem !important;
	}
	.pd2 {
		padding: 1rem !important;
	}
	.pd3 {
		padding: 1.5rem !important;
	}
	.pd4 {
		padding: 2rem !important;
	}
	.pd5 {
		padding: 2.5rem !important;
	}
}
@media screen and (max-width: 414px) {
	.mt16 {
		margin-top: 5rem !important;
	}
	.mb16 {
		margin-bottom: 5rem !important;
	}
}
/*-----------------ページ下部お問い合わせエリア--------------------------------------------*/
#foot-contact {
	background: #f2f2f2;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
.mobile #foot-contact {
	display: none;
}
a.f-contactBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	text-align: center;
}
a.f-contactBtn::after {
	content: none;
}
a.f-contactBtn .ico::before {
	display: inline-block;
	font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.3236), 2.5rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .2em;
}
a.f-contactBtn .ico {
	font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.3883), 2.2rem);
}
a.f-contactBtn.joinBtn .ico::before {
	content: '\f234';
}
a.f-contactBtn.calendarBtn .ico::before {
	content: '\f0e0';
}
a.f-contactBtn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}
a.f-contactBtn .note {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	font-weight: 400;
}
/*-----------------ページ下部お問い合わせエリア--------------------------------------------*/
/*-----------------下層ページ--------------------------------------------*/
/*------共通
--------------------------------------------*/
.post {
	margin: 0 auto;
	padding: 0;
}
#wrapper, .inner {
	width: 100%;
	max-width: 1100px;
}
body:not(.home) #wrapper {
	width: 90%;
}
#content, body:not(.home) #content.wide {
	line-height: 2;
	padding: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px) 0 min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);
	margin: 0 auto;
}
body:not(.home) #content.wide {
	width: 100%;
}
.page_contents_inner + .page_contents_inner {
	margin-top: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
}
.fw-contents {
	margin-top: max(calc(-100px + (1vw - 19.2px) * -3.2362), -100px);
	margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px);
}
.fw-contents .page_contents_inner {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: 0;
}
.fw-contents .page_contents_inner:nth-child(even) {
	background: #fafafa;
}
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
}
/*------アイキャッチ
--------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
	height: 300px;
	z-index: -1;
}
#thumbImg::before, header#h1Header::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	z-index: 1;
}
#thumbImg img, header#h1Header img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media print, screen and (min-width: 1921px) {
	#thumbImg img, header#h1Header img {
		width: 100%;
		height: auto;
	}
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		height: 100%;
		margin: auto;
	}
	#thumbImg, header#h1Header {
		height: calc(300px + (1vw - 10.24px) * 9.2450);
	}
}
/*------料金案内
--------------------------------------------*/
ul.plan_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.plan_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
}
.post h3.plan_list_ttl {
	width: 100%;
	color: #fff;
	background: #78ccff;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.1942), 2rem);
	text-align: center;
	padding: 0.5em;
	margin: 0 auto;
	border: none;
	border-radius: 15px 15px 0 0;
}
.plan_list_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	background: #fff;
	line-height: 1.6;
	padding: 0 20px min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
	border-style: solid;
	border-color: #78ccff;
	border-width: 0 2px 2px;
	border-radius: 0 0 15px 15px;
}
.plan_list_inner__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: min(calc(15px + (1vw - 19.2px) * 0.3236), 15px) 0;
}
.plan_list_inner__col:not(:last-child) {
	border-bottom: 1px solid #78ccff;
}
.plan_price {
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.1942), 2rem);
	font-weight: 600;
}
.screen_time {
	display: table;
	color: #60bef7;
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
	font-weight: 600;
	letter-spacing: .1rem;
	padding: 0.1em 1em;
	border: 2px solid #78ccff;
	border-radius: 50vw;
	margin: 0 auto 5px;
}
.post .otoku {
	background: #ebebeb;
	width: 100%;
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
	font-weight: 500;
	padding: .4em 1.5em;
	border-radius: 50vw;
}
.post .osusume {
	color: #fff;
	background: #f87575;
}
.f_glow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.gray-off h3.plan_list_ttl {
	background: #ccc;
}
.gray-off .plan_list_inner, .gray-off .plan_list_inner__col:not(:last-child) {
	border-color: #ccc;
}
.post table.price_table th, .post table.price_table td {
	font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1942), 1.7rem);
	font-weight: 600;
	vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
	ul.plan_list > li {
		width: 32%;
	}
	ul.plan_list > li:nth-child(3n+2):last-child {
		margin-right: calc(32% + (((100% - (32% * 3)) / 2) * 1));
	}
	ul.plan_list > li:nth-child(3n+1):nth-last-child(-n+3), ul.plan_list > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) and (min-width: 426px) {
	ul.plan_list > li {
		width: 49%;
	}
	ul.plan_list > li:nth-child(2n+1):nth-last-child(-n+2), ul.plan_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*--------------------
flow02-3step
--------------------*/
ul.flowList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	counter-reset: flowList;
}
ul.flowList > li {
	position: relative;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}
ul.flowList p {
	text-align: center;
}
.post h3.flowTtl {
	background: none;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	border: none;
}
.service_ico {
	position: relative;
	width: min(calc(160px + (1vw - 19.2px) * 4.5307), 160px);
	height: min(calc(160px + (1vw - 19.2px) * 4.5307), 160px);
	line-height: 1;
	border: 3px solid #78ccff;
	border-radius: 50%;
	margin: 0 auto min(calc(2rem + (1vw - 19.2px) * 0.6472), 20px);
	padding: min(calc(2rem + (1vw - 19.2px) * 0.6472), 20px);
}
.service_ico img {
	position: absolute;
	width: auto;
	height: 100%;
	max-width: min(calc(90px + (1vw - 19.2px) * 2.5890), 90px);
	-o-object-fit: contain;
	object-fit: contain;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
	ul.flowList > li {
		width: calc((100% - (30px * 3)) / 4);
		margin-right: 30px;
		border-radius: 15px;
	}
	ul.flowList > li:nth-child(4n), ul.flowList > li:last-child {
		margin-right: 0;
	}
	ul.flowList > li:nth-child(4n+1):nth-last-child(-n+4), ul.flowList > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) {
	ul.flowList > li {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	ul.flowList > li:nth-child(2n), ul.flowList > li:last-child {
		margin-right: 0;
	}
	ul.flowList > li:nth-child(2n+1):nth-last-child(-n+2), ul.flowList > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------料金案内（パーソナルトレーナー）
--------------------------------------------*/
ul.trainer_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.trainer_list > li {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 20px 25px min(calc(100px + (1vw - 19.2px) * 0.6472), 100px);
	margin-bottom: 15px;
	border: 2px solid #f2f2f2;
	border-radius: 15px;
}
ul.trainer_list > li .linkbtn_area {
	width: 90%;
	position: absolute;
	left: 50%;
	bottom: 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
}
ul.trainer_list > li a.link_btn {
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.0647), 1.4rem);
	padding: 10px min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
}
.post dl.trainer_profile {
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.0647), 1.4rem);
	margin-top: 1em;
}
.post dl.trainer_profile dt, .post dl.trainer_profile dd {
	line-height: 1.6;
	padding: .2em .5em;
}
.post dl.trainer_profile dt {
	background: #f2f2f2;
	margin-top: 0.8em;
}
.post dl.trainer_profile dt:first-child {
	margin-top: 0;
}
@media print, screen and (min-width: 769px) {
	ul.trainer_list > li {
		position: relative;
		width: 32.5%;
		background: #fff;
		padding: 20px 25px 100px;
		margin-bottom: 15px;
		border: 2px solid #f2f2f2;
		border-radius: 15px;
	}
	ul.trainer_list > li:nth-child(3n+2):last-child {
		margin-right: calc(32.5% + (((100% - (32.5% * 3)) / 2) * 1));
	}
	ul.trainer_list > li:nth-child(3n+1):nth-last-child(-n+3), ul.trainer_list > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 768px) and (min-width: 426px) {
	ul.trainer_list > li {
		width: 49%;
	}
	ul.trainer_list > li:nth-child(2n+1):nth-last-child(-n+2), ul.trainer_list > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
		margin-bottom: 0;
	}
}
/*------料金案内（キャンペーン）
--------------------------------------------*/
.blbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.blbox_ttl {
	color: #fff;
	background: #78ccff;
	font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.3236), 2.2rem);
	font-weight: 600;
	letter-spacing: .2rem;
	text-align: center;
	padding: 0.5em;
	border-radius: 20px 20px 0 0;
}
.blbox_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
	font-weight: 600;
	padding: min(calc(30px + (1vw - 19.2px) * 0.3236), 30px);
	border-style: solid;
	border-color: #78ccff;
	border-width: 0 2px 2px;
	border-radius: 0 0 20px 20px;
}
.bdr_box {
	padding: 40px min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);
	border: 2px solid #78ccff;
	border-radius: 20px;
	background: #fff;
}
.campaign_txt {
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
}
/*--------------------
FAQ ver1
--------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #ddd;
}
.qa_list .qa_list_inner dd .ans-flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #78CCFF;
	background: #fff;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #ddd;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	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;
	font-family: 'Montserrat';
}
.qa_list .qa_list_inner .q_ico {
	color: #ffffff;
	background: #78CCFF;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	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;
	font-family: 'Montserrat';
	border-right: 1px solid #78CCFF;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.6;
}
.qa_list .qa_list_inner .a_desc {
	width: 100%;
}
.qa_list .qa_list_inner dt:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
/*js起動時に解除/end*/
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.8rem 1rem 0.8rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}
/*------お問い合わせ
--------------------------------------------*/
/*------プライバシーポリシー
--------------------------------------------*/
#privacy h2 {
	display: block;
	color: #fff;
	background: #4d4d4d;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
	font-weight: 500;
	letter-spacing: .2rem;
	text-align: left;
	padding: min(calc(8px + (1vw - 19.2px) * 0.1942), 8px) min(calc(12px + (1vw - 19.2px) * 0.1294), 12px);
	margin: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) auto 20px;
	border: none;
}
#privacy h3 {
	color: #333;
	background: none;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 600;
	text-align: left;
	padding: 0 0 10px;
	margin: min(calc(40px + (1vw - 19.2px) * 0.9709), 40px) auto min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
	border-width: 0 0 1px;
	border-style: dashed;
	border-color: #ddd;
}
#privacy h2::before, #privacy h2::after, #privacy h3::before, #privacy h3::after {
	content: none;
}
#privacy h2:first-child {
	margin-top: 0;
}
/*------
--------------------------------------------*/
/*-----------------下層ページ - --------------------------------------------*/