@charset "utf-8";
/* =====================================
■UNDER
===================================== */
/* -------------------------------------
CONTENT
------------------------------------- */
#content {
	padding: 50px 0 150px;
	min-height: 600px;
	position: relative;
}
.home #content,
.page-id-1785 #content {
	padding: 0;
}
.error404 #content {
	padding: 100px 0;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 37px 0 100px;
	}
}

/* -------------------------------------
textcolor
------------------------------------- */
.txtColor {
	color: #99BD49;
}
.txtLink {
	color: #99BD49 !important;
	font-weight: 500;
	text-decoration: underline !important;
	vertical-align: baseline;
}
.txtLink:hover {
	text-decoration: none !important;
}
.catch_title {
	font-size: 20px;
	line-height: 1.5;
	color: #429FC8;
	word-break: break-all;
}
.catch_title strong {
	font-weight: 700;
	color: #F192BE;
}
.bgLine {
	background: linear-gradient(transparent 72%, #FFE34B 0%);
	padding-bottom: 1px;
}

/* -------------------------------------
Elementor
------------------------------------- */
/* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: calc(1160px + 12vw);
	padding: 0 6vw;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}

/* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

/* 画像ボックス
------------------------------------- */
.elementor-widget-image-box .elementor-image-box-wrapper {
	display: block !important;
}
.elementor-widget-image-box .elementor-image-box-content {
	text-align: left !important;
	word-break: break-all;
	white-space: pre-wrap;
}
.elementor-image-box-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.46;
	letter-spacing: 0.15em;
	margin-bottom: 16px;
	position: relative;
}
.elementor-image-box-title .num {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #429FC8;
	border-radius: 50%;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	margin-top: 2px;
}
.elementor-image-box-img {
	display: block !important;
	width: 42.6% !important;
	float: right;
	margin: 0 0 10px 40px !important;
	text-align: right;
}
.img_l .elementor-image-box-img {
	float: left;
	margin: 0 40px 10px 0 !important;
}
.auto_width .elementor-image-box-img {
	width: auto !important;
}
.elementor-widget-image .elementor-image a img {
	width: 100%;
}
.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8 !important;
}
figcaption.widget-image-caption.wp-caption-text {
	font-size: 14px;
	display: inline-block;
}

/* 画像ボックス--フリー
------------------------------------- */
.graphicBox .elementor-widget-wrap {
	display: block !important;
}
.graphicBox .elementor-widget-image {
	display: block !important;
	float: right;
	width: 42.6% !important;
	margin: 0 0 10px 40px !important;
	text-align: right;
	z-index: 1;
}
.img_l.graphicBox .elementor-widget-image {
	float: left;
	margin: 0 40px 10px 0 !important;
}
.auto_width.graphicBox .elementor-widget-image {
	width: auto !important;
}
.graphicBox .elementor-clearfix:after {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.elementor-image-box-img,
	.img_l .elementor-image-box-img,
	.graphicBox .elementor-widget-image,
	.img_l.graphicBox .elementor-widget-image {
		width: 100% !important;
		float: none;
		margin: 0 auto 20px !important;
		text-align: center;
	}
}

/* ボタン
------------------------------------- */
.btn {
	display: block;
	line-height: 1;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: 100% !important;
	max-width: 180px;
	background: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #4DE069 !important;
	text-align: center;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #4DE069;
	box-sizing: border-box;
	position: relative;
	transition: all 0.6s ease;
	overflow: hidden;
	z-index: 2;
}
.elementor-button:hover,
.btn a:hover {
	background: #4DE069;
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.btn {
		text-align: center;
	}
}


/* アコーディオン
------------------------------------- */
.elementor-accordion .elementor-accordion-item {
	border: none;
}
.elementor-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 10px;
}
.elementor-accordion .elementor-tab-title {
	background: #E7E8E8;
	font-size: 25px;
	line-height: 1.56;
	letter-spacing: 0.1em;
	color: #717171;
	text-align: center;
	margin: 0;
	padding: 24px 70px 27px 20px;
	position: relative;
}
.elementor-accordion .elementor-tab-title:before {
	content: "";
	width: 3px;
	height: 21px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 44px;
	top: 50%;
	margin-top: -10px;
}
.elementor-accordion .elementor-tab-title:after {
	content: "";
	width: 21px;
	height: 3px;
	background: #429FC8;
	border-radius: 5px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -1px;
}
.elementor-accordion .elementor-tab-title.elementor-active:before {
	opacity: 0;
}
.elementor-accordion .elementor-tab-title a {
	color: #717171 !important;
}
.elementor-accordion .elementor-tab-content {
	padding: 28px 30px 26px;
	border: 5px solid #E7E8E8;
	border-top: none;
	background: #fff;
	text-align: center;
}
.elementor-accordion .elementor-tab-content .circleList {
	display: inline-block;
	line-height: 1.6;
	color: #717171;
}
.elementor-accordion .elementor-tab-content .circleList > li:not(:first-child) {
	margin-top: 5px;
}
.elementor-accordion .elementor-tab-content .circleList > li:before {
	width: 15px;
	height: 15px;
	background: rgba(66, 159, 200, 0.67);
	top: 5px;
}

@media screen and (max-width: 767px) {
	.elementor-accordion .elementor-tab-title {
		font-size: 18px;
		padding: 15px 30px 18px 15px;
	}
	.elementor-accordion .elementor-tab-title:before {
		content: "";
		width: 2px;
		height: 12px;
		right: 15px;
		margin-top: -6px;
	}
	.elementor-accordion .elementor-tab-title:after {
		content: "";
		width: 12px;
		height: 2px;
		right: 10px;
	}
	.elementor-accordion .elementor-tab-content {
		padding: 20px;
	}
}

/* LightBox
--------------------------------------*/
.elementor-slideshow__header {
	box-sizing: border-box;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

/* リスト
------------------------------------- */
.elementor-icon-list-items .elementor-icon-list-item a {
	display: inline;
	width: auto;
}

/* list_A */
.circleListA .elementor-icon-list-items li,
ul.circleListA > li {
	position: relative;
	padding: 0 0 0 0.8em;
	text-align: left;
}
.circleListA .elementor-icon-list-items li:before,
ul.circleListA > li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #6A6A6A;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}

/* checkList */
.checkList .elementor-icon-list-items li,
ul.checkList > li {
	padding: 2px 0 2px 35px;
	position: relative;
	margin-bottom: 5px;
}
.checkList .elementor-icon-list-items li:before,
ul.checkList > li:before {
	content: "";
	width: 25px;
	height: 20px;
	background: url(/wp-content/uploads/ico_check.png) no-repeat left top;
	background-size: 25px 20px;
	position: absolute;
	top: 7px;
	left: 0;
}

/* link_A */
.arrowListBox {
	background: #f0f2eb;
	padding: 35px;
	text-align: center;
}
.arrowList .elementor-icon-list-items li {
	display: inline-block;
	padding: 3px 0 3px 15px;
	margin: 0 calc(25px/2);
	position: relative;
}
.arrowList .elementor-icon-list-items li a {
	color: #22201E;
	text-decoration: none;
	position: relative;
}
.arrowList .elementor-icon-list-items li a:hover {
	color: #99BD49;
	text-decoration: underline;
}
.arrowList .elementor-icon-list-items li a:before {
	content: "";
	border-left: 8px solid #99BD49;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -15px;
	top: 4px;
	transition: all 0.5s;
}
.arrowList .elementor-icon-list-items li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* 番号リスト */
.numList .elementor-icon-list-items,
ul.numList {
	counter-reset: li;
}
.numList .elementor-icon-list-items li,
ul.numList > li {
	padding: 2px 0 2px 35px;
	position: relative;
}
.numList .elementor-icon-list-items li:before,
ul.numList > li:before {
	display: block;
	content: counter(li, decimal);
	counter-increment: li;
	width: 28px;
	height: 28px;
	background: #E39B83;
	border-radius: 50%;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 3px;
}

.column2List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 48.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.column3List .elementor-icon-list-items li {
	display: inline-block !important;
	width: 31.5%;
	box-sizing: border-box;
	padding-right: 10px !important;
	vertical-align: top;
}
.columnList .elementor-icon-list-items li {
	display: inline-block !important;
	width: auto;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 20px !important;
}

@media screen and (max-width: 767px) {
	.arrowListBox {
		padding: 15px 20px;
		text-align: left;
	}
	.arrowList .elementor-icon-list-items li {
		display: block;
		margin: 0;
	}
	.column2List .elementor-icon-list-items li,
	.column3List .elementor-icon-list-items li,
	.columnList .elementor-icon-list-items li {
		display: block !important;
		width: 100%;
		padding-right: 0 !important;
		margin: 0 !important;
	}
}

/* flow
------------------------------------- */
.flowList .elementor-inner-section {
	position: relative;
}
.flowList .elementor-inner-section:not(:last-child) {
	margin-bottom: 85px;
}
.flowList .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #94C789;
	position: absolute;
	left: 50%;
	bottom: -60px;
	margin-left: -18px;
}
.flowList .elementor-widget-heading,
.flowList .elementor-image-box-title {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #22201E;
	margin-bottom: 25px;
	position: relative;
}
.flowList .elementor-widget-heading {
	background: #CDEBF5;
	padding: 25px 30px;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}

/* @media screen and (max-width: 767px) {
.flowList .elementor-inner-section {
padding: 20px;
}
.flowList .elementor-widget-heading,
.flowList .elementor-image-box-title {
font-size: 20px;
}
.flowList .elementor-image-box-img,
.flowList .graphicBox .elementor-widget-image {
margin-bottom: 25px !important;
}
} */

/* flow_A */
.flowListA .elementor-inner-section {
	background: #FBF0EC;
	padding: 35px 40px;
	position: relative;
}
.flowListA .elementor-inner-section:not(:last-child) {
	margin-bottom: 35px;
}
.flowListA .elementor-inner-section:not(:last-child):after {
	content: "";
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #FBF0EC;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -25px;
}
.flowListA .elementor-widget-heading,
.flowListA .elementor-image-box-title {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #514E4C;
	margin-bottom: 20px;
	position: relative;
}
.flowListA .elementor-image-box-img,
.flowListA .graphicBox .elementor-widget-image {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.flowListA .elementor-inner-section {
		padding: 20px;
	}
	.flowListA .elementor-widget-heading,
	.flowListA .elementor-image-box-title {
		font-size: 20px;
	}
	.flowListA .elementor-image-box-img,
	.flowListA .graphicBox .elementor-widget-image {
		margin-bottom: 25px !important;
	}
}

/* QA
------------------------------------- */
/* qa_E */
.qaList .elementor-column.elementor-col-100 {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 45px;
}
.qaList .question {
	line-height: 1.6;
	position: relative;
	margin-bottom: 30px;
}
.qaList .answer {
	position: relative;
}
.qaList .question .num {
	width: 52px;
	border-left: 4px solid #E58A6B;
	font-size: 31px;
	line-height: 35px;
	letter-spacing: 0;
	color: #E58A6B;
	text-align: center;
	padding-bottom: 7px;
}
.qaList .answer .num {
	width: 52px;
	border-left: 4px solid #AC876F;
	font-size: 31px;
	line-height: 48px;
	letter-spacing: 0;
	color: #AC876F;
	text-align: center;
}
.qaList .txt {
	width: calc(100% - 52px);
	padding-left: 10px;
}
.qaList .question .txt {
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #E58A6B;
}

@media screen and (max-width: 767px) {
	.qaList .question .txt {
		font-size: 22px;
	}
}

/* qa_G */
.qaListG .question {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.6;
}
.qaListG .answer {
	position: relative;
}
.qaListG .num {
	width: 46px;
}
.qaListG .question .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #006AB8;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .answer .num .elementor-widget-heading {
	font-size: 18px;
	font-weight: bold;
	color: #006AB8;
	background: #EFF3F9;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}
.qaListG .question .txt {
	font-size: 20px;
	width: calc(100% - 46px);
	padding-left: 40px;
}
.qaListG .answer .txt {
	width: calc(100% - 46px);
	padding-right: 40px;
}
.qaListG .question .txt .elementor-widget-heading {
	color: #FFF;
	background: #006ab8;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .question .txt .elementor-widget-heading:before {
	content: "";
	border-right: 20px solid #006ab8;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -12px;
}
.qaListG .answer .txt .elementor-widget-text-editor {
	background: #EFF3F9;
	padding: 16px 20px;
	border-radius: 5px;
}
.qaListG .answer .txt .elementor-widget-text-editor:before {
	content: "";
	border-left: 20px solid #EFF3F9;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -12px;
}

/* -------------------------------------
Mainimage
------------------------------------- */
.timesFont {
	font-family: 'times new roman' !important;
	font-style: normal !important;
}
#mainimage h1 {
	/* 	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 80px;
	letter-spacing: 0;
	line-height: 1.22;
	color: #000000; */	
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #000000;
}
#mainimage h1 sup {
	/* 	display: block;
	font-family: noto-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.2; */

	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #4DE069;
	margin-bottom: 10px;
}
#mainimage h1 sub {
	display: block;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 25px;
}
#mainimage h1 sup span {
	font-size: 25px;
	vertical-align: text-top;
}
#mainimage h1 sub span {
	font-size: 16px;
	vertical-align: text-top;
}
#mainimage.default {
	padding: 50px 0;
}
#mainimage.default h1 sup:first-letter {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	#mainimage.default {
		padding: 35px 0;
	}
	/* 	#mainimage h1 {
	font-size: 50px;
}
	#mainimage h1 sup {
	font-size: 14px;
}
	#mainimage h1 sub {
	font-size: 15px;
	margin-top: 15px;
} */
}

/* -------------------------------------
Bread
------------------------------------- */
#bread {
	max-width: 1120px;
	margin: 18px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
}
#bread li {
	display: inline-block;
	font-size: 10px;
	color: #22201E;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
}
#bread li + li:before {
	padding-right: .3em;
	content: ">";
}
#bread li a {
	color: #22201E;
	text-decoration: underline;
	vertical-align: baseline;
}
#bread li a:hover {
	text-decoration: none;
}

/*--------------------------------------
summaryBox
--------------------------------------*/
.summaryBox {
	background: #F6FAF2;
	padding: 100px 0;
	position: relative;
}
.summaryBox:after {
	content: "";
	border-top: 50px solid #F6FAF2;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: -90px;
}

@media screen and (max-width: 767px) {
	.summaryBox {
		padding: 40px 0;
	}
	.summaryBox:after {
		border-top: 28px solid #F6FAF2;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		bottom: -28px;
		margin-left: -50px;
	}
}

/*--------------------------------------
* 料金表
--------------------------------------*/
table.feeTable th,
table.feeTable td {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	vertical-align: middle;
	text-align: center;
	padding: 17px 10px 16px;
}
table.feeTable th {
	width: 41.5%;
	border: 1px solid #4DE069;
	background: #4DE069;
	font-size: 16px;
	color: #fff;
}
table.feeTable td {
	border: 1px solid #4DE069;
	font-size: 30px;
	color: #4DE069;
}
table.feeTable td small {
	font-size: 18px;
	margin-right: 40px;
	vertical-align: middle;
}
table.feeTable td sub {
	font-size: 13px;
	vertical-align: baseline;
}
table.feeTable td .yen {
	font-size: 20px;
}

@media screen and (max-width: 1160px) and (min-width: 768px) {
	table.feeTable th,
	table.feeTable td {
		padding: 15px 10px 14px;
	}
	table.feeTable th {
		font-size: 14px;
	}
	table.feeTable td {
		font-size: 22px;
	}
	table.feeTable td small {
		font-size: 14px;
		margin-right: 15px;
	}
	table.feeTable td sub {
		font-size: 11px;
	}
	table.feeTable td .yen {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	table.feeTable th,
	table.feeTable td {
		padding: 10px 5px 8px;
	}
	table.feeTable th {
		font-size: 12px;
	}
	table.feeTable td {
		font-size: 19px;
	}
	table.feeTable td small {
		font-size: 12px;
		margin-right: 10px;
	}
	table.feeTable td sub {
		font-size: 11px;
	}
	table.feeTable td .yen {
		font-size: 10px;
	}
}

/*--------------------------------------
トレーナーからのメッセージ
--------------------------------------*/
.trainerMessage .title {
	/* 	text-align: center; */
	padding-bottom: 25px;
	max-width: 964px;
	margin: 0 auto 15px !important;
}
.trainerMessage .title .elementor-heading-title {
	display: inline-block;
	/* 	width: 279px; */
	border: 1px solid #4DE069;
	border-radius: 10px;
	text-align: center;
	position: relative;
	padding: 12px 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.3;
	color: #4DE069;
	width: calc(19.8% + 90px);
	margin-left: -45px;
}
.trainerMessage .title .elementor-heading-title:after {
	content: "";
	border-top: 25px solid #4DE069;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -25px;
	margin-left: -13px;
}
.trainerMessage .title .elementor-heading-title:before {
	content: "";
	border-top: 24px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -24px;
	margin-left: -12px;
	z-index: 1;
}
.trainerMessage .inner {
	max-width: 964px;
	margin: 0 auto;
}
.trainerMessage img {
	width: 100%;
	max-width: 191px;
}

@media screen and (max-width: 930px) and (min-width: 768px) {
	.trainerMessage .title .elementor-heading-title {
		width: calc(19.8% + 70px);
		margin-left: -35px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.trainerMessage .title {
		text-align: center;
	}
	.trainerMessage .title .elementor-heading-title {
		width: 279px;
		margin-left: 0;
	}
}

/*--------------------------------------
TITLE
--------------------------------------*/
.underTit_h2 h2 {
	/* 	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 55px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #000000;
	position: relative;
	z-index: 2; */

	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #000000;
}
.underTit_h2 h2 sup {
	/* 	display: block;
	font-family: noto-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 1.2; */

	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #4DE069;
	margin-bottom: 10px;
}
.underTit_h2 h2 sup span {
	font-size: 25px;
	vertical-align: text-top;
}
.underTit_h3 h3 {
	display: inline-block;
	/* 	font-family: 'Roboto', sans-serif; */
	font-weight: 700;
	font-size: 18px;
	line-height: 1.34;
	letter-spacing: 0;
	color: #4DE069;
	padding-bottom: 3px;
	background: linear-gradient(transparent 95%, #4DE069 10%);
	position: relative;
	z-index: 2;
}
.underTit_h4 h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #22201E;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 2;
}
.underTit_h4 h4:before {
	content: "";
	width: 9px;
	height: 50%;
	background: #D6EBD2;
	position: absolute;
	left: 0;
	top: 0;
}
.underTit_h4 h4:after {
	content: "";
	width: 9px;
	height: 50%;
	background: #99BD49;
	position: absolute;
	left: 0;
	bottom: 0;
}
.underTit_h5 h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #22201E;
	padding: 0 0 0 30px;
	position: relative;
}
.underTit_h5 h5:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #99BD49;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.underTit_h6 h6 {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #99BD49;
	position: relative;
}
.romaName {
	display: inline-block;
	font-size: 85%;
	color: #99BD49;
}
.number {
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #FFA200;
	border-radius: 50%;
	font-size: 20px;
	line-height: 31px;
	letter-spacing: 0;
	color: #fff;
	text-align: center;
	margin: 0 10px 0 0;
}
.underTit_h3 h3 .number {
	margin: 5px 10px 0 0;
}

@media screen and (max-width: 767px) {
	/* 	.underTit_h2 h2 {
	font-size: 40px;
} */
	.underTit_h2 h2 sup {
		font-size: 32px;
	}
	.underTit_h3 {
		text-align: center;
	}
	.underTit_h3 h3 {
		font-size: 16px;
	}
	.underTit_h4 h4 {
		font-size: 20px;
		letter-spacing: 0.08em;
	}
	.underTit_h5 h5 {
		font-size: 18px;
	}
	.number {
		width: 29px;
		height: 29px;
		font-size: 18px;
		line-height: 28px;
		margin: 1px 10px 0 0;
	}
	.underTit_h3 h3 .number {
		margin: 3px 10px 0 0;
	}
}

/* @media screen and (max-width: 374px) {
.underTit_h2 h2 {
font-size: 22px;
}
.underTit_h3 h3 {
font-size: 20px;
padding: 9px 0 10px 20px;
}
.underTit_h3 h3:before,
.underTit_h3 h3:after {
width: 7px;
}
.underTit_h4 h4 {
font-size: 20px;
}
.underTit_h3 h3 .number {
margin: 1px 10px 0 0;
}
} */

/* -------------------------------------
地図
------------------------------------- */
.map {
	position: relative;
	width: 100%;
	padding-top: 298px;
}
.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

/* -------------------------------------
Youtube
------------------------------------- */
.youtube {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* -------------------------------------
診療時間表
------------------------------------- */
/* 診療時間表A
------------------------------------- */
table.timetableA {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableA th,
.timetableA td {
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0;
}
.timetableA thead th {
	padding: 0 0 15px;
	border-bottom: 1px solid #99BD49;
	vertical-align: bottom;
}
.timetableA thead th:first-child {
	width: 33%;
	text-align: left;
	font-weight: 700;
}
.timetableA tbody th {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
}
.timetableA tbody td {
	color: #99BD49;
}
.timetableA tbody td.holiday {
	color: #000000;
}
.timetableA tbody tr:first-child th,
.timetableA tbody tr:first-child td {
	padding-top: 19px;
}
.timetableA tbody tr:last-child th,
.timetableA tbody tr:last-child td {
	padding-bottom: 24px;
	border-bottom: 1px solid #99BD49;
}
.timetableA thead th:last-child,
.timetableA tbody td:last-child {
	width: 15%;
}

@media screen and (max-width: 767px) {
	.timetableA thead th:first-child {
		width: 31%;
	}
}

@media screen and (max-width: 374px) {
	.timetableA th,
	.timetableA td {
		font-size: 13px;
	}
	.timetableA tbody tr:first-child th,
	.timetableA tbody tr:first-child td {
		padding-top: 12px;
	}
	.timetableA tbody tr:last-child th,
	.timetableA tbody tr:last-child td {
		padding-bottom: 12px;
	}
}

/* 診療時間表C
------------------------------------- */
table.timetableC {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetableC th,
.timetableC td {
	background: #FBF0EC;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0 8px;
}
.timetableC thead th {
	background: #E39B83;
	color: #FFFFFF;
	padding: 16px 0 14px;
}
.timetableC thead th:first-child {
	width: 20%;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.timetableC tbody th {
	word-break: keep-all;
	white-space: nowrap;
}
.timetableC tbody td {
	color: #E39B83;
}
.timetableC tbody td.holiday {
	color: #514E4C;
}
.timetableC thead th:first-child,
.timetableC tbody th {
	text-align: left;
	padding-left: 25px;
}
.timetableC tbody tr:first-child th,
.timetableC tbody tr:first-child td {
	padding-top: 29px;
}
.timetableC tbody tr:last-child th,
.timetableC tbody tr:last-child td {
	padding-bottom: 26px;
}

@media screen and (max-width: 767px) {
	.timetableC th,
	.timetableC td {
		font-size: 14px;
		padding: 4px 0 5px;
	}
	.timetableC thead th {
		padding: 13px 0 11px;
	}
	.timetableC thead th:first-child {
		width: 34%;
		font-size: 14px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 10px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		width: 10%;
		padding-right: 10px;
	}
	.timetableC tbody tr:first-child th,
	.timetableC tbody tr:first-child td {
		padding-top: 19px;
	}
	.timetableC tbody tr:last-child th,
	.timetableC tbody tr:last-child td {
		padding-bottom: 16px;
	}
}

@media screen and (max-width: 374px) {
	.timetableC th,
	.timetableC td {
		font-size: 12px;
	}
	.timetableC thead th:first-child {
		font-size: 12px;
	}
	.timetableC thead th:first-child,
	.timetableC tbody th {
		padding-left: 5px;
	}
	.timetableC thead th:last-child,
	.timetableC tbody td:last-child {
		padding-right: 5px;
	}
}

/*--------------------------------------
table_A
--------------------------------------*/
.table_A th,
.table_A td {
	vertical-align: middle;
	line-height: 1.6;
	word-break: break-all;
}
.table_A th {
	padding: 16px 0;
	border-bottom: 1px solid #99BD49;
	vertical-align: top;
}
.table_A td {
	padding: 16px 14px;
	border-bottom: 1px solid #CBCAC9;
}

@media screen and (max-width: 767px) {
	.table_A th,
	.table_A td {
		font-size: 15px;
	}
	.table_A th {
		padding: 12px 0;
	}
	.table_A td {
		padding: 12px 5px;
	}
}

/*--------------------------------------
* table_D
--------------------------------------*/
.table_D th,
.table_D td {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #22201E;
	vertical-align: middle;
	border: 1px solid #CBCAC9;
	padding: 13px 14px 10px;
	box-sizing: border-box;
}
.table_D th {
	background: #CDEBF5;
}

@media screen and (max-width: 374px) {
	.table_D th,
	.table_D td {
		padding: 10px 5px 7px;
	}
}

.scroll_area {
	width: 100%;
	overflow-x: auto;
}
.scroll_area table {
	width: 1080px;
}

/*--------------------------------------
ボックス
--------------------------------------*/
/*　frame タイトル
--------------------------------------*/
.frameTit .elementor-heading-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
	padding: 0 0 0 30px;
	position: relative;
}
.frameTit .elementor-heading-title:before {
	content: "";
	width: 18px;
	height: 18px;
	background: #4DE069;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}
.numTit {
	font-size: 21px;
	line-height: 1.48;
	letter-spacing: 0.12em;
	color: #414953;
	padding: 0;
	position: relative;
}

/*　frame_J
--------------------------------------*/
.frameJ {
	padding: 35px 50px;
	background: #CDEBF5;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #000;
}

/*　frame_K
--------------------------------------*/
.frameK {
	padding: 35px 50px;
	border: 2px solid #E2E0DC;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #000;
}

/*　画像
--------------------------------------*/
.frameJ .graphicBox .elementor-widget-image,
.frameK .graphicBox .elementor-widget-image,
.graphicBox .frameJ .elementor-widget-image,
.graphicBox .frameK .elementor-widget-image {
	width: auto !important;
	max-width: 200px;
}


@media screen and (max-width: 767px) {
	/* 	.frameTit {
	font-size: 20px;
} */
	.frameJ,
	.frameK {
		padding: 15px 20px;
	}
}

/*--------------------------------------
style_box
--------------------------------------*/
.style_box {
	border: 20px solid #a08271;
}
.style_title {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #a08271;
	border-bottom: 5px solid #a08271;
	padding: 25px 20px;
	text-align: center;
}
.style_box .inner {
	padding: 35px;
}
.style_box .inner .title {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #75654c;
	padding: 0 0 15px;
	border-bottom: 2px solid #a08271;
	position: relative;
}

@media screen and (max-width: 767px) {
	.style_box {
		border: 10px solid #a08271;
	}
	.style_title {
		font-size: 25px;
	}
	.style_box .inner {
		padding: 20px;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after {
	position: relative;
}
.before_after:before {
	display: block;
	content: "";
	border-left: 14px solid #6fba2c;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -7px;
}
.before_after li {
	float: left;
	width: 46%;
	position: relative;
	text-align: center;
	margin-left: 8%;
}
.before_after li:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.before_after:before {
		border-left: 20px solid transparent;
		border-top: 14px solid #6fba2c;
		border-right: 20px solid transparent;
		border-bottom: none;
		margin-top: -6px;
		margin-left: -20px;
	}
	.before_after li {
		float: none;
		width: 100%;
		margin-top: 50px;
		margin-left: 0;
	}
}

/*--------------------------------------
* anchorlinks
--------------------------------------*/
.anchorLinks {
	background: #F5F5F5;
	padding: 30px 6%;
}
.anchorLinks ul li {
	display: inline-block !important;
	margin: 10px 0 !important;
	padding: 0 10px !important;
	vertical-align: top !important;
	box-sizing: border-box;
	width: 24.5%;
}
.anchorLinks ul li a {
	display: block !important;
	background: #fff;
	padding: 10px 25px;
	font-size: 15px;
	line-height: 1.4;
	color: #22201E;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	text-decoration: none !important;
}
.anchorLinks ul li a:hover {
	background: #006AB8;
	color: #fff;
}
.anchorLinks ul li a:after {	
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #22201E;
	border-right: 1px solid #22201E;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	z-index: 1;
}
.anchorLinks ul li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	.anchorLinks ul li {
		width: 49.5% !important;
	}
}

@media screen and (max-width: 767px) {
	.anchorLinks {
		padding: 25px;
	}
	.anchorLinks li {
		width: 49% !important;
	}
}

@media screen and (max-width: 480px) {
	.anchorLinks li {
		width: 100% !important;
		display: block !important;
		margin: 5px 0;
	}
}


/* =====================================
■ブログ
===================================== */
/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
	float: left;
	width: 65%;
}
#blogDetail,
#blogList {
	margin-top: 40px;
	margin-bottom: 103px;
	min-height: 850px;
}

/*　blogList　*/
.posts_list li {
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #CDCDCE;
	padding-bottom: 30px;
}
.posts_list li .category {
	/* 	position: absolute;
	left: 0;
	top: 0; */
	margin: 0 0 20px;
	line-height: 1;
	z-index: 10;
}
.post .category a,
.posts_list .category a {
	display: inline-block;
	min-width: 107px;
	height: 25px;
	padding: 2px 8px;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #fff;
	line-height: 20px;
	box-sizing: border-box;
	text-transform: uppercase;
	background: #4de069;
}
.post .category a:hover,
.posts_list .category a:hover {
	background: #77fb90;
}
.post .category a:before,
.posts_list .category a:before {
	font-size: 10px;
	margin-right: 7px;
	vertical-align: baseline;
}
.posts_list li .post-image {
	display: none;
	position: relative;
	overflow: hidden;
	min-height: 26px;
	margin-bottom: 20px;
}
.posts_list li .post-image a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 54%;
}
.posts_list li .post-image a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: ease-in-out .2s;
}
.posts_list li .post-image a:hover span {
	transform: scale(1.1);
}
.posts_list li .post-image span.noimage {
	line-height: 0;
	text-indent: 100%;
	overflow: hidden;
}
.posts_list h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.posts_list h3 a {
	color: #22201E;
}
.posts_list h3 a:hover {
	color: #4DE069;
}
.posts_list .excerpt {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
}

/*　blogDetail　*/
#blogDetail .post {
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 35px;
}
#blogDetail .post-header {
	padding: 0px;
	margin-bottom: 25px;
}
#blogDetail .post-header h2 {
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#blogDetail .post-header .post-meta {
	margin-bottom: 30px;
}
#blogDetail .post-header .post-meta li.date {
	margin-top: 20px;
}
.post .date,
.posts_list .date {
	color: #4DE069;
	font-size: 12px;
	letter-spacing: 0;
}
.post .date span,
.posts_list .date span {
	margin-left: 10px;
}
.post .date span:before,
.posts_list .date span:before {
	font-size: 9px;
	margin-right: 5px;
}
.post .date span a,
.posts_list .date span a {
	color: #99bd49;
	vertical-align: baseline;
}
.post .date span a:hover,
.posts_list .date span a:hover {
	text-decoration: underline;
}

/* .post-content {
overflow: hidden;
line-height: 2.3;
letter-spacing: 0;
} */
div#blogDetail .post-content img {
	width: auto;
	height: auto;
	box-sizing: border-box;
}
/*
#blogDetail .post-content h3 {
font-size: 22px;
letter-spacing: 0;
background: #e8e8e8;
padding: 30px 10px 30px 28px;
line-height: 1.5;
border-top: 5px solid #f5c6b6;
margin: 40px 0 30px;
}
#blogDetail .post-content h4 {
font-size: 20px;
letter-spacing: 0;
border-bottom: 5px solid #f5c6b6;
padding: 10px 0 12px 0;
line-height: 1.5;
margin: 30px 0 25px 0;
}
*/
#posts .contributor {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #4DE069;
	text-align: right;
}

.bloginfo_box {
	display: table;
	width: 100%;
	background: #EBE9E7;
	margin-top: 60px;
	display: none !important;
}
.bloginfo_box .blog_name {
	display: table-cell;
	width: 60%;
	border-right: 1px solid #BFBEBD;
	box-sizing: border-box;
	padding: 29px 25px;
	vertical-align: middle;
}
.bloginfo_box .blog_name .icon-blog {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: #373431;
	line-height: 1.6;
}
.bloginfo_box .blog_name .icon-blog:before {
	display: block;
	font-size: 15px;
	color: #6fba2c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.bloginfo_box .share_btn {
	display: table-cell;
	width: 40%;
	padding: 30px 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.bloginfo_box .share_btn li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.bloginfo_box .share_btn li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 0;
	line-height: 1;
}
.bloginfo_box .share_btn li a:before {
	color: #fff;
}
.bloginfo_box .share_btn .icon-facebook {
	background: #4967A3;
}
.bloginfo_box .share_btn .icon-facebook:hover {
	background: #587cc1;
}
.bloginfo_box .share_btn .icon-facebook:before {
	font-size: 26px;
	margin-top: 12px;
}
.bloginfo_box .share_btn .icon-line {
	background: #18BC01;
}
.bloginfo_box .share_btn .icon-line:hover {
	background: #1cde00;
}
.bloginfo_box .share_btn .icon-line:before {
	font-size: 29px;
	margin-top: 11px;
}
.bloginfo_box .share_btn .icon-twitter {
	background: #11BBEF;
}
.bloginfo_box .share_btn .icon-twitter:hover {
	background: #13C7FE;
}
.bloginfo_box .share_btn .icon-twitter:before {
	font-size: 24px;
	margin-top: 14px;
}
.bloginfo_box .share_btn .icon-google {
	background: #E05C4F;
}
.bloginfo_box .share_btn .icon-google:hover {
	background: #fb7468;
}
.bloginfo_box .share_btn .icon-google:before {
	font-size: 20px;
	margin-top: 15px;
}

/* navigation */
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation a {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 13px;
	background: #DBDAD7;
	color: #5E4D3D;
	line-height: 30px;
	letter-spacing: 0.1em;
	border-radius: 3px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.navigation a:hover {
	background: #99bd49;
	color: #fff;
}
.navigation .prev a span {
	padding-left: 8px;
}
.navigation .next a span {
	padding-right: 8px;
}
.navigation .prev a span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation .next a span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.navigation ul {
	display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
	display: flex;
	margin: 0 1px 0 2px;
	width: 30px;
}

/* pagination */
.pagination {
	overflow: hidden;
	position: relative;
	padding-top: 52px;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a,
.pagination ul li span.dots {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 13px;
	background: #DBDAD7;
	color: #5E4D3D;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 4px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li span.dots {
	background: none;
}
.pagination ul li a:hover {
	background: #99bd49;
	color: #fff;
}
.pagination ul li span.current {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 13px;
	background: #99bd49;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 400;
	border-radius: 4px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 8px;
	box-sizing: border-box;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 8px;
	box-sizing: border-box;
	font-weight: bold;
}
.pagination ul li .prev span:before {
	display: block;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}
.pagination ul li .next span:before {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	font-size: 10px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bloginfo_box .share_btn li {
		margin: 0 3px;
	}
	.bloginfo_box .share_btn li a {
		width: 40px;
		height: 40px;
	}
	.bloginfo_box .share_btn .icon-facebook:before {
		font-size: 22px;
		margin-top: 9px;
	}
	.bloginfo_box .share_btn .icon-line:before {
		font-size: 25px;
		margin-top: 8px;
	}
	.bloginfo_box .share_btn .icon-twitter:before {
		font-size: 20px;
		margin-top: 11px;
	}
	.bloginfo_box .share_btn .icon-google:before {
		font-size: 16px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	#posts {
		float: none;
		width: 100%;
	}
	.posts_list li {
		margin-bottom: 50px;
	}

	#blogDetail .post-header {
		margin-bottom: 20px;
	}
	#blogDetail .post-header h2 {
		font-size: 24px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}

	.bloginfo_box {
		display: block;
	}
	.bloginfo_box .blog_name {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #BFBEBD;
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
	}
	.bloginfo_box .blog_name .icon-blog {
		display: inline-block;
		text-align: left;
	}
	.bloginfo_box .share_btn {
		display: block;
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.navigation {
		margin-top: 35px;
	}
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
	.pagination {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	#blogDetail .post-header h2 {
		font-size: 22px;
		line-height: 1.4;
	}
	#blogDetail .post-content h3 {
		font-size: 20px;
		padding: 26px 5px 26px 20px;
		line-height: 1.4;
		margin: 35px 0 30px;
	}
	#blogDetail .post-content h4 {
		font-size: 19px;
	}
}


/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
	float: right;
	width: 28%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-bottom: 9px;
	margin-bottom: 24px;
	color: #414953;
	border-bottom: 2px solid #373431;
}
.blogside h2 span {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #72706E;
	display: inline-block;
	margin-left: 10px;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
	position: relative;
}
.blogside .searchBox #s {
	background: #E9ECE3;
	border: none;
	height: 55px;
	width: 100%;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	color: #72706E;
	font-size: 13px;
}
.blogside .searchBox .icon-search:before {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #4DE069;
}
.blogside .searchBox #searchsubmit {
	background: none;
	border: none;
	position: absolute;
	right: 16px;
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -8px;
	font-size: 0;
	cursor: pointer;
}

.blogside .categoryBox {
	margin-bottom: 50px;
}
.blogside .categoryBox ul li {
	border-bottom: 1px solid #b8c2c1;
	padding-bottom: 16px;
	margin-bottom: 18px;
	color: #000;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #22201E;
	text-transform: uppercase;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #22201E;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #4DE069;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 13px;
	border-bottom: 1px solid #BFBEBD;
	padding-bottom: 13px;
	margin-bottom: 22px;
	line-height: 1.3;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
	float: right;
	width: 48px;
	height: 48px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
}
.recentBox li .recent_thumbnail a {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 1;
}
.recentBox li .recent_thumbnail a span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
}
.recentBox li .recent_thumbnail a:hover {
	transform: scale(1.1);
}
.recentBox li h3 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #22201E;
}
.recentBox li h3 a:hover {
	color: #4DE069;
}
.recent_date {
	font-size: 10px;
	margin-top: 5px;
	color: #72706E;
}
.recentBox li .recent_date {
	margin-top: 15px;
}

.blogside .tagBox {
	margin-bottom: 40px;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud li {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}
.blogside .tagBox .tagcloud a {
	display: block;
	padding: 7px 10px;
	color: #373431;
	font-size: 14px !important;
	line-height: 1;
	border: 1px solid #72706E;
	border-radius: 3px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
	color: #fff;
	background: #99BD49;
	border: 1px solid #99BD49;
}

.archiveBox {
	font-size: 14px;
	line-height: 1.4;
}
.archiveBox > ul > li {
	margin-top: 20px;
}
.archiveBox > ul > li:first-child {
	margin: 0;
}
.archiveBox ul li p {
	position: relative;
	margin: 0;
	padding-left: 20px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #22201E;
}
.archiveBox ul li p:hover {
	color: #4DE069;
}	
.archiveBox ul li p.acv_open {
	color: #4DE069;
	text-decoration: underline;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #4DE069;
	border-bottom: 2px solid #4DE069;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
.archiveBox ul li p.acv_open:before {
	top: 4px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
	color: #22201E;
}
.archiveBox ul li a:visited {
	color: #22201E;
}
.archiveBox ul li a:hover {
	color: #4DE069;
	text-decoration: underline;
}
.archiveBox ul li a:active {
	color: #4DE069;
}
.archiveBox ul li ul {
	margin-left: 44px;
}
.archiveBox ul li li {
	margin-top: 10px;
}
.archiveBox ul li ul.hide {
	display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	.blogside {
		float: right;
		width: 30%;
	}
	.blogside h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.blogside h2 span {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.blogside {
		float: none;
		width: 100%;
		border-top: 1px solid #5D5555;
		padding: 46px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
	}
}


/* =====================================
■新着情報
===================================== */
.category #newsList,
.single #newsDetail {
	background: #fff;
	padding: 60px 0 80px;
	min-height: 600px;
}
.single .details_one_contents_area {
	font-size: 18px;
	line-height: 2em;
}
.single .details_one_contents_area h2 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 90px;
	font-weight: bold;
}

@media only screen and (max-width: 930px) {
	.single .details_one_contents_area {
		font-size: 14px;
	}

	.single .details_one_contents_area h2 {
		margin-bottom: 30px;
		font-size: 16px;
	}
}

/*--------------------------------------
詳細記事
--------------------------------------*/
#newsDetail h3 {
	font-size: 24px;
	color: #574f4f;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	padding-left: 30px !important;
	margin-bottom: 20px;
}
#newsDetail h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #6f87a3;
	border-left: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}
#newsDetail h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #96a8bf;
	border-right: 14px solid transparent;
	position: absolute;
	left: 2px;
	top: 10px;
}

/* =====================================
■サイトマップ
===================================== */
ul.sitemap_ic {
	border-top: 1px dashed #707070;
}
ul.sitemap_ic > li {
	position: relative;
	border-bottom: 1px dashed #707070;
}
ul.sitemap_ic > li > a {
	display: block;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
}
ul.sitemap_ic > li > a:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #4de069;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
ul.sitemap_ic > li > a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #7A7A7A;
	border-right: 2px solid #7A7A7A;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.sitemap_ic .sub-menu {
	margin: 0 0 0 2em;
	border-top: 1px dashed #ccc;
	padding: 12px 0 10px;
}
ul.sitemap_ic .sub-menu li a {
	display: block;
	padding: 0 0 0 20px;
	position: relative;
}
ul.sitemap_ic .sub-menu li a:before {
	content: "";
	width: 10px;
	height: 2px;
	background: #4de069;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

/* =====================================
■お問い合わせ
===================================== */
.wrap_contact {
	max-width: 1120PX;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.inquiryForm_message {
	text-align: center;
}
.step_list {
	width: 467px;
	margin: 0 auto 90px;
}
.step_list li {
	float: left;
	width: 100px;
	margin-left: 83px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	position: relative;
	color: #CBCAC9;
}
.step_list li:first-child {
	margin: 0;
}
.step_list li span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin: 0 auto 12px;
	background: #CBCAC9;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
.step_list li span:after {
	display: block;
	content: "";
	width: 130px;
	height: 1px;
	background: #CBCAC9;
	position: absolute;
	top: 50%;
	left: 54px;
}
.step_list li:last-child span:after {
	display: none;
}
.step_list li.current {
	color: #373431;
}
.step_list li.current span {
	background: #99bd49;
}
.step_list li span.current:after {
	background: #99bd49;
}
.inquiryForm_message .step_catch {
	font-size: 16px;
	text-align: center;
	color: #373431;
	letter-spacing: 0.05em;
	margin-bottom: 44px;
}

.inquiryFormTable {
	border-top: 1px solid #707070;
	font-size: 16px;
	padding-top: 22px;
}
.inquiryFormTable dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.inquiryFormTable dt,
.inquiryFormTable dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.inquiryFormTable dt {
	border-right: none;
	position: relative;
	width: 29%;
	padding: 11px 80px 0 0;
	color: #2C2F30;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.inquiryFormTable dd {
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 14px 14px;
	border: 1px solid #BFBEBD;
	background: #EBE9E7;
	color: #333;
	border-radius: 5px;
}
.inquiryFormTable select {
	position: relative;
	background: #ECECEC url(/wp-content/uploads/ico_select.png) no-repeat right center;
	background-size: contain;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
	display: none;
}
.inquiryFormTable input[type="checkbox"] {
	display: none;
	/*display: inline-block;*/
	width: 32px;
	height: 32px;
	border: 0;
	position: relative;
	margin-right: 0;
	visibility: hidden; 
	z-index: 999;
	-webkit-appearance: none;
	background: none;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item {
	/* 	width: 100%;
	display: block; */
	margin: 10px 1.5em 10px 0;
	box-sizing: border-box;
}
.inquiryFormTable .wpcf7-list-item.last.has-free-text {
	display: block;
}
input.wpcf7-free-text {
	margin-top: 10px;
}
.wpcf7-list-item-label {
	position: relative;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
	display: none;
}
.inquiryFormTable input[type="checkbox"] + span label.icon-check:before {
	content: "\e902";
	font-size: 25px;
	color: #BFBEBD;
	margin-right: 5px;
	vertical-align: middle;
}
.inquiryFormTable input[type="checkbox"]:checked+ span label.icon-check:before {
	content: "\e903";
	color: #E39B83;
}
.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
	border: 1px solid #C4000F;
	background: #fff;
	box-shadow: 0 0 5px rgba(196, 0, 15, 0.15);
}
.inquiryFormTable input.wpcf7-not-valid {
	border: 1px solid #D93636 !important;
	background: #FDD2D2 !important;
}
.inquiryFormTable .comment {
	display: block;
	color: #63696A;
	font-size: 13px;
	margin: 0.4em 0;
	letter-spacing: 0;
}
.inquiryFormTable .required {
	background: #D93636;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 24px;
}
.inquiryFormTable .optional {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	width: 46px;
	height: 22px;
	background: #BFBEBD;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	top: 16px;
	right: 28px;
}

.inquiryFormTable .post_icon {
	position: absolute;
	z-index: 200;
	top: 10px;
	left: 16px;
}
.inquiryFormTable .post_item input {
	padding: 13px 14px 14px 40px;
}

.inquiryFormTable .btBox {
	text-align: center;
	margin: 60px 0 0;
}
.inquiryFormTable .btBox input[type="submit"] {
	background: #99bd49 url(/wp-content/uploads/ico_arrow02.png) no-repeat 95% center !important;
	background-size: 6px 10px;
	border: none;
	width: 100%;
	color: #fff;
	display: block;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 32px 28px 30px;
}
.inquiryFormTable .btBox input[type="submit"].disabled {
	background: #72706E url(/wp-content/uploads/ico_arrow03.png) no-repeat 96% center !important;
	background-size: 6px 10px;
	color: #BFBEBD;
	opacity: 1 !important;
	pointer-events: none;
	cursor: default;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .btBox input[type="submit"].abled {
	background-position: 96% center !important;
	padding: 29px 40px 28px 40px;
}
.inquiryFormTable .wpcf7-back {
	width: 37.5% !important;
	color: #fff;
	background: #72706E url(/wp-content/uploads/ico_arrow02.png) no-repeat 92% center !important;
	background-size: 6px 10px;
	border: none;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 0 !important;
	outline: 0px;
	-webkit-appearance: none;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 29px 30px 28px;
	float: left;
	text-align: left;
}
.inquiryFormTable .wpcf7-submit {
	width: 58.5% !important;
	float: right;
	text-align: left;
}
.inquiryFormTable .btBox input[type="submit"]:hover,
.inquiryFormTable .btBox input[type="button"]:hover {
	opacity: 0.8;
}

span.verify_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -42px;
	top: 13px;
	display: none;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: block;
}
.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon:before {
	color: #99bd49;
	font-size: 25px;
	vertical-align: top;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-validates-as-required:not(.wpcf7-not-valid)+.verify_icon {
	display: none;
}

.inquiryFormTable .wpcf7-not-valid-tip {
	color: #DE5050;
	font-weight: normal;
	display: block;
	font-size: 12px;
}

.file_btn {
	display: block;
	overflow: hidden;
	position: relative;
	background: #807B7B;
	color: #fff;
	width: 123px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	margin-top: 13px;
}
.file_btn .wpcf7-form-control-wrap {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}
div.wpcf7 input[type="file"] {
	padding: 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 30px;
}
.result_txt {
	display: block;
	word-break: break-all;
	white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table input[type="text"],
.custom-wpcf7c-confirmed .confirm_table input[type="tel"],
.custom-wpcf7c-confirmed .confirm_table input[type="email"],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type="checkbox"],
.custom-wpcf7c-confirmed .confirm_table input[type="date"] {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional,
.custom-wpcf7c-confirmed .confirm_table span.comment,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label,
.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
	display: none;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
	display: block;
	padding-left: 0;
	margin: 0;
}
.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item.last.has-free-text .result_txt {
	display: inline-block;
	margin-right: 15px;
}
.custom-wpcf7c-confirmed .confirm_table dl {
	margin-bottom: 10px;
}
.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
	padding: 0;
}
.custom-wpcf7c-confirmed .confirm_table .post_icon {
	top: 0;
	left: 0;
}
.custom-wpcf7c-confirmed .confirm_table .post_item span.result_txt {
	padding-left: 20px;
}
.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
	display: none !important;
}

.inquiryFormTable .privacyWrap {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	border: 1px solid #bfbebd;
	padding: 20px;
	box-sizing: border-box;
	background: #ebe9e7;
	border-radius: 5px;
}
.custom-wpcf7c-confirmed .confirm_table .privacy {
	display: none;
}

@media screen and (max-width: 1060px) {
	.inquiryFormTable dt {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.step_list {
		width: 400px;
		margin: 0 auto 60px;
	}
	.step_list li {
		margin-left: 50px;
	}
	.inquiryFormTable dl {
		display: block;
		margin-bottom: 20px;
	}
	.inquiryFormTable dt,
	.inquiryFormTable dd {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.inquiryFormTable dt {
		padding: 0;
		margin-bottom: 8px;
	}
	.inquiryFormTable .wpcf7-list-item {
		margin: 5px 1.5em 5px 0;
	}
	.inquiryFormTable .required,
	.inquiryFormTable .optional {
		display: inline-block;
		position: static;
		top: initial;
		right: initial;
		margin: -2px 0 0 20px;
		vertical-align: middle;
	}
	.inquiryFormTable .btBox {
		margin: 50px 0 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		width: 100% !important;
		float: none;
		font-size: 20px;
		padding: 29px 20px 28px 20px;
		box-sizing: border-box;
		background-position: 96% center !important;
		text-align: center;
	}
	.inquiryFormTable .btBox input[type="submit"].disabled,
	.inquiryFormTable .btBox input[type="submit"].abled {
		padding: 29px 20px 28px 20px;
	}
	.inquiryFormTable .wpcf7-back {
		margin-bottom: 15px;
	}
	.file_btn {
		margin-top: 0;
	}
	.custom-wpcf7c-confirmed .confirm_table dt {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.step_list {
		width: 270px;
	}
	.step_list li {
		width: 70px;
		margin-left: 30px;
		font-size: 16px;
	}
	.step_list li span:after {
		width: 60px;
	}
	.inquiryForm_message .step_catch {
		font-size: 12px;
		letter-spacing: 0;
	}
	.inquiryFormTable .btBox input[type="submit"],
	.inquiryFormTable .wpcf7-back {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}


/* -------------------------------------

------------------------------------- */
.sp_readmore {
	display: none;
}
@media only screen and (max-width:930px) {
	.js-sp-readmore {
		height: 6em;
		-webkit-transition: height 0.2s ease-in;
		-o-transition: height 0.2s ease-in;
		transition: height 0.2s ease-in;
		overflow: hidden;
	}

	.sp_readmore {
		display: block;
		text-align: right;
		padding-top: 5px;
		line-height: 2;
	}
	.sp_readmore a {
		color: #4ee069;
		font-size: 15px;
	}
}
@media only screen and (max-width:930px) {
	.is_sp_none {
		display: none;
	}
}
.is_sp_only {
	display: none;
}

@media only screen and (max-width:930px) {
	.is_sp_only {
		display: block;
	}

	img.is_sp_only {
		display: inline;
	}
}
.dp-none {
	display: none;
}

.for-pc {
	display: block;
}

.for-sp {
	display: none;
}

@media only screen and (max-width:930px) {
	.for-pc {
		display: none !important;
	}

	.for-sp {
		display: block;
	}
}
.icon_lik:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url("/wp-content/uploads/icon_link01.png");
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin-left: 8px;
}
.icon_arrow_down:after {
	content: "";
	display: inline-block;
	position: relative;
	left: 10px;
	top: -2px;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.icon_arrow_down.js-active:after {
	top: 0;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.contact-info {
	background: #ffffff;
	max-width: 210px;
	height: 95px;
	padding: 15px 16px;
	border-radius: 10px;
}
@media only screen and (max-width:930px) {
	.contact-info {
		max-width: 100%;
		width: 100%;
	}
}
.contact-info p {
	line-height: 1;
}
.contact-info .contact-txt {
	font-size: 12px;
	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif;
	margin-bottom: 11px;
}
.contact-info .contact-num {
	font-size: 20px;
	margin-bottom: 11px;
}
.contact-info .contact-num a {
	color: #4C4948;
}
.contact-info .contact-time {
	font-size: 11px;
}

.calender-info {
	position: relative;
	background: #ffffff;
	max-width: 210px;
	height: 78px;
	padding: 15px 16px;
	border-radius: 10px;
}
@media only screen and (max-width:930px) {
	.calender-info {
		max-width: 100%;
		width: 100%;
	}
}
.calender-info:after {
	position: absolute;
	top: 10px;
	right: 8px;
}
.calender-info p {
	line-height: 1;
}
.calender-info .calender-txt {
	font-size: 12px;
	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif;
	margin-bottom: 12px;
	color: #4C4948;
}
.calender-info .calender-access {
	font-size: 17px;
	color: #4EE069;
}

.facility-info .address {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}
@media only screen and (max-width:930px) {
	.facility-info .address.inline {
		display: inline-block;
	}
}
.facility-info .address .map {
	display: inline-block;
	font-size: 12px;
	color: #4EE069;
	margin-left: 10px;
}
.facility-info .address .icon_lik:after {
	margin-left: 3px;
}
.facility-info .address a:hover .map {
	text-decoration: underline;
}
.facility-info .mail {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}
@media only screen and (max-width:930px) {
	.facility-info .mail {
		font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	}
}
.facility-info .mail.top {
	margin-top: 35px;
}

@media only screen and (max-width:930px) {
	.site-menu {
		margin-top: 20px;
		padding-top: 40px;
		border-top: 1px solid #e4e2dd;
	}
}
.site-menu li {
	line-height: 1;
	margin-bottom: 18px;
}
@media only screen and (max-width:930px) {
	.site-menu li {
		float: left;
		width: 50%;
	}
}
.site-menu a {
	font-size: 14px;
	color: #565A56;
}
.site-menu a:hover {
	color: #21BA3E;
}
.site-menu .site-menu-about-we {
	padding-top: 15px;
	padding-left: 10px;
}
.site-menu .site-menu-about-we li {
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.site-menu .site-menu-about-we li:last-child {
	padding-bottom: 2px;
}
@media only screen and (max-width:930px) {
	.site-menu .site-menu-about-we li {
		float: none;
		width: 100%;
	}
}
.site-menu .site-menu-about-we li a {
	font-size: 12px;
}

.traning-menu li {
	line-height: 1;
	margin-bottom: 12px;
}
.traning-menu a {
	font-size: 12px;
	color: #565A56;
}
.traning-menu a:hover {
	color: #21BA3E;
}

@media only screen and (max-width:930px) {
	.util-menu {
		width: 100%;
		max-width: 300px;
	}
}
.util-menu li {
	float: left;
	margin-right: 21px;
}
@media only screen and (max-width:930px) {
	.util-menu li {
		width: 100px;
		margin-right: 0;
	}
	.util-menu li:nth-child(2) {
		margin-right: 5px;
	}
}
.util-menu a {
	font-size: 10px;
	color: #565A56;
}
.util-menu a:hover {
	color: #21BA3E;
	text-decoration: none;
}

.wrap-bottom-info .sns-area {
	float: left;
	width: 182px;
	margin-right: 25px;
}
.wrap-bottom-info .copy {
	float: left;
	font-size: 10px;
}

.page_header,
.contents_header {
	padding: 60px 0;
	margin: 0 40px;
	border-bottom: 1px solid #DEDFE0;
}
@media only screen and (max-width:930px) {
	.page_header,
	.contents_header {
		padding: 35px 0;
		margin: 0 20px;
	}
}
.page_header--news,
.contents_header--news {
	border: none;
	margin-left: 70px;
	padding: 70px 0 0;
}
.single .page_header--news,
.postid-950 .page_header--news, .postid-954 .page_header--news, .postid-956 .page_header--news, .postid-962 .page_header--news {
	display: none;
}
@media only screen and (max-width:930px) {
	.page_header--news,
	.contents_header--news {
		padding: 70px 0 0;
	}
}
.page_header .page_header_title,
.contents_header .page_header_title {
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 45px;
}
@media only screen and (max-width:930px) {
	.page_header .page_header_title,
	.contents_header .page_header_title {
		font-size: 22px;
		margin-bottom: 30px;
	}
}
.page_header .page_header_title .title_mean,
.contents_header .page_header_title .title_mean {
	display: inline-block;
	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif;
	font-size: 12px;
	line-height: 1;
	margin-left: 10px;
}
.page_header .page_header_title.smaller_type,
.contents_header .page_header_title.smaller_type {
	margin-bottom: 30px;
}
.page_header .page_header_title.nolead_type,
.contents_header .page_header_title.nolead_type {
	margin-bottom: 0;
}
.page_header .page_header_discription,
.contents_header .page_header_discription {
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	max-width: 930px;
	font-size: 18px;
	line-height: 1.87;
	color: #4c4948;
}
@media only screen and (max-width:930px) {
	.page_header .page_header_discription,
	.contents_header .page_header_discription {
		line-height: 2;
		font-size: 15px;
	}
}
.page_header .page_header_discription.smaller_type,
.contents_header .page_header_discription.smaller_type {
	font-size: 15px;
}

.contents_header {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}

.main_contents {
	margin-top: 70px;
}
@media only screen and (max-width:930px) {
	.main_contents {
		margin-top: 40px;
	}
}
.main_contents.pattern00 {
	margin-top: 75px;
	letter-spacing: 0;
}
@media only screen and (max-width:930px) {
	.main_contents.pattern00 {
		margin-top: 40px;
	}
}
.main_contents.pattern01 {
	padding: 0 50px;
}
@media only screen and (max-width:930px) {
	.main_contents.pattern01 {
		padding: 0 19px;
	}
}
@media only screen and (max-width:930px) {
	.main_contents.pattern02 {
		margin-top: 0;
	}
}
.main_contents.pattern03 {
	padding: 0 40px;
}
@media only screen and (max-width:930px) {
	.main_contents.pattern03 {
		padding: 0 20px;
	}
}
.main_contents.smaller_type {
	margin-top: 50px;
}

.contact_telephone {
	text-align: center;
	background: #f3f1ea;
	padding: 20px 0 26px;
	border-radius: 10px;
}
.contact_telephone p {
	line-height: 1;
}
.contact_telephone .contact_header {
	font-size: 13px;
	margin-bottom: 20px;
}
.contact_telephone .contact_number {
	font-size: 25px;
	margin-bottom: 16px;
}
.contact_telephone .contact_accept {
	font-size: 12px;
}

.contact_calender {
	position: relative;
	border: 1px solid #4EE069;
	border-radius: 10px;
}
.contact_calender:after {
	position: absolute;
	top: 10px;
	right: 8px;
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url("/wp-content/uploads/icon_link01.png");
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin-left: 8px;
}
.contact_calender a {
	display: block;
	width: 100%;
	height: 100%;
	color: #565A56;
	text-align: center;
/* 	padding: 20px 0 45px; */
	padding: 20px 0;
}
.contact_calender a:hover {
	text-decoration: none;
}
.contact_calender:hover {
	background: #4ee069;
}
.contact_calender:hover a {
	color: #fff;
}
.contact_calender:hover:after {
	background-image: url("/wp-content/uploads/icon_link02.png");
}
.contact_calender:hover .contact_reserve {
	color: #fff;
}
.contact_calender .contact_header {
	font-size: 13px;
/* 	margin-bottom: 32px; */
	margin-bottom: 10px;
}
.contact_calender .contact_reserve {
	font-size: 20px;
	color: #4EE069;
}

.another_cases_button {
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (max-width:930px) {
	.another_cases_button {
		margin-bottom: 50px;
	}
}
.another_cases_button a {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #a3a3a3;
	color: #a3a3a3;
	padding: 15px 25px;
	border-radius: 100px;
}
.another_cases_button a:hover {
	text-decoration: none;
	color: #4c4948;
	border-color: #4c4948;
}

.sp_readmore {
	display: none;
}

@media only screen and (max-width:930px) {
	.js-sp-readmore {
		height: 6em;
		-webkit-transition: height 0.2s ease-in;
		-o-transition: height 0.2s ease-in;
		transition: height 0.2s ease-in;
		overflow: hidden;
	}

	.sp_readmore {
		display: block;
		text-align: right;
		padding-top: 5px;
		line-height: 2;
	}
	.sp_readmore a {
		color: #4ee069;
		font-size: 15px;
	}
}
@media only screen and (max-width:930px) {
	.is_sp_none {
		display: none;
	}
}
.is_sp_only {
	display: none;
}

@media only screen and (max-width:930px) {
	.is_sp_only {
		display: block;
	}

	img.is_sp_only {
		display: inline;
	}
}
.dp-none {
	display: none;
}

.for-pc {
	display: block;
}

.for-sp {
	display: none;
}

@media only screen and (max-width:930px) {
	.for-pc {
		display: none !important;
	}

	.for-sp {
		display: block;
	}
}
body.no-scroll {
	overflow: hidden;
}

select,
option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.selectbox {
	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif;
	background-color: #fff;
	border: none;
	border-radius: 11px;
	font-size: 18px;
	line-height: 1;
	padding: 18px 180px;
	display: block;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.selectbox::-ms-expand {
	display: none;
}
@media only screen and (max-width:930px) {
	.selectbox {
		padding: 18px 90px;
	}
}
.selectbox:focus {
	outline: none;
}


@media only screen and (max-width:930px) {
	.main_special_contents_outer {
		overflow: auto;
		width: auto;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
}
.main_point_three_columns {
	margin: 60px 0 65px;
}
@media only screen and (max-width:930px) {
	.main_point_three_columns {
		margin: 0;
		min-width: 600px;
		overflow: auto;
	}
}
.main_point_three_columns .one_column {
	float: left;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main_point_three_columns .one_column:first-child .column_contents {
	border-left: 0 none;
}
.main_point_three_columns .one_column > a:hover {
	text-decoration: none;
}
@media only screen and (max-width:930px) {
	.main_point_three_columns .one_column {
		min-width: 180px;
	}
}
.main_point_three_columns .column_images {
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
.main_point_three_columns .column_images img {
	width: auto;
}
@media only screen and (max-width:930px) {
	.main_point_three_columns .column_images {
		margin-bottom: 25px;
	}
}
.main_point_three_columns .main_point_title {
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	font-size: 24px;
	color: #F900AC;
	line-height: 1;
	padding-bottom: 15px;
}
.main_point_three_columns .main_point_title.is_begineers {
	color: #4EE069;
}
.main_point_three_columns .main_point_title.is_formens {
	color: #523784;
}
@media only screen and (max-width:930px) {
	.main_point_three_columns .main_point_title {
		font-size: 20px;
	}
}
.main_point_three_columns .main_point_title_japanease {
	display: block;
	font-size: 11px;
	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif;
	padding-top: 10px;
}
.main_point_three_columns .main_point_message {
	font-size: 12px;
	color: #A3A3A3;
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
}
.main_point_three_columns .column_contents {
	border-left: 1px solid #E9EAEA;
	padding: 0 50px;
}
@media only screen and (max-width:930px) {
	.main_point_three_columns .column_contents {
		padding: 0 20px;
	}
}

.neutral_contents {
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.bg_neutral {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 18%;
}
@media only screen and (max-width:930px) {
	.bg_neutral {
		position: static;
		background: none;
		padding-top: 40px;
		border-top: 1px solid #E9EAEA;
	}
}

.neutral_title {
	font-family: "Work Sans Regular", "Noto Sans CJK regular", sans-serif;
	font-size: 30px;
	line-height: 50px;
	padding-bottom: 55px;
}
@media only screen and (max-width:930px) {
	.neutral_title {
		line-height: 24px;
		font-size: 20px;
		padding-bottom: 30px;
	}
}

.neutral_message {
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	font-size: 15px;
	line-height: 2;
	padding-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.neutral_message {
		padding-bottom: 20px;
		font-size: 14px;
	}
}

@media only screen and (max-width:930px) {
	.n_m_box {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width:930px) {
	.neutral_read_more_outer {
		text-align: center;
	}
}
a.neutral_read_more {
	display: inline-block;
	border: 1px solid #4EE069;
	font-size: 18px;
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	padding: 15px 35px;
	border-radius: 50px;
	color: #4EE069;
	margin-bottom: 185px;
}
a.neutral_read_more:hover {
	text-decoration: none;
}
@media only screen and (max-width:930px) {
	a.neutral_read_more {
		margin-bottom: 50px;
	}
}

.main_concept .page_header {
	padding: 0;
	margin: 0;
	border-bottom: 0 none;
}
.main_concept .concept_message_outer {
	max-width: 710px;
	margin: 0 auto;
	text-align: center;
}
.main_concept .concept_message_outer img {
	width: auto;
}
.main_concept .concept_message {
	text-align: left;
	line-height: 2;
	font-size: 15px;
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	padding-top: 40px;
	padding-bottom: 80px;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_message {
		padding: 20px 0 30px;
		font-size: 14px;
	}
}
.main_concept .concept_contents_outer {
	overflow: hidden;
}
.main_concept .each_concept_contents {
	margin-bottom: 40px;
}
.main_concept .concept_right_images, .main_concept .concept_left_images {
	max-width: 759px;
	width: 50%;
}
.main_concept .concept_right_images img, .main_concept .concept_left_images img {
	width: auto;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_right_images, .main_concept .concept_left_images {
		width: auto;
		margin: 0 auto;
	}
	.main_concept .concept_right_images img, .main_concept .concept_left_images img {
		border-radius: 500px;
	}
}
.main_concept .concept_left_message, .main_concept .concept_right_message {
	line-height: 2;
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	width: 380px;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_left_message, .main_concept .concept_right_message {
		margin: 0 auto;
	}
}
.main_concept .concept_left_message_title, .main_concept .concept_right_message_title {
	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif;
}
.main_concept .concept_each_title {
	text-align: center;
	font-size: 18px;
	line-height: 1;
	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif;
	padding: 35px 0;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_each_title {
		padding: 30px 0 25px;
	}
}
.main_concept .concept_each_english_title {
	font-size: 14px;
	display: block;
	padding-top: 15px;
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_each_english_title {
		padding-top: 10px;
	}
}
.main_concept .concept_title_relax {
	color: #44DEB8;
}
.main_concept .concept_title_conditioning {
	color: #20CB46;
}
.main_concept .concept_title_workout {
	color: #89E304;
}
.main_concept .concept_right_images, .main_concept .concept_left_message {
	float: right;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_right_images, .main_concept .concept_left_message {
		float: none;
	}
}
.main_concept .concept_right_message, .main_concept .concept_left_images {
	float: left;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_right_message, .main_concept .concept_left_images {
		float: none;
	}
}
.main_concept .concept_right_images {
	margin-left: 85px;
}
.main_concept .concept_left_images {
	margin-right: 85px;
}
@media only screen and (max-width:930px) {
	.main_concept .concept_right_message, .main_concept .concept_left_message,
	.main_concept .concept_right_images, .main_concept .concept_left_images {
		width: 90%;
		margin: 0 auto;
	}
}

.toppage_horizontal_line {
	border: 0 none;
	border-top: 1px solid #E9EAEA;
}

.toppage_inner .contents_header .toppage_exercise_title {
	margin-bottom: 35px;
}

.toppage_exercise_descriptions {
	padding-bottom: 50px;
}
@media only screen and (max-width:930px) {
	.toppage_exercise_descriptions {
		padding-bottom: 30px;
	}
}

.top_page .exercise_menus {
	padding: 0;
}

a.toppage_readmore_contents {
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 14px;
	color: #4EE069;
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
	border-bottom: 3px solid #4EE069;
}
a.toppage_readmore_contents:hover {
	color: #4EE069;
	text-decoration: none;
}
@media only screen and (max-width:930px) {
	a.toppage_readmore_contents {
		border-bottom-width: 1px;
		top: 35px;
	}
}


.about_content_block .inner,
.about_introduce .inner {
	width: 65%;
}
@media only screen and (max-width:930px) {
	.about_content_block .inner,
	.about_introduce .inner {
		width: 100%;
	}
}

.about_content_block {
	margin-bottom: 87px;
}
@media only screen and (max-width:930px) {
	.about_content_block {
		margin-bottom: 49px;
	}
}
.about_content_block .content_header {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 2px solid #4EE069;
}
@media only screen and (max-width:930px) {
	.about_content_block .content_header {
		margin-bottom: 18px;
	}
}
.about_content_block .content_discription {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 14px;
	line-height: 2;
	margin-bottom: 26px;
}
@media only screen and (max-width:930px) {
	.about_content_block .content_discription {
		margin-bottom: 22px;
	}
}
.about_content_block > div:last-child {
	margin-bottom: 0;
}

.about_introduce {
	border-top: 1px solid #DEDFE0;
	padding-top: 85px;
}
@media only screen and (max-width:930px) {
	.about_introduce {
		padding-top: 39px;
		margin-bottom: 60px;
	}
}
.about_introduce .introduce_img {
	float: left;
	width: 126px;
	margin-right: 35px;
}
@media only screen and (max-width:930px) {
	.about_introduce .introduce_img {
		width: 73px;
		margin-right: 25px;
	}
}
.about_introduce .introduce_detail {
	margin-left: 165px;
}
@media only screen and (max-width:930px) {
	.about_introduce .introduce_detail {
		margin-left: 98px;
	}
}
.about_introduce .introduce_detail .detail_name {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}
.about_introduce .introduce_detail .detail_eng {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 14px;
	line-height: 1;
	color: #B8AA83;
	margin-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.about_introduce .introduce_detail .detail_eng {
		margin-bottom: 30px;
	}
}
.about_introduce .introduce_detail .detail_discription {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 12px;
	line-height: 2;
	color: #4C4948;
}

.training_session {
	background: url(/wp-content/uploads/bg_training_session.png) #FCF9F6 no-repeat center right;
	width: 100%;
	height: 357px;
}
.page-id-523 .training_session {
	display: none;
}
@media only screen and (max-width:930px) {
	.training_session {
		height: auto;
	}
}

.training_session_link {
	display: block;
	width: 100%;
	height: 357px;
	position: relative;
}
@media only screen and (max-width:930px) {
	.training_session_link {
		display: inline-block;
		margin: 60px 0;
		height: auto;
		text-align: center;
	}
}
.training_session_link img {
	width: auto;
	position: absolute;
	top: 50%;
	left: 20%;
	margin-top: -85px;
}
@media only screen and (max-width:930px) {
	.training_session_link img {
		position: static;
		margin: 0;
		top: auto;
		left: auto;
	}
}

.news_select_text {
	/* 	font-family: "Work Sans", sans-serif; */
	font-size: 15px;
	font-weight: 500;
	margin: 0 auto 40px;
	line-height: 2;
	text-align: left;
}
@media only screen and (max-width:930px) {
	.news_select_text {
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 1.53;
	}
}
@media only screen and (max-width: 374px) {
	.news_select_br {
		display: none;
	}
}

.news_selectbox {
	background: #fff;
	border: 2px solid #21BA3E;
	border-radius: 11px;
	margin: 0 0 60px;
	position: relative;
	width: 480px;
}
@media only screen and (max-width: 375px) {
	.news_selectbox {
		margin: 0 auto 30px;
	}
}
@media only screen and (max-width:930px) {
	.news_selectbox {
		max-width: 263px;
		width: 100%;
	}
}
.news_selectbox:after {
	border: 5px solid transparent;
	border-top: 8px solid #4C4948;
	content: "";
	height: 0;
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	width: 0;
}

.news_block {
	margin: 0 auto 80px;
}
.news_block.tab_contents {
	display: block !important;
}
@media only screen and (max-width:930px) {
	.news_block {
		margin: 45px auto 0;
	}
}
.news_block:last-child {
	margin-bottom: 50px;
}
.news_block.pickup {
	margin-bottom: 60px;
}
@media only screen and (max-width:930px) {
	.news_block.pickup {
		margin-bottom: 27px;
	}
}
.news_block .news_year {
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	margin-bottom: 30px;
}
.news_block-head {
	/* 	font-family: "Work Sans", sans-serif; */
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin-right: 45px;
	vertical-align: top;
}
@media only screen and (max-width: 375px) {
	.news_block-head {
		font-size: 18px;
		margin-bottom: 12px;
	}
}
.news_block .blk_container {
	font-size: 0;
	margin-top: 23px;
}
.news_block .blk_container.column3 {
	border-left: 1px solid #DEDFE0;
	display: inline-block;
	font-size: 0;
	margin: 0 0 45px;
	padding: 0 0 0 45px;
	vertical-align: top;
	width: 80%;
	max-width: 660px;
}
@media only screen and (max-width:930px) {
	.news_block .blk_container.column3 {
		border-left: none;
		border-top: 1px solid #DEDFE0;
		margin: 12px 0 0;
		padding: 20px 0 0 0;
		width: 100%;
		max-width: 100%;
	}
}
.news_block .blk_container.column3 .news_card {
	height: auto;
	margin: 0 2% 35px 0;
	width: 32%;
	min-height: 1px;
	display: inline-block !important;
}
@media only screen and (max-width: 375px) {
	.news_block .blk_container.column3 .news_card {
		min-height: 1px;
		margin: 0 0 15px;
		width: 100%;
	}
}
@media (min-width: 376px) and (max-width: 929px) {
	.news_block .blk_container.column3 .news_card {
		width: 48%;
		margin-right: 4%;
	}
}
.news_block .blk_container.column3 .news_card:nth-child(3n) {
	margin-right: 0;
}
@media only screen and (max-width:930px) {
	.news_block .blk_container.column3 .news_card:nth-child(3n) {
		margin-bottom: 15px;
	}
}
@media (min-width: 376px) and (max-width: 929px) {
	.news_block .blk_container.column3 .news_card:nth-child(3n) {
		margin-right: 4%;
	}
}
.news_block .blk_container.column3 .news_card:nth-child(4) {
	margin-right: 2%;
}
@media (min-width: 376px) and (max-width: 929px) {
	.news_block .blk_container.column3 .news_card:nth-child(4) {
		margin-right: 0;
	}
}
@media (min-width: 376px) and (max-width: 929px) {
	.news_block .blk_container.column3 .news_card:nth-child(2n) {
		margin-right: 0;
	}
}
.news_block .blk_container.column3 .news_card:nth-last-child(3), .news_block .blk_container.column3 .news_card:nth-last-child(2), .news_block .blk_container.column3 .news_card:last-child {
	margin-bottom: 13px;
}
@media (min-width: 376px) and (max-width: 929px) {
	.news_block .blk_container.column3 .news_card:nth-last-child(3), .news_block .blk_container.column3 .news_card:nth-last-child(2), .news_block .blk_container.column3 .news_card:last-child {
		margin-bottom: 35px;
	}
}
@media only screen and (max-width:930px) {
	.news_block + .news_block.past {
		padding-top: 15px;
	}
}

.news_subtext {
	color: #a3a3a3;
	font-size: 13px;
	line-height: 1.6;
	display: inline-block;
	padding-top: 4px;
}

.news_card {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	display: inline-block;
	margin-right: 2.66%;
	vertical-align: top;
	width: 23%;
}
.home .news_card,
.page-id-1785 .news_card {
	display: inline-block !important;
}
.news_card:hover a {
	text-decoration: none;
}
.news_card:nth-child(4n) {
	margin-right: 0;
}
@media only screen and (max-width:930px) {
	.news_card {
		width: 48%;
		margin-right: 4%;
	}
	.news_card:nth-child(2n) {
		margin-right: 0;
	}
}
.news_card > a {
	display: block;
}
.news_card_wrap {
	font-size: 0;
	margin-left: -0.95%;
}
.news_card.photo {
	position: relative;
}
.news_card_wrap .news_card {
	width: 25%;
	padding: 0 0.95%;
	box-sizing: border-box;
	margin-right: 0;
}
.news_card_wrap .news_card.photo .news_date {
	left: 5.5%;
}
@media only screen and (max-width:930px) {
	.news_card.photo {
		height: auto;
		min-height: 150px;
		margin-bottom: 10px;
	}
	.news_card_wrap .news_card {
		width: 50%;
	}
}
@media screen and (min-width: 1490px) {
	.news_card.photo {
		min-height: 290px;
	}
}
.news_card.photo .news_date {
	position: absolute;
	top: 6px;
	left: 6px;
	display: inline-block;
	font-size: 12px;
	color: #4EE069;
	text-align: center;
	line-height: 1;
	background: #ffffff;
	padding: 5px;
	z-index: 10;
	border-radius: 5px;
}
@media only screen and (max-width:930px) {
	.news_card.photo .news_date {
		font-size: 11px;
	}
}
@media only screen and (max-width:930px) {
	.news_card.photo .news_date span {
		display: none;
	}
	.news_card.photo .news_date span.news_date_year {
		display: inline;
	}
}
.news_card.photo .news_photo {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.news_card.photo .news_photo img {
	border-radius: 10px;
}
.news_card.photo .news_photo img.border {
	border: 1px solid #E9EAEA;
}
.news_card.photo .news_photo img:first-child {
	/* position: absolute;
	top: 0;
	left: 0;
	opacity: 0; */
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* .news_card.photo .news_photo img.news_on {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
opacity: 1; 
}
.news_card.photo .news_photo:hover img.news_on {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: white;
} */
.newsNew {
	margin-left: 5px;
	background: #4EE069;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	padding: 1px 5px;
}
.news_card.photo .news_title {
	font-size: 15px;
	line-height: 1.7;
	padding-bottom: 20px;
	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
}
@media only screen and (max-width:930px) {
	.news_card.photo .news_title {
		width: 100%;
	}
}
.news_card.photo > a:hover .news_photo img:first-child {
	opacity: 1;
}
.news_card.txt {
	height: 130px;
}
@media only screen and (max-width:930px) {
	.news_card.txt {
		height: auto;
		min-height: 115px;
	}
}
.news_card.txt.heightphoto {
	height: 250px;
}
@media only screen and (max-width:930px) {
	.news_card.txt.heightphoto {
		height: auto;
	}
}
.news_card.txt .news_date {
	display: inline-block;
	width: auto;
	font-size: 12px;
	color: #4EE069;
	line-height: 1;
	margin-bottom: 10px;
}
.news_card.txt .news_title {
	font-size: 15px;
	color: #A3A3A3;
	line-height: 1.7;
}
@media only screen and (max-width:930px) {
	.news_card.txt .news_title {
		width: 100%;
	}
}
.news_card .spd {
	display: none;
}
@media only screen and (max-width:930px) {
	.news_card .spd {
		display: block;
	}
}
.news_card .spc {
	display: block;
}
@media only screen and (max-width:930px) {
	.news_card .spc {
		display: none !important;
	}
}

a.news_relationLink {
	color: #4EE069;
	text-decoration: underline;
}
a.news_relationLink:hover {
	opacity: 0.5;
	text-decoration: underline;
}

.voices_block {
	max-width: 1260px;
	margin: 0px auto;
}
@media only screen and (max-width:930px) {
	.voices_block {
		margin-top: 40px;
		padding: 0 25px;
	}
}
.voices_block > div {
	margin-bottom: 100px;
}
@media only screen and (max-width:930px) {
	.voices_block > div {
		margin-bottom: 0;
	}
	.voices_block > div:last-child {
		margin-bottom: 95px;
	}
}

.voice_card {
	padding: 0 50px;
}
@media only screen and (max-width:930px) {
	.voice_card {
		padding: 0;
		margin-top: 45px;
	}
}
.voice_card:nth-child(3n+2) {
	border-right: 1px solid #DEDFE0;
	border-left: 1px solid #DEDFE0;
}
@media only screen and (max-width:930px) {
	.voice_card:nth-child(3n+2) {
		border: none;
	}
}
.voice_card .voice_photo {
	width: 100%;
}
.voice_card .voice_result {
	font-size: 18px;
	color: #A3A3A3;
	text-align: center;
	line-height: 30px;
	margin-top: 40px;
}
@media only screen and (max-width:930px) {
	.voice_card .voice_result {
		font-size: 15px;
		text-align: left;
		margin-top: 23px;
	}
}
.voice_card .voice_persona {
	margin-top: 30px;
}
@media only screen and (max-width:930px) {
	.voice_card .voice_persona {
		margin-top: 23px;
	}
}
.voice_card .voice_persona p {
	text-align: center;
	font-size: 15px;
	color: #A3A3A3;
	line-height: 1;
}
@media only screen and (max-width:930px) {
	.voice_card .voice_persona p {
		text-align: left;
		font-size: 12px;
	}
}
.voice_card .voice_persona .persona_data {
	margin-bottom: 7px;
}
.voice_card .voice_persona .persona_purpose {
	width: 170px;
	line-height: 30px;
	margin: 0 auto;
}
@media only screen and (max-width:930px) {
	.voice_card .voice_persona .persona_purpose {
		display: none;
	}
}

.voiceContents {
	max-width: 1160px;
	margin: 0 auto;
	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif;
}
.voiceContents li.voiceContentItem {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #E9EAEA;
}
.voiceContents li.voiceContentItem:last-child {
	border-bottom: 0;
}
@media only screen and (max-width:930px) {
	.voiceContents li.voiceContentItem:last-child {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:930px) {
	.voiceContents li.voiceContentItem:first-child {
		padding-top: 0;
	}
}
@media only screen and (max-width:930px) {
	.voiceContents li.voiceContentItem {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
.voiceContents .voiceImgBox {
	width: 197px;
	float: left;
	margin-right: 50px;
	border-radius: 20px;
	overflow: hidden;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceImgBox {
		float: none;
		margin: auto;
		width: 150px;
	}
}
.voiceContents .voiceHeadRight {
	float: left;
	width: 70%;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceHeadRight {
		width: 100%;
	}
}
.voiceContents .voiceHeadRight .voiceText {
	padding-bottom: 20px;
}
.voiceContents .voiceHeadRight .voiceComment {
	padding-bottom: 0;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceText {
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
		margin-top: 20px;
	}
}
.voiceContents .voiceText p {
	font-size: 13px;
	line-height: 1.8;
}
.voiceContents .voiceTitlePoint {
	color: #4EE069;
}
.voiceContents .voiceTitlePoint_link {
	margin-left: 244px;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceTitlePoint_link {
		margin-left: 0;
	}
}
.voiceContents .VoiceTitlePoint_left {
	float: left;
	margin-left: 85px;
}
@media only screen and (max-width:930px) {
	.voiceContents .VoiceTitlePoint_left {
		margin-left: 0;
		font-weight: bold;
	}
}
@media only screen and (max-width:930px) {
	.voiceContents .VoiceTitlePoint_left p {
		font-size: 12px;
	}
}
.voiceContents .VoiceTitlePoint_left_list {
	float: left;
}
@media only screen and (max-width:930px) {
	.voiceContents .VoiceTitlePoint_left_list {
		float: none;
	}
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceTitlePoint p, .voiceContents .VoiceTitlePoint_left_list p {
		font-size: 13px;
	}
}
.voiceContents .voiceContentItem.full .voiceItemHead {
	padding-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceContentItem.full .voiceItemHead {
		padding-bottom: 10px;
	}
}
/* .voiceContents .voiceContentItem.full p, .voiceContents .voiceTerm p, .voiceContents .voiceComment p, .voiceContents .voices_Detail p {
font-family: "Work Sans Regular", "Noto Sans Regular";
} */
.voiceContents h3 {
	font-size: 15px;
	padding-bottom: 20px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	font-weight: bold;
}
@media only screen and (max-width:930px) {
	.voiceContents h3 {
		padding-bottom: 10px;
	}
}
.voiceContents h4.voiceTitlePoint {
	font-size: 15px;
	padding-bottom: 10px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	font-weight: bold;
}
@media only screen and (max-width:930px) {
	.voiceContents h4.voiceTitlePoint {
		font-size: 16px;
		font-weight: bold;
	}
}
.voiceContents h5 {
	font-size: 20px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	font-weight: 600;
	margin-bottom: 10px;
}
.voiceContents .voiceCompare .voiceImgba {
	border-radius: 20px;
	max-width: 360px;
	overflow: hidden;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceCompare .voiceImgba {
		max-width: auto;
	}
}
.voiceContents .voiceDetailLeft {
	float: left;
	width: 30%;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceDetailLeft {
		float: none;
		width: 100%;
	}
}
.voiceContents .voiceDetailRight {
	float: left;
	width: 65%;
	margin-left: 5%;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceDetailRight {
		float: none;
		width: 100%;
		margin: 20px 0;
	}
}
.voiceContents .voiceDetailRight .voiceCourse, .voiceContents .voiceDetailRight .voiceTerm {
	float: left;
	width: 50%;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceDetailRight .voiceCourse, .voiceContents .voiceDetailRight .voiceTerm {
		width: 100%;
		float: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceDetailRight .voiceCourse {
		margin-right: 4%;
	}
}
.voiceContents .voiceComment p, .voiceContents .voiceCourse p, .voiceContents .voiceTerm p {
	font-size: 13px;
	line-height: 2;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceComment p, .voiceContents .voiceCourse p, .voiceContents .voiceTerm p {
		line-height: 1.8;
	}
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceCourse p, .voiceContents .voiceTerm p {
		font-size: 12px;
	}
}
.voiceContents .sp_wbr {
	display: none;
}
@media only screen and (max-width:930px) {
	.voiceContents .sp_wbr {
		display: inline;
	}
}
.voiceContents .voiceComment {
	padding-bottom: 20px;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceComment {
		padding-bottom: 0;
	}
}
.voiceContents .voiceLink {
	border-bottom: 1px solid;
	border-color: #4EE069;
	color: #4EE069;
}
.voiceContents .voiceLink:hover {
	text-decoration: none;
	color: #4EE069;
}
.voiceContents .voiceLink_list li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.voiceContents .voiceLinkBtn {
	border: 1px solid;
	border-color: #4EE069;
	color: #4EE069;
	padding: 12px 68px;
	border-radius: 25px;
	text-align: center;
}
@media only screen and (max-width:930px) {
	.voiceContents .voiceLinkBtn {
		display: block;
	}
}
.voiceContents .voiceLinkBtn:hover {
	text-decoration: none;
	color: #fff;
	background: #4EE069;
}

.VoiceInfo {
	width: 100%;
}
@media only screen and (max-width:930px) {
	.VoiceInfo {
		margin-left: 0;
	}
}

.paginationWrap {
	padding-bottom: 67px;
}
.paginationWrap ul.pagination {
	width: 220px;
	margin: auto;
}
.paginationWrap ul.pagination li {
	display: inline;
}
.paginationWrap ul.pagination li a {
	color: black;
	float: left;
	padding: 15px;
}
.paginationWrap ul.pagination li a.active {
	font-weight: bold;
}
.paginationWrap ul.pagination li a:hover {
	font-weight: bold;
}
.paginationWrap ul.pagination li a.prevImg {
	display: inline-block;
	background: url("/wp-content/uploads/prev.png") no-repeat;
	width: 50px;
	height: 50px;
	padding: 0;
}
.paginationWrap ul.pagination li a.prevImg:hover {
	background-image: url("/wp-content/uploads/prev-hover.png");
}
.paginationWrap ul.pagination li a.prevImg:active {
	background-image: url("/wp-content/uploads/prev-hover.png");
}
.paginationWrap ul.pagination li a.prevImg.disabled:hover {
	background-image: url("/wp-content/uploads/prev.png");
}
.paginationWrap ul.pagination li a.nextImg {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0;
	background-image: url("/wp-content/uploads/next.png");
}
.paginationWrap ul.pagination li a.nextImg:hover {
	background-image: url("/wp-content/uploads/next-hover.png");
}

.campaign_block {
	border-bottom: 1px solid #DEDFE0;
	padding-bottom: 100px;
	margin-bottom: 50px;
	position: relative;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
.campaign_block:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width:930px) {
	.campaign_block {
		padding-bottom: 50px;
	}
}
.campaign_block:last-child {
	border: none;
}
.campaign_block .campaign_img {
	float: left;
	width: 244px;
	margin-right: 34px;
}
@media only screen and (max-width:930px) {
	.campaign_block .campaign_img {
		float: none;
		max-width: 488px;
		margin: 0 auto;
	}
}
.campaign_block .campaign_info {
	float: none;
	margin-left: 280px;
	margin-right: 280px;
	width: auto;
	padding-right: 46px;
	border-right: 1px solid #DEDFE0;
}
@media only screen and (max-width:930px) {
	.campaign_block .campaign_info {
		width: 100%;
		border: none;
		padding-right: 0;
		margin: 0;
	}
}
.campaign_block .campaign_contact {
	width: 244px;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width:930px) {
	.campaign_block .campaign_contact {
		width: 100%;
		position: static;
	}
}
.campaign_block .info_header {
	font-size: 18px;
	line-height: 1.8;
	font-weight: normal;
	margin-bottom: 13px;
}
@media only screen and (max-width:930px) {
	.campaign_block .info_header {
		margin-top: 25px;
	}
}
.campaign_block .info_date {
	font-size: 14px;
	color: #5DCBB0;
	line-height: 1;
	margin-bottom: 29px;
}
@media only screen and (max-width:930px) {
	.campaign_block .info_date {
		margin-bottom: 26px;
	}
}
.campaign_block .info_txt {
	font-size: 15px;
	line-height: 2;
	padding-bottom: 24px;
}
.campaign_block .info_txt_border {
	display: block;
	font-size: 15px;
	line-height: 2;
	padding: 24px 0px 24px 0px;
	margin: 24px 0px 24px 0px;
	border-bottom: 1px solid #E9EAEA;
	border-top: 1px solid #E9EAEA;
}
.campaign_block .info_subtext {
	font-size: 12px;
	line-height: 2;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #E9EAEA;
}
.campaign_block .info_subtext_nb {
	font-size: 12px;
	line-height: 2;
	margin-top: 15px;
	font-weight: bold;
}
.campaign_block .info_attend {
	font-size: 12px;
	line-height: 2.5;
}
.campaign_block .info_link {
	display: inline-block;
	padding-bottom: 3px;
	margin-top: 30px;
	border-bottom: 3px solid #4EE069;
}
@media only screen and (max-width:930px) {
	.campaign_block .info_link {
		margin-top: 23px;
		margin-bottom: 39px;
	}
}
.campaign_block .info_link a {
	font-size: 15px;
	color: #4EE069;
	line-height: 1;
}
.campaign_block .info_link a:hover {
	text-decoration: none;
}
.campaign_block .info_bold_txt {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
.campaign_block .contact_telephone {
	margin-bottom: 10px;
}

.trainer_contents {
	border-bottom: 1px solid #E9EAEA;
	padding-bottom: 80px;
	margin-bottom: 50px;
}
.trainer_contents:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
@media only screen and (max-width:930px) {
	.trainer_contents {
		/* 		opacity: 0;
		display: none; */
		margin-bottom: 30px;
		padding-bottom: 0;
		border-bottom: 0 none;
	}
	.trainer_contents.js-now_select {
		display: block;
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-in;
		-o-transition: opacity 0.2s ease-in;
		transition: opacity 0.2s ease-in;
	}
	.trainer_contents.js-show_select {
		opacity: 1;
	}
}
.trainer_contents .trainer_images {
	width: 190px;
	float: left;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_images {
		float: none;
		width: 85%;
		margin: 0 auto 32px;
	}
	.trainer_contents .trainer_images img {
		width: 100%;
		max-width: 380px;
	}
}
.trainer_contents .trainer_details {
	padding-left: 230px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details {
		padding-left: 0;
	}
}
.trainer_contents .trainer_name {
	font-size: 30px;
	/* 	font-family: "Work Sans Light", "Noto Sans Regular", sans-serif;
	font-weight: lighter; */
	padding-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_name {
		padding-bottom: 30px;
	}
}
.trainer_contents .trainer_name_translation {
	font-size: 14px;
	margin-left: 30px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_name_translation {
		margin-left: 20px;
	}
}
.trainer_contents .trainer_details_left, .trainer_contents .trainer_message_left {
	float: left;
	width: 48%;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details_left, .trainer_contents .trainer_message_left {
		float: none;
		width: auto;
	}
}
.trainer_contents .trainer_details_right, .trainer_contents .trainer_message_right {
	float: right;
	width: 48%;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details_right, .trainer_contents .trainer_message_right {
		float: none;
		width: auto;
	}
}
.trainer_contents .trainer_details_title {
	font-size: 11px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	padding-bottom: 5px;
}
.trainer_contents .trainer_details_comment {
	font-size: 15px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	padding-bottom: 25px;
	line-height: 2;
}
.trainer_contents .trainer_details_comment li {
	margin-bottom: 4px;
}
.trainer_contents .trainer_details_comment li:after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 12px;
}
.trainer_contents .trainer_details_comment li p {
	float: left;
	width: 74%;
	line-height: 1.4;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details_comment li p {
		line-height: 1.5;
	}
}
.trainer_contents .trainer_details_day {
	font-size: 12px;
	padding: 4px;
	border-radius: 4px;
	margin-right: 10px;
	background: #eee;
	width: 95px;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	float: left;
}

@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book {
		margin-top: 25px;
	}
}
.trainer_contents .trainer_book hr {
	display: none;
	height: 1px;
	width: 100%;
	border-style: none;
	background-color: #dadada;
	margin: 30px 0;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book hr {
		display: block;
	}
}
.trainer_contents .trainer_book_img img {
	width: auto;
}
.trainer_contents .trainer_book_img img:first-child {
	margin-right: 15px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book_img img:first-child {
		margin: 0;
	}
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book_img img {
		width: 48%;
	}
}
.trainer_contents .trainer_message {
	clear: left;
}
.trainer_contents .trainer_message_left p, .trainer_contents .trainer_message_right p {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 20px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_message_left p:last-child, .trainer_contents .trainer_message_right p:last-child {
		padding-bottom: 0;
	}
}

.trainer_menu_outer {
	overflow: auto;
	padding: 0 40px 15px;
}

.trainer_menu {
	padding-right: 19px;
}
.trainer_menu li {
	float: left;
	width: 90px;
	margin-right: 5px;
	overflow: hidden;
}
.trainer_menu li:first-child {
	border-radius: 20px 0 0 20px;
}
.trainer_menu li:last-child {
	border-radius: 0 20px 20px 0;
	margin-right: 0;
}

@media only screen and (min-width: 1200px) {
	.exercise_main_visual_slider {
		display: none !important;
	}
}

.exercise_main_visual_slider_wide {
	display: none !important;
}
@media only screen and (min-width: 1200px) {
	.exercise_main_visual_slider_wide {
		display: block !important;
	}
}

.exercise_introduction .exercise_introduction_left {
	float: left;
	width: 70%;
}
.exercise_introduction .exercise_introduction_right {
	float: right;
	width: 25%;
}
@media only screen and (max-width:930px) {
	.exercise_introduction .exercise_introduction_left, .exercise_introduction .exercise_introduction_right {
		float: none;
		width: auto;
	}
	.trainer_menu_outer {
		padding: 0 20px 15px;
	}
}
.exercise_introduction .exercise_title {
	font-size: 15px;
	font-weight: 600;
	color: #4EE069;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	padding-bottom: 30px;
}
@media only screen and (max-width:930px) {
	.exercise_introduction .exercise_title {
		padding-bottom: 20px;
	}
}
.exercise_introduction .exercise_comment {
	padding-bottom: 60px;
	line-height: 2;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
.exercise_introduction .exercise_recommend_list {
	margin-bottom: 50px;
}
.exercise_introduction .exercise_recommend_list li {
	background: url(/wp-content/uploads/icon_green_circle.png) left 11px no-repeat;
	padding-left: 20px;
	line-height: 2;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}

.exercise_introduction_prices {
	padding-bottom: 30px;
}
.exercise_introduction_prices .exercise_introduction_prices_personal, .exercise_introduction_prices .exercise_introduction_prices_pairs {
	float: left;
	width: 49%;
	border-bottom: 1px solid #E9EAEA;
}
.exercise_introduction_prices .exercise_introduction_prices_pairs {
	float: right;
}
@media only screen and (max-width:930px) {
	.exercise_introduction_prices {
		padding-bottom: 0;
	}
	.exercise_introduction_prices .exercise_introduction_prices_personal, .exercise_introduction_prices .exercise_introduction_prices_pairs {
		float: none;
		width: auto;
	}
	.exercise_introduction_prices .exercise_introduction_prices_personal,
	.exercise_introduction_prices .exercise_introduction_prices_pairs {
		margin-bottom: 20px;
	}
}
.exercise_introduction_prices .exercise_introduction_prices_title {
	font-size: 15px;
	font-weight: 600;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	padding-bottom: 20px;
	line-height: 1;
}
.exercise_introduction_prices .exercise_introduction_prices_text {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	padding-bottom: 10px;
}
.exercise_introduction_prices .exercise_introduction_prices_yen, .exercise_introduction_prices .exercise_introduction_prices_moneys {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 20px;
}
.exercise_introduction_prices .exercise_introduction_prices_yen {
	padding-left: 90px;
}
.exercise_introduction_prices .exercise_introduction_prices_moneys {
	font-size: 30px;
}
.exercise_introduction_prices .exercise_introduction_prices_one_person {
	font-size: 12px;
	padding-left: 10px;
}

.exercise_introduction_attention {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	color: #A3A3A3;
	line-height: 2;
	font-size: 14px;
}
@media only screen and (max-width:930px) {
	.exercise_introduction_attention {
		padding-bottom: 40px;
	}
}

.exercise_introduction_attention_bk {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	line-height: 2;
	font-size: 14px;
	padding-bottom: 5px;
}
@media only screen and (max-width:930px) {
	.exercise_introduction_attention_bk {
		padding-bottom: 10px;
	}
}

.exercise_introduction_contact {
	margin-bottom: 60px;
}
@media only screen and (max-width:930px) {
	.exercise_introduction_contact {
		margin-bottom: 50px;
	}
}
.exercise_introduction_contact .contact_telephone, .exercise_introduction_contact .contact_calender {
	float: left;
	width: 49%;
	/* 	font-family: "Work Sans Regular", "Noto Sans CJK regular", sans-serif; */
}
.exercise_introduction_contact .contact_telephone .contact_header {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
.exercise_introduction_contact .contact_telephone .contact_number {
	font-size: 32px;
	margin-bottom: 6px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
.exercise_introduction_contact .contact_calender {
	float: right;
}
.exercise_introduction_contact .contact_calender a {
	padding: 20px 0 40px;
}
.exercise_introduction_contact .contact_calender .contact_header {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	line-height: 1;
}
.exercise_introduction_contact .contact_calender .contact_reserve {
	font-size: 26px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
@media only screen and (max-width:930px) {
	.exercise_introduction_contact .contact_telephone, .exercise_introduction_contact .contact_calender {
		float: none;
		width: auto;
	}
	.exercise_introduction_contact .contact_calender {
		margin-top: 10px;
	}
}

.exercise_trainer_message {
	border: 4px solid #F3F1EA;
	border-radius: 20px;
	padding: 30px 45px;
	margin-bottom: 80px;
}
.exercise_trainer_message .exercise_trainer_message_title {
	font-size: 18px;
	text-align: center;
	line-height: 1;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	padding-bottom: 25px;
}
.exercise_trainer_message .exercise_trainer_message_title_point {
	display: block;
	color: #4EE069;
	font-size: 14px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	padding-bottom: 10px;
}
.exercise_trainer_message .trainer_message_left, .exercise_trainer_message .trainer_message_right {
	width: 48%;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
.exercise_trainer_message .trainer_message_left p, .exercise_trainer_message .trainer_message_right p {
	padding-bottom: 0;
}
.exercise_trainer_message .trainer_contents {
	padding-bottom: 0;
}
@media only screen and (max-width:930px) {
	.exercise_trainer_message .trainer_contents {
		display: block;
		opacity: 1;
	}
}
@media only screen and (max-width:930px) {
	.exercise_trainer_message {
		background: #F3F1EA;
		border-radius: 0;
		border: 0;
		position: relative;
		padding: 10px;
		margin-bottom: 50px;
	}
	.exercise_trainer_message .exercise_trainer_message_title {
		width: 50%;
		margin-left: 40%;
		padding-top: 30px;
		font-size: 15px;
		line-height: 1.75;
	}
	.exercise_trainer_message .trainer_images {
		width: 30%;
		position: absolute;
		top: 10px;
		left: 10px;
		max-width: 110px;
	}
	.exercise_trainer_message .trainer_details {
		padding-left: 0;
	}
	.exercise_trainer_message .trainer_message_left, .exercise_trainer_message .trainer_message_right {
		float: none;
		width: auto;
	}
	.exercise_trainer_message .trainer_contents {
		padding-top: 50px;
	}
}

.exercise_menus {
	border-top: 1px solid #F3F1EA;
	padding: 0 50px;
}
@media only screen and (max-width:930px) {
	.exercise_menus {
		padding: 0 20px;
	}
}
.exercise_menus.no_borders {
	border-top: 0 none;
}
.exercise_menus .exercise_menus_list_outer {
	position: relative;
}
.exercise_menus .js-exercise_menus_list-clone {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
}
.exercise_menus .exercise_menus_tag {
	border: 1px solid #BEBEBE;
	color: #BEBEBE;
	font-size: 10px;
	padding: 2px 12px;
	line-height: 1;
	border-radius: 10px;
	display: inline-block;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
@media only screen and (max-width: 1088px) {
	.exercise_menus .exercise_menus_tag {
		padding: 2px 3px;
	}
}
.exercise_menus .exercise_menu_images {
	position: relative;
}
.exercise_menus .exercise_menu_images img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.exercise_menus .exercise_menu_images img.mouseOvers {
	opacity: 1;
}
.exercise_menus .exercise_menus_list {
	margin-bottom: 20px;
}
@media only screen and (max-width:930px) {
	.exercise_menus .exercise_menus_list {
		font-size: 0;
	}
}
.exercise_menus .exercise_menus_list a:hover {
	text-decoration: none;
}
.exercise_menus .exercise_menus_list.js-transition-opacity li {
	-webkit-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
.exercise_menus .exercise_menus_list li {
	text-align: center;
	float: left;
	width: 25%;
	font-size: 14px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	margin-bottom: 50px;
}
.exercise_menus .exercise_menus_list li:first-child img, .exercise_menus .exercise_menus_list li:nth-child(4n+1) img {
	border-radius: 20px 0 0 20px;
}
.exercise_menus .exercise_menus_list li:last-child img, .exercise_menus .exercise_menus_list li:nth-child(4n) img {
	border-radius: 0 20px 20px 0;
}
.exercise_menus .exercise_menus_list li.menu_current .exercise_menus_tag_loose, .exercise_menus .exercise_menus_list li:hover .exercise_menus_tag_loose {
	color: #5DCBB0;
	border-color: #5DCBB0;
}
.exercise_menus .exercise_menus_list li.menu_current .exercise_menus_tag_tidy, .exercise_menus .exercise_menus_list li:hover .exercise_menus_tag_tidy {
	color: #21BA3E;
	border-color: #21BA3E;
}
.exercise_menus .exercise_menus_list li.menu_current .exercise_menus_tag_train, .exercise_menus .exercise_menus_list li:hover .exercise_menus_tag_train {
	color: #95CB45;
	border-color: #95CB45;
}
.exercise_menus .exercise_menus_list li.js-opacity-hiddens {
	opacity: 0;
}
.exercise_menus .exercise_menus_list li.menu_master_strech img {
	border-radius: 20px;
}
.exercise_menus .exercise_menus_name {
	padding: 30px 0 20px;
}
@media only screen and (max-width:930px) {
	.exercise_menus .exercise_menus_name {
		padding: 20px 0;
	}
}
@media only screen and (max-width:930px) {
	.exercise_menus .exercise_menus_tag {
		display: none;
	}
	.exercise_menus .exercise_menus_list li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-bottom: 0;
	}
	.exercise_menus .exercise_menus_list li:first-child img, .exercise_menus .exercise_menus_list li:nth-child(2n+1) img {
		border-radius: 20px 0 0 20px;
	}
	.exercise_menus .exercise_menus_list li:last-child img, .exercise_menus .exercise_menus_list li:nth-child(2n) img {
		border-radius: 0 20px 20px 0;
	}
	.exercise_menus .exercise_menus_list li.menu_master_strech img {
		border-radius: 20px;
	}
	.exercise_menus .exercise_menus_name {
		padding-bottom: 30px;
	}
}
.exercise_menus .title_recommened {
	text-align: center;
	font-size: 18px;
}

.voice_contents_list {
	float: left;
	width: 32%;
	padding: 0 4%;
	border-right: 1px solid #E9EAEA;
	margin-bottom: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
.voice_contents_list:nth-child(3n-1) {
	width: 36%;
}
.voice_contents_list:nth-child(3n), .voice_contents_list:last-child {
	border-right: 0;
}
.voice_contents_list:first-child, .voice_contents_list:nth-child(3n+1) {
	padding-left: 0;
}
.voice_contents_list:nth-child(3n) {
	padding-right: 0;
}
.voice_contents_list > a:hover {
	text-decoration: none;
}
.voice_contents_list .voice_images {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.voice_contents_list .voice_images img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.voice_contents_list .voice_images img.mouseOvers {
	opacity: 1;
}
.voice_contents_list .voice_contents_title {
	font-size: 18px;
	text-align: center;
	padding: 35px 0 15px;
	line-height: 2;
	color: #4c4948;
}
.voice_contents_list .voice_contents_name, .voice_contents_list .voice_contents_goal {
	font-size: 15px;
	color: #4c4948;
	text-align: center;
	line-height: 2;
	max-width: 80%;
	margin: 0 auto;
}
/* .voice_contents_list .voice_contents_name, .voice_contents_list .voice_contents_goal_title {
font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif;
} */
@media only screen and (max-width:930px) {
	.voice_contents_list {
		float: none;
		width: auto;
		border: 0 none;
		padding: 0;
		margin-bottom: 50px;
	}
	.voice_contents_list:nth-child(1n) {
		width: auto;
		border: 0 none;
	}
	.voice_contents_list .voice_contents_title, .voice_contents_list .voice_contents_name, .voice_contents_list .voice_contents_goal {
		text-align: left;
		max-width: none;
		/* 		font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	}
	.voice_contents_list .voice_contents_title {
		padding-top: 25px;
	}
	.voice_contents_list .voice_contents_goal {
		display: none;
	}
}

.voice_details_inner {
	width: 70%;
	margin: 0 auto;
}
@media only screen and (max-width:930px) {
	.voice_details_inner {
		width: 90%;
	}
}
.voice_details_inner p {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 15px;
}

.voice_details_main_visual {
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width:930px) {
	.voice_details_main_visual {
		width: 90%;
	}
}
.voice_details_main_visual img {
	border-radius: 20px;
}

.voice_details_pageback {
	font-size: 15px;
	margin-top: 10px;
	padding: 35px 0 35px 33px;
	background: url(../img/voice/icon_back_left.png) left center no-repeat;
	line-height: 2;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}

.voice_details_main_visual {
	margin-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.voice_details_main_visual {
		margin-bottom: 30px;
	}
}

.voice_details_outline {
	margin-bottom: 50px;
	border-bottom: 1px solid #E9EAEA;
}
@media only screen and (max-width:930px) {
	.voice_details_outline {
		margin-bottom: 25px;
	}
}
.voice_details_outline .voice_details_title {
	font-size: 30px;
	line-height: 1.7;
	/* 	font-family: "Noto Sans CJK regular", sans-serif; */
	padding-bottom: 30px;
}
@media only screen and (max-width:930px) {
	.voice_details_outline .voice_details_title {
		font-size: 22px;
	}
}
.voice_details_outline .voice_details_name {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	line-height: 2;
}
.voice_details_outline .voice_details_purpose {
	line-height: 2;
	padding-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.voice_details_outline .voice_details_purpose {
		padding-bottom: 30px;
	}
}
.voice_details_outline .voice_details_purpose .font-bold {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
.voice_details_outline .voice_details_message {
	padding-bottom: 50px;
	line-height: 2;
}
@media only screen and (max-width:930px) {
	.voice_details_outline .voice_details_message {
		padding-bottom: 30px;
	}
}

/* .voice_details_each_contents {
font-family: "Work Sans Regular", "Noto Sans CJK regular", sans-serif;
} */
.voice_details_each_contents .voice_details_one_contents_title {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-size: 18px;
	font-weight: 600;
	line-height: 2;
	padding-bottom: 30px;
}
@media only screen and (max-width:930px) {
	.voice_details_each_contents .voice_details_one_contents_title {
		font-size: 16px;
		padding-bottom: 20px;
	}
}
.voice_details_each_contents .voice_details_one_contents_message {
	font-size: 15px;
	line-height: 2;
	padding-bottom: 60px;
}
@media only screen and (max-width:930px) {
	.voice_details_each_contents .voice_details_one_contents_message {
		padding-bottom: 30px;
	}
}


.feature_contents .main_visual {
	margin-top: 40px;
}
.feature_contents .main_visual img {
	border-radius: 20px;
}
.feature_contents .page_header {
	padding: 40px 0;
	margin: 0 0 60px;
}
@media only screen and (max-width:930px) {
	.feature_contents .page_header {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
}
.feature_contents .page_header_subtitle {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	color: #4EE069;
	padding-bottom: 10px;
}
.feature_contents .page_header_title {
	/* 	font-family: "Work Sans Light", "Noto Sans Light", sans-serif; */
	line-height: 1.7;
	margin-bottom: 0;
}
.feature_contents .details_one_contents_area {
	text-align: center;
}
@media only screen and (max-width:930px) {
	.feature_contents .details_one_contents_area {
		text-align: left;
	}
}
.feature_contents .details_one_contents_area .feature_title {
	font-size: 15px;
	line-height: 1;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin: 0 auto 55px;
	padding: 15px 75px 20px;
	border: 3px solid #4EE069;
}
.feature_contents .details_one_contents_area .feature_title .feature_title_sup {
	display: block;
	font-size: 14px;
	color: #4EE069;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	font-weight: 600;
	padding-bottom: 10px;
}
@media only screen and (max-width:930px) {
	.feature_contents .details_one_contents_area .feature_title {
		display: block;
		margin-bottom: 25px;
		width: 96%;
		padding: 15px 0 15px;
	}
}
.feature_contents .feature_each_contents {
	margin-bottom: 60px;
}
@media only screen and (max-width:930px) {
	.feature_contents .feature_each_contents {
		margin-bottom: 20px;
	}
}
.feature_contents .feature_each_title {
	display: inline-block;
	font-size: 18px;
	line-height: 2;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 2px solid #4EE069;
}
@media only screen and (max-width:930px) {
	.feature_contents .feature_each_title {
		font-size: 16px;
		display: block;
		text-align: center;
		line-height: 1.6;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width:930px) {
	.feature_contents .feature_each_title.recommend_subtitle {
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
}
.feature_contents .feature_each_message {
	font-size: 15px;
	line-height: 2;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
@media only screen and (max-width:930px) {
	.feature_contents .feature_each_message {
		padding-bottom: 10px;
	}
}
.feature_contents .feature_recommend_left {
	float: left;
	width: 25%;
}
.feature_contents .feature_recommend_left img {
	width: auto;
}
@media only screen and (max-width:930px) {
	.feature_contents .feature_recommend_left {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}
}
.feature_contents .feature_recommend_right {
	float: right;
	width: 70%;
	text-align: left;
}
.feature_contents .feature_recommend_right .feature_each_title {
	border-bottom: 0 none;
}
@media only screen and (max-width:930px) {
	.feature_contents .feature_recommend_right .feature_each_title {
		text-align: left;
	}
}
@media only screen and (max-width:930px) {
	.feature_contents .feature_recommend_left, .feature_contents .feature_recommend_right {
		float: none;
		width: auto;
	}
}
.feature_contents .featura_trainer_message {
	text-align: left;
}
.feature_contents.diet_color .page_header_subtitle,
.feature_contents.diet_color .feature_title .feature_title_sup {
	color: #F900AC;
}
.feature_contents.diet_color .feature_title,
.feature_contents.diet_color .feature_each_title {
	border-color: #F900AC;
}
.feature_contents.mens_color .page_header_subtitle,
.feature_contents.mens_color .feature_title .feature_title_sup {
	color: #523784;
}
.feature_contents.mens_color .feature_title,
.feature_contents.mens_color .feature_each_title {
	border-color: #523784;
}

.share_button_area {
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width:930px) {
	.share_button_area {
		margin-bottom: 50px;
	}
}
.share_button_area .share_title {
	font-size: 14px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
.share_button_area .share_icons {
	display: inline-block;
	margin: 0 2px;
}
.share_button_area .icon_twitter {
	background: url(/wp-content/uploads/icon_twitter.png) left center no-repeat;
	width: 32px;
	height: 27px;
}
.share_button_area .icon_facebook {
	background: url(/wp-content/uploads/icon_facebook.png) left center no-repeat;
	width: 22px;
	height: 27px;
}


table.wk-weektop {
	display: none;
}


/*キャンペーンバナー*/
.banner_img {
	width: 1170px;
	margin: 0 auto;
}
.banner_img li {
	float: left;
}
.banner_img li img {
	width: auto;
}
.banner_img li.banner_workshop {
	cursor: pointer;
}
.banner_img img:hover {
	opacity: 0.6;
}
@media screen and (max-width: 1200px) {
	.banner_img {
		width: 100%;
	}
	.banner_img li {
		width: 33.3%;
	}
	.banner_img li img {
		width: 100%;
	}
}
@media only screen and (max-width:930px) {
	.banner_img li {
		width: auto;
	}
}

/*バナーモーダル*/
.workshop_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
	overflow: auto;
}
.workshop_modal .workshop_modal_box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -150px auto 0;
	max-width: 800px;
	height: 300px;
	background: #fff;
	border-radius: 10px;
}
.workshop_modal .workshop_modal_box .modal_close {
	position: absolute;
	top: -62px;
	right: 5px;
	width: 52px;
	height: 52px;
	cursor: pointer;
}
.workshop_modal .workshop_modal_box .workshop_img {
	float: left;
	width: 345px;
}
.workshop_modal .workshop_modal_box .workshop_text {
	float: left;
	width: 100%;
	margin-left: -345px;
}
.workshop_modal .workshop_modal_box .workshop_text .workshop_text_box {
	margin-left: 345px;
	padding: 30px;
}
.workshop_modal .workshop_modal_box .workshop_text p {
	margin-top: 30px;
}
.workshop_modal .workshop_modal_box .workshop_text h3 {
	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif;
	font-size: 16px;
}
.workshop_modal .workshop_modal_box .workshop_mail {
	margin-top: 30px;
}
.workshop_modal .workshop_modal_box .workshop_mail a {
	display: inline-block;
	padding: 20px 40px;
	color: #4EE069;
	border: 1px solid #4EE069;
	border-radius: 4px;
}
.workshop_modal .workshop_modal_box .workshop_mail a:hover {
	text-decoration: none;
}
@media screen and (min-width: 930px) {
	.workshop_modal .workshop_modal_box .workshop_mail a:hover {
		color: #fff;
		background: #4EE069;
	}
}
@media only screen and (max-width:930px) {
	.workshop_modal .workshop_modal_box {
		top: 90px;
		margin: 0 auto;
		max-width: 335px;
		width: 90%;
		height: auto;
	}
	.workshop_modal .workshop_modal_box .workshop_modal_wrap {
		height: 100%;
		overflow: auto;
	}
	.workshop_modal .workshop_modal_box .workshop_img {
		float: none;
		width: 100%;
	}
	.workshop_modal .workshop_modal_box .workshop_img img {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.workshop_modal .workshop_modal_box .workshop_text {
		float: none;
		margin: 0;
	}
	.workshop_modal .workshop_modal_box .workshop_text .workshop_text_box {
		margin-left: 0;
		padding: 25px;
	}
	.workshop_modal .workshop_modal_box .workshop_text p {
		margin-top: 20px;
		font-size: 13px;
	}
	.workshop_modal .workshop_modal_box .workshop_mail {
		margin-top: 20px;
	}
}

.workshop_modal.open {
	display: block;
}

/* booking-calender */
.booking-calender .header {
	margin-bottom: 45px;
}
.booking-calender .wrap-logo {
	padding-bottom: 65px;
}
.booking-calender .price-list {
	width: 600px;
	margin: auto;
}

/*.booking-banner {
text-align: center;
img {
width: auto;
}
}*/
.calender-foot {
	margin-top: 45px;
	padding-bottom: 50px;
}

td.wk-allday {
	display: none !important;
}

/* recruit */
.recruit {
	width: 620px !important;
	margin: 0 auto;
}
@media only screen and (max-width:930px) {
	.recruit .page_header_title {
		font-size: 22px;
		margin-bottom: 24px;
	}
}
.content_attention {
	font-size: 12px;
	padding-top: 22px;
}
@media only screen and (max-width:930px) {
	.content_attention {
		padding-top: 14px;
	}
}
.content_contact {
	border: 1px solid #d5d2ce;
	border-radius: 20px;
	width: 100%;
	padding: 28px 0 30px;
	text-align: center;
}
@media only screen and (max-width:930px) {
	.content_contact {
		width: auto;
		padding: 20px 20px 24px;
	}
}
.content_contact .content_discription {
	margin-bottom: 8px;
}
@media only screen and (max-width:767px) {
	.content_contact .content_discription {
		margin-bottom: 0;
		font-size: 12px;
	}
}
.main_contents_recruit {
	margin-top: 38px;
	margin-bottom: 32px;
}
@media only screen and (max-width:930px) {
	.main_contents_recruit {
		margin-top: 24px;
	}
}
.contact_recruit {
	color: #4EE069;
	font-size: 18px;
	text-decoration: underline;
}
.contact_recruit:hover {
	color: #21BA3E;
}

.news {
	padding: 120px 0 60px 0;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width:930px) {
	.news {
		width: 100%;
		padding: 60px 0 30px 0;
	}
}
.news .news_title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 90px;
	font-weight: bold;
}
@media only screen and (max-width:930px) {
	.news .news_title {
		margin-bottom: 30px;
		font-size: 16px;
	}
}
.news .news_lead {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 100px;
}
@media only screen and (max-width:930px) {
	.news .news_lead {
		font-size: 14px;
		margin-bottom: 60px;
	}
}
.news .news_name {
	font-size: 18px;
	line-height: 1.6em;
	text-align: right;
}
@media only screen and (max-width:930px) {
	.news .news_name {
		font-size: 14px;
	}
}

/* 新型コロナウイルスに関して */
.news_corona .news_corona__inner {
	width: 60%;
	margin: 0 auto;
}
@media only screen and (max-width:930px) {
	.news_corona .news_corona__inner {
		width: auto;
	}
}
@media only screen and (max-width:930px) {
	.news_corona .news_corona__img {
		margin-bottom: 50px;
	}
}

/*　営業自粛期間延長に関して　*/
.news .news_title_self-restraint {
	line-height: 1.7;
}
.news .news_lead_self-restraint {
	line-height: 1.5;
}


/* -------------------------------------
Trainerトレーナー
------------------------------------- */
.trainer_contents {
	border-bottom: 1px solid #E9EAEA;
	padding-bottom: 80px;
	margin-bottom: 50px;
	letter-spacing: 0;
}
.trainer_contents:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
@media only screen and (max-width:930px) {
	/* 	.trainer_contents {
	opacity: 0;
	display: none;
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: 0 none;
} */
	.trainer_contents.js-now_select {
		display: block;
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-in;
		-o-transition: opacity 0.2s ease-in;
		transition: opacity 0.2s ease-in;
	}
	.trainer_contents.js-show_select {
		opacity: 1;
	}
}
.trainer_contents .trainer_images {
	width: 190px;
	float: left;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_images {
		float: none;
		width: 85%;
		margin: 0 auto 32px;
		text-align: center;
	}
}
.trainer_contents .trainer_details {
	padding-left: 230px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details {
		padding-left: 0;
	}
}
.trainer_contents .trainer_name {
	font-size: 30px;
	/* 	font-family: "Work Sans Light", "Noto Sans Regular", sans-serif; */
	font-weight: lighter;
	padding-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_name {
		padding-bottom: 30px;
	}
}
.trainer_contents .trainer_name_translation {
	font-size: 14px;
	margin-left: 30px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_name_translation {
		margin-left: 20px;
	}
}
.trainer_contents .trainer_details_left, .trainer_contents .trainer_message_left {
	float: left;
	width: 48%;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details_left, .trainer_contents .trainer_message_left {
		float: none;
		width: auto;
	}
}
.trainer_contents .trainer_details_right, .trainer_contents .trainer_message_right {
	float: right;
	width: 48%;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details_right, .trainer_contents .trainer_message_right {
		float: none;
		width: auto;
	}
}
.trainer_contents .trainer_details_title {
	font-size: 11px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	padding-bottom: 5px;
}
.trainer_contents .trainer_details_comment {
	font-size: 15px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	padding-bottom: 25px;
	line-height: 2;
}
.trainer_contents .trainer_details_comment li {
	margin-bottom: 4px;
}
.trainer_contents .trainer_details_comment li:after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 12px;
}
.trainer_contents .trainer_details_comment li p {
	float: left;
	width: 74%;
	line-height: 1.4;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_details_comment li p {
		line-height: 1.5;
	}
}
.trainer_contents .trainer_details_day {
	font-size: 12px;
	padding: 4px;
	border-radius: 4px;
	margin-right: 10px;
	background: #eee;
	width: 95px;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	float: left;
}

@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book {
		margin-top: 25px;
	}
}
.trainer_contents .trainer_book hr {
	display: none;
	height: 1px;
	width: 100%;
	border-style: none;
	background-color: #dadada;
	margin: 30px 0;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book hr {
		display: block;
	}
}
.trainer_contents .trainer_book_img img {
	width: auto;
}
.trainer_contents .trainer_book_img img:first-child {
	margin-right: 15px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book_img img:first-child {
		margin: 0;
	}
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_book_img img {
		width: 48%;
	}
}
.trainer_contents .trainer_message_left p, .trainer_contents .trainer_message_right p {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 20px;
}
@media only screen and (max-width:930px) {
	.trainer_contents .trainer_message_left p:last-child, .trainer_contents .trainer_message_right p:last-child {
		padding-bottom: 0;
	}
}

/* トレーナーページ ワークショップ箇所 */
.mail_box {
	border-radius: 4px;
	color: #4EE069;
	border: solid 1px #4EE069;
	width: 190px;
	height: 44px;
	text-align: center;
	padding: 10px 0;
}
@media only screen and (max-width:930px) {
	.mail_box {
		margin: 0 auto;
	}
}

.trainer_workshop {
	line-height: 2;
}
@media only screen and (max-width:930px) {
	.trainer_workshop {
		margin-bottom: 20px;
	}
}
.trainer_workshop .mail_box {
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
}
.trainer_workshop .mail_box a {
	display: block;
	color: inherit;
	height: 100%;
	padding: 10px 0;
}
.trainer_workshop .mail_box a:hover {
	text-decoration: none;
}
.trainer_workshop .mail_box:hover {
	color: #fff;
	background-color: #4EE069;
}
.trainer_workshop hr {
	display: none;
	height: 1px;
	width: 100%;
	border-style: none;
	background-color: #dadada;
	margin: 30px 0;
}
@media only screen and (max-width:930px) {
	.trainer_workshop hr {
		display: block;
	}
}

/* -------------------------------------
GUIDEご利用ガイド
------------------------------------- */
.guide_flow {
	margin-bottom: 20px;
}
.guide_flow:last-child {
	margin-bottom: 60px;
}
@media only screen and (max-width:930px) {
	.guide_flow:last-child {
		margin-bottom: 0px;
	}
}
.guide_flow .guide_flow_title {
	font-size: 18px;
	line-height: 1.5;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_title {
		font-size: 16px;
		padding-top: 1px;
	}
}
.guide_flow .guide_flow_title .guide_flow_number {
	line-height: 1;
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	border: 2px solid #4EE069;
	border-radius: 50px;
	color: #4EE069;
	margin-right: 25px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	font-weight: 600;
	padding-top: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
.guide_flow .guide_flow_subtitle {
	font-size: 15px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
.guide_flow .guide_flow_contents {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 2;
	padding: 20px 40px 35px;
	margin-left: 15px;
	border-left: 1px solid #D4D5D6;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_contents .guide_flow_table_sessions_sup {
		font-size: 10px;
	}
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_contents {
		padding: 0 10px 30px 25px;
	}
}
.guide_flow .guide_flow_contents .campaign_block {
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 0 none;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
.guide_flow .guide_flow_contents .campaign_block .info_link {
	margin-top: 0;
}
.guide_flow .guide_flow_comment {
	padding-bottom: 30px;
}
.guide_flow .guide_flow_comment_bold {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
.guide_flow .guide_flow_payment_comment {
	padding-bottom: 20px;
}
.guide_flow .guide_flow_comment_attention {
	font-size: 13px;
	display: block;
}
.guide_flow .guide_flow_payment {
	display: inline-block;
	border: 6px solid #F3F1EA;
	padding: 15px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
.guide_flow .guide_flow_contact {
	margin: 30px 0 20px;
	max-width: 1200px;
}
.guide_flow .guide_flow_contact .contact_header, .guide_flow .guide_flow_contact .contact_reserve {
	line-height: 1;
}
.guide_flow .guide_flow_contact .contact_calender a {
	padding: 20px 0 36px;
}
.guide_flow .guide_flow_attention_list {
	color: #A3A3A3;
	margin-bottom: 40px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_attention_list {
		font-size: 12px;
	}
}
.guide_flow .guide_flow_table_outer {
	border-top: 1px solid #D4D5D6;
	padding: 20px 0;
	max-width: 1200px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table_outer {
		padding: 0;
		border: none;
	}
}
.guide_flow .guide_flow_table {
	width: 100%;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 15px;
	border-collapse: separate;
	width: 100%;
	border-spacing: 3px;
	border-width: 1px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
}
.guide_flow .guide_flow_table th,
.guide_flow .guide_flow_table td {
	text-align: center;
	border-radius: 3px;
	padding: 10px 0px;
	line-height: 1.6;
}
.guide_flow .guide_flow_table th {
	background-color: #c79852;
	color: white;
	border:solid 1px #927141;
}
.guide_flow .guide_flow_table td {
	width: 10%;
	border: 1px solid #D4D5D6;
}
.guide_flow .guide_flow_table .guide_flow_table_title {
	font-size: 18px;
	vertical-align: middle;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	width: 20%;
	height: 100%;
	border: none;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table .guide_flow_table_title {
		width: auto;
		font-size: 16px;
		padding: 20px 15px;
	}
}
.guide_flow .guide_flow_table .guide_flow_table_menus {
	vertical-align: middle;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	width: 20%;
}
.guide_flow .guide_flow_table .guide_flow_table_menus sub {
	vertical-align: baseline;
	font-size: 12px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table .guide_flow_table_menus {
		width: auto;
	}
}
.guide_flow .guide_flow_table .guide_flow_table_sessions {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	text-align: center;
	width: 20%;
	color: #4DE069;
	font-size: 19px;
}
.guide_flow .guide_flow_table .guide_flow_table_sessions sub {
	font-size: 14px;
	color: #6A6A6A;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table .guide_flow_table_sessions {
		width: auto;
	}
}
.guide_flow .guide_flow_table .guide_flow_table_sessions_sup {
	display: block;
	font-size: 12px;
	color: #6A6A6A;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table .guide_flow_table_sessions_sup {
		font-size: 10px;
	}
}
.guide_flow .guide_flow_table .guide_flow_table_sessions_sup:not(:first-child) {
	padding-top: 10px;
}
.guide_flow .guide_flow_table .guide_flow_table_sessions_taiken {
	border-top: 1px solid #d8d8d8;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	vertical-align: super;
}
.guide_flow .guide_flow_table .guide_flow_table_sessions_taiken td {
	padding-top: 10px;
}
.guide_flow .guide_flow_table .guide_flow_table_sessions_taiken .guirde_flow_table_menus span {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 12px;
}
.guide_flow .guide_flow_table .guide_flow_table_sessions_taiken .guirde_flow_table_menus p span {
	color: #309A90;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}
.guide_flow .guide_flow_table.title_personal, .guide_flow .guide_flow_table.title_pair, .guide_flow .guide_flow_table.title_group, .guide_flow .guide_flow_table.title_joining {
	border-left: 3px solid #37D8B3;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table.title_personal {
		border-top: 1px solid #D4D5D6;
	}
}
.guide_flow .guide_flow_table.title_pair {
	border-color: #4EE069;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table.title_pair {
		border-top: 1px solid #D4D5D6;
	}
}
.guide_flow .guide_flow_table.title_group {
	border-color: #B5EA3F;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table.title_group {
		border-top: 1px solid #D4D5D6;
	}
}
.guide_flow .guide_flow_table.title_joining {
	border-color: #DEDBD0;
}
.guide_flow .guide_flow_table.title_personal tr:first-child td:first-child, .guide_flow .guide_flow_table.title_pair tr:first-child td:first-child, .guide_flow .guide_flow_table.title_group tr:first-child td:first-child, .guide_flow .guide_flow_table.title_joining tr:first-child td:first-child {
	padding-left: 20px;
	height: 100%;
}
.guide_flow td.guide_flow_table_one_line_attention {
	border: none;
}
.guide_flow .guide_flow_table_one_line_attention_inner {
	background: #F3F1EA;
	padding: 10px 15px;
	font-size: 13px;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_table_one_line_attention_inner {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:930px) {
	.guide_flow .joining_money, .guide_flow .trial_session {
		padding: 0;
		border-bottom: 0 none;
		border-top: 1px solid #D4D5D6;
	}
}
.guide_flow .guide_flow_joining_money, .guide_flow .guide_flow_trial_session {
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	font-size: 15px;
	border-left: 3px solid #DEDBD0;
	padding-left: 20px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_joining_money, .guide_flow .guide_flow_trial_session {
		padding: 20px;
	}
}
.guide_flow .guide_flow_joining_yen, .guide_flow .guide_flow_trial_session_yen {
	padding-left: 20px;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
.guide_flow .trial_session {
	border-bottom: 1px solid #D4D5D6;
	margin-bottom: 30px;
}
.guide_flow .title_trial {
	border-left: 3px solid #309A90;
}
.guide_flow .guide_flow_trial_session {
	border: 0;
	float: left;
	padding: 10px 20px;
	margin-right: 30px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_trial_session {
		float: none;
	}
}
.guide_flow .guide_flow_trial_session_special {
	float: left;
	background-color: #F9F8F4;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	padding: 10px 20px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_trial_session_special {
		float: none;
	}
}
.guide_flow .guide_flow_trial_session_special .guide_flow_date {
	color: #309A90;
	padding-right: 4px;
}
@media only screen and (max-width:930px) {
	.guide_flow .special_yen {
		display: block;
		padding-left: 0;
	}
}
.guide_flow .guide_flow_sp_list {
	border-bottom: 1px solid #D4D5D6;
	padding: 30px 0 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_sp_list {
		padding: 20px 0 15px;
	}
}
.guide_flow .guide_flow_sp_one_list {
	font-size: 15px;
	line-height: 2;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
	position: relative;
	padding-right: 3em;
}
.guide_flow .guide_flow_sp_one_list .guide_flow_sp_one_list_times {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	position: absolute;
	right: 0;
	top: 0;
}
.guide_flow .guide_flow_sp_one_list.full {
	padding-right: 0;
}
.guide_flow .guide_flow_sp_one_campaign {
	background: #f7f7f7;
	padding: 5px 15px 10px 15px;
}
.guide_flow .guide_flow_sp_one_campaign span {
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
	font-size: 12px;
	font-weight: normal;
}
.guide_flow .guide_flow_sp_one_campaign span + span {
	color: #309A90;
	font-weight: bold;
	padding-left: 20px;
}
.guide_flow .guide_flow_session_left, .guide_flow .guide_flow_session_right {
	float: left;
	width: 50%;
	/* 	font-family: "Work Sans Semi Bold", "Noto Sans CJK Bold", sans-serif; */
	font-weight: 600;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_session_left, .guide_flow .guide_flow_session_right {
		width: 45%;
	}
}
.guide_flow .guide_flow_session {
	margin-bottom: 20px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_session {
		margin-bottom: 10px;
	}
}
.guide_flow .guide_flow_session_left {
	border-right: 1px solid #D4D5D6;
}
.guide_flow .guide_flow_session_right {
	float: right;
	margin-left: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.guide_flow .guide_flow_googlemap_outer {
	width: 70%;
	overflow: hidden;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_googlemap_outer {
		width: 100%;
	}
}
.guide_flow .guide_flow_googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_googlemap {
		max-width: none;
	}
}
.guide_flow .guide_flow_googlemap iframe, .guide_flow .guide_flow_googlemap object, .guide_flow .guide_flow_googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 315px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_googlemap iframe, .guide_flow .guide_flow_googlemap object, .guide_flow .guide_flow_googlemap embed {
		max-width: none;
	}
}
.guide_flow .guide_flow_address {
	font-size: 18px;
}
@media only screen and (max-width:930px) {
	.guide_flow .guide_flow_address {
		font-size: 16px;
	}
}
.guide_flow .guide_flow_address .guide_flow_googlemap_link {
	padding-left: 10px;
	color: #4EE069;
	/* 	font-family: "Work Sans Regular", "Noto Sans Regular", sans-serif; */
}

@media only screen and (max-width:930px) {
	.guide_flow_4 .guide_flow_contents {
		padding-bottom: 0;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width:930px) {
	.guide_flow_4 .guide_flow_comment:last-child {
		padding-bottom: 0;
	}
}
@media only screen and (max-width:930px) {
	.guide_flow_4 .guid_flow_Supplement {
		font-size: 12px;
		line-height: 1.8;
		display: block;
		padding-bottom: 8px;
	}
}


/* =====================================
■211221追加
===================================== */
/* -------------------------------------
ご利用ガイドページ
------------------------------------- */
.guideFlowSec {
	padding: 0 50px;
	font-weight: 350;
}
.guideFlowSec .flowArea {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 2;
	padding: 0 0 35px 50px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.guideFlowSec .flowArea:before {
	content: "";
	width: 1px;
	height: calc(100% - 48px);
	background: #D4D5D6;
	position: absolute;
	left: 15px;
	top: 48px;
	z-index: -1;
}
.guideFlowSec .flowArea .flowTit {
	margin-bottom: 40px;
}
.guideFlowSec .flowArea .flowTit .elementor-heading-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.15em;
	position: relative;
}
.guideFlowSec .flowArea .flowTit .elementor-heading-title .num {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #4EE069;
	font-size: 15px;
	line-height: 27px;
	color: #4EE069;
	text-align: center;	
	position: absolute;
	left: -50px;
	top: 0;
}
.guideFlowSec .flowArea .subTit {
	font-weight: 600;
}
.guideFlowSec .contactBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
	flex-wrap: wrap;
	margin-top: 30px;    
}
.guideFlowSec .contactBox > div {
	width: 49%;
}
.guideFlowSec .contactBox a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 129px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #6A6A6A;
	border-radius: 10px;
	padding: 20px 0 26px;
	box-sizing: border-box;
	transition: all .3s ease;
}
.guideFlowSec .contactBox .tel a {
	background: #f3f1ea;
}
.guideFlowSec .contactBox .inq a {
	background: #fff;
	border: 1px solid #4EE069;
	position: relative;
}
.guideFlowSec .contactBox .inq a:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(/wp-content/uploads/icon_link01.png) no-repeat left top;
	background-size: 11px 11px;
	position: absolute;
	top: 10px;
	right: 8px;
	transition: all .3s ease;
}
.guideFlowSec .contactBox .inq a:hover {
	background: #4ee069;
	color: #fff;
}
.guideFlowSec .contactBox .inq a:hover:after {
	background: url(/wp-content/uploads/icon_link02.png) no-repeat left top;
	background-size: 11px 11px;
}
.guideFlowSec .contactBox a sup {
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.guideFlowSec .contactBox a small {
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.guideFlowSec .contactBox a big {
	width: 100%;
	display: block;
	font-size: 32px;
	margin: 20px 0 6px;
}
.guideFlowSec .contactBox a span {
	width: 100%;
	display: block;
	font-size: 26px;
	color: #4EE069;
	margin-top: 8px;
	transition: all .3s ease;
}
.guideFlowSec .contactBox .inq a:hover span {
	color: #fff;
}
.guideFlowSec .tips {
	font-weight: 400;
	line-height: 1.6;
	color: #808080;
}
.guideFlowSec .otherList {
	border-top: 1px solid #D4D5D6;
	margin-bottom: 30px;
}
.guideFlowSec .otherList li {
	font-weight: 500;
	padding: 20px 0;
	border-bottom: 1px solid #D4D5D6;
}
.guideFlowSec .otherList li p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-left: 3px solid #37d8b3;
	padding-left: 15px;
}
.guideFlowSec .otherList li p span {
	margin-left: 20px;
}
.guideFlowSec .attentionList {
	color: #A3A3A3;
}
.guideFlowSec .borderBox {
	width: auto !important;
	display: inline-block;
	border: 6px solid #F3F1EA;
	padding: 15px;
	font-weight: 600;
}
.guideFlowSec .guide_flow_googlemap_outer {
	width: 70%;
	overflow: hidden;
}
.guideFlowSec .guide_flow_googlemap {
	position: relative;
	padding-top: 66%;
	height: 0;
	overflow: hidden;
}
.guideFlowSec .txtLink {
	display: inline-block;
	color: #4EE069 !important;
	text-decoration: none !important;
	position: relative;
}
.guideFlowSec .txtLink:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #4EE069;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.guideFlowSec .address {
	font-size: 18px;
}
.guideFlowSec .address .icon_link {
	display: inline-block;
	padding-left: 10px;
	color: #4EE069;
}
.guideFlowSec .address .icon_link:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(/wp-content/uploads/icon_link01.png);
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin-left: 8px;
}

@media screen and (max-width: 930px) {
	.guideFlowSec {
		padding: 0 20px;
	}
	.guideFlowSec .attentionList {
		font-size: 12px;
	}
	.guideFlowSec .guide_flow_googlemap_outer {
		width: 100%;
	}
	.guideFlowSec .txtLink:hover {
		opacity: 1;
		background: none;
	}
}

@media screen and (max-width: 767px) {
	.guideFlowSec {
		padding: 0;
	}
	.guideFlowSec .flowArea {
		padding: 0 0 20px 50px;
	}
	.guideFlowSec .flowArea .flowTit {
		margin-bottom: 20px;
	}
	.guideFlowSec .contactBox > div {
		width: 100%;
	}
	.guideFlowSec .contactBox .inq {
		margin-top: 10px;
	}
	.guideFlowSec .contactBox .inq a:not(:first-child) {
		margin-top: 10px;
	}
	.guideFlowSec .contactBox a {
		height: 115px;
	}
	.guideFlowSec .contactBox .tel a {
		color: #6A6A6A !important;
		text-decoration: none;
	}
	.guideFlowSec .contactBox a big {
		font-size: 30px;
		color: #4DE069 !important;
		text-decoration: underline;
		margin: 8px 0 6px;
	}
	.guideFlowSec .address {
		font-size: 16px;
	}
}

.priceWrap {
	display: flex;
	flex-wrap: wrap;
}
.priceWrap .tit {
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-left: 3px solid #37d8b3;
	padding-left: 15px;
	margin-bottom: 35px;
}
.priceWrap .txtBox {
	width: 35%;
	padding-right: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
}
.priceWrap .txtBox ul li:not(:first-child) {
	margin-top: 10px;
}
.priceWrap .priceBox {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.priceWrap .priceBox > div {
	width: calc((100% - 30px) / 3);
	text-align: center;
	font-weight: 500;
}
.priceWrap .priceBox dl {
	border-radius: 10px;
	overflow: hidden;
}
.priceWrap .priceBox dl.withdrawal {
	border: 1px solid #21ba3e;
	color: #21ba3e;
}
.priceWrap .priceBox dl.prepaid {
	border: 1px solid #37d8b3;
	color: #37d8b3;
}
.priceWrap .priceBox dl.pay {
	border: 1px solid #349e94;
	color: #349e94;
}
.priceWrap .priceBox dl dt {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	padding: 10px 5px 11px;
}
.priceWrap .priceBox dl.withdrawal dt {
	background: #21ba3e;
}
.priceWrap .priceBox dl.prepaid dt {
	background: #37d8b3;
}
.priceWrap .priceBox dl.pay dt {
	background: #349e94;
}
.priceWrap .priceBox dl dd {
	padding: 22px 0 25px;
}
.priceWrap .priceBox dl dd big {
	display: block;
	width: 100%;
	font-size: 38px;
	line-height: 1.3;
}
.priceWrap .priceBox dl dd sup {
	display: block;
	width: 100%;
	font-size: 15px;
	margin-top: 20px;
	line-height: 1;
	color: #6A6A6A;
}
.priceWrap .priceBox dl dd span {
	display: block;
	width: 100%;
	font-size: 25px;
	margin-top: 12px;
	line-height: 1;
}
.priceWrap .priceBox dl dd span small {
	font-size: 20px;
}
.experienceWrap {
	border: 1px solid #21ba3e;
	border-radius: 10px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #21ba3e;
	line-height: 1;
	padding: 9px 5px;
	margin-top: 30px;
}
.experienceWrap big {
	font-size: 30px;
	line-height: 1;
	vertical-align: text-bottom;
}
.experienceWrap small {
	font-size: 20px;
	line-height: 1;
	vertical-align: sub;
}

@media screen and (max-width: 1400px) and (min-width: 1161px) {
	.priceWrap .txtBox {
		font-size: 16px;
	}
	.priceWrap .priceBox dl dd sup {
		font-size: 14px;
	}
}

@media screen and (max-width: 1160px) and (min-width: 931px) {
	.priceWrap .txtBox {
		padding-right: 10px;
		font-size: 14px;
	}
	.priceWrap .priceBox dl dt {
		font-size: 16px;
	}
	.priceWrap .priceBox dl dd {
		padding: 15px 0 14px;
	}
	.priceWrap .priceBox dl dd big {
		font-size: 28px;
	}
	.priceWrap .priceBox dl dd sup {
		font-size: 10px;
		margin-top: 15px;
	}
	.priceWrap .priceBox dl dd span {
		font-size: 20px;
		margin-top: 8px;
	}
	.priceWrap .priceBox dl dd span small {
		font-size: 16px;
	}
}

@media screen and (max-width: 930px) {
	.priceWrap .txtBox {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.priceWrap .priceBox {
		width: 100%;
	}
	.priceWrap .priceBox dl dd sup {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.priceWrap .txtBox {
		font-size: 16px;
	}
	.priceWrap .priceBox > div {
		width: 100%;
	}
	.priceWrap .priceBox > div:not(:first-child) {
		margin-top: 30px;
	}
	.experienceWrap {
		font-size: 16px;
	}
	.experienceWrap big {
		font-size: 28px;
	}
	.experienceWrap small {
		font-size: 18px;
	}
}

@media screen and (max-width: 374px) {
	.priceWrap .txtBox {
		font-size: 14px;
	}
	.experienceWrap {
		font-size: 14px;
	}
	.experienceWrap big {
		font-size: 24px;
	}
	.experienceWrap small {
		font-size: 16px;
	}	
}

/* -------------------------------------
Philosophy　大切にしていること
------------------------------------- */
/* コンセプト
------------------------------------- */
.philosophySec {
	padding: 0 0 90px;
}
.philosophySec .img {
	width: 55%;
	max-width: 573px;
	margin: 0 auto;
	text-align: center;
}
.philosophySec .txt {
	text-align: center;
}
.philosophySec .txt .txtColor {
	color: #4DE069;
}
.philosophySec .picWrap {
	max-width: 630px;
	margin: 0 auto;
}
.philosophySec .picWrap .wrap {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	overflow: hidden;
	padding-bottom: 70px;
}
.philosophySec .picWrap .pic {
	width: calc(50% - 5px);
	position: relative;
	opacity: 0;
	transform: translateY(100%);
	transform-origin: center top;
	transform-style: preserve-3d;
	transition: opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1);
}
.philosophySec .picWrap.come-in .pic {
	opacity: 1;
	transform: none;
}
.philosophySec .picWrap .left {
	background: url(/wp-content/uploads/philosophy_img02.jpg) no-repeat center;
	background-size: cover;
}
.philosophySec .picWrap .right {
	background: url(/wp-content/uploads/philosophy_img03.jpg) no-repeat center;
	background-size: cover;
	top: 70px;
}
.philosophySec .picWrap.come-in .pic.right {
	transition-delay: 1s;
}

@media screen and (max-width: 767px) {
	.philosophySec {
		padding: 0 0 70px;
	}
	.philosophySec .img {
		width: 100%;
	}
	.philosophySec .picWrap .wrap {
		padding-bottom: 26px;
	}
	.philosophySec .picWrap .right {
		top: 26px;
	}
}

/* プロフィール
------------------------------------- */
.introduceSec .pic {
	width: 126px;
}
.introduceSec .details {
	width: calc(100% - 126px);
	padding-left: 35px;
}
.introduceSec .detail_name {
	/* font-family: "Work Sans Semi Bold", "Noto Sans Bold", sans-serif; */
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 40px;
}
.introduceSec .detail_name span {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #B8AA83;
	margin-top: 20px;
}
.introduceSec .txt {
	font-size: 12px;
	line-height: 2;
	color: #4C4948;
}

@media screen and (max-width: 767px) {
	.introduceSec .pic {
		width: 100%;
	}
	.introduceSec .details {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.introduceSec .detail_name {
		margin-bottom: 30px;
	}
}

/* -------------------------------------
トレーナー養成コース
------------------------------------- */
.special.underTit_h2 h2 {
	font-size: 20px;
	line-height: 1.4;
	border-bottom: 1px solid #4DE069;
	padding: 0 0 15px;
}
.bgBox {
	background: #F3F1EA;
	padding: 30px;
}

@media screen and (max-width: 767px) {
	.bgBox {
		padding: 20px;
	}
}