@charset "UTF-8";









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

リセット

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,
div,p,
span,em,strong,
ul,ol,li,
dl,dt,dd,
a{
	background-repeat: no-repeat;
	background-size: 100% auto;
}

a{
	outline: none;
}

img {
	vertical-align: bottom;
}

.pc{
	display: none!important;
}
.sp{
	display: block;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

共通処理

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #f5f7f7;
	color: #232f5c;
	/*和文基本*/
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-style: normal;
	/*和文見出し*/
	/*
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	*/
	/*欧文・数字*/
	/*
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	*/
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.065em;
	line-height: 1.65em;
	word-break: break-word;
}



/*
画面全体処理
*/
#grandwrapper {
	width: 100%;
	overflow: hidden;
}



/*
汎用ボタン
*/
.btn_a {}
.btn_a a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-image: url(../svg/arrow_w_l.svg);
	background-size: 10px auto;
	background-position: 55px center;
	background-repeat: no-repeat;
	background-color: #043aff;
	color: #ffffff;
	width: 220px;
	padding: 20px 20px 20px 40px;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
	border-radius: 100px;
}
.btn_a.disabled a {
	background-color: #828282;
    color: #555;
    pointer-events: none;
}

/*右配置*/
.btn_a.set_r {
	display: flex;
	justify-content: flex-end;
	width: 90%;
	max-width: 320px;
	margin: 40px auto 0 auto;
}

/*左配置*/
.btn_a.set_l {
	display: flex;
	justify-content: flex-start;
	width: 90%;
	max-width: 320px;
	margin: 80px auto 0 auto;
}

/*中央配置*/
.btn_a.set_c {
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 320px;
	margin: 80px auto 0 auto;
}



/*
汎用アニメーション
*/
/*一括指定*/
.wp_t_a,
.wp_t_b,
.wp_t_c,
.wp_t_d {
	animation-timing-function: cubic-bezier(.42,0,0,.99);
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-iteration-count: inherit;
}

/*トグルタイプ*/
.wp_t_a_toggle {
	opacity: 0;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.wp_t_a_toggle_active {
	opacity: 1;
}

/*通過タイプ*/
.wp_t_a {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_a_active {
	animation-name: anime_wp_t_a;
}
@keyframes anime_wp_t_a {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/*通過タイプ*/
.wp_t_b {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_b_active {
	animation-name: anime_wp_t_b;
}
@keyframes anime_wp_t_b {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/*通過タイプ*/
.wp_t_c {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_c_active {
	animation-name: anime_wp_t_c;
}
@keyframes anime_wp_t_c {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

/*通過タイプ*/
.wp_t_d {
	opacity: 0;
	animation-duration: 800ms;
}
.wp_t_d_active {
	animation-name: anime_wp_t_d;
}
@keyframes anime_wp_t_d {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}



/*
flexの末尾調整用
*/
.emptyflexbox {
	background-color: transparent !important;
	height: 0 !important;
	min-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
}
.emptyflexbox::before,
.emptyflexbox::after {
	display: none !important;
}



/*
magnificPopup
*/
/*フェードアニメーション初期設定*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	width: 320px;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/*ギャラリーモードUI*/
.mfp-arrow-right:after {
    border-left: 17px solid #00ccff !important;
}
.mfp-arrow-right:before {
	border-left: transparent !important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #00ccff !important;
}
.mfp-arrow-left:before {
	border-right: transparent !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	font-size: 40px;
	color: #00ccff !important;
}
.mfp-counter {
	color: #00ccff !important;
}



/*
アコーディオン
*/
/*アコーディオンの親要素*/
.jqa_open_parent {}

/*アコーディオンのトリガー要素*/
[data-jqa="trigger"] {
	cursor: pointer;
}

/*アコーディオンの非表示要素*/
.jqa_body {
	display: grid;
	grid-template-rows: 0fr;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
.jqa_body > div {
	overflow: hidden;
}
.jqa_open {
	grid-template-rows: 1fr;
}



/*
カルーセル：メイン
*/
/*アロー*/
.swiper-button-next:after,
.swiper-button-prev:after {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0 !important;
	width: 25px;
	height: 50px;
}
.swiper-button-next:after {
	background-image: url(../svg/arrow_carousel_r.svg);
}
.swiper-button-prev:after {
	background-image: url(../svg/arrow_carousel_l.svg);
}

/*ページネーション*/
.swiper-pagination-bullet {
	border-radius: inherit !important;
	width: 40px !important;
	height: 6px !important;
}
.swiper-pagination-bullet-active {
	background-color: #6642f4 !important;
}



/*
追加文字スタイル
*/
.plsm {
	letter-spacing: 0em;
}
.sizel_1 {
	font-size: 0.9em;
}
.sizel_2 {
	font-size: 0.8em;
}
.sizel_3 {
	font-size: 0.7em;
}



/*
追従ボタン
*/
#fixidfreetrial {
	z-index: 99;
	position: fixed;
	width: 320px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -160px;
	background-color: #ed136f;
	border-top: 4px #ffffff solid;
	border-right: 4px #ffffff solid;
	border-left: 4px #ffffff solid;
	border-radius: 20px 20px 0 0;
}

#fixidfreetrial a {
	display: flex;
	color: #ffffff;
	text-decoration: none;
}

#fixidfreetrial a > p {
	background-color: #ffffff;
	background-image: url(../svg/icon_free.svg);
	background-size: 40%;
	background-position: center center;
	width: 50px;
	height: 50px;
	padding: 16px;
	text-indent: -9999px;
	border-radius: 10px 0 0 0;
}

#fixidfreetrial a .detail {
	margin: 0 auto;
	padding: 20px 0 0;
}
#fixidfreetrial a h4 {
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

#fixidfreetrial a h3 {
	margin: 0 5px 0 0;
	font-size: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
}
#fixidfreetrial a h3 strong {
	font-size: 20px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

ローディング

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LOADING_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#loading{
	z-index: 999;
	background-color: #e9e7f3;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 1000ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: bottom;
}



/*
SVG格納要素指定
*/
#loading > div {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -90px;
	display: inline-block;
	width: 180px;
	height: 180px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}

/*SVGオブジェクト全体のサイズ*/
#loading > div svg {
    width: 100%;
    height: 100%;
}

/*シンボル*/
#loading > div svg .load_logo {
	fill: #B5A9F4;
}

/*テキスト*/
#loading > div svg .load_text {
	fill: #27197C;
}

/*アニメーション用汎用設定*/
#loading > div svg .load_logo {
	animation-duration: 6000ms;
	animation-delay: 0;
	animation-timing-function: linear;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-iteration-count: infinite;
}



/*
ロード中演出
*/
#loading.start > div {
	opacity: 1;
	transform: scale(1);
}

#loading.start > div svg .load_logo {
	animation-name: common_anime_startloading;
}

@keyframes common_anime_startloading {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100%{
		opacity: 1;
	}
}



/*
フェードアウト演出
*/
#loading.remove > div {
	opacity: 0;
	transform: scale(0);
	animation-name: common_anime_removeloading;
}
@keyframes common_anime_removeloading {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		transform: scale(0);
	}
}



/*
削除
*/
/*アニメーション停止*/
#loading.remove > div,
#loading.destroy > div svg .load_logo {
	animation-name: none;
}
/*不可視化・クリック非対象に*/
#loading.destroy{
	opacity: 0;
	pointer-events: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　LOADING_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

ナビゲーション

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Gnav_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#gnav {
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 50px;
}




/*
横組みレイアウト用
*/
#gnav section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}



/*
ロゴ
*/
#gnav section .logo {
	width: 100px;
	margin: 0 15px;
}

#gnav section .logo h2 a {
	display: block;
	background-image: url(../svg/logo_fitmate_1l.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
	height: 50px;
	text-indent: -9999px;
}



/*
店舗名表記
*/
#gnav section .readtext {
	position: absolute;
	top: 0;
	left: 130px;
	display: flex;
	align-items: center;
	justify-content: left;
	width: 300px;
	height: 100%;
}

#gnav section .readtext p {
	font-size: 13px;
}



/*
トグル
*/
#gnav .toggle {
	z-index: 905;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 40px;
	height: 35px;
	cursor: pointer;
}

.nav .toggle p {
	width: 40px;
	height: 35px;
}

#gnav .toggle p span {
	position: absolute;
	background-color: #ff1574;
	width: 100%;
	height: 3px;
	border-radius: 1px;
	transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.42,0,0,.99);
    transition-delay: 0ms;
    transform-origin: center;
}
#gnav .toggle p span:nth-of-type(1) {top: 0;}
#gnav .toggle p span:nth-of-type(2) {top: 16px;}
#gnav .toggle p span:nth-of-type(3) {bottom: 0}

/*avtive*/
#gnav.toggleactive .toggle p{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#gnav.toggleactive .toggle p span:nth-of-type(1) {
	transform: translateY(16px) rotate(-45deg);
	/*background-color: #fff;*/
}
#gnav.toggleactive .toggle p span:nth-of-type(2) {
	transform: translateY(0) rotate(45deg);
	/*background-color: #fff;*/
}
#gnav.toggleactive .toggle p span:nth-of-type(3) {
	opacity: 0;
}



/*
リンクリスト
*/
#gnav .list {
	pointer-events: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #e5ebef;
	font-size: 20px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 100%;
	height: 100%;
	padding: 60px 30px 30px 30px;
	transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.42,0,0,.99);
    transition-delay: 0ms;
    transform-origin: center;
}
#gnav.toggleactive .list {
	pointer-events: inherit;
	opacity: 1;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*アイコン*/
#gnav .list > p a {
	display: block;
	background-image: url(../svg/logo_fitmate_symbol.svg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 50px;
	width: 75px;
	height: 75px;
	text-indent: -9999px;
}

/*ボタン各種*/
#gnav .list ul {}

#gnav .list li {
	margin: 0 0 40px 0;
}

#gnav .list li a {
	color: #232f5c;
	text-decoration: none;
}

#gnav .list li a > strong {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	transition-duration: 1200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0;
	transform-origin: center;
}
#gnav .list li a:hover > strong {
	background-color: #ff1574;
	color: #ffffff;
}

#gnav .list li a > span {
	display: block;
	margin: 15px auto 0 auto;
	font-size: 13px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.01em;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0;
	transform-origin: center;
}
#gnav .list li a:hover > span {
	letter-spacing: 0.08em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Gnav_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

フッター

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#grandfooter {
	box-sizing: border-box;
	position: relative;
	background-color: #e3f3fd;
	margin: 100px 0 0 0;
	padding: 100px 0 140px 0;
	text-align: center;
}



/*
SNS
*/
#grandfooter .sns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#grandfooter .sns li {
	margin: 0 10px;
}

#grandfooter .sns li a {
	display: block;
	color: #6b95af;
	width: 110px;
	text-decoration: none;
	text-align: center;
}

#grandfooter .sns li a figure {
	background-color: #ffffff;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px auto;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#grandfooter .sns li a figure img {
	fill: #334048;
}

#grandfooter .sns li a h5 {
	font-size: 17px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}



/*
ロゴ
*/
#grandfooter .symbol h2 {
	background-image: url(../svg/logo_fitmate_2l.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 241px;
	height: 98px;
	margin: 40px auto;
	text-indent: -9999px;
}



/*
ディープリンク
*/
#grandfooter .deeplinks {
	margin: 60px auto;
}

#grandfooter .deeplinks ul {
}

#grandfooter .deeplinks ul li {
	margin: 10px 0;
}
#grandfooter .deeplinks ul li:last-child {
	border: none;
}

#grandfooter .deeplinks ul li a {
	display: inline-block;
	color: #232f5c;
	padding: 10px 0;
	text-decoration: none;
	font-size: 15px;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
	font-style: normal;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
#grandfooter .deeplinks ul li a:hover {
	color: #043aff;
}



/*
権利表記
*/
#grandfooter .copyright {
}



/*
体験予約バナー
*/
#grandfooter .freetrial {
	top: -140px;
	position: relative;
	box-sizing: border-box;
	background-color: #e9efef;
	max-width: 300px;
	margin: 0 auto;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	border: 1px #ffffff solid;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: left;
}
#grandfooter .freetrial:hover {
	border: 1px #ff1574 solid;
}
#grandfooter .freetrial a {
	display: flex;
	color: #232f5c;
	text-decoration: none;
}

/*0円表記*/
#grandfooter .freetrial a > p {
	flex-basis: 60px;
	background-color: #ffffff;
	background-image: url(../svg/icon_free.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 15px 0 0 15px;
	text-indent: -9999px;
}

/*文字側ボックス*/
#grandfooter .freetrial a > .detail {
	position: relative;
	flex: 1;
	text-align: left;
	padding: 20px 10px 20px 55px;
}

/*矢印*/
#grandfooter .freetrial .arrow {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 25px;
	height: 30px;
	margin: -15px 0 0 0;
	background-image: url(../svg/icon_arrow_double.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: left;
}
#grandfooter .freetrial:hover .arrow {
	left: 55px;
}

/*欧文*/
#grandfooter .freetrial h4 {
	font-size: 13px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	margin: 0 0 5px;
}

/*欧文*/
#grandfooter .freetrial h3 {
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0em;
}
#grandfooter .freetrial h3 em {
	display: inline-block;
	background-color: #ff1574;
	color: #ffffff;
	margin: 0 7px 0 0;
	padding: 6px 14px;
	font-style: normal;
	border-radius: 100px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

コーディング用

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コーディング用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*body::after {
	opacity: 0.5;
	z-index: -1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../xxx.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 7500px;
}*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コーディング用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

トップページ

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
汎用ボックス
*/
.contentswrapper section {
	position: relative;
	margin: 0 0 100px 0;
}




/*
大見出し
*/
#top section > .subtitle {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 25px 0;
	text-align: center;
}

#top section > .subtitle::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -7px;
	background-image: url(../svg/icon_arrow_pink.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 14px;
	height: 10px;
}

#top section > .subtitle h2 {
	display: inline-flex;
	background-color: #043aff;
	color: #ffffff;
	margin: 0 0 30px 0;
	padding: 8px;
	font-size: 22px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
}

#top section > .subtitle h5 {
	font-size: 16px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/*typeB*/
#top .subtitle.typeb {
	padding: 0;
}

#top .subtitle.typeb::after {
	display: none;
}

#top .subtitle.typeb h2 {
	background: none;
	color: #232f5c;
	padding: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：キービジュアルエリア_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本設定
*/
/*下層共通*/
#vis {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}



/*
トップ設定
*/
#top #vis {
	height: 770px;
	margin: 0 0 60px 0;
}
#top.musashikoyama #vis {
	height: 800px;
	margin: 0 0 60px 0;
}
#top.togoshiginza #vis {
	height: 950px;
	margin: 0 0 60px 0;
}



/*
*/
#top #vis .detail {
    z-index: 3;
    position: absolute;
    top: 260px;
    left: 50%;
    width: 100%;
	margin: 0 0 0 -50%;
	text-align: center;
}



/*
ロゴ
*/
#top #vis h1 {
	z-index: 3;
	background-image: url(../svg/logo_fitmate_2l.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 284px;
	height: 116px;
	margin: 0 auto 36px auto;
	text-indent: -9999px;
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
	/*負荷軽減*/
	transform: translateZ(0);
}

/*ロゴ：アニメーション*/
#top #vis h1 {
	opacity: 0;
	transform: translateY(-30px);
	transition-duration: 1200ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 300ms;
	transform-origin: center;
}
#top #vis.active h1 {
	opacity: 1;
	transform: translateY(0px);
}



/*
セールスコピー
*/
#top #vis .salescopy {
	margin: 0 0 15px 0;
}
#top #vis .salescopy p {
	font-size: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.65em;
}
#top #vis .salescopy p strong {
	display: inline-block;
	background-color: #ed136f;
	color: #ffffff;
	margin: 10px 6px 0 0;
	padding: 10px 20px;
	font-size: 25px;
	border-radius: 100px;
}
#top #vis .salescopy p sup {
    position: relative;
    top: 0px;
    font-size: 13px;
}



/*
プレオープン
*/
#top #vis .preopne {
	margin: 0 0 45px 0;
}
#top #vis .preopne p {
	color: #ed136f;
	font-size: 12px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.65em;
}



/*
キャッチコピー
*/
#top #vis h3 {
	margin: 0 0 30px 0;
	font-size: 22px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.015em;
}



/*
訴求ポイント
*/
#top #vis .point {
	display: flex;
	align-items: center;
	justify-content: center;
}

#top #vis .point li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: linear-gradient(90deg, #e3f3fd, #ffffff);
	width: 140px;
	height: 140px;
	margin: 0 10px;
	border-radius: 200px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	transform: scale(0.8);
}
#top #vis .point li .lv1 {
	font-size: 12px;
	letter-spacing: 0;
}
#top #vis .point li strong {
	display: inline-block;
	min-width: 140px;
	font-size: 35px;
	font-weight: 800;
	margin: 6px 0;
}
#top #vis .point li strong.stretch {
	font-size: 25px;
}



/*
ビジュアル要素
*/
#top #vis .object {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*キービジュアル*/
#top #vis .object .photo {
	z-index: 1;
	position: relative;
	display: block;
	background-image: url(../images/sp_kv_photo.png);
	background-position: top center;
	background-size: 736px 360px;
	width: 100%;
	height: 100%;
}

/*キービジュアル：アニメーション*/
#top #vis .object .photo {
	opacity: 0;
	transition-duration: 1800ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 300ms;
	transform-origin: center;
}
#top #vis.active .object .photo {
	opacity: 1;
}

/*注釈*/
#top #vis .object .annotation {
	z-index: 2;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -15%;
	font-size: 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：キービジュアルエリア_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ローカルナビゲーション_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本レイアウト
*/
#top #lnav {
	margin: 0 0 75px 0;
}



/*
リスト本体
*/
#top #lnav .list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#top #lnav .list li {
	box-sizing: border-box;
	width: 110px;
	height: 110px;
	margin: 0 5px 10px;
	padding: 4px;
	text-align: center;
	background: linear-gradient(0deg, #ebeff2, #ffffff);
	border: 1px #043aff solid;
	border-radius: 10px;
}
#top #lnav .list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	color: #043aff;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 1px #b3c3ff solid;
	border-radius: 6px;
}

#top #lnav .list li a strong {
	font-size: 14px;
	line-height: 1.5em;
}

#top #lnav .list li a span {
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	font-size: 14px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
}
#top #lnav .list li a:hover span {
	color: #ed136f;
}

#top #lnav .list li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -7px;
	background-image: url(../svg/icon_arrow_pink.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 14px;
	height: 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ローカルナビゲーション_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：FitMateとは？_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
テキスト
*/
#top #about {
	margin: 0 0 75px 0;
}



/*
解説
*/
#top #about .detail {}

/*写真*/
#top #about .detail figure {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 60px;
	border-radius: 30px;
	overflow: hidden;
}
#top #about .detail figure img {
	width: 100%;
	height: auto;
}

#top #about .detail > div figure {
	box-sizing: border-box;
	width: 90%;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
}
#top #about .detail > div figure img {
	width: 100%;
	height: auto;
}

/*文言*/
#top #about .detail > div {
	box-sizing: border-box;
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
	text-align: left;
}
#top #about .detail > div p {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.065em;
}
#top #about .detail > div p em {
	display: inline-block;
	background-color: #ff1574;
	color: #fff;
	font-style: normal;
	padding: 3px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：FitMateとは？_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：６つの強み_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本レイアウト
*/
#top #reasons {
}



/*
リスト
*/
#top #reasons .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 300px;
	margin: 0 auto;
}
#top #reasons .list li {
	width: 140px;
	margin: 0 0 30px;
}

#top #reasons .list figure {
	width: 140px;
	margin: 0 0 15px 0;
}
#top #reasons .list figure img {
	width: 140px;
	height: auto;
}

#top #reasons .list p {
	box-sizing: border-box;
	min-height: 90px;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	border-top: 2px #232f5c solid;
	border-bottom: 2px #232f5c solid;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：６つの強み_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ご利用料金_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本レイアウト
*/
#price {
}



/*
リード
*/
#price .read {
	width: 90%;
	margin: 0 auto 60px;
	text-align: center;
}
#price .read p {
	line-height: 1.8em;
}



/*
コンテンツ
*/
#price .list {
	opacity: 0.8;
	box-sizing: border-box;
	background-color: #e3f3fd;
	width: 320px;
	margin: 0 auto 50px auto;
	padding: 30px 20px;
	border-radius: 20px;
}
#price .list > div.basic {
	margin: 0 0 40px 0;
}
#price .list > div.basic:last-child {
	margin: 0;
}

/*料金カテゴリ*/
#price .list h3 {
	margin: 0 0 30px 0;
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
#price .list li> div {
	background-color: #ffffff;
	margin: 0 0 10px 0;
	padding: 20px 0;
	border: 3px #e3f3fd solid;
	border-radius: 10px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}
/*キャプション*/
#price .list li > div.caption {
	display: block;
	box-sizing: border-box;
	background-color: #eef5f9;
	margin: 0 0 30px 0;
	padding: 20px;
	font-size: 14px;
	border: none;
	box-shadow: none;
}
#price .list li:last-child > div.caption {
	margin: 0;
}
#price .list li > div.caption p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
}
#price .list li > div.caption p:last-child {
	margin: 0;
}
#price .list li > div.caption li {
	background-image: url(../svg/arrow_b_l.svg);
	background-size: 7px auto;
	background-position: 0px center;
	margin: 0em 0 1em 1em;
	padding: 0 0 0 20px;
}

/*タイトル*/
#price .list li > div > h4 {
	position: relative;
	padding: 0 0 15px 0;
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}

/*オプション用タイトル*/
#price .list .option li > div > h4 {
	padding: 0 35px 25px;
	font-size: 20px;
}
#price .list .option li > div > h4 em {
	display: block;
	background-color: #c5edaf;
	padding: 7px 18px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	border-radius: 100px;
	margin: 0 0 10px;
}

/*区切り線*/
#price .list li > div > h4::before {
	content: "";
	display: none;
	position: absolute;
	top: 15%;
	right: -30px;
	background-color: #d5dcf4;
	width: 4px;
	height: 70%;
	border-radius: 10px;
}

/*金額・条件*/
#price .list li > div > div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
#price .list li > div > div > h5 {
	position: relative;
	top: 0.1em;
	color: #043aff;
	padding: 0 10px 0 0;
	font-size: 26px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
#price .list li > div > div > h5.jp {
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
}
#price .list li > div > div > p {
	font-size: 14px;
}
#price .list li > div > div > p span {
	margin: 0 5px 0 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：ご利用料金_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：FitMateの目標サポートプログラム_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本レイアウト
*/
#top #program {
}



/*
パネルデザイン
*/
#top #program .list {}

#top #program .list > div {
	position: relative;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 20px auto;
}

/*背景パネル*/
#top #program .list > div::before {
	z-index: 1;
	position: absolute;
	top: -20px;
	left: -20px;
	content: "";
	display: block;
	background-color: #0011c2;
	width: 100px;
	height: 100px;
}

/*手前パネル*/
#top #program .list > div > div {
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	background-color: #ffffff;
	color: #043aff;
	padding: 20px 0 30px 0;
}
#top #program .list > div > div::before {
	content: "";
	display: block;
	background-image: url(../svg/icon_triangle_3.svg);
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
}

/*見出し*/
#top #program .list > div > div h4 {
	margin: 0 0 10px 0;
	padding: 0 25px;
	font-size: 20px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
#top #program .list > div > div h2 {
	padding: 0 30px 0 25px;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.5em;
}

/*写真*/
#top #program .list > div > div figure {
	width: 70%;
	height: auto;
	margin: 15px auto;
	overflow: hidden;
}
#top #program .list > div > div figure img {
	width: 100%;
	height: auto;
}

/*概要*/
#top #program .list > div > div .detail {
	margin: 0 0 20px 0;
	padding: 0 40px 0 25px;
}
#top #program .list > div > div .detail p {
	color: #232f5c;
	font-size: 13px;
	line-height: 1.5em;
}

/*リード*/
#top #program .list > div > div .read {
	position: absolute;
	top: 20px;
	right: 10px;
	background-color: #ff1574;
	color: #ffffff;
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}



/*
遷移ボタン
*/
#top #program .list > div > div .btn_a {}
#top #program .list > div > div .btn_a a {
	background-image: url(../svg/arrow_w_l.svg);
	background-color: #0011c2;
	background-position: 25px center;
	color: #ffffff;
	margin: 0 auto;
	padding: 10px 20px 10px 30px;
	font-size: 13px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：FitMateの目標サポートプログラム_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：お客様の声_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
コンテンツ
*/
#top #customer {}



/*
お客様の声リスト
*/
#top #customer .list {}

#top #customer .list li {
	background-color: #efefef;
	position: relative;
	margin: 0 0 20px 0;
	padding: 25px 0;
}
#top #customer .list li::before,
#top #customer .list li::after {
	z-index: 2;
	position: absolute;
	content: "";
	display: block;
	top: 0;
	width: 20%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: auto center;
}
#top #customer .list li::before {
	left: 0;
	background-image: url(../svg/customer_panel_l.svg);
	background-position: top left;
}
#top #customer .list li::after {
	right: 0;
	background-image: url(../svg/customer_panel_r.svg);
	background-position: bottom right;
}

#top #customer .list li > div {
	z-index: 3;
	position: relative;
	width: 100%;
	margin: 0 auto;
}



/*
概要
*/
#top #customer .list li > div > div {
	box-sizing: border-box;
	background-color: #ffffff;
	color: #0011c2;
	margin: 0 0 20px;
	padding: 30px;
}

#top #customer .list li > div > div span {
	display: block;
	margin: 0 0 20px 0;
	font-size: 17px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#top #customer .list li > div > div h4 {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
}
#top #customer .list li > div > div p {
	font-size: 12px;
	line-height: 1.6em;
}



/*
写真
*/
#top #customer .list figure {}
#top #customer .list figure img {
	width: 100%;
	height: auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：お客様の声_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：無料体験の流れ_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
コンテンツ
*/
#top #freetrial {}



/*
フロー
*/
#top #freetrial .list {}

#top #freetrial .list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	background-color: #feeec8;
	width: 320px;
	margin: 0 auto 30px auto;
	padding: 30px 20px;
}
#top #freetrial .list li.ex {
	background-color: #ffd46c;
}

/*数字*/
#top #freetrial .list li h5 {
	display: block;
	flex-basis: 40px;
	color: #dec27e;
	font-size: 30px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
#top #freetrial .list li.ex h5 {
	color: #ffffff;
}

/*ボックス配置調製*/
#top #freetrial .list li .detail {
	flex: 1;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 3px #dec27e solid;
}

/*下矢印*/
#top #freetrial .list li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin: 0 0 0 -24px;
	background-image: url(../svg/arrow_cream_b.svg);
	width: 48px;
	height: 24px;
}
#top #freetrial .list li.last::after,
#top #freetrial .list li.ex::after {
	display: none;
}

/*各フロー別タイトル*/
#top #freetrial .list li .detail h3 {
	color: #493913;
	margin: 0 0 20px 0;
	font-size: 21px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.5em;
}
#top #freetrial .list li .detail h3 span {
	font-size: 17px;
}

/*本文*/
#top #freetrial .list li .detail p {
	color: #493913;
	font-size: 15px;
	line-height: 1.5em;
}

/*QRコードレイアウト*/
#top #freetrial .list li .detail .guide {
	margin: 30px 0 0 0;
}
#top #freetrial .list li .detail .guide a {
	color: #ffffff;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 13px;
	border-radius: 100px;
}
#top #freetrial .list li .detail .guide p:nth-of-type(1) a {
	background-color: #043aff;
	margin: 0 0 15px;
}
#top #freetrial .list li .detail .guide p:nth-of-type(2) a {
	background-color: #2dcd0b;
}
#top #freetrial .list li .detail .guide p {
	display: flex;
	align-items: center;
}
#top #freetrial .list li .detail .guide img {
	display: none;
}

/*写真*/
#top #freetrial .list li .detail figure {
	width: 207px;
	height: auto;
	margin: 20px auto 0;
}
#top #freetrial .list li .detail figure img {
	display: block;
	width: 100%;
	height: auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：無料体験の流れ_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：よくある質問_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
よくある質問
*/
#top #faq {
}



/*
QAリスト
*/
#top #faq .list {
	width: 90%;
	margin: 0 auto;
}

#top #faq .list li {
	box-sizing: border-box;
	background-color: #e9efef;
	margin: 0 0 10px 0;
	padding: 20px 25px;
	border-radius: 10px;
}

/*見出し*/
#top #faq .list li h5 {
	position: relative;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5em;
}
#top #faq .list li h5 span {
	position: absolute;
	top: 0;
	left: 0;
	color: #ed136f;
	font-size: 24px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

/*本文*/
#top #faq .list li > div > div > div {
	box-sizing: border-box;
	padding: 40px 0 0 40px;
}
#top #faq .list li > div > div > div p {
	line-height: 1.65em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：よくある質問_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：トレーナー_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
トレーナー
*/
#top #trainer {}



/*
代表部分基本レイアウト
*/
#top #trainer .current {
	box-sizing: border-box;
	background-color: #e9edef;
	padding: 60px 0;
}

#top #trainer .current > div {
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
}



/*
お写真
*/
#top #trainer .current > div figure {
	overflow: hidden;
	width: 240px;
	height: 344px;
	margin: 0 auto;
}
#top #trainer .current > div figure img {
	width: 100%;
	height: auto;
}



/*
文言エリア
*/
#top #trainer .current > div .detail {
	width: 90%;
	margin: 30px auto;
}

/*お名前*/
#top #trainer .current > div .detail h2 {
	font-size: 30px;
	font-weight: 800;
	margin: 0 0 20px 0;
}

/*お名前：欧文*/
#top #trainer .current > div .detail h4 {
	position: relative;
	margin: 0 0 50px 0;
	font-size: 14px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.18em;
}
#top #trainer .current > div .detail h4::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -35px;
	left: 0;
	background-color: #232f5c;
	width: 50px;
	height: 3px;
}

/*メッセージ見出し*/
#top #trainer .current > div .detail h5 {
	margin: 0 0 40px 0;
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.35em;
}

/*メッセージ*/
#top #trainer .current > div .detail .message {}
#top #trainer .current > div .detail .message p {
	font-size: 14px;
	margin: 0 0 1em 0;
	line-height: 1.35em;
	text-align: justify;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：トレーナー_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：アクセス・ご予約_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本レイアウト
*/
#top #access {}

#top #access .address h3,
#top #access .route h3 {
	margin: 0 0 20px 0;
	font-size: 55px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}



/*
住所レイアウト
*/
#top #access .address {
	width: 90%;
	max-width: 320px;
	margin: 0 auto 50px auto;
}

#top #access .address h4 {
	font-size: 24px;
	margin: 0 0 15px;
}

#top #access .address p {
	line-height: 1.65em;
}

#top #access .address .detail {
	margin: 0 0 40px;
}

/*住所表記*/
#top #access .address .notation {
	margin: 0 0 40px 0;
}
#top #access .address .notation p.maplink a {
	display: block;
	color: #ed136f;
	margin: 7px 0 40px 0;
	text-decoration: none;
}

/*店舗詳細リンク*/
#top #access .address .notation div {
	margin: 30px 0 0;
}

/*営業時間*/
#top #access .address .hours {
	margin: 0 0 30px 0;
}
#top #access .address .hours h4 {
	font-size: 17px;
	margin: 0 0 30px 0;
}
#top #access .address .hours > ul li {
	margin: 10px 0;
}
#top #access .address .hours > ul li span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 1em;
	border: 1px #232f5c solid;
	border-radius: 100px;
}

/*Instagramインフォ*/
#top #access .address .instagraminfo {}
#top #access .address .instagraminfo p {
	margin: 0 0 15px 0;
	font-size: 13px;
}
#top #access .address .instagraminfo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
#top #access .address .instagraminfo a span {
	display: block;
	background-image: url(../svg/icon_sns_instagram_color.svg);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	margin: 0 16px 0 0;
}
#top #access .address .instagraminfo a strong {
	display: inline-block;
	background: linear-gradient(90deg, #ea4168, #ee7c3f, #cf2bd0, #6b20f5);
	background: -webkit-linear-gradient(0deg, #ea4168, #ee7c3f, #cf2bd0, #6b20f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*map*/
#top #access .address .map {
	width: 100%;
	height: 320px;
}
#top #access .address .map iframe {
	width: 100%;
	height: 320px;
}




/*
ルート案内
*/
#top #access .route {
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
}

#top #access .route > p {
	line-height: 1.5em;
}

/*移動順リスト*/
#top #access .route .step {
	width: 300px;
	margin: 40px auto;
}

#top #access .route .step li {
	width: 300px;
	margin: 0 0 50px 0;
}

#top #access .route .step li figure {
	margin: 0 auto 20px;
}

#top #access .route .step li > div h5 {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

#top #access .route .step li > div p {
	line-height: 1.65em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
トップページ：アクセス・ご予約_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

下層

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
キービジュアルエリア
*/
#sub #vis {
	height: 0px;
	margin: 0 0 0 0;
	padding: 0;
}



/*
ページタイトル
*/
#sub #pagetitle {
	margin: 100px auto 60px auto;
	text-align: center;
}

#sub #pagetitle h2 {
	display: inline-flex;
	background-color: #043aff;
	color: #ffffff;
	margin: 0 0 30px 0;
	padding: 8px;
	font-size: 22px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
}

#sub #pagetitle h5 {
	font-size: 16px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

Fit Mateの特徴（ABOUT）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Fit Mateの特徴：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*//*
基本レイアウト
*/
#sub.about {}



/*
リード
*/
#sub.about #about .read {
	width: 80%;
	margin: 0 auto 60px auto;
	text-align: center;
}



/*
選ばれる理由リスト
*/
#sub.about .reasonbox {
	width: 90%;
	margin: 0 auto 100px auto;
}



/*
選ばれる理由リスト：サブタイトル
*/
#sub.about .reasonbox .subtitle {
	margin: 0 0 30px 0;
}

#sub.about .reasonbox .subtitle h4 {
	font-size: 40px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

#sub.about .reasonbox .subtitle h3 {
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
}



/*
選ばれる理由リスト：カバーアート
*/
#sub.about .reasonbox > figure {
	background-color: #e3eaea;
	width: 100%;
	margin: 0 auto 40px auto;
	text-align: center;
}
#sub.about .reasonbox  > figure img {
	width: 80%;
	height: auto;
}



/*
選ばれる理由リスト：詳細
*/
#sub.about .reasonbox .detail {
	padding: 40px 0;
	border-top: 2px #232f5c solid;
	border-bottom: 2px #232f5c solid;
}
#sub.about .reasonbox .detail p {
	margin: 0 0 1em 0;
	font-size: 15px;
	letter-spacing: 0.065em;
	line-height: 1.65em;
}
#sub.about .reasonbox .detail p:last-child {
	margin: 0;
}

/*詳細内画像*/
#sub.about .reasonbox .detail > figure {
	width: 100%;
	margin: 40px auto;
}
#sub.about .reasonbox .detail > figure img {
	width: 100%;
	height: auto;
}
#sub.about .reasonbox .detail > figure figcaption {
	background-color: #e3eaea;
	box-sizing: border-box;
	margin: 20px 0 0 0;
	padding: 1em;
	font-size: 11px;
	letter-spacing: 0.065em;
	line-height: 1.65em;
	border-radius: 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Fit Mateの特徴：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

料金プラン（PRICE）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
料金プラン：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
料金プラン：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

プログラム（PROGRAM）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
プログラム：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
パネルデザイン
*/
#sub #program .list {}

#sub #program .list > div {
	position: relative;
	width: 90%;
	max-width: 320px;
	margin: 0 auto 80px auto;
}

/*手前パネル*/
#sub #program .list > div > div {
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	background-color: #043aff;
	color: #ffffff;
	padding: 30px 0 50px;
}
#sub #program .list > div > div::before {
	content: "";
	display: block;
	background-image: url(../svg/icon_triangle_2.svg);
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

/*見出し*/
#sub #program .list > div > div h4 {
	margin: 0 0 15px 0;
	padding: 0 20px;
	font-size: 35px;
	font-family: "Teko", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
#sub #program .list > div > div h2 {
	padding: 0 20px;
	font-size: 22px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.5em;
}

/*写真*/
#sub #program .list > div > div figure {
	margin: 30px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#sub #program .list > div > div figure img {
	width: 100%;
	height: auto;
}

/*概要*/
#sub #program .list > div > div .detail {
	margin: 0 0 20px 0;
	padding: 0 20px;
}
#sub #program .list > div > div .detail p {
	font-size: 15px;
	line-height: 1.5em;
	margin: 20px 0;
}

/*プランリスト*/
#sub #program .list > div > div .planlist {
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	color: #043aff;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.25em;
	text-align: center;
	width: 280px;
	margin: 0 auto;
	padding: 65px 20px 20px;
}
#sub #program .list > div > div .planlist::before {
	content: "";
	display: block;
	background-image: url(../svg/arrow_carousel_r.svg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 25px;
	height: 50px;
	margin: 0 0 0 -14px;
	transform: rotate(90deg);
}
#sub #program .list > div > div .planlist h5 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #1a3cb9;
	margin: 0 auto 20px;
	padding: 15px 25px;
	border-radius: 100px;
}
#sub #program .list > div > div .planlist ul li {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 20px;
}

/*見出し*/
#sub #program .list > div > h3 {
	box-sizing: border-box;
	font-size: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.25em;
	text-align: center;
	padding: 15px;
	border: solid 3px #232f5c;
}



/*
遷移ボタン
*/
#sub #program .list > div > div.btn {
	z-index: 10;
	position: relative;
	background-color: transparent;
	bottom: 20px;
	padding: 0;
}
#sub #program .list > div > div.btn::before {
	display: none;
}
#sub #program .list > div > div a {
	display: block;
	position: relative;
	background-color: #ff1574;
	color: #fff;
	font-size: 28px;
	text-align: center;
	width: 250px;
	height: 70px;
	margin: 0 auto;
	text-decoration: none;
}
#sub #program .list > div > div a::before {
	content: "";
	display: block;
	background-image: url(../svg/icon_arrow_double_w_l.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 13px;
	width: 17px;
	height: 20px;
	margin: -10px 0 0;
}
#sub #program .list > div > div a::after {
	content: "";
	display: block;
	background-image: url(../svg/icon_arrow_double_w_r.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 17px;
	height: 20px;
	margin: -10px 0 0;
}

/*ボタンテキスト*/
#sub #program .list > div > div a h3 {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 800;
	font-style: normal;
	font-size: 15px;
	margin: 8px 0 0;
}
#sub #program .list > div > div a h3 span {
	display: block;
	font-size: 11px;
	margin: 0 0 5px;
}
#sub #program .list > div > div a h4 {
	position: relative;
	top: -4px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
プログラム：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

無料体験予約（FREE TRIAL）

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
無料体験予約：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
解説文言
*/
#sub #contact .caption {
	box-sizing: border-box;
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 30px;
}
#sub #contact .caption p {
	margin: 0 0 1em 0;
	line-height: 1.7em;
}

#sub #contact .caption ul {
	box-sizing: border-box;
	background-color: #eef7f8;
	padding: 30px;
	border-radius: 10px;
}
#sub #contact .caption ul li {
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	border-left: 3px #d2e6e8 solid;
}
#sub #contact .caption ul li:last-child {
	margin: 0;
}
#sub #contact .caption ul li span {
	display: inline-block;
	background-color: #d7e4e5;
	margin: 4px 0;
	padding: 4px;
	text-align: center;
	border-radius: 3px;
}
#sub #contact .caption ul li strong {
	display: inline-block;
	background-color: #d7e4e5;
	color: #ff0000;
	margin: 4px 4px 4px 0;
	padding: 4px;
	text-align: center;
	border-radius: 3px;
}



/*
フォーム
*/
#sub #contact #contactform {
	width: 300px;
	margin: 0 auto;
}

#sub #contact #contactform table {
    border-collapse: separate;
    border-spacing: 0px;
	width: 100%;
	margin: 0 0 30px 0;
}
#sub #contact #contactform table tr {
	display: flex;
	flex-wrap: wrap;
}
#sub #contact #contactform table th,
#sub #contact #contactform table td {
	box-sizing: border-box;
	display: block;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	border-radius: 6px;
}
#sub #contact #contactform table th {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #004dd1;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	width: 100%;
	font-size: 14px;
}
#sub #contact #contactform table td {
	background-color: #ffffff;
	flex: 1;
	margin: 0 0 10px 0;
	padding: 10px;
}

/*入力例*/
#sub #contact #contactform table td > p {
	box-sizing: border-box;
	background-color: #eef7f8;
	margin: 10px 0 0 0;
	padding: 0.5em;
	font-size: 13px;
	border-radius: 6px;
}

/*入力不可説明*/
#sub #contact #contactform table td > .validation {
	box-sizing: border-box;
	background-color: #eef7f8;
	margin: 10px 0 0 0;
	padding: 0.5em;
	font-size: 10px;
	border-radius: 6px;
}

/*ラベル*/
#sub #contact #contactform table .formlabel sup {
	color: #ff0000;
}

/*入力要素*/
#sub #contact #contactform input,
#sub #contact #contactform textarea {
	box-sizing: border-box;
	background-color: #ffffff;
	color: #3c4445;
	width: 100%;
	margin: 0;
	padding: 1em;
	font-size: 16px;
	border: 1px #dbf2ff solid;
	border-radius: 6px;
}
#sub #contact #contactform textarea {
	width: 100%;
	min-height: 18em;
	line-height: 1.65em;
}
#sub #contact #contactform input:focus,
#sub #contact #contactform textarea:focus {
	outline: 1px #a7e1ff solid;
}
#sub #contact #contactform input::placeholder,
#sub #contact #contactform textarea::placeholder {
	color: #a7adad;
}

/*入力タイプ別差分：ラジオボタン*/
#sub #contact #contactform .radio {
	padding: 20px;
}
#sub #contact #contactform .radio input {
	width: inherit;
	min-width: inherit
}
#sub #contact #contactform .radio input:focus {
	outline: none;
}
#sub #contact #contactform .radio label {
	display: block;
	margin: 0 0 15px 0;
}
#sub #contact #contactform .radio label:last-child {
	margin: 0;
}
#sub #contact #contactform .radio label:hover {
	color: #0011c2;
}
#sub #contact #contactform .radio label span {
	cursor: pointer;
}



/*
送信
*/
/*ボタン*/
#sub #contact #contactform .submit button {
	box-sizing: border-box;
	display: block;
	background-color: #004dd1;
	color: #ffffff;
	width: 200px;
	margin: 30px auto 0 auto;
	padding: 20px 0;
	font-family: "Kiwi Maru", serif;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 100px;
	cursor: pointer;
}
/*ボタン無効*/
#sub #contact #contactform .submit .disabled {
    pointer-events: none;
	background-color: #9ab2b5;
	color: #c0d4d6;
	cursor: none;
}

/*エラー*/
#sub #contact #contactform .submit .error li {
	display: none;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #ffa200;
	margin: 15px 0;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 1.5em;
	border: 3px #ffd800 solid;
	border-radius: 10px;
	list-style-type: none;
}
#sub #contact #contactform .submit .error li.disabled {
	display: list-item;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
無料体験予約：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/