@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/*
Theme Name: beyond
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

/* 0831_for_cp */

@keyframes fuwafuwa {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-20px);
	}
  }
  

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1330px;
	color: #142850;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 30px 0 ;
}
#gHeader h1 {
	margin: 0 30px;
}
#gHeader h1 span {
	display: inline-block;
	vertical-align: top;
}
#gHeader h1 .logo {
	margin-right: 20px;
	width: 30px;
}
#gHeader h1 .txt {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.24em;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 19px 0 17px;
	}
	#gHeader h1 {
		margin: 0 20px;
		display: flex;
	}
	#gHeader h1 .logo {
		margin-right: 15px;
		width: 25px;
	}
	#gHeader h1 .txt {
		margin-top: -5px;
		width: 250px;
		font-size: 1.3rem;
		line-height: 1.31;
		letter-spacing: 0.18em;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-bottom: 99px;
	padding: 51px;
	background-color: #152850;
}
#gFooter p {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 100px;
		padding: 32px;
	}
	#gFooter p {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 374px) {
	#gFooter {
		margin-bottom: 91px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1200px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 25px;
	font-size: 4.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
.warning {
    font-size: 1.1rem!important;
}
.headLine01 span {
	margin-top: 5px;
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.18em;
	color: transparent;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
	-webkit-background-clip: text;
	font-family: 'Roboto', sans-serif;
}
.headLine01 small {
	display: inline-block;
	font-size: 3.4rem;
	vertical-align: 1px;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 16px;
		font-size: 2.8rem;
		line-height: 1.14;
	}
	.headLine01 span {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.headLine01 small {
		font-size: 2.2rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 2.5rem;
	}
}
@media all and (-ms-high-contrast:none) {
	.headLine01 span {
		color: #00a0dc;
		background-image: none;
	}
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox {
	/* margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	padding: 20px 20px 20px; */
	width: 100%;
	position: relative;
}
/* .comLinkBox::before {
	width: calc(100% - 44px);
	height: calc(100% - 10px);
	position: absolute;
	left: 39px;
	top: 5px;
	background-color: #fff;
	content: '';
} */
.comLinkBox::after {
    width: 180px;
    height: 180px;
    position: absolute;
    right: 0;
    bottom: -15px;
    background: url(img/common/link_bg03_02.png) no-repeat center center / cover;
    content: '';
}
.comLinkBox .mark {
	width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.comLinkBox .mark::after {
    width: 100px;
    height: 80px;
    position: absolute;
    left: 16%;
    top: 26%;
    background: url(img/common/link_photo01.png) no-repeat center center / 100% 100%;
    content: '';
    z-index: 10;
}
.comLinkBox .mark img {
	height: calc(100% + 30px);
    position: relative;
    z-index: 5;
}
.comLinkBox .content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 980px;
}
.comLinkBox .content p {
	margin-left: -22px;
	width: 47.5%;
	font-size: 2.4rem;
	letter-spacing: 0.24em;
}
.comLinkBox .content p small {
	display: inline-block;
	font-size: 2rem;
	vertical-align: middle;
}
.comLinkBox .content p .txt {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.comLinkBox .content p .txt span {
	position: relative;
	z-index: 10;
}
.comLinkBox .content p .txt::after {
	width: 100%;
	height: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #FFF079;
	content: '';
}
.comLinkBox .content p em {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-style: normal;
	font-size: 2.8rem;
}
.comLinkBox .content p em::before {
	width: 52px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0px;
	background: url(img/common/link_bg02.png) repeat-x left center / 52px auto;
	content: '';
}
.comLinkBox .content .wpTxt {
    width: 48%;
    font-size: 2.1rem;
    letter-spacing: 0.24em;
    margin-left: 0;
    z-index: 15;
}

.comLinkBox .content .linkHuki {
    width: 16%;
    margin: -48px 30px -20px 0;
	position: relative;
	z-index: 10;
	animation: 3s fuwafuwa infinite;
}

.comLinkBox .content .linkBtn {
	width: 50%;
	position: relative;
	z-index: 10;
	margin: 0;
}

.comLinkBox .content .link a {
	display: block;
}
.comLinkBox .content .link a:hover {
	opacity: 0.7;
}

@media (min-width: 897px) and (max-width: 1500px) {
	.comLinkBox .content {
		/* width: 76.92%; */
	}
	.comLinkBox .content p {
		font-size: 2rem;
		letter-spacing: 0.12em;
	}
	.comLinkBox .content p small {
		font-size: 1.8rem;
	}
	.comLinkBox .content p em {
		font-size: 2.4rem;
	}

	}
@media all and (max-width: 896px) {f
	.comLinkBox {
		margin: 0 0 40px;
		padding: 13px 0 20px;
		width: auto;
	}
	.comLinkBox::before {
		width: calc(100% - 10px);
		left: 5px;
	}
	.comLinkBox::after {
		/* width: 95px;
		height: 95px;
		right: -10px;
		background-image: url(img/common/sp_link_bg03_02.png);
		background-size: 90px auto;
		z-index: 10; */
		display: none;
	}

	.comLinkBox .mark {
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.comLinkBox .mark::after {
		width: 80px;
		height: 60px;
		position: absolute;
		left: 40%;
		top: 12%;
		background: url(img/common/link_photo01.png) no-repeat center center / 100% 100%;
		content: '';
		z-index: 10;
	}


	.comLinkBox .mark img {
		position: relative;
		z-index: 5;
		width: 100%;

	}
	.comLinkBox .content {
		margin: 0 0 0 0px;
		display: block;
		width: 100%;
	}
	.comLinkBox .content p {
		margin: 0 0 8px;
		width: auto;
		font-size: 1.8rem;
		letter-spacing: 0.12em;
		text-align: center;
	}

	.comLinkBox .content p .txt::after {
		height: 5px;
		bottom: 3px;
	}
	.comLinkBox .content p small {
		font-size: 1.8rem;
		vertical-align: top;
	}
	.comLinkBox .content p em {
		font-size: 1.8rem;
	}
	.comLinkBox .content p em::before {
		left: -3px;
		top: 0px;
		background-size: 44px;
	}

	.comLinkBox .content .wpTxt {
		font-weight: 500;
		width: 90%;
		margin: 10px auto;
		letter-spacing: 0.08em;
		font-size: 1.8rem;
		text-align: center;
	}
	
	
	.comLinkBox .content .linkBtn {
		position: relative;
		z-index: 10;
		/* margin: 0; */
		margin: 4% 0 0px;
		width: 100vw;
		padding: 0 0 20px;
	}

	.comLinkBox .content .linkBtn img{
		width: 90%;
		margin: 0 auto;
		display: flex;
	}

	.comLinkBox .content .link {
		margin-right: 0;
		width: 240px;
	}
	.comLinkBox .content .link a:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	box-sizing: border-box;
    border-spacing: 5px;
}
.comTable th,
.comTable td {
	padding: 14px 10px;
    width: 26%;
    position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	box-sizing: border-box;
	/* border-radius: 13px 13px 0 0;
	background-color: #152850; */
}
.comTable th::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	border-radius: 13px 13px 0 0;
    background-color: #152850;
    content: '';
}
.comTable th span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
}
.comTable th {
	color: #fff;
	font-weight: 400;
}
.comTable .thStyle01 {
	background-color: transparent;
}
.comTable tr th:first-of-type {
	width: 22%;
}
.comTable tr th:first-of-type::before {
	border-radius: 13px 0 0 13px;
}
.comTable tr:first-of-type th {
	padding: 7px 10px 8px;
}
.comTable tr:first-of-type th:first-of-type:before {
    display: none;
}
.comTable tr:first-of-type th:last-of-type::before {
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
}
.comTable td {
	font-size: 1.2rem;
	border-radius: 0;
	background-color: #fff;
}
.comTable tr td:last-of-type {
	color: #f00028;
}
.comTable td span {
	font-size: 1.9rem;
}
.tableBox p.shower {	
	position:relative;	
	top:-50px;	
	}
@media all and (max-width: 896px) {
	.comTable {
		width: 100%;
        box-sizing: border-box;
	}
	.comTable th,
	.comTable td {
		padding: 14px 5px;
		width: 30%;
		text-align: center;
		vertical-align: middle;
		font-size: 1.3rem;
		letter-spacing: 0.08em;
        box-sizing: border-box;
	}
	.comTable th {
		color: #fff;
		font-weight: 400;
	}
	.comTable .thStyle01 {
		background-color: transparent;
	}
	.comTable tr th:first-of-type {
		width: 10%;
		border-radius: 13px 0 0 13px;
	}
	.comTable tr:first-of-type th {
		padding: 7px 10px 8px;
	}
	.comTable td {
		font-size: 1.2rem;
		border-radius: 0;
		background-color: #fff;
	}
	.comTable tr td:last-of-type {
		color: #f00028;
	}
	.comTable td span {
		font-size: 1.9rem;
	}
	.tableBox p.shower {	
		position:relative;	
		top:-30px;	
		}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	padding: 50px 0 57px;
	background: url(img/index/main_bg01.jpg) no-repeat center center / cover;
}
.mainVisual .inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1560px;
}
.mainVisual .imgBox {
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-end;
}
.mainVisual .imgBox .textBox {
	margin: 40px -260px 0 0;
	width: 730px;
	position: relative;
	z-index: 5;
}
.mainVisual .imgBox .textBox .textList {
	margin-bottom: 21px;
}
.mainVisual .imgBox .textBox .textList li {
	padding: 9px 10px 12px;
	width: 185px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.24em;
	text-align: center;
	box-sizing: border-box;
	background: url(img/index/main_bg02.png) no-repeat center center / cover;
}
.mainVisual .imgBox .textBox .title {
	margin: 0 0 35px;
	font-size: 9.6rem;
	line-height: 1.1;
}
.mainVisual .imgBox .textBox .title small {
	font-size: 3.4rem;
	display: block;
}
.mainVisual .imgBox .textBox .title small span {
	display: inline-block;
	vertical-align: top;
	font-size: 2.8rem;
}
.mainVisual .imgBox .textBox .title .sm02,
.mainVisual .imgBox .textBox .title .sm01 {
	font-size: 7.8rem;
	vertical-align: 1px;
	display: inline-block;
}
.mainVisual .imgBox .textBox .title .sm02 {
	font-size: 8rem;
}
.mainVisual .imgBox .textBox .text {
	margin-bottom: 19px;
	padding-left: 5px;
	position: relative;
	z-index: 10;
	line-height: 0.9;
	letter-spacing: 0.24em;
}
.mainVisual .imgBox .textBox .text .txt01 {
	padding: 50px 10px 50px 5px;
	position: absolute;
	left: -55px;
	top: 0;
	font-size: 1.9rem;
	width: 40px;
	height: 155px;
	writing-mode: tb-rl;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	box-sizing: border-box;
}
.mainVisual .imgBox .textBox .text .sm01 {
	display: block;
	font-size: 2.3rem;
}
.mainVisual .imgBox .textBox .text em {
	margin-left: -20px;
	width: 400px;
	font-size: 15.9rem;
	display: inline-block;
	color: transparent;
	font-weight: 600;
	letter-spacing: -0.05em;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
	-webkit-background-clip: text;
	font-family: 'Roboto', sans-serif;
}
.mainVisual .imgBox .textBox .text .txt02 {
	font-size: 6.4rem;
	width: 62px;
	font-weight: 700;
	line-height: 1.25;
	display: inline-block;
	vertical-align: -3px;
}
.mainVisual .imgBox .textBox .text .txt02 small {
	font-size: 1.4rem;
	display: block;
	font-weight: 400;
	text-align: right;
}
.mainVisual .imgBox .textBox .text .txt03 {
	margin-left: 20px;
	padding: 10px 10px 10px;
	display: inline-block;
	width: 70px;
	color: #3a5059;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 5px;
	line-height: 1.1;
	letter-spacing: 0.24em;
	box-sizing: border-box;
	background-color: #fff;
	vertical-align: 10px;
}
.mainVisual .imgBox .textBox .text .txt03 small {
	font-size: 1.2rem;
}
.mainVisual .imgBox .textBox .textImg01 {
	width: 620px;
}
.mainVisual .imgBox .photoBox {
	width: 1040px;
	order: 1;
	position: relative;
}
.mainVisual .imgBox .photoBox .tokaiImg {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}

.mainVisual p {
	margin: 0 57px;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}
#main .topBox {
	/* margin-bottom: 75px; */
	padding: 15px 0 15px;
	background-color: #E4EEF0;
}
#main .topBox .comLinkBox {
	/* margin: 20px auto 20px; */
}
#main .topBox .textBox {
	margin: 0 auto;
	padding: 25px 20px 20px;
	width: 1200px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
#main .topBox .textBox .title {
	margin-bottom: 18px;
	padding-left: 75px;
	letter-spacing: 0.08em;
	background: url(img/index/top_bg.png) no-repeat left 5px center / 56px auto;
}
#main .topBox .textBox .title em {
	margin-bottom: 5px;
	display: block;
	color: transparent;
	font-size: 2.1rem;
	font-style: normal;
	letter-spacing: 0.16em;
	background: -webkit-linear-gradient(left, #14C77A , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #14C77A);
    background: -moz-linear-gradient(right, #00A1EE, #14C77A);
	background: linear-gradient(to right, #00A1EE , #14C77A);
	-webkit-background-clip: text;
}
#main .topBox .textBox .textList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}
#main .topBox .textBox .textList li {
	margin: 20px 10px 0 0;
	padding: 15px 20px 18px;
	width: 224px;
	text-align: center;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #FEF2F6;
}
#main .topBox .textBox .textList li:nth-of-type(5n) {
	margin-right: 0;
}
#main .topBox .textBox .textList .mark {
	margin-bottom: 5px;
}
#main .topBox .textBox .textList .mark img {
	width: 20px;
}
#main .topBox .textBox .textList p {
	letter-spacing: 0.08em;
}
#main .bottomBox {
	margin: 75px 0;
	padding: 20px 0 20px;
	background-color: white;
}
#main .bottomBox .comLinkBox {
	margin: 20px auto 20px;
}
#main .bottomBox .textBox {
	margin: 0 auto;
	padding: 25px 20px 20px;
	width: 1200px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #E4EEF0;
}
#main .bottomBox .textBox .title {
	margin-bottom: 18px;
	padding-left: 75px;
	letter-spacing: 0.08em;
	background: url(img/index/top_bg.png) no-repeat left 5px center / 56px auto;
}
#main .bottomBox .textBox .title em {
	margin-bottom: 5px;
	display: block;
	color: transparent;
	font-size: 2.1rem;
	font-style: normal;
	letter-spacing: 0.16em;
	background: -webkit-linear-gradient(left, #14C77A , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #14C77A);
    background: -moz-linear-gradient(right, #00A1EE, #14C77A);
	background: linear-gradient(to right, #00A1EE , #14C77A);
	-webkit-background-clip: text;
}
#main .bottomBox .textBox .textList {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}
#main .bottomBox .textBox .textList li {
	margin: 20px 10px 0 0;
	padding: 15px 20px 18px;
	width: 224px;
	text-align: center;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #FEF2F6;
}
#main .bottomBox .textBox .textList li:nth-of-type(5n) {
	margin-right: 0;
}
#main .bottomBox .textBox .textList .mark {
	margin-bottom: 5px;
}
#main .bottomBox .textBox .textList .mark img {
	width: 20px;
}
#main .bottomBox .textBox .textList p {
	letter-spacing: 0.08em;
}

#main .want .textList {
	margin: -20px -12px 60px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .want .textList::after {
	width: 826px;
	height: 42px;
	position: absolute;
	left: 50%;
	bottom: -42px;
	transform: translateX(-50%);
	background: url(img/index/want_bg01.png) no-repeat center center / cover;
	content: '';
}
#main .want .textList li {
	margin: 20px 12px 0;
	padding: 14px 5px 22px;
	width: 180px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #00a0f0;
	box-sizing: border-box;
}
#main .want .textList li:nth-of-type(5n - 2) {
	border-color: #0ab4c8;
}
#main .want .textList li:nth-of-type(5n - 1),
#main .want .textList li:nth-of-type(5n) {
	border-color: #14c878;
}
#main .want .textList li .num {
	margin-bottom: 10px;
	position: relative;
	font-size: 3.1rem !important;
	line-height: 1.53 !important;
	letter-spacing: 0.18em;
	font-family: 'Roboto', sans-serif;
}
#main .want .textList li:nth-of-type(2) .num {
	margin-bottom: 7px;
}
#main .want .textList li:nth-of-type(3) .num {
	margin-bottom: 20px;
}
#main .want .textList li .num::after {
	width: 35px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
	background: #00a0f0;
	content: '';
}
#main .want .textList li:nth-of-type(5n - 1) .num::after,
#main .want .textList li:nth-of-type(5n) .num::after {
	background-color: #14c878;
}
#main .want .textList li:nth-of-type(5n - 2) .num::after {
	background-color: #0ab4c8;
}
#main .want .textList li p {
	color: #00a0f0;
	font-size: 1.7rem;
	line-height: 1.53;
	letter-spacing: 0.04em;
}
#main .want .textList li:nth-of-type(5n - 2) p {
	color: #0ab4c8;
}
#main .want .textList li:nth-of-type(5n - 1) p,
#main .want .textList li:nth-of-type(5n) p {
	color: #14c878;
}
#main .want .textList li:nth-of-type(2) p {
	line-height: 1.35;
}
#main .want .textList .list01 p {
	font-size: 1.9rem;
	line-height: 1.37;
}
#main .want .textList .list02 p {
	font-size: 1.6rem;
}
#main .want .beyond {
	margin-bottom: 40px;
	padding: 1px 60px 55px;
	border-radius: 20px;
	background: url(img/index/want_bg02.png) no-repeat center center / cover;
}
#main .want .beyond h3 {
	margin: -19px auto 40px;
	padding: 15px 20px 32px;
	width: 826px;
	color: #fff;
	font-size: 3.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left, #13C581 , #04A8D8);
    background: -o-linear-gradient(right, #04A8D8, #13C581);
    background: -moz-linear-gradient(right, #04A8D8, #13C581);
	background: linear-gradient(to right, #04A8D8 , #13C581);
}
#main .want .beyond h3::after {
    content: "※結果には個人差がございます。効果を保証するものではございません。";
    color: #FFF;
    font-size: 1.0rem;
    display: block;
    margin: 5px 0 0 0;
    line-height: 1.5;
    letter-spacing: 0rem;
}

#main .want .beyond .textUl {
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .want .beyond .textUl::after {
	width: 341px;
	content: '';
}
#main .want .beyond .textUl li {
	margin-top: 20px;
	padding: 5px 5px 35px;
	width: 341px;
	border-radius: 9px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .want .beyond .textUl .pho {
	margin-bottom: 14px;
	width: 331px;
}
#main .want .beyond .textUl .txtBox {
	text-align: center;
}
#main .want .beyond .textUl .txtBox .ttl {
	margin-bottom: 9px;
	font-size: 1.9rem;
	line-height: 1.37;
	letter-spacing: 0.16em;
}
#main .want .beyond .textUl .txtBox .ttl small {
	font-size: 1.5rem;
}
#main .want .beyond .textUl .txtBox .ttl em {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	color: transparent;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
	-webkit-background-clip: text;
}
#main .want .beyond .textUl .txtBox p {
	line-height: 1.75;
	letter-spacing: 0.08em;
}
#main .personal {
	margin-bottom: 75px;
	padding: 80px 0 48px;
	position: relative;
	background-color: #E4EEF0;
}
#main .personal::before {
	width: 100%;
	height: 630px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/index/personal_bg01.jpg) no-repeat center center / cover;
	content: '';
}
#main .personal .content {
	position: relative;
}
#main .personal h2 {
	margin-bottom: 44px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .personal h2 span {
	margin-top: 15px;
	display: block;
}
#main .personal h2 span img {
	width: 309px;
}
#main .personal .text {
	margin-bottom: 62px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.28;
	letter-spacing: 0.18em;
	text-align: center;
}
#main .personal .expanded {
	margin-bottom: 48px;
	padding: 31px 45px 39px;
	border-radius: 20px;
	background-color: #fff;
}
#main .personal h4 {
	margin-bottom: 23px;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .personal h4 small {
	font-size: 2rem;
}
#main .personal .textList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#main .personal .textList li {
	margin: 30px 10px 0 0;
	width: 270px;
	justify-content: space-around;
    /* width: 100%; */
}
#main .personal .textList li:nth-of-type(4n) {
	margin-right: 0;
}
#main .personal .textList .pho {
	margin-bottom: 10px;
}
#main .personal .textList p {
	letter-spacing: 0.08em;
	text-align: center;
}
#main .personal h3 {
	margin-bottom: 16px;
	font-size: 3.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .personal h3 small {
	font-size: 2.6rem;
}
#main .personal h3 .txt {
	position: relative;
	z-index: 4;
}
#main .personal h3 .txt::after {
	width: 100%;
	height: 9px;
	position: absolute;
	left: 0;
	bottom: 3px;
	background-color: #FFF079;
	content: '';
}
#main .personal h3 .txt span {
	position: relative;
	z-index: 3;
}
#main .personal .textBox {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
#main .personal .textBox .lBox,
#main .personal .textBox .rBox {
	padding: 70px 30px 29px;
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .personal .textBox .rBox {
	width: 320px;
}
#main .personal .textBox  h4 {
	margin-bottom: 15px;
	font-size: 2.1rem;
}
#main .personal .textBox .textList li {
	width: 20%;
    margin: 30px 0 0;
	position: relative;
}

#main .personal .textBox .textList li .title {
	display: flex;
    width: 100px;
    height: 100px;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #12C77A , #00A1EF);
    background: -o-linear-gradient(right, #00A1EF, #12C77A);
    background: -moz-linear-gradient(right, #00A1EF, #12C77A);
    background: linear-gradient(to right, #00A1EF , #12C77A);
    right: -15px;
    top: -35px;
    align-items: center;
    /* margin: 0 auto; */
    justify-content: center;}

#main .personal .textBox .textList li:nth-of-type(3n) {
	margin-right: 0 !important;
}
#main .personal .textBox .textList li:nth-of-type(4n) {
	margin-right: 0px;
}
#main .personal .textBox .rBox .textList li {
	margin-right: 0;
}
#main .personal  .comLinkBox {
	margin-bottom: 0;
}

#main .personal .graph .graphImg {
	float: left;
	width: 486px;
	margin: 55px 0 54px;
}
#main .personal .graph .graphImg img {
	width: 100%;
}
#main .personal .graph .textList {
	float: right;
	width: 560px;
}

#main .point {
	margin-bottom: 40px;
	margin-top: 48px;
}
#main .point h2 {
	margin-bottom: 18px;
}
#main .point .text {
	margin-bottom: 36px;
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	text-align: center;
}
#main .point .pointList li {
	margin-bottom: 20px;
	padding: 25px 40px 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #F0F5F8;
}
#main .point .pointList li:first-of-type {
	padding-top: 17px;
}
#main .point .pointList li:last-of-type {
	margin-bottom: 0;
}
#main .point .pointList .pho {
	width: 332px;
}
#main .point .pointList li:nth-of-type(2n) .pho {
	order: 1;
}
#main .point .pointList .txtBox {
	margin-top: 22px;
	width: 760px;
}
#main .point .pointList .txtBox .ttl {
	margin-bottom: 22px;
	font-size: 3.1rem;
	line-height: 1.32;
	letter-spacing: 0.24em;
}
#main .point .pointList .txtBox p {
	font-size: 1.6rem;
	line-height: 2.13;
	letter-spacing: 0.12em;
}
#main .price {
	padding: 76px 0 48px;
	background-color: #E4EEF0;
	margin-top: 48px;
}
#main .price h2 {
	margin-bottom: 19px;
}
#main .price .comTable {
	margin-bottom: 55px;
}
#main .price .comTable tr:first-of-type th:last-of-type::before {
	background-color: #152850;
	background-image: none;
}
#main .price .comTable tr:first-of-type th {
	padding: 18px 20px 15px;
	font-size: 1.8rem;
}
#main .price .comTable tr:first-of-type th::before {
	border-radius: 20px 20px 0 0;
}
#main .price .comTable tr th:first-of-type::before {
	border-radius: 20px 0 0 20px;
}
#main .price .comTable tr:first-of-type th:nth-of-type(2)::before {
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
}
#main .price .comTable img {
	width: 102px;
}
#main .price .comTable th,
#main .price .comTable td {
	padding: 15px;
	font-size: 1.6rem;
}
#main .price .comTable td small {
	font-size: 1.2rem;
}
#main .price .comTable .tdStyle02 {
	padding: 0 20px;
}
#main .price .comTable .tdStyle03 {
	padding: 8px 20px;
}
#main .price .comTable .tdStyle02 small {
	padding-left: 1em;
	text-indent: -2em;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
#main .price .comTable td  em {
	color: #f00028;
	font-style: normal;
    font-size: 3.1rem;
    vertical-align: -4px;
}
#main .price .comTable .tdStyle01 strong {
	margin-right: 5px;
	position: relative;
	display: inline-block;
	font-weight: 400;
	vertical-align: 2px;
}
#main .price .comTable .tdStyle01 strong::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 10px;
	background-color: #142850;
	content: '';
}
#main .price .comTable .trStyle01 td,
#main .price .comTable .trStyle02 td,
#main .price .comTable .trStyle01 th,
#main .price .comTable .trStyle02 th {
	padding: 10px 20px;
}
#main .price .comTable .trStyle01 td,
#main .price .comTable .trStyle02 td {
	font-size: 2.1rem;
}
#main .price .comTable .tdStyle01 {
	font-size: 1.6rem !important;
}
#main .price .comTable tr td:last-of-type {
	color: #142850;
}
#main .price .comTable td span {
	display: block;
	color: #f00028;
	font-size: 1.4rem;
	line-height: 1.36;
}
#main .price .textDl {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.12em;
	border-radius: 20px;
	background-color: #fff;
}

#main .price .textDl:not(:first-of-type) {
	margin-bottom: 5px;
}
#main .price .textDl .line {
    text-decoration: line-through;
}


#main .price .textDl dt {
	width: 590px;
	display: flex;
	align-items: center;
	font-size: 2.1rem;
	box-sizing: border-box;
}
#main .price .textDl dt .ttl {
	margin: -10px 40px 0 0;
	width: 240px;
	height: calc(100% - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.1rem;
	color: #fff;
	text-align: center;
	border-radius: 20px 0 20px 6px;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
	background: linear-gradient(to right, #00A1EE , #13C581);
}
#main .price .textDl dt .txt {
	margin-top: -15px;
}
#main .price .textDl dt .txt01 {
	margin-top: 10px;
}
#main .price .textDl dt .txt01 .huki{
	    /*font-size: 0.8em;*/
		font-size: 1.0em;
		padding: 5px 20px;
	    background-color: #ff8400;
		color: white;
	    margin-left: 20px;
}
#main .price .textDl dt .txt01 em {
	font-style: normal;
    font-size: 3.8rem;
}
#main .price .textDl dt .txt em {
	font-style: normal;
	font-size: 4.3rem;
}
#main .price .textDl dt .txt small {
	display: block;
	font-size: 1.2rem;
}

#main .price .textDl dd small {
	font-size: 1.2rem;
}

#main .price .textDl dd {
	padding: 16px 20px 18px;
	width: 610px;
	font-size: 1.3rem;
	line-height: 1.85;
	border-left: 1px solid #E4EEF0;
	box-sizing: border-box;
}

#main .price .textDl .dd01 {	
	padding: 20px 20px 30px;	
	width: 610px;	
	font-size: 1.3rem;	
	line-height: 1.85;	
	border-left: 1px solid #E4EEF0;	
	box-sizing: border-box;	
	}
#main .price .note {
	margin-bottom: 5px;
	color: #96aabe;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	text-align: right;
}
#main .price .note:last-of-type {
	margin-bottom: 38px;
}
#main .price .comLinkBox {
    margin-bottom: 0;
}
#main .trainer {
	/* margin-bottom: 77px; */
	padding: 105px 0 48px;
	position: relative;
	background-color: #E4EEF0;
}
#main .trainer::before {
	width: 100%;
	height: 445px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/index/trainer_bg01_02.jpg) no-repeat center center / cover;
	content: '';
}
#main .trainer .content {
	position: relative;
}
#main .trainer h2 {
	margin-bottom: 17px;
	color: #fff;
	font-size: 4.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .trainer .text {
	margin-bottom: 90px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.28;
	letter-spacing: 0.18em;
	text-align: center;
}
#main .trainer .textList {
	margin: -65px auto 40px;
	width: 870px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .trainer .textList > li {
	margin-top: 65px;
	padding: 0px 0px 28px;
	width: 390px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
}
#main .trainer .textList .pho {
	margin: 0px;
	width: 390px;
	text-align: center;
}
#main .trainer .textList .pho img {
	width: 100%;
}
#main .trainer .textList .pho p {
	margin-top: 9px;
	font-size: 2.3rem;
	letter-spacing: 0.08em;
}
#main .trainer .textList .pho p small {
	display: block;
	font-size: 1.4rem;
}

#main .trainer .textList .copy {
	position: relative;
    top: 0px;
    margin: -30px 0 0 0;
}
#main .trainer .textList .copy p {
	color: #fff;
    font-size: 19.5px;
    background: -webkit-linear-gradient(left, #13C879 , #00A1EF);
    background: -o-linear-gradient(right, #00A1EF, #13C879);
    background: -moz-linear-gradient(right, #00A1EF, #13C879);
    background: linear-gradient(to right, #00A1EF , #13C879);
    padding: 10px 25px;
	margin: 10px 0 0px;
	width: fit-content;
}

#main .trainer .textList .person {
	position: absolute;
	bottom: 0;
	right: 0;
}

#main .trainer .textList .wpTxt {
    font-size: 2.6rem;
    margin: 10px 0 20px;
    padding: 0 0 0 25px;
}

#main .trainer .textList .wpTxt small{
	font-size: 1.5rem;
}

#main .trainer .textList li ul {
	padding-left: 1em;
	text-indent: -1em;
	padding: 0 0 0 25px;
	font-size: 1.3rem;
}
#main .trainer .comLinkBox {
	margin-bottom: 0;
}
/************** FLOW ****************/
#main .flow {
	margin-bottom: 77px;
	padding: 105px 0 48px;
	position: relative;
	background-color: #E4EEF0;
}
#main .flow::before {
	width: 100%;
	height: 445px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(img/index/flow_bg01_01.png) no-repeat center center / cover;
	content: '';
}

#main .flow .expanded {
	margin-bottom: 48px;
    padding: 31px 45px 39px;
    border-radius: 20px;
    background-color: #fff;
}

#main .flow .content {
	position: relative;
}
#main .flow h2 {
	margin-bottom: 17px;
	color: #fff;
	font-size: 4.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-align: center;
}
#main .flow .text {
	margin-bottom: 75px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.28;
	letter-spacing: 0.18em;
	text-align: center;
}
#main .flow .textList {
	margin: -65px auto 40px;
	width: 870px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .flow .textList > li {
	margin-top: 65px;
	padding: 1px 15px 28px;
	width: 390px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
#main .flow .textList .pho {
	margin: -51px 0 11px;
	text-align: center;
}
#main .flow .textList .pho img {
	width: 160px;
}
#main .flow .textList .pho p {
	margin-top: 9px;
	font-size: 2.3rem;
	letter-spacing: 0.08em;
}
#main .flow .textList .pho p small {
	display: block;
	font-size: 1.4rem;
}
#main .flow .textList .txtList {
	font-size: 1.2rem;
	line-height: 1.75;
	text-align: left;
}
#main .flow .textList .txtList li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .flow .comLinkBox {
	margin-bottom: 0;
}

.flow .flowArea {
	margin: 6rem 0 0;
}
.flow .flowBox {
	margin-bottom: 20px;
    padding: 25px 40px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #F0F5F8;
}
.flow .flowBox:last-child {
	margin: 0;
}
.flow .flowBox .pic {
	/* width: 500px; */
	/* float: left; */
	margin: 0 4.5rem 0 0;
	position: relative;
}
.flow .flowBox:nth-child(2n) .pic {
	/* float: right; */
	margin: 0 0 0 4.5rem;
}
.flow .flowBox .pic:before {
	background: url("img/index/num01.png") no-repeat;
	background-size: 100%;
	content: "";
	width: 60px;
	height: 54px;
	position: absolute;
	top: -5.5rem;
    left: 98rem;
}

.flow .flowBox:nth-child(2) .pic:before {
	background: url("img/index/num02.png") no-repeat;
	background-size: 100%;
    content: "";
    width: 60px;
    height: 54px;
    position: absolute;
    top: -5.5rem;
    left: -63rem;
}
.flow .flowBox:nth-child(3) .pic:before {
	background: url("img/index/num03.png") no-repeat;
	background-size: 100%;
	content: "";
	width: 60px;
	height: 54px;
	position: absolute;
	top: -5.5rem;
    left: 98rem;
}
.flow .flowBox:nth-child(4) .pic:before {
	background: url("img/index/num04.png") no-repeat;
	background-size: 100%;
    content: "";
    width: 60px;
    height: 54px;
    position: absolute;
    top: -5.5rem;
    left: -63rem;
}
.flow .flowBox:nth-child(5) .pic:before {
	background: url("img/index/num05.png") no-repeat;
	background-size: 100%;
	content: "";
	width: 60px;
	height: 54px;
	position: absolute;
	top: -5.5rem;
    left: 98rem;
}
.flow .flowBox:nth-child(6) .pic:before {
	background: url("img/index/num06.png") no-repeat;
	background-size: 100%;
    content: "";
    width: 60px;
    height: 54px;
    position: absolute;
    top: -5.5rem;
    left: -63rem;
}
.flow .flowBox .txtBox {
	overflow: hidden;
	width: 585px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	min-height: 30rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flow .goldCatch {
    text-align: left;
    padding: 0 0 1.8rem;
    margin: 0 0 2.5rem;
    border-bottom: solid 1px #c8dce6;
    font-size: 3.1rem;
    color: #142850;
	font-weight: 500;
	letter-spacing: 0.2rem;
}

.flow .txtBox p {
	line-height: 2.0;
    font-size: 1.6rem;
    font-weight: 500;
	letter-spacing: 0.1rem;
}

@media (max-width: 896px) {
	#main .flow .comLinkBox {
		margin-bottom: -115px;
	}
	}

/******************************/
#main .voice {
	margin-bottom: 39px;
}
#main .voice h2 {
	margin-bottom: 42px;
}
#main .voice .textList li {
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	padding: 1px 15px 14px;
	background-color: #F0F5F8;
}
#main .voice .textList li:last-of-type {
	margin-bottom: 0;
}
#main .voice .textList .pho {
	margin-top: -15px;
	width: 310px;
}
#main .voice .textList .txtBox {
	padding-top: 32px;
	width: 400px;
	position: relative;
}
#main .voice .textList .txtBox p {
	font-size: 1.3rem;
	line-height: 1.85;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .voice .textList .txtBox .ttl {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #C8DCE6;
}
#main .voice .textList .txtBox .ttl strong {
	font-size: 2.6rem;
	vertical-align: -2px;
}
#main .voice .textList .txtBox .ttl small {
	font-size: 1.3rem;
}
#main .voice .textList .txtBox dl {
	position: absolute;
	right: 0;
	top: 30px;
	width: 170px;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #142850;
}
#main .voice .textList .txtBox dt {
	padding: 8px 5px 9px;
	width: 60px;
	box-sizing: border-box;
	border-right: 1px solid #142850;
}
#main .voice .textList .txtBox dd {
	padding: 3px;
	width: calc(100% - 60px);
	color: #f00028;
}
#main .voice .textList .txtBox dd span {
	font-size: 2.1rem;
	vertical-align: -3px;
}
#main .voice .textList .txtBox dd small {
	font-size: 1.2rem;
}
#main .voice .textList .comTable {
	margin-top: 14px;
    width: 375px;
    border-spacing: 2px;
}
#main .gyms  {
	/*margin-bottom: 90px;*/
	padding: 75px 0 90px;
	background-color: #E4EEF0;
}
#main .gyms  h2 {
	margin-bottom: 22px;
}
#main .gyms   h3 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #C8DCE6;
	display: none;
}
#main .gyms  .textList {
	margin: -15px 0 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .gyms  .textList:last-of-type {
	margin-bottom: 0;
}
#main .gyms  .textList::after {
	width: 390px;
	content: '';
}
#main .gyms  .textList li {
	margin-top: 15px;
	padding: 20px 25px 25px;
	width: 380px;
	letter-spacing: 0.12em;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #fff;
}
#main .gyms  .textList li .ttl {
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 500;
}
#main .gyms  .textList li .ttl span {
	margin-right: 8px;
	display: inline-block;
	width: 82px;
	vertical-align: -5px;
}
#main .gyms  .textList li dt {
	float: left;
	font-size: 1.3rem;
}
#main .gyms  .textList li dd {
	padding: 0 0 6px 6.2em;
	font-size: 1.2rem;
}
#main .gyms  .textList li dd:last-of-type {
	padding-bottom: 0;
}

/* gyms plus */

#main .gymlist {
	padding: 75px 0 48px;
	background-color: #E4EEF0;
	margin-top: 48px;
}
#main .gymlist .prefecturList:not(:first-child) {
    margin-top: 20px;
}
#main .gymlist .prefecturList {
	padding: 16px 30px;
	font-size: 1.9rem;
	letter-spacing: 0.08em;
	border-radius: 6px;
    background: #142850 url(img/index/faq_bg02.png) no-repeat right 10px center / 40px auto;
    cursor: pointer;
	color: white;
}


#main .gymlist .prefecturList.on {
	background-image: url(img/index/faq_bg01.png);
}
#main .gymlist dd {
    padding: 15px 20px 0;
}

#main .gymlist .mb48 {
	margin-bottom: 48px;
}

#main .gymlist .content > dl > dd {
   display: none;
}

#main .gymlist dd:last-of-type {
	padding-bottom: 0;
}
#main .gymlist dd .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .gymlist dd .imgBox .photoBox {
	width: 100px;
}
#main .gymlist dd .imgBox .textBox {
	padding: 20px 30px;
	width: 1035px;
	position: relative;
	line-height: 1.87;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: rgb(241, 248, 249);
}
#main .gymlist dd .imgBox .textBox::before {
	width: 15px;
	height: 20px;
	position: absolute;
	left: -15px;
	top: 40px;
	background: url(img/common/icon01.png) no-repeat center center / cover;
	content: '';
}

#main .gymlist .comLinkBox {
	/* margin:90px auto 0px */
}

#main .gymlist .city_name {	
	background: linear-gradient(to right, #00A1EF , #13C879);	
	padding: 8px 15px;	
	font-size: 1.6rem;	
	letter-spacing: 0.08em;	
	border-radius: 6px;	
	margin: 0 auto 10px;	
	color: white;	
	}


/* CONTACT */
#main .contactWrap {
	position: relative;
	background: #f0f5f8;
	padding: 90px 0 90px;
}
#main .contactWrap .gradTitle {
	width: 1000px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
	font-size: 1.9rem;
	letter-spacing: 0.12em;
	font-weight: 500;
	text-align: center;
	color: #fff;
	min-height: 16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.7;
	z-index: 1;
	background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
    background: -o-linear-gradient(right, #00A1EE, #13C581);
    background: -moz-linear-gradient(right, #00A1EE, #13C581);
    background: linear-gradient(to right, #00A1EE , #13C581);
}
#main .contactWrap .gradTitle:before {
	content: "";
	background: url("img/index/contact_fuki.png") no-repeat;
	background-size: 100%;
	width: 30px;
	height: 20px;
	position: absolute;
	bottom: -2rem;
	left: calc(50% - 15px);
}
#main .contactWrap .gradTitle span {
	font-size: 4rem;
	letter-spacing: 0.25em;
}
#main .video {
	width: 1400px;
	height: 790px;
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	overflow: hidden;
	margin: 0 auto;
	border-radius: 20px;
}
#main .video::after{
    content: '';
    width: 100%;
    height: 100%;
    background: url("img/index/contact_movie_grad.png");
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#main .video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	background: url('img/index/contact_movie.jpg') no-repeat;
	background-size: cover;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
}



#main .contact {
	margin-top: 300px;
	/*margin-bottom: 90px;*/
	background: rgba(255,255,255,0.9);
	border-radius: 20px;
	padding: 4rem;
	z-index: 1;
	position: relative;
}
#main .contact h2 {
	margin: 20px auto 23px;
}
#main .contact .topList {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .contact .topList li {
	padding: 16px 50px 20px 20px;
	width: 360px;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	text-align: center;
	box-sizing: border-box;
	background-color: #152850;
}
#main .contact .topList li::before,
#main .contact .topList li::after {
	width: 30px;
	height: 100%;
	position: absolute;
	right: -29px;
	top: 0;
	background: #fff url(img/index/contact_bg01.png) no-repeat center center / 100% 100%;
	content: '';
	z-index: 3;
}
#main .contact .topList li::before {
	right: auto;
	left: -29px;
	background-color: transparent;
	background-image: url(img/index/contact_bg02.png);
}
#main .contact .topList li:nth-of-type(3n - 2) {
	padding-left: 80px;
	width: 390px;
}
#main .contact .topList li:nth-of-type(3n - 2)::before {
	display: none;
}
#main .contact .topList li:nth-of-type(2n) {
	margin-left: -15px;
}
#main .contact .topList li:nth-of-type(3n) {
	margin-left: -15px;
	width: 360px;
}
#main .contact .topList li:nth-of-type(3n)::after {
	display: none;
}
#main .contact table {
	margin-bottom: 16px;
	width: 100%;
	border-collapse: collapse;
}
#main .contact table th,
#main .contact table td {
	padding: 25px 80px 14px 0;
	width: 22%;
	position: relative;
    font-size: 1.6rem;
    font-weight: 500;
	text-align: left;
	letter-spacing: 0.12em;
	box-sizing: border-box;
	border-bottom: 2px solid #E4EEEE;
	vertical-align: top;
}
#main .contact table td {
	padding: 15px 0 14px;
	width: 78%;
	font-size: 1.2rem;
}
#main .contact table .tdStyle01 {
	padding: 25px 0 28px;
}
#main .contact table input,
#main .contact table select,
#main .contact table textarea {
	padding: 6px 20px;
	width: 50%;
	height: 45px;
	color: #142850;
    font-size: 1.2rem;
	letter-spacing: 0.12em;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #E4EEEE;
	background-color: #F4F8F9;
	-webkit-appearance: none;
	appearance: none;
}
#main .contact table select {
	background: #F4F8F9 url(img/index/contact_bg05.png) no-repeat right center / 20px 100%;
}
#main .contact table textarea {
	height: 150px;
	padding: 10px 20px;
}
#main .contact table th small {
    display: block;
    font-size: 1.4rem;
}
#main .contact table th span {
	padding: 3px 2px 4px;
	width: 45px;
	display: block;
	position: absolute;
	right: 9px;
	top: 25px;
	font-weight: 400;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .contact table th .must {
	color: #fff;
	background-color: #F00029;
}
#main .contact table th .any {
	border: 1px solid #142850;
}
#main .contact table td .checkList li {
	margin-right: 35px;
	display: inline-block;
}
#main .contact table td .checkList input {
	display: none;
}
#main .contact table td .checkList input + span {
	padding: 3px 0 3px 35px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	background: url(img/index/contact_bg03.png) no-repeat left center / 25px auto;
}
#main .contact table td .checkList input:checked + span {
	background-image: url(img/index/contact_bg04.png);
}
#main .contact table .tdStyle02 {
	padding-bottom: 10px;
}
#main .contact table td select:not(:last-of-type) {
	margin-bottom: 5px;
}
#main .contact table .tdStyle02 select {
	margin-bottom: 5px;
}
#main .contact .textList {
	margin-bottom: 22px;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
}
#main .contact .textList li:not(:last-of-type) {
	margin-bottom: 2px;
}
#main .contact .text {
	margin-bottom: 34px;
	letter-spacing: 0.12em;
	text-align: center;
}
#main .contact .text a {
	display: inline-block;
	color: #0078dc;
	text-decoration: underline;
	vertical-align: top;
}
#main .contact .text a:hover {
	text-decoration: none;
}
#main .contact .submitList {
	display: flex;
	justify-content: center;
}
#main .contact .submitList li {
	margin: 0 20px;
	width: 300px;
	position: relative;
}
#main .contact .submitList input {
	padding: 13px 50px 17px;
	width: 100%;
	position: relative;
	display: block;
	border: none;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	border-radius: 30px;
	box-sizing: border-box;
	letter-spacing: 0.16em;
	background: -webkit-linear-gradient(left, #12C77A , #00A1EF);
    background: -o-linear-gradient(right, #00A1EF, #12C77A);
    background: -moz-linear-gradient(right, #00A1EF, #12C77A);
    background: linear-gradient(to right, #00A1EF , #12C77A);
	-webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
#main .contact .submitList li::after {
	width: 20px;
	height: 17px;
	position: absolute;
	right: 23px;
	top: 30px;
	transform: translateY(-50%);
	background: url(img/common/arrow01.png) no-repeat center center / cover;
	content: '';
	z-index: 10;
}
#main .faq {
	padding: 75px 0 90px;
	background-color: #E4EEF0;
}
#main .faq dt:not(:first-child) {
    margin-top: 20px;
}
#main .faq dt {
	padding: 16px 30px;
	font-size: 1.9rem;
	letter-spacing: 0.08em;
	border-radius: 6px;
    background: #fff url(img/index/faq_bg02.png) no-repeat right 10px center / 40px auto;
    cursor: pointer;
}
#main .faq dt.on {
	background-image: url(img/index/faq_bg01.png);
}
#main .faq dd {
    padding: 15px 20px 0;
    display: none;
}
#main .faq dd:last-of-type {
	padding-bottom: 0;
}
#main .faq dd .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .faq dd .imgBox .photoBox {
	width: 100px;
}
#main .faq dd .imgBox .textBox {
	padding: 20px 30px;
	width: 1035px;
	position: relative;
	line-height: 1.87;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: rgb(241, 248, 249);
}
#main .faq dd .imgBox .textBox::before {
	width: 15px;
	height: 20px;
	position: absolute;
	left: -15px;
	top: 40px;
	background: url(img/common/icon01.png) no-repeat center center / cover;
	content: '';
}
#main .btmBox {
	padding: 5px 0 11px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background: -webkit-linear-gradient(left, #13C879 , #00A1EF);
    background: -o-linear-gradient(right, #00A1EF, #13C879);
    background: -moz-linear-gradient(right, #00A1EF, #13C879);
	background: linear-gradient(to right, #00A1EF , #13C879);
	z-index: 9999;
}
#main .btmBox dl {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .btmBox dl dd {
	width: 46.08%;
}
#main .btmBox dl dt {
	margin-top: 5px;
	width: 53%;
	display: flex;
	align-items: center;
	color: #fff;
}
#main .btmBox dl dt .logo {
	width: 50px;
}
#main .btmBox dl dt p {
	margin-left: 30px;
	width: calc(100% - 120px);
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: 0.24em;
}
#main .btmBox dl dd a {
    display: block;
}
@media all and (min-width: 897px) {
    #main .gyms .textList li dl {
        display: block !important;
    }
    #main .btmBox dl a:hover {
        opacity: 0.7;
    }
    #main .contact .submitList input:hover {
        opacity: 0.7;
    }
    #main .want .beyond .textUl {
        display: flex !important;
    }
}
@media (min-width: 897px) and (max-width: 1410px) {

	.mainVisual .imgBox .textBox .text {
		padding-left: 40px;
	}
	.mainVisual .imgBox .textBox .text em {
		font-size: 10rem;
		width: 300px;
	}
	.mainVisual .imgBox .textBox .title {
		font-size: 8rem;
	}


}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 210px 0 0px;
		background-image: url(img/index/sp_main_bg01.jpg);
		position: relative;
	}
	.mainVisual .inner {
		padding: 0 5px;
		max-width: inherit;
	}
	.mainVisual .imgBox {
		margin-bottom: 7px;
		display: block;
	}
	.mainVisual .imgBox .textBox {
		margin: -20px 11px 0 15px;
		width: auto;
	}
	.mainVisual .imgBox .textBox .textList {
		margin-bottom: 15px;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .textList li {
		padding: 7px 10px;
		width: 145px;
		font-size: 1.4rem;
		background-size: 100% 100%;
		margin: 0 0 10px;
	}
	.mainVisual .imgBox .textBox .title {
		margin: 0 auto 18px;
		padding: 0;
		font-size: 5.4rem;
		line-height: 1.1;
		letter-spacing: 0.01em;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .title small {
		font-size: 1.8rem;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .title small span {
		display: inline;
		font-size: 1.4rem;
	}
	.mainVisual .imgBox .textBox .title .sm02,
	.mainVisual .imgBox .textBox .title .sm01 {
		font-size: 4rem;
		display: inline;
		vertical-align: 3px;
	}
	.ios .mainVisual .imgBox .textBox .title .sm02,
	.ios .mainVisual .imgBox .textBox .title .sm01 {
		vertical-align: 7px;
	}
	.mainVisual .imgBox .textBox .title .sm02 {
		font-size: 4rem;
	}
	.mainVisual .imgBox .textBox .text {
		margin: 0 auto 19px;
		padding: 0 0 0 45px;
		max-width: 340px;
		position: relative;
		z-index: 10;
		line-height: 0.9;
		letter-spacing: 0.24em;
	}
	.ios .mainVisual .imgBox .textBox .text {
		padding-left: 60px;
	}
	.mainVisual .imgBox .textBox .text .txt01 {
		padding: 60px 9px 20px 7px;
		position: absolute;
		left: 0;
		top: 0;
		font-size: 1.3rem;
		width: 30px;
		height: 145px;
		writing-mode: tb-rl;
		display: block;
		text-indent: 0;
		border: 1px solid #fff;
		border-radius: 4px;
		box-sizing: border-box;
	}
	.mainVisual .imgBox .textBox .text .sm01 {
		font-size: 1.8rem;
		display: block;
		text-indent: 0;
	}
	.mainVisual .imgBox .textBox .text em {
		margin-left: 0;
		width: 260px;
		font-size: 9rem;
	}
	.mainVisual .imgBox .textBox .text .txt02 {
		position: absolute;
		left: 295px;
		top: 25px;
		font-size: 4.1rem;
		width: 45px;
	}
	.mainVisual .imgBox .textBox .text .txt02 small {
		font-size: 1.2rem;
		display: block;
		font-weight: 400;
		text-align: center;
	}
	.mainVisual .imgBox .textBox .text .txt03 {
		margin: 3px 0 0;
		padding: 7px;
		display: block;
		width: auto;
		color: #3a5059;
		font-size: 1.4rem;
		border-radius: 3px;
		line-height: 1.1;
		letter-spacing: 0.18em;
		vertical-align: 10px;
	}
	.mainVisual .imgBox .textBox .text .txt03 small {
		font-size: 1.4rem;
	}
	.mainVisual .imgBox .textBox .textImg01 {
		width: auto;
		text-align: center;
	}
	.mainVisual .imgBox .photoBox {
		width: auto;
	}
	.mainVisual .imgBox .photoBox .tokaiImg {
		width: 80%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		right: inherit;
		bottom: 36px;
		margin: 0;
	}
	.mainVisual .imgBox .photoBox img {
		width: 100%;
	}
	.mainVisual p {
		margin: 0 15px;
		padding-left: 1em;
		font-size: 1.1rem;
		text-indent: -1em;
	}
	#main .topBox {
		/* margin-bottom: 35px; */
		/* padding: 85px 0 40px; */
		padding: 0;
	}
	#main .topBox .comLinkBox {
		/* margin: -31px auto 15px; */
		margin: 0 auto;
	}
	#main .topBox .textBox {
		margin: 0 15px;
		padding: 15px;
		width: auto;
		border-radius: 9px;
	}
	#main .topBox .textBox .title {
		margin-bottom: 16px;
		padding: 30px 0 0;
		text-align: center;
		line-height: 1.72;
		background-size: 28px auto;
		background-position: top center;
	}
	#main .topBox .textBox .title em {
		margin-bottom: 7px;
		font-size: 1.8rem;
		line-height: 1.43;
		letter-spacing: 0.08em;
	}
	#main .topBox .textBox .textList {
		display: block;
		margin: -5px -7px 0;
	}
	#main .topBox .textBox .textList li {
		margin: 5px 0 0;
		padding: 15px 15px 14px;
		width: auto;
		display: flex;
		justify-content: space-between;
		text-align: left;
		border-radius: 3px;
	}
	#main .topBox .textBox .textList .mark {
		margin-bottom: 0;
	}
	#main .topBox .textBox .textList p {
		width: calc(100% - 27px);
		letter-spacing: 0.04em;
	}
	#main .bottomBox {
		margin: 35px 0 0;
		padding: 1px 0 40px;
	}
	#main .bottomBox .comLinkBox {
		margin: -31px auto 15px;
	}
	#main .bottomBox .textBox {
		margin: 0 15px;
		padding: 15px;
		width: auto;
		border-radius: 9px;
	}
	#main .bottomBox .textBox .title {
		margin-bottom: 16px;
		padding: 30px 0 0;
		text-align: center;
		line-height: 1.72;
		background-size: 28px auto;
		background-position: top center;
	}
	#main .bottomBox .textBox .title em {
		margin-bottom: 7px;
		font-size: 1.8rem;
		line-height: 1.43;
		letter-spacing: 0.08em;
	}
	#main .bottomBox .textBox .textList {
		display: block;
		margin: -5px -7px 0;
	}
	#main .bottomBox .textBox .textList li {
		margin: 5px 0 0;
		padding: 15px 15px 14px;
		width: auto;
		display: flex;
		justify-content: space-between;
		text-align: left;
		border-radius: 3px;
	}
	#main .bottomBox .textBox .textList .mark {
		margin-bottom: 0;
	}
	#main .bottomBox .textBox .textList p {
		width: calc(100% - 27px);
		letter-spacing: 0.04em;
	}
	#main .want {
		margin: 0 7px;
	}
	#main .want .textList {
		margin: -10px auto 44px;
		max-width: 361px;
	}
	#main .want .textList::after {
		width: 224px;
		height: 370px;
		bottom: 0;
		top: 165px;
		background-image: url(img/index/sp_want_bg01.png);
	}
	#main .want .textList li {
		margin: 10px 7px 0;
		padding: 10px 5px 27px;
		width: 165px;
		position: relative;
		z-index: 10;
		background-color: #fff;
	}
	#main .want .textList li .num {
		margin-bottom: 4px;
	}
	#main .want .textList li p {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .want .textList li:nth-of-type(2) p {
		line-height: 1.6;
	}
	#main .want .textList .list01 p {
		font-size: 1.9rem;
		line-height: 1.37;
	}
	#main .want .textList .list01 .txt {
		font-size: 1.8rem;
	}
	#main .want .textList .list02 {
		margin-top: 2px;
	}
	#main .want .textList .list02 p {
		font-size: 1.5rem;
	}
	#main .want .beyond {
		margin: 0 -2px 40px;
		padding: 1px 15px 51px;
		border-radius: 9px;
		background-image: url(img/index/sp_want_bg02.png);
	}
	#main .want .beyond h3 {
		margin: -21px auto 7px;
		padding-bottom: 14px;
		width: auto;
		font-size: 1.8rem;
		line-height: 1.28;
		border-radius: 9px;
	}
	#main .want .beyond .text {
		margin-bottom: 8px;
		color: #fff;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
		text-align: center;
	}
	#main .want .beyond .text span {
		padding: 3px 0 3px 30px;
		display: inline-block;
		vertical-align: top;
		background: url(img/index/sp_want_bg03.png) no-repeat left center / 23px auto;
	}
	#main .want .beyond .textUl {
        margin: 0 -15px;
        position: relative;
        display: block;
    }
    #main .want .beyond .slick-arrow {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 10px;
        bottom: -40px;
        font-size: 0;
        border: none;
        background: url(img/common/icon05.png) no-repeat center center / cover;
        color: transparent;
        background-color: transparent;
        -webkit-appearance: none;
        appearance: none;
        z-index: 9999;
    }
    #main .want .beyond .slick-next {
        left: auto;
        right: 10px;
        background-image: url(img/common/icon04.png);
    }
    #main .want .beyond .slick-dots button {
        display: none;
    }
	#main .want .beyond .textUl::after {
		display: none;
	}
	#main .want .beyond .textUl li {
        margin: 0 5px;
        margin-top: 0;
        min-height: 450px;
		padding: 5px 5px 25px;
        width: 100%;
        max-width: 295px !important;
        border-radius: 9px;
    }
    #main .want .beyond .slick-dots {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -40px;
        text-align: center;
    }
    #main .want .beyond .slick-dots li {
        margin: 0 9px;
        padding: 0;
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: top;
        min-height: inherit;
        box-sizing: border-box;
        background-color: transparent;
        border: 1px solid #fff;
    }
    #main .want .beyond .slick-dots .slick-active {
        background-color: #fff;
    }
	#main .want .beyond .textUl .pho {
		margin-bottom: 22px;
		width: auto;
    }
    #main .want .beyond .textUl .pho img {
        width: 100%;
    }
	#main .want .beyond .textUl .txtBox .ttl {
		margin-bottom: 9px;
		font-size: 1.6rem;
		line-height: 1.45;
		letter-spacing: 0.14em;
	}
	#main .want .beyond .textUl .txtBox .ttl small {
		font-size: 1.2rem;
	}
	#main .want .beyond .textUl .txtBox p {
		line-height: 1.62;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
	}
	#main .personal {
		margin-bottom: 75px;
		padding: 53px 0 85px;
	}
	#main .personal::before {
		height: 360px;
		background-image: url(img/index/sp_personal_bg01.jpg);
	}
	#main .personal h2 {
		margin-bottom: 21px;
		font-size: 1.8rem;
	}
	#main .personal h2 span {
		margin-top: 7px;
	}
	#main .personal h2 span img {
		width: 175px;
	}
	#main .personal .text {
		margin-bottom: 33px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.12em;
	}
	#main .personal .expanded {
		margin-bottom: 23px;
		padding: 20px 15px 27px;
		border-radius: 9px;
	}
	#main .personal h4 {
		margin-bottom: 14px;
		font-size: 2.1rem;
	}
	#main .personal h4 small {
		font-size: 1.8rem;
	}
	#main .personal .textList {
		margin-top: -12px;
		justify-content: space-between;
	}
	#main .personal .textList li {
		margin: 12px 0 0;
		width: calc((100% - 5px) / 3);
	}
	#main .personal .textList .pho {
		margin-bottom: 6px;
	}
	#main .personal .textList .pho img {
		width: 100%;
	}
	#main .personal .textList p {
		font-size: 1.3rem;
	}
	#main .personal h3 {
		margin-bottom: 16px;
		font-size: 1.9rem;
		letter-spacing: 0.16em;
	}
	#main .personal h3 small {
		font-size: 1.4rem;
	}
	#main .personal h3 .txt01 {
		position: relative;
		z-index: 4;
	}
	#main .personal h3 .txt01::after {
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		bottom: 3px;
		background-color: #FFF079;
		content: '';
	}
	#main .personal .textBox {
		margin-bottom: 40px;
		display: block;
	}
	#main .personal .textBox .lBox,
	#main .personal .textBox .rBox {
		padding: 9px 15px 15px;
		width: auto;
		border-radius: 9px;
	}
	#main .personal .textBox .rBox {
		margin-top: 20px;
		padding-bottom: 20px;
		width: auto;
	}
	#main .personal .textBox  h4 {
		margin-bottom: 9px;
		font-size: 1.8rem;
	}
	#main .personal .textBox .textList li {
		width: 100%;
	}
	#main .personal .textBox .textList li:nth-of-type(4n) {
		margin-right: 0;
	}
	#main .personal .textBox .textList li p {
		font-size: 1.4rem;
		line-height: 1.3;
	}

	#main .personal .textBox .textList li .title {
		right: 5px;
		top: -14px;
	}

	#main .personal .textBox .textList li .title.left {
		left: 5px;
		top: -14px;
	}

	#main .personal .graph .graphImg {
		float: none;
		width: 100%;
		margin: 0 0 24px;
	}
	#main .personal .graph .textList {
		float: none;
		width: 100%;
		margin: 0 0 5% 0;
	}


	#main .personal .comLinkBox {
		margin-bottom: -40px;
	}
	#main .point {
		margin-bottom: 40px;
	}
	#main .point h2 {
		margin-bottom: 9px;
	}
	#main .point .text {
		margin-bottom: 16px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.12em;
	}
	#main .point .pointList li {
		margin-bottom: 15px;
		padding: 10px 20px 22px;
		border-radius: 9px;
		display: block;
	}
	#main .point .pointList li:first-of-type {
		padding-top: 2px;
	}
	#main .point .pointList li:last-of-type {
		margin-bottom: 0;
	}
	#main .point .pointList .pho {
		margin: 0 4px;
		width: auto;
		text-align: center;
	}
	#main .point .pointList .txtBox {
		margin-top: 17px;
		width: auto;
	}
	#main .point .pointList .txtBox .ttl {
		margin-bottom: 5px;
		font-size: 1.9rem;
		line-height: 1.53;
		letter-spacing: 0.12em;
	}
	#main .point .pointList .txtBox p {
		font-size: 1.4rem;
		line-height: 1.79;
		letter-spacing: 0.12em;
	}
	#main .price {
		margin-bottom: 38px;
		padding: 34px 0 1px;
		margin-top: 35px;
	}
	#main .price h2 {
		margin-bottom: 15px;
	}
	#main .price .text {
		margin: 0 -5px 10px;
		padding: 9px 10px;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		letter-spacing: 0.04em;
		border-radius: 2px;
		background-color: #A0B4BD;
	}
	#main .price .text span {
		padding: 4px 0 4px 30px;
		display: inline-block;
		vertical-align: top;
		background: url(img/index/sp_want_bg03.png) no-repeat left center / 23px auto;
	}
	#main .price .textDl dt .txt01 .huki{
		font-size: 0.8em;
}
	#main .price .tableBox {
		margin: 0 -10px;
		overflow-x: auto;
	}
	#main .price .comTable {
		margin-bottom: 35px;
		min-width: 886px;
	}
	#main .price .comTable tr:first-of-type th {
		padding: 15px 10px 15px;
		font-size: 1.3rem;
	}
	#main .price .comTable th,
	#main .price .comTable td {
		padding: 13px 5px;
		font-size: 1.3rem;
	}
	#main .price .comTable td {
		font-size: 1.6rem;
	}
	#main .price .comTable td small {
		font-size: 1.2rem;
	}
	#main .price .comTable .tdStyle02 {
		padding: 0 5px;
	}
	#main .price .comTable .tdStyle03 {
		padding: 8px 20px 10px;
	}
	#main .price .comTable .tdStyle02 small {
		line-height: 1.5;
		font-size: 1.1rem;
		vertical-align: 0;
	}
	#main .price .comTable .trStyle01 td,
	#main .price .comTable .trStyle02 td,
	#main .price .comTable .trStyle01 th,
	#main .price .comTable .trStyle02 th {
		padding: 7px 20px;
	}
	#main .price .textDl {
		margin: 0 -5px 25px;
		padding-bottom: 20px;
		display: block;
		letter-spacing: 0.12em;
		border-radius: 20px;
		background-color: #fff;
	}
	#main .price .textDl:not(:first-of-type) {
		margin-bottom: 5px;
	}
	#main .price .textDl dt {
		width: auto;
		padding-bottom: 15px;
		display: block;
		font-size: 2.1rem;
		box-sizing: border-box;
		border-bottom: 1px solid #E4EEF0;
	}
	#main .price .textDl dt .ttl {
		margin: -10px 0 2px;
		padding: 8px 25px;
		width: 290px;
		height: auto;
		display: block;
		font-size: 1.6rem;
		text-align: left;
		box-sizing: border-box;
		border-radius: 20px 0 20px 0;
	}
	#main .price .textDl dt .txt {
		margin-top: 0;
		padding: 0 25px;
		display: block;
		line-height: 1.4;
	}
	#main .price .textDl dt .txt01 {
		margin-top: 0;
		padding: 10px 25px 0;
		display: block;
		line-height: 1.4;
	}
	#main .price .textDl dt .txt01 .huki{
		font-size: 0.8em;	
		}
	#main .price .textDl dt .txt em {
		font-size: 3.4rem;
	}
	#main .price .textDl dd {
		padding: 11px 20px 0;
		width: auto;
		border-left: none;
	}
	#main .price .textDl .dd01 {
		padding: 11px 20px 0;
		width: auto;
		border-left: none;
	}
	#main .price .note {
		margin-bottom: 16px;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
	#main .price .note:last-of-type {
		margin-bottom: 32px;
	}
	#main .price .comLinkBox {
		margin-bottom: -40px;
	}
	#main .trainer {
		margin-bottom: 114px;
		padding: 53px 0 1px;
	}
	#main .trainer::before {
		height: 310px;
		background-image: url(img/index/sp_trainer_bg01_01_02.jpg);
	}
	#main .trainer .content {
		position: relative;
	}
	#main .trainer h2 {
		margin-bottom: 8px;
		font-size: 2.6rem;
		line-height: 1.4;
		letter-spacing: 0.18em;
	}
	#main .trainer .text {
		margin-bottom: 60px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.12em;
	}
	#main .trainer .textList {
		width: 100%;
		margin: -20px -5px 40px;
		display: block;
	}
	#main .trainer .textList > li {
		margin-top: 50px;
		padding: 0px 0px 22px;
		width: auto;
	}
	#main .trainer .textList .pho {
		margin: 0px;
		text-align: center;
		width: 100%;
	}
	#main .trainer .textList .pho img {
		width: 100%;;
	}
	#main .trainer .textList .pho p {
		margin-top: 7px;
		font-size: 2.3rem;
		letter-spacing: 0.08em;
	}
	#main .trainer .textList .pho p small {
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		font-size: 1.4rem;
	}
	#main .trainer .textList .txtList {
		line-height: 1.6;
	}
	#main .trainer .comLinkBox {
		margin-bottom: -115px;
	}

	
		/*--------------------------------------
		　FLOW
		---------------------------------------*/
		#main .flow {
			margin-bottom: 28px;
			padding: 53px 0 35px;
		}

		#main .flow h2 {
			margin-bottom: 8px;
			font-size: 2.6rem;
			line-height: 1.4;
			letter-spacing: 0.18em;
		}

		#main .flow .text {
			margin-bottom: 40px;
			font-size: 1.4rem;
			line-height: 2.1;
			letter-spacing: 0.12em;
		}
		#main .flow .expanded {
			padding: 20px 15px 1px;
			border-radius: 9px;
		}

		#main .flow .flowArea {
			margin: 0;
		}
		#main .flow .flowBox {
			margin: 0 0 1.5rem;
			display: block;
			padding: 15px;
			border-radius: 9px;
		}


		#main .flow .flowBox .pic {
			width: 100%;
			float: none;
			margin: 0 0 1.5rem;
		}
		#main .flow .flowBox .pic img {
			width: 100%;
			}

			
		#main .flow .flowBox:nth-child(2n) .pic {
			float: none;
			margin: 0 0 1rem;
		}
		#main .flow .flowBox .pic:before {
			content: "";
			width: 42px;
			height: 50px;
			position: absolute;
			top: -2.2rem;
			left: auto;
			right:-5px;
		}
		#main .flow .flowBox:nth-child(1) .pic:before {
			width: 44px;
			height: 50px;
		}
		#main .flow .flowBox:nth-child(2) .pic:before {
			width: 44px;
			height: 50px;
		}
		#main .flow .flowBox:nth-child(3) .pic:before {
			width: 46px;
			height: 50px;
		}
		#main .flow .flowBox:nth-child(4) .pic:before {
			width: 48px;
			height: 50px;
		}
		#main .flow .flowBox:nth-child(5) .pic:before {
			width: 42px;
			height: 50px;
		}
		#main .flow .flowBox:nth-child(6) .pic:before {
			width: 42px;
			height: 50px;
		}
		#main .flow .flowBox .txtBox {
			overflow: inherit;
			width: 100%;
			display: block;
			min-height: inherit;
		}

		#main .flow .goldCatch {
			padding: 0 0 0.5rem;
			margin: 0 0 1rem;
			font-size: 2.6rem;
			letter-spacing: 0;
		}
		
		.flow .txtBox p {
			line-height: 1.8;
			font-weight: 400;
			letter-spacing: 0;
		}
	
	
	#main .voice {
		margin-bottom: 39px;
	}
	#main .voice h2 {
		margin-bottom: 28px;
	}
	#main .voice .textList {
		margin: 0 -5px;
	}
	#main .voice .textList li {
		margin-bottom: 25px;
		display: block;
		border-radius: 9px;
		padding: 1px 10px 18px;
	}
	#main .voice .textList li:last-of-type {
		margin-bottom: 0;
	}
	#main .voice .textList .pho {
		margin: -11px 0 10px;
		width: auto;
	}
	#main .voice .textList .pho img {
		width: 100%;
	}
	#main .voice .textList .txtBox {
		margin: 0 5px;
		padding-top: 0;
		width: auto;
		position: relative;
	}
	#main .voice .textList .txtBox p {
		letter-spacing: 0.08em;
		line-height: 1.85;
	}
	#main .voice .textList .txtBox .ttl {
        margin-bottom: 12px;
        padding: 0 110px 8px 0;
		font-size: 1.6rem;
	}
	#main .voice .textList .txtBox .ttl small {
		font-size: 1.2rem;
	}
	#main .voice .textList .txtBox .ttl strong {
		font-size: 2.4rem;
	}
	#main .voice .textList .txtBox dl {
		position: absolute;
		right: 0;
		top: 5px;
		width: 105px;
		font-size: 1.1rem;
	}
	#main .voice .textList .txtBox dt {
		padding: 6px 5px;
        width: 40px;
	}
	#main .voice .textList .txtBox dd {
		padding: 0 5px;
		width: calc(100% - 40px);
		line-height: 1.3;
	}
	#main .voice .textList .txtBox dd span {
		font-size: 2rem;
		vertical-align: -3px;
	}
	#main .voice .textList .txtBox dd small {
		font-size: 1.2rem;
	}
	#main .voice .textList .comTable {
		margin: 14px 8px 0;
		width: auto;
	}
	#main .voice .textList .comTable th,
	#main .voice .textList .comTable td {
		padding: 8px 9px;
		width: 31%;
    }
    #main .voice .textList .comTable tr:nth-of-type(3) th,
	#main .voice .textList .comTable tr:nth-of-type(3) td {
        padding: 8px;
    }
	.comTable tr th:first-of-type {
		width: 10%;
	}
	#main .gyms {
		margin-bottom: 0;
		padding: 35px 0 40px;
		margin-top: 35px;
	}
	#main .gyms h2 {
		margin-bottom: 20px;
	}
	#main .gyms h3 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	#main .gyms  .textList {
		margin: -5px -5px 20px;
		display: block;
	}
	#main .gyms .textList::after {
		display: none;
	}
	#main .gyms .textList li {
		margin-top: 5px;
		padding: 4px 20px;
		width: auto;
	}
	#main .gyms .textList li .ttl {
		padding: 8px 20px;
		margin: 0 -20px;
		font-size: 1.4rem;
		font-weight: 500;
		/* border-bottom: 1px solid #E4EEF0; */
		background: url(img/common/icon02.png) no-repeat right 5px center / 30px auto;
	}
	#main .gyms .textList .on.ttl {
		background-image: url(img/common/icon03.png);
	}
	#main .gyms .textList li .ttl span {
		margin-right: 8px;
		display: inline-block;
		width: 72px;
		vertical-align: -3px;
	}
	#main .gyms .textList li dl {
        padding: 10px 0 12px;
        display: none;
	}
	#main .gyms .textList li dd:last-of-type {
		padding-bottom: 0;
	}
	#main .gymlist .city_name {	
		margin: -5px -5px 10px;	
		padding: 10px 15px;	
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	#main .contactWrap {
        padding: 40px 0 40px;
    }
    #main .contactWrap .gradTitle {
        width: 89%;
        border-radius: 10px;
        font-size: 1.2rem;
        min-height: 7rem;
        line-height: 1.6;
		letter-spacing: 0.04em;
    }
    #main .contactWrap .gradTitle:before {
        width: 15px;
        height: 10px;
        bottom: -1rem;
        left: calc(50% - 7px);
    }
    #main .contactWrap .gradTitle span {
        font-size: 1.7rem;
		letter-spacing: 0.15em;
    }
    #main .video {
        width: 97%;
        height: 205px;
        top: 75px;
    }
	#main .contact {
		margin-top: 10rem;
		padding: 3rem 1.5rem;
	}
	#main .contact h2 {
		margin-bottom: 23px;
	}
	#main .contact .topList {
		margin: 0 0 20px;
	}
	#main .contact .topList li {
		padding: 11px 10px !important;
		width: 27.7% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1.36;
		height: 6rem;
	}
	#main .contact .topList li:not(:nth-of-type(3n - 2)) {
		background-color: #5F6E8D;
	}
	#main .contact .topList li::before,
	#main .contact .topList li::after {
		width: 24px;
		right: -24px;
	}
	#main .contact .topList li:not(:nth-of-type(3n - 2))::after {
		background-image: url(img/index/sp_contact_bg01.png);
	}
	#main .contact .topList li::before {
		left: -24px;
		background-image: url(img/index/sp_contact_bg02.png);
	}
	#main .contact .topList li:nth-of-type(3n - 2)::before {
		display: none;
	}
	#main .contact .topList li:nth-of-type(2n) {
		margin-left: 0;
	}
	#main .contact .topList li:nth-of-type(3n) {
		margin-left: 0;
	}
	#main .contact .formBox {
		margin: 0;
	}
	#main .contact table {
		margin-bottom: 5px;
	}
	#main .contact table th,
	#main .contact table td {
		padding: 25px 80px 14px 0;
		width: 100%;
		display: block;
	}
	#main .contact table th {
		padding: 0 60px 0 0;
		border: none;
    }
    #main .contact table th small {
        display: inline-block;
    }
	#main .contact table td {
		margin-bottom: 10px;
		padding: 12px 0 9px;
		width: 100%;
		font-size: 1.2rem;
	}
	#main .contact table tr:last-of-type td {
		margin-bottom: 0;
	}
	#main .contact table .tdStyle01 {
		padding: 10px 0 17px;
	}
	#main .contact table select {
		background: #F4F8F9 url(img/index/contact_bg05.png) no-repeat right center / 20px 100%;
	}
	#main .contact table th span {
		right: 0;
		top: 0;
	}
	#main .contact table td .checkList li {
		margin: 0 0 15px;
		display: block;
    }
    #main .contact table td .checkList li:last-of-type {
        margin-bottom: 0;
    }
	#main .contact table .tdStyle02 {
		padding-bottom: 6px;
	}
	#main .contact .textList {
		margin-bottom: 14px;
	}
	#main .contact .textList li {
		padding-left: 1.3em;
		text-indent: -1.3em;
	}
	#main .contact .text {
		margin-bottom: 20px;
		line-height: 2;
		letter-spacing: 0.12em;
		text-align: center;
	}
	#main .contact .text a {
		display: inline-block;
		color: #0078dc;
		text-decoration: underline;
		vertical-align: top;
	}
	#main .contact .text a:hover {
		text-decoration: underline;
	}
	#main .contact .submitList {
		display: flex;
		justify-content: center;
	}
	#main .contact .submitList li {
		margin: 0 20px;
		width: 300px;
		position: relative;
	}
	#main .contact .submitList input {
		padding: 13px 50px 17px;
		width: 100%;
		position: relative;
		display: block;
		border: none;
		color: #fff;
		font-size: 2.1rem;
		font-weight: 500;
		border-radius: 30px;
		box-sizing: border-box;
		letter-spacing: 0.16em;
		background: -webkit-linear-gradient(left, #12C77A , #00A1EF);
		background: -o-linear-gradient(right, #00A1EF, #12C77A);
		background: -moz-linear-gradient(right, #00A1EF, #12C77A);
		background: linear-gradient(to right, #00A1EF , #12C77A);
		-webkit-appearance: none;
		appearance: none;
	}
	#main .contact .submitList li::after {
		width: 20px;
		height: 17px;
		position: absolute;
		right: 23px;
		top: 30px;
		transform: translateY(-50%);
		background: url(img/common/arrow01.png) no-repeat center center / cover;
		content: '';
		z-index: 10;
	}
	#main .faq {
		margin: 0;
		padding: 35px 0 40px;
	}
	#main .faq dt {
		padding: 10px 45px 10px 20px;
		font-size: 1.8rem;
		border-radius: 3px;
		background-size: 30px auto;
	}
	#main .faq dd {
		padding: 10px 0 15px;
	}
	#main .faq dd:last-of-type {
		padding-bottom: 0;
	}
	#main .faq dd .imgBox .photoBox {
		width: 71px;
	}
	#main .faq dd .imgBox .textBox {
		padding: 14px 20px;
		width: calc(100% - 80px);
		position: relative;
		line-height: 1.72;
		border-radius: 6px;
		box-sizing: border-box;
		background-color: rgb(241, 248, 249);
	}
	#main .faq dd .imgBox .textBox::before {
		width: 8px;
		height: 12px;
		left: -8px;
		top: 30px;
	}
	#main .btmBox {
		padding: 8px 0 7px;
	}
	#main .btmBox dl {
		padding: 0 10px;
		max-width: inherit;
		display: block;
	}
	#main .btmBox dl dd {
		width: auto;
	}
	#main .btmBox dl dd a {
		margin: 0 auto;
		width: 355px;
		display: block;
	}
	#main .btmBox dl dt {
		margin-top: 0;
		width: auto;
		text-align: center;
		display: none;
	}
	#main .btmBox dl dt .logo {
		margin-top: 4px;
		width: 25px;
	}
	#main .btmBox dl dt p {
		margin-left: 10px;
		width: calc(100% - 75px);
		font-size: 1.5rem;
		letter-spacing: -0.02em;
	}

	#main .gymlist .comLinkBox {
		margin: 40px auto 0px;
	}

}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks {
	margin-bottom: 100px;
}
.thanks h2 {
	margin-bottom: 60px;
	font-size: 3rem;
	text-align: center;
}
.thanks p {
	margin-bottom: 80px;
	text-align: center;
}
.thanks .link {
	margin: 0;
}
.thanks .link a {
	display: inline-block;
	color: #00a0dc;
	vertical-align: top;
	text-decoration: underline;
}
.thanks .link a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.thanks {
		margin-bottom: 100px;
	}
	.thanks h2 {
		font-size: 1.6rem;
	}
	.thanks p {
		line-height: 2;
		font-size: 1.3rem;
	}
	.thanks .link a:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 374px) {
	.mainVisual .imgBox .textBox .textList li {
		width: 130px;
	}
	.mainVisual .imgBox .textBox .title {
		font-size: 4rem;
	}
	.mainVisual .imgBox .textBox .text .sm01 {
		font-size: 1.4rem;
	}
	.mainVisual .imgBox .textBox .text em {
		font-size: 7rem;
	}
	.mainVisual .imgBox .textBox .text em {
		width: 200px;
	}
	.mainVisual .imgBox .textBox .text .txt02 {
		top: 20px;
		left: 250px;
		font-size: 3.5rem;
		width: 30px;
	}
	.mainVisual .imgBox .textBox .text {
		margin-bottom: 40px;
	}
    #main .personal h3 {
        font-size: 1.7rem;
    }
    #main .personal h4 {
        font-size: 1.9rem;
    }
    #main .personal .text {
        font-size: 1.2rem;
    }
	.mainVisual p {
		font-size: 1rem;
	}
	#main .topBox .textBox .title {
		font-size: 1.2rem;
	}
	#main .topBox .textBox .textList p {
		font-size: 1.2rem;
	}
	#main .want .textList {
		max-width: 306px;
	}
	#main .want .textList::after {
		width: 200px;
		top: 140px;
		background-size: 100% 100%;
	}
	#main .want .textList li {
		padding-bottom: 18px;
		width: 138px;
	}
	#main .want .textList li p {
		font-size: 1.3rem;
	}
	#main .want .textList .list01 p {
		font-size: 1.6rem;
	}
	#main .want .textList .list01 .txt {
		font-size: 1.4rem;
	}
	#main .want .textList .list02 p {
		font-size: 1.3rem;
	}
	#main .want .beyond .textUl .txtBox p {
		font-size: 1.2rem;
	}
	#main .want .beyond .textUl .txtBox .ttl {
		font-size: 1.4rem;
	}
	#main .price .note {
		text-align: left;
	}
	.comTable td span {
		font-size: 1.6rem;
	}
	.comLinkBox::after {
		width: 90px;
		height: 89px;
	}
	.comLinkBox .content .link {
		width: 200px;
	}
	#main .contact .topList li {
		font-size: 1.2rem;
	}
	#main .btmBox dl dt p {
		font-size: 1.2rem;
	}
}
@media (min-width: 376px) and (max-width: 896px) {
    .comLinkBox .content .link {
        margin: 0 auto;
    }
}
@media all and (-ms-high-contrast:none)  {
	#main .want .beyond h3 {
		margin-top: -20px;
	}
	.mainVisual .imgBox .textBox .text em,
    #main .topBox .textBox .title em,
	#main .want .beyond .textUl .txtBox .ttl em {
		color: #00a0dc;
		background-image: none;
    }
    .comTable th {
        border-radius: 13px 13px 0 0;
        background-color: #152850;
    }
    .comTable th::before {
       display: none;
    }
    .comTable tr th:first-of-type {
        border-radius: 13px 0 0 13px;
    }
    #main .price .comTable tr:first-of-type th:nth-of-type(2) {
        background: -webkit-linear-gradient(left, #13C581 , #00A1EE);
        background: -o-linear-gradient(right, #00A1EE, #13C581);
        background: -moz-linear-gradient(right, #00A1EE, #13C581);
        background: linear-gradient(to right, #00A1EE , #13C581);
    }
    #main .price .comTable tr th:first-of-type {
        border-radius: 20px 0 0 20px;
    }
}
select::-ms-expand { display: none; }


/*custom*/
.comLinkBox a {
    display: block;
}
@media all and (max-width: 425px) {
	#main .contact table input, #main .contact table select, #main .contact table textarea {
	    width: 100%;
	}
}

/* 店舗一覧はこちらボタン */
#main .toGyms {
	clear: both;
	width: 300px;
	margin: 0 auto ;
	/* padding: 40px 0 0 0 ; */
}
#main .toGyms a {
	padding: 13px 50px 17px;
	width: 100%;
	position: relative;
	display: block;
	border: none;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	border-radius: 30px;
	box-sizing: border-box;
	letter-spacing: 0.16em;
	background: -webkit-linear-gradient(left, #12C77A , #00A1EF);
    background: -o-linear-gradient(right, #00A1EF, #12C77A);
    background: -moz-linear-gradient(right, #00A1EF, #12C77A);
    background: linear-gradient(to right, #00A1EF , #12C77A);
	-webkit-appearance: none;
    appearance: none;
    cursor: pointer;
	text-align: center;
	margin: 40px auto 0;
}
#main .toGyms a::after {
	width: 20px;
	height: 17px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(img/common/arrow01.png) no-repeat center center / cover;
	content: '';
	z-index: 10;
}


/* バナー周り */
.FormbannerPc {
	margin-bottom: 1.5em;
    position: absolute;
    top: -68px;
}

@media all and (max-width: 896px) {

	.FvSp {
		margin: 10px auto 0;
		width: 100%;
		}
		

	.FormbannerSp {
		margin-bottom: 2.5em;
	}


}

/* ジムリストアコーディオン */	
#main #gyms .city_name {	
background: linear-gradient(to right, #00A1EF , #13C879);	
padding: 10px 15px;	
font-size: 1.7rem;	
letter-spacing: 0.08em;	
border-radius: 6px;	
margin: 0 auto 10px;	
color: white;	
position: relative;	
}	
#main #gyms .city_name span:nth-child(1),	
#main #gyms .city_name span:nth-child(2) {	
display: block;	
width: 16px;	
border-bottom: solid 1px #fff;	
position: absolute;	
top: 50%;	
right: 25px;	
transform: translateY(-50%);	
-webkit-transform: translateY(-50%);	
-ms-transform: translateY(-50%);	
}	
#main #gyms .city_name span:nth-child(1) {	
transform: rotate(45deg);	
right: 36px;	
}	
#main #gyms .city_name span:nth-child(2) {	
transform: rotate(-45deg);	
}	
#main #gyms .city_name_mini {	
background-color: #B8C6CC;	
padding: 8px 15px;	
font-size: 1.5rem;	
letter-spacing: 0.08em;	
border-radius: 6px;	
margin: 0 auto 10px;	
color: #333;	
}	
/*------------------------------------------------------------	
thanks(20240627)	
------------------------------------------------------------*/	
.thanks .gold{color:#be9c0d}	
.thanks .small{font-size:1.2rem}	
.thanks .thxTit {	
font-family: 'Noto Sans JP',sans-serif;	
font-size: 3.6rem;	
font-weight: 500;	
letter-spacing: .06em;	
line-height: 1.5;	
color: #000;	
margin: 0;	
text-align: center;	
}	
.thanks .attentionBox {	
background-color: #FFEC00;	
text-align: center;	
width: 80%;	
margin: 5rem auto 1rem ;	
padding: 20px 0;	
}	
.thanks .attentionBox p {	
font-size: 1.8rem;	
font-weight: 500;	
line-height: 19px;	
margin: 0;	
}	
.thanks .attentionTxt {	
text-align: center;	
width: 80%;	
margin: 2rem auto 0;	
}	
.thanks .flow_h3 {	
background-color: #000;	
text-align: center;	
width: 80%;	
margin: 5rem auto 3rem;	
padding: 10px 0;	
color: #FFFFFF;	
font-size: 1.5rem;	
font-weight: 500;	
}	
.thanks .flowUl {	
width: 80%;	
margin: 0 auto 3rem;	
display: flex;	
}	
.thanks .flowUl li {	
width: 33%;	
padding: 0 2%;	
height: 150px;	
margin-bottom: 3rem;	
}	
.thanks .flowUl .pic {	
float: left;	
margin-right: 1rem;	
height: 150px;	
}	
.thanks .flowUl .text {	
padding: 50px 0 0;	
line-height: 2.0rem;	
height: 150px;	
text-align: left;	
}	
.thanks .lastTxt {	
text-align: center;	
width: 80%;	
margin: 3rem auto;	
}	
@media screen and (max-width:599px){	
.thanks .thxTit {	
font-size:2rem;	
line-height:1.5;	
}	
.thanks .attentionBox p {	
font-size: 1.5rem;	
}.thanks .attentionTxt {	
text-align: left;	
width: 100%;	
margin-top: 0;	
}	
.thanks .flow_h3 {	
margin-bottom: 1rem;	
width: 100%;	
}	
.thanks .flowUl{	
display:block;	
width: 100%;	
}	
.thanks .attentionBox {	
width: 100%;	
}	
.thanks .flowUl li {	
width: 100%;padding: 0;	
}	
.thanks .lastTxt {	
text-align: left;	
width: 100%;	
}	
}