@charset "UTF-8";

/*
getfit/css/common.css
*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	line-break: strict;
	word-break: break-all;
}

body {
	color: #1b0815;
	font-size: 16px;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: visible !important;
	height: auto !important;
}

a {
	color: #1b0815;
	text-decoration: none;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h2 {}

h3 {}

h4 {}

p {}

ul {
	padding: 0;
}

li {
	list-style: none;
}

.forPC {
	display: block;
}

.forSP {
	display: none;
}

/* @media screen and (max-width:767px) { */
html {}

html,
body {}

body {}

a {}

a:hover {}

img {}

h1,
h2,
h3,
h4,
h5,
h6 {}

h2 {}

h3 {}

h4 {}

p {}

ul {}

li {}

.forPC {
	display: none;
}

.forSP {
	display: block;
}

/* } */

/* table */
/* デフォルト */
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	background: #fff;
}

tr {}

th,
td {
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	padding: 14px 25px;
	text-align: left;
	line-height: 1.4;
}

tr:first-child th,
tr:first-child td {
	border-top: 1px solid rgba(27, 8, 21, 0.3);
}

th {
	background: rgba(65, 56, 86, 0.1);
}

td {
	border: none;
	border-bottom: 1px solid rgba(27, 8, 21, 0.3);
	padding: 10px 14px;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}

table strong {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* table_1 */
.table_1 {}

.table_1 th {
	background: rgba(65, 56, 86, 0.1);
	width: 37%;
}

.table_1 td {
	width: 63%;
}

.table_1 th.table_mainttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	background: #553c9c;
	color: #fff;
	font-size: 20px;
}

/* cft */
.cft {}

.cft th {
	/*  width: 30%; */
}

.cft td {}

/* cfts */
.cfts {}

.cfts tr:first-child {
	background: #553c9c;
	color: #fff;
}

.cfts td {
	border-left: 1px solid rgba(27, 8, 21, 0.3);
}

.cfts td:first-child {
	border-left: none;
}

/*

.cfts td:first-child, .cfts td:nth-child(2){

border-left: none;

}

*/
/* cfts2 */
.cfts2 {}

/* cft_y */
.cfts_y {}

.cfts_y tr:first-child {
	background: #553c9c;
	color: #fff;
}

.cfts_y td {
	border-left: 1px solid rgba(27, 8, 21, 0.3);
}

.cfts_y td:first-child {
	border-left: none;
}

.cfts_y tr :nth-child(1) {
	width: 30%;
}

.cfts_y tr :nth-child(2) {
	width: 70%;
}

/* gymtable */
.gymtable {}

.gymtable th {
	background: #553c9c;
	color: #fff;
	text-align: center;
}

.gymtable td {
	border-left: 1px solid rgba(27, 8, 21, 0.3);
	text-align: center;
}

.gymtable td:first-child,
.gymtable td:nth-child(2) {
	border-left: none;
}

.gymtable td:first-child {
	text-align: left;
}

.gymtable td:nth-child(2) {
	text-align: right;
}

@media screen and (max-width:767px) {
	table {}

	tr {}

	th,
	td {
		padding: 12px 3% 12px 3%;
	}

	th {
		font-size: 12px;
	}

	td {
		font-size: 13px;
	}

	/* table_1 */
	.table_1 th.table_mainttl {
		font-size: 15px;
	}

	/* gymtable */
	.gymtable {}

	.gymtable th {}

	.gymtable td {}

	.gymtable td:first-child {
		width: 30%;
	}

	.gymtable td:nth-child(2) {
		width: 20%;
	}

	.gymtable td:nth-child(3) {
		width: 20%;
	}

	.gymtable td:nth-child(4),
	.gymtable td:last-child {
		width: 15%;
	}
}

/* form */
input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
	outline-offset: -2px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	text-decoration: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="address"] {
	outline: none;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
}

input:-internal-autofill-selected {}

input::placeholder {}

input[type="checkbox"] {}

select {}

@media screen and (max-width:767px) {}

/* ボタン */
.btns {
	text-align: center;
}

.btn {
	display: inline-block;
	color: #553c9c;
	font-size: 17px;
	line-height: 1.2;
	border: 1px solid #553c9c;
	padding: 20px 60px 18px;
	box-sizing: border-box;
	border-radius: 50px;
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	background: #553c9c;
	opacity: 1;
}

.btns_2 {
	text-align: center;
}

.btn_2,
.post_entry a.btn_2 {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff5475;
	border-radius: 10px;
	padding: 16px 30px;
	box-sizing: border-box;
	box-shadow: 0 8px 16px rgb(255 91 123 / 39%);
	line-height: 1.5;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.btns {}

	.btn {
		font-size: 15px;
		width: 90%;
		padding: 20px 0 18px;
	}
}

/* img */
.lazyload {}

.img_wrapper {
	position: relative;
	overflow: hidden;
}

.img_wrapper img {
	position: absolute;
	left: -500px;
	top: -500px;
	bottom: -500px;
	right: -500px;
	width: 100%;
	margin: auto;
	height: auto;
}

@media screen and (max-width:767px) {}

/*-----------------------------------------------------------------------------* common */
#container {
	overflow-x: hidden;
}

.contents {
	background: #f0efeb;
	padding-bottom: 140px;
}

.contents_inner {}

.content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 25px;
	overflow: hidden;
	padding-bottom: 1px;
}

.main {
	background: #fff;
	width: 100%;
	padding-bottom: 60px;
	box-shadow: 0 0.5px 1px #000000aa;
}

.main_2 {
	width: calc(97% - 380px);
	float: left;
	margin-right: 3%;
}

.main_2_contents {
	background: #fff;
	box-sizing: border-box;
}

.main_list {
	width: calc(97% - 380px);
	float: left;
	margin-right: 3%;
}

#main_shop {}

#main_shop_2 {}

#main_gym {}

#main_article {}

#main_article .main_2_contents {
	padding: 4%;
}

#main_list_shop {}

#main_list_article {}

@media screen and (max-width:767px) {
	#container {}

	.contents {
		padding-bottom: 80px;
	}

	.post .contents {
		padding-bottom: 0;
	}

	.contents_inner {}

	.content {
		padding-top: 0;
	}

	.main {}

	.main_2 {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.main_2_contents {}

	.main_list {
		float: none;
		margin: 0 auto;
	}

	#main_shop {}

	#main_shop_2 {}

	#main_gym {}

	#main_article {}

	#main_list_shop {
		width: 96%;
	}

	#main_list_article {
		width: 100%;
	}
}

@media screen and (min-width:768px) {

	body.single.useSPStyle .content,
	.content:has(#sidebar) {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
	}

	#main_shop {
		display: block;
	}

	.main_2,
	.main {
		width: 414px;
	}

	.main {
		margin-right: 3%;
		float: left;
	}
}

/* on_btn */
.on_btn {
	cursor: pointer;
	color: #553c9c;
	font-weight: bold;
}

.on_body {
	overflow: hidden;
	position: absolute;
	margin-left: -10000px;
}

.on .on_body {
	position: static;
	display: block;
	margin-left: 0;
}

@media screen and (max-width:767px) {
	.on_btn {}

	.on_body {}

	.on .on_body {}
}

/* overlay_btn */
.btn_close {
	display: none;
	position: fixed;
	top: 68px;
	right: 170px;
	/*  top: 3px;

  right: 3px;*/
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	box-shadow: 0 3px 7px rgba(55, 26, 135, 0.3);
	z-index: 1;
}

.btn_close:before,
.btn_close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 12px;
	right: 12px;
	height: 1px;
	background: #000;
}

.btn_close:before {
	transform: rotate(135deg);
}

.btn_close:after {
	transform: rotate(45deg);
}

.on .btn_close {
	display: block;
	top: 0;
}

.arrow_left,
.arrow_right {
	position: fixed;
	top: 50%;
	width: 35px;
	height: 40px;
	background: #fff;
	box-shadow: 0 3px 7px rgba(55, 26, 135, 0.3);
	z-index: 1;
}

.arrow_left {
	left: 0;
	border-radius: 0 20px 20px 0;
}

.arrow_right {
	right: 0;
	border-radius: 20px 0 0 20px;
}

.arrow_left:before,
.arrow_right:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #553c9c;
	border-right: 1px solid #553c9c;
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width:767px) {
	.btn_close {}

	.btn_close:before,
	.btn_close:after {}

	.btn_close:before {}

	.btn_close:after {}

	.on .btn_close {}

	.arrow_left,
	.arrow_right {}

	.arrow_left {}

	.arrow_right {}

	.arrow_left:before,
	.arrow_right:before {}
}

/* youtube */
.wp-block-embed-youtube .wp-block-embed__wrapper,
.video_wrapper,
.video {
	position: relative;
	padding: 56.25% 0 0;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.video_wrapper iframe,
.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767px) {}

/* 提供情報 */
.gym_url {
	text-align: right;
	margin-top: 5px;
}

.gym_url a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 11px;
}

@media screen and (max-width:767px) {
	.gym_url {
		margin-top: 5px;
	}

	.gym_url a {}
}

/* スクロールbody */
.scroll_body_wrapper {
	position: relative;
}

.scroll_body {
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.scroll_body_gr {
	height: 400px;
	margin-top: 20px;
}

.scroll_body_gr:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 250px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.scroll_body_wrapper {}

	.scroll_body {}

	.scroll_body_gr {}

	.scroll_body_gr:after {}
}

/* スクロールlist */
.scroll_list {
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.scroll_listItem {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	cursor: pointer;
}

.scroll_listItem:first-child {
	margin-left: 0;
}

.scroll_listItem_ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	color: #fff;
	background: #553C9C;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	padding: 8px 0;
}

.scroll_listItem_img {
	width: auto;
	height: 420px;
}

.scroll_listItem_txt {
	margin: 0 auto;
	line-height: 1.4;
	padding: 3%;
	white-space: normal;
}

.scroll_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
}

.scroll_overlay.on {
	display: block;
}

.scroll_overlay_body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.on .scroll_listItem_ttl {
	width: 100%;
	max-width: 1000px;
}

.on .scroll_listItem_img {
	max-width: 1000px;
	width: 100%;
	height: auto;
}

.on .scroll_listItem_txt {
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.scroll_list {}

	.scroll_listItem {
		width: 90%;
		margin-left: 2%;
	}

	.scroll_listItem:first-child {
		margin-left: 5%;
	}

	.scroll_listItem:last-child {
		margin-right: 5%;
	}

	.scroll_listItem_ttl {}

	.scroll_listItem_img {
		width: 100%;
		height: auto;
	}

	.scroll_listItem_txt {}

	.scroll_overlay_body {}

	.on .scroll_listItem_img {}
}

/* gymto */
.gymto,
.gymto2,
.innyo {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	text-align: right;
}

.gymto {}

.gymto a {}

.gymto2 {}

@media screen and (max-width:767px) {

	.gymto,
	.gymto2,
	.innyo {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		text-align: right;
	}

	.gymto {}

	.gymto a {}

	.gymto2 {}
}

/*-----------------------------------------------------------------------------* header */
#header {
	position: relative;
	background: #fff;
}

#header_inner {
	max-width: 1440px;
	margin: 0 auto;
}

#header_logo {
	line-height: 1;
	margin: 0 auto;
}

#header_logo a {
	display: inline-block;
	padding: 20px;
}

#header_logo img {}

#header_logo p {
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	margin: 0;
	opacity: 0.7;
}

#nav {
	height: 100%;
	overflow: scroll;
}

#header_menus {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 120px;
}

#header_menus a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-weight: bold;
	height: 117px;
	line-height: 117px;
	padding: 0 10px;
}

#header_menus a:hover {
	color: #553c9c;
	opacity: 1;
}

#header_menus a:after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: -100%;
	background: #553c9c;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#header_menus a:hover:after {
	-webkit-transform: translate(100%, 0px);
	transform: translate(100%, 0px);
}

#header_nav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 3;
}

#header_nav span {}

#nav_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 117px;
	height: 117px;
}

#nav_btn span,
#nav_btn:before,
#nav_btn:after {
	content: "";
	position: absolute;
	left: 40px;
	right: 40px;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#nav_btn span {
	top: 50%;
}

#nav_btn:before {
	top: 40%;
}

#nav_btn:after {
	bottom: 38%;
}

#header_nav.on #nav_btn {
	top: 28px;
	right: 28px;
	width: 60px;
	height: 60px;
	background: #f1f1f1;
	border-radius: 100px;
	transform: rotate(90deg);
	z-index: 2;
}

#header_nav.on #nav_btn span,
#header_nav.on #nav_btn:before,
#header_nav.on #nav_btn:after {
	left: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.3);
}

#header_nav.on #nav_btn span {
	left: 50%;
	right: 50%;
}

#header_nav.on #nav_btn:before {
	top: 50%;
	transform: rotate(45deg);
}

#header_nav.on #nav_btn:after {
	bottom: 50%;
	transform: rotate(-45deg);
}

#nav_menus {
	display: none;
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
	z-index: 1;
}

#header_nav.on #nav_menus {
	display: block;
	box-sizing: border-box;
	height: auto;
	max-width: 405px;
	width: 100%;
}

.nav_menu {
	display: block;
	font-size: 15px;
	padding: 20px 30px;
	border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1.3;
}

.nav_menu_ttl {
	background: #f1efef;
}

.search_box_keyword {
	overflow: hidden;
}

.search_box_gym {}

.search_box_personal {}

.search_boxForm_textbox {
	border-radius: 5px;
	font-size: 16px;
	width: 73%;
	max-width: 235px;
	margin-right: 2%;
	padding: 8px;
	box-sizing: border-box;
	float: left;
}

.search_box_gym .search_boxForm_textbox {
	border: 1px solid #f0299f;
}

.search_box_personal .search_boxForm_textbox {
	border: 1px solid #553c9c;
}

.search_boxForm_btn {
	color: #fff;
	font-size: 15px;
	width: 25%;
	max-width: 70px;
	padding: 6px 0;
	border-radius: 100px;
	box-sizing: border-box;
	float: left;
}

.search_box_gym .search_boxForm_btn {
	background: #f0299f;
}

.search_box_personal .search_boxForm_btn {
	background: #553c9c;
}

@media screen and (max-width:767px) {
	#header {}

	#header_inner {}

	#header_logo {}

	#header_logo a {
		overflow: hidden;
		display: block;
		padding: 15px 0 15px 15px;
		box-sizing: border-box;
		width: calc(100% - 56px);
	}

	.header_page #header_logo a {
		width: auto;
	}

	#header_logo img {
		float: left;
		width: 60px;
		height: auto;
	}

	#header_logo p {
		float: left;
		padding-left: 5px;
	}

	#nav {}

	#header_menus {
		display: none;
	}

	#header_menus a {}

	#header_menus a:hover {}

	#header_menus a:after {}

	#header_menus a:hover:after {}

	#header_nav {}

	#header_nav.on {
		height: 100%;
		overflow: auto;
	}

	#header_nav span {}

	#nav_btn {
		width: 56px;
		height: 56px;
	}

	#nav_btn span,
	#nav_btn:before,
	#nav_btn:after {
		left: 15px;
		right: 15px;
	}

	#nav_btn span {}

	#nav_btn:before {}

	#nav_btn:after {}

	#header_nav.on #nav_btn {
		top: 9px;
		right: 5px;
		width: 45px;
		height: 45px;
	}

	#header_nav.on #nav_btn span,
	#header_nav.on #nav_btn:before,
	#header_nav.on #nav_btn:after {
		left: 10px;
		right: 10px;
	}

	#header_nav.on #nav_btn span {
		left: 50%;
		right: 50%;
	}

	#header_nav.on #nav_btn:before {}

	#header_nav.on #nav_btn:after {}

	#nav_menus {}

	#header_nav.on #nav_menus {
		max-width: 100%;
	}

	.nav_menu {
		padding: 17px 30px;
		font-size: 14px;
	}

	.search_box_keyword {}

	.search_box_gym {}

	.search_box_personal {}

	.search_boxForm_textbox {}

	.search_box_gym .search_boxForm_textbox {}

	.search_box_personal .search_boxForm_textbox {}

	.search_boxForm_btn {}

	.search_box_gym .search_boxForm_btn {}

	.search_box_personal .search_boxForm_btn {}
}

/*-----------------------------------------------------------------------------* footer */
#footer {
	background: #fff;
}

#footer_contact {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1120px;
}

#footer_contact li {
	position: relative;
	float: left;
	width: 33.3333%;
	text-align: center;
	padding: 80px 0;
}

#footer_contact li:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	background: rgba(27, 8, 21, 0.3);
	width: 1px;
	height: 80%;
}

#footer_contact li:first-child:before {
	display: none;
}

#footer_tel {}

#footer_support {}

#footer_line {}

.footer_contact_img {}

.footer_contact_txt {
	line-height: 1.6;
}

.footer_tel_attention {
	display: block;
	color: #d8b700;
}

#footer_contact li .btn {
	font-size: 15px;
	width: 90%;
	max-width: 250px;
	padding: 18px 0;
	margin-top: 10px;
}

#footer_contact li .btn:hover {
	color: #fff;
}

#footer_tel .btn {
	color: #d8b700;
	border-color: #d8b700;
}

#footer_tel .btn:hover {
	background: #d8b700;
}

#footer_support .btn {}

#footer_support .btn:hover {}

#footer_line .btn {
	color: #00b900;
	border-color: #00b900;
}

#footer_line .btn:hover {
	background: #00b900;
}

#footer_info {
	overflow: hidden;
	display: flex;
	background: #f0efeb;
}

#footer_info_img {
	background: url(../images/footer_img.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-top: 30%;
}

#footer_info_img_txt {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

#footer_info_img_txt p {
	text-align: center;
	color: #fff;
	line-height: 24px;
}

#footer_info_img_txt img {
	display: block;
	margin: 10px auto 0;
}

#footer_info_contents {
	width: 50%;
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	box-sizing: border-box;
	padding: 30px;
}

.footer_info_link {}

.footer_info_link span {
	display: block;
	font-weight: bold;
	margin-top: 7px;
}

.footer_info_link a {
	display: inline-block;
	padding: 8px;
	line-height: 1.2;
}

a.footer_info_link_personal {
	padding-left: 0;
	font-weight: bold;
}

.footer_info_txt {
	font-size: 13px;
	opacity: 0.5;
	padding-left: 10px;
	margin: 23px 0 0;
}

.copyright {
	font-size: 15px;
	opacity: 0.5;
	padding-left: 10px;
	margin: 8px 0 0;
}

@media screen and (max-width:767px) {
	#footer {}

	#footer_contact {}

	#footer_contact li {
		display: block;
		width: 100%;
	}

	#footer_contact li:before {
		top: 0;
		left: 10%;
		width: 80%;
		height: 1px;
	}

	#footer_contact li:first-child:before {
		display: none;
	}

	#footer_tel {}

	#footer_support {}

	#footer_line {}

	.footer_contact_img {}

	.footer_contact_txt {}

	.footer_tel_attention {}

	#footer_contact li .btn {}

	#footer_contact li .btn:hover {}

	#footer_tel .btn {}

	#footer_tel .btn:hover {}

	#footer_support .btn {}

	#footer_support .btn:hover {}

	#footer_line .btn {}

	#footer_line .btn:hover {}

	#footer_info {
		display: block;
	}

	#footer_info_img {
		display: block;
		width: 100%;
		float: none;
		padding: 100% 0 0;
	}

	#footer_info_img_txt {}

	#footer_info_img_txt p {
		font-size: 14px;
		line-height: 1.4;
	}

	#footer_info_img_txt img {}

	#footer_info_contents {
		width: 100%;
		float: none;
		text-align: center;
		padding: 40px 0;
	}

	.footer_info_link {
		position: relative;
	}

	.footer_info_link:after {
		content: "";
		position: absolute;
		left: 5%;
		background: rgba(0, 0, 0, 0.2);
		width: 90%;
		height: 1px;
	}

	.footer_info_link span {
		margin: 22px auto 5px;
	}

	.footer_info_link a {
		display: block;
	}

	.footer_info_link a:first-child {
		padding-top: 30px;
	}

	.footer_info_link a:last-child {
		padding-top: 0;
		padding-bottom: 30px;
	}

	a.footer_info_link_personal {}

	.footer_info_txt {}

	.copyright {}
}

/*-----------------------------------------------------------------------------* sidebar */
#sidebar {
	float: right;
	background: rgba(27, 8, 21, 0.03);
	width: 100%;
	max-width: 380px;
	padding-bottom: 40px;
}

#sidebar_bnr {}

#sidebar_bnr a {
	display:block;
	width:90%;
	margin:10px auto 0;
}

#sidebar_bnr a img {
	display:block;
	width: 100%;
	height: auto;
	border-radius:3px;
	overflow:hidden;
	box-shadow:0 2px 5px #00000033;
}

#sidebar_search {
	margin: 50px auto 0;
	width: 90%;
}
#sidebar_search:first-child {
	margin-top: 20px;
}
#sidebar_search .sidebar_search_body {
	margin: 10px auto 0;
}

#sidebar_search .search_boxForm_textbox {
	width: calc(98% - 70px);
	max-width: 100%;
}

.sidebar_post {
	width: 90%;
	margin: 50px auto 0;
}

.sidebar_ttl {
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}

.sidebar_list {}

.sidebar_listItem {
	position: relative;
	display: block;
	background: #fff;
	margin-top: 20px;
}

.sidebar_listItem::after {
	content: "";
	display: block;
	clear: both;
}

.sidebar_list_img {
	width: 120px;
	height: 100px;
	float: left;
}

.sidebar_list_img img {
	height: 100%;
	width: auto;
}

.sidebar_list_txts {
	float: left;
	width: calc(100% - 140px);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 130px;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sidebar_list_ttl {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

.sidebar_list_ttl_2 {
	font-size: 13px;
	color: #553c9c;
	font-weight: bold;
	line-height: 1.4;
	margin: 7px 0 0;
}

.sidebar_list_date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
}

.sidebar_list_meta {
	position: relative;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	width: 190px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sidebar_list_meta:before {
	content: "";
	display: inline-block;
	background: url(../images/icon_area.png) 0 center no-repeat;
	background-size: 12px auto;
	width: 12px;
	height: 18px;
	margin: 0 4px -5px 0;
}

.sidebar_post .btns {
	margin-top: 40px;
}

.sidebar_post .btn {
	padding: 10px 0;
	width: 80%;
}

.sidebar_icon_cashback {
	position: absolute;
	top: -8px;
	right: -5px;
	z-index: 1;
}

#sidebar_feature {
	margin-top: 60px;
}

.sidebar_feature_list {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.sidebar_feature_list li {
	display: inline-block;
	line-height: 1;
	margin: 3px;
}

.sidebar_feature_list a {
	display: block;
	font-size: 13px;
	background: #fff;
	border: 1px solid #c5c4c7;
	padding: 7px 10px;
	border-radius: 5px;
}

.sidebar_feature_list a:hover {
	color: #553c9c;
	background: rgba(85, 60, 156, 0.1);
	border: 1px solid #553c9c;
	opacity: 1;
}

@media screen and (max-width:767px) {
	#sidebar {
		position: relative;
		max-width: 100%;
		float: none;
		margin-top: 80px;
		padding-top: 50px;
	}

	#sidebar:before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 6px;
		background: rgba(35, 24, 21, 0.2);
	}

	#sidebar_bnr {
		width: 90%;
		margin: 0 auto;
	}

	#sidebar_bnr a {}

	#sidebar_bnr a img {}

	#sidebar_search {}

	#sidebar_search .sidebar_search_body {}

	#sidebar_search .search_boxForm_textbox {}

	.sidebar_post {}

	.sidebar_ttl {}

	.sidebar_list {}

	.sidebar_listItem {}

	.sidebar_listItem::after {}

	.sidebar_list_img {}

	.sidebar_list_img img {}

	.sidebar_list_txts {}

	.sidebar_list_ttl {}

	.sidebar_list_ttl_2 {}

	.sidebar_list_date {}

	.sidebar_list_meta {}

	.sidebar_list_meta:before {}

	.sidebar_post .btns {}

	.sidebar_post .btn {}

	.sidebar_icon_cashback {}

	#sidebar_feature {}

	.sidebar_feature_list {}

	.sidebar_feature_list li {}

	.sidebar_feature_list a {}

	.sidebar_feature_list a:hover {}
}




/* 検索、目次、Meotyバナーのみのサイドバー */

#sidebar.sidebar-type2 {
	position: relative;
}

#sidebar.sidebar-type2 .sidebar-type2_inner {
	position: relative;
	/* Default state */
	width: 100%;
	height: 100dvh;
	overflow-y: scroll;
	padding-bottom: 50px;
	box-sizing: border-box;
}

#sidebar.sidebar-type2 .sidebar-type2_inner.is-fixed {
	position: fixed;
	top: 0;
	/* Fixed position from top */
	width: 100%;
	/* Needed for fixed element */
}

#sidebar.sidebar-type2 .sidebar-type2_inner.is-bottom {
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
}

#sidebar.sidebar-type2 #sidebar_bnr {
	margin-top: 40px;
}



/*-----------------------------------------------------------------------------* 記事リスト */
/* 記事リスト1 */
.List {}

.List::after {
	content: "";
	display: block;
	clear: both;
}

.ListItem {
	position: relative;
	float: left;
	width: 32%;
	background: #fff;
	margin-left: 2%;
	vertical-align: top;
}

.ListItem:first-child {
	margin-left: 0;
}

.ListItem_rank {
	position: absolute;
	top: -28px;
	left: 10px;
	z-index: 1;
}

.ListItem_img {}

.ListItem_img img {
	width: 100%;
	height: auto;
}

.ListItem_txts {
	padding: 4% 4% 6%;
	text-align: left;
}

.ListItem_meta {
	font-size: 13px;
	line-height: 1;
	text-align: left;
}

.ListItem_meta span {}

.ListItem_meta_area {
	background: url(../images/icon_area.png) 0 center no-repeat;
	background-size: 11px auto;
	padding-left: 16px;
}

.ListItem_features {
	overflow: hidden;
	max-height: 106px;
	box-sizing: border-box;
	margin-top: 10px;
}

.ListItem_feature {
	display: inline-block;
	border: solid 1px #413856;
	border-radius: 7px;
	font-size: 13px;
	line-height: 1;
	padding: 4px 8px;
	margin: 0 5px 4px 0;
}

.ListItem_ttl {
	font-size: 18px;
	color: #553c9c;
	line-height: 1.2;
	margin: 5px 0 0;
	max-height: 42px;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	.List {}

	.List::after {}

	.ListItem {
		display: block;
		float: none;
		width: 100%;
		margin: 20px auto 0;
	}

	.ListItem:first-child {}

	.ListItem_rank {}

	.ListItem_img {}

	.ListItem_img img {}

	.ListItem_txts {}

	.ListItem_meta {}

	.ListItem_meta span {}

	.ListItem_meta_area {}

	.ListItem_features {}

	.ListItem_feature {}

	.ListItem_ttl {}
}

/* 記事リスト2 */
.List_2 {}

.List_2::after {
	content: "";
	display: block;
	clear: both;
}

.ListItem_2 {
	position: relative;
	float: left;
	background: #fff;
	width: 49%;
	margin-top: 2%;
}

.ListItem_2:nth-child(even) {
	margin-left: 2%;
}

.ListItem_img_2 {
	width: 37%;
	height: 125px;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.ListItem_img_2 img {
	width: auto;
	height: 120%;
	position: absolute;
	left: -500px;
	top: -500px;
	bottom: -500px;
	right: -500px;
	display: block;
	margin: auto;
}

.ListItem_txts_2 {
	width: calc(59% - 20px);
	position: absolute;
	top: 0;
	left: 41%;
	bottom: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	line-height: 1.3;
}

.ListItem_meta_2 {
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ListItem_meta_2 span {}

.ListItem_ttl_2 {
	color: #553c9c;
	margin: 0;
}

.ListItem_cashback {
	position: absolute;
	top: -8px;
	right: -5px;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.List_2 {}

	.List_2::after {}

	.ListItem_2 {
		display: block;
		float: none;
		width: 100%;
		margin-top: 5%;
	}

	.ListItem_2:nth-child(even) {
		margin-left: 0;
	}

	.ListItem_img_2 {
		width: 35%;
	}

	.ListItem_img_2 img {}

	.ListItem_txts_2 {
		width: calc(62% - 10px);
		left: 38%;
	}

	.ListItem_meta_2 {
		font-size: 12px;
		margin-bottom: 2px;
	}

	.ListItem_meta_2 span {}

	.ListItem_ttl_2 {
		font-size: 13px;
	}

	.ListItem_cashback {
		width: 110px;
		height: auto;
	}
}

/* 記事リスト3 */
.List_3 {
	overflow: hidden;
}

.ListItem_3 {
	float: left;
	width: 32%;
	background: #fff;
	margin-left: 2%;
	vertical-align: top;
}

.ListItem_3:first-child {
	margin-left: 0;
}

.ListItem_img_3 {
	height: 160px;
}

.ListItem_txts_3 {
	position: relative;
	padding: 6% 4%;
	text-align: left;
}

.ListItem_meta_article {
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	background-color: #1b0815;
	border-radius: 0 20px 20px 0;
	padding: 6px 20px 6px 15px;
}

.ListItem_meta_article span {}

.ListItem_ttl_3 {
	line-height: 1.3;
	max-height: 50px;
	overflow: hidden;
	margin: 0;
}

.ListItem_txt_3 {
	overflow: hidden;
	line-height: 1.4;
	max-height: 45px;
	margin: 10px 0 0;
}

@media screen and (max-width:767px) {
	.List_3 {}

	.ListItem_3 {
		display: block;
		float: none;
		width: 100%;
		margin: 30px auto 0;
	}

	.ListItem_3:first-child {
		margin-top: 0;
	}

	.ListItem_img_3 {}

	.ListItem_txts_3 {}

	.ListItem_meta_article {}

	.ListItem_meta_article span {}

	.ListItem_ttl_3 {}

	.ListItem_txt_3 {}
}

/*-----------------------------------------------------------------------------* breadcrumbs */
#breadcrumb {
	background: rgba(0, 0, 0, 0.1);
}

#breadcrumb_body {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	line-height: 1;
	max-width: 1440px;
	margin: 0 auto;
}

#breadcrumb_body>span {
	position: relative;
	margin-left: 20px;
}

#breadcrumb_body>span:after {
	content: "";
	position: absolute;
	top: 60%;
	right: 0;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(65, 37, 86, 0.1);
	border-width: 1px 1px 0 0;
	display: inline-block;
	transform: translateY(-50%)rotate(45deg);
}

#breadcrumb_body>span:last-child:after {
	display: none;
}

#breadcrumb_body span a,
#breadcrumb_body span span {
	position: relative;
	display: inline-block;
	padding: 8px 10px 8px 0;
	font-size: 12px;
	color: rgba(65, 56, 86, 1);
	z-index: 1;
}

#breadcrumb_body a span {
	padding: 0;
}

@media screen and (max-width:767px) {}

/*-----------------------------------------------------------------------------* pagenav */
#pagenavi {
	margin-top: 50px;
	text-align: center;
}

.page-numbers {
	display: inline-block;
	color: #553c9c;
	background: #fff;
	padding: 10px 0;
	width: 38px;
	margin: 5px 0;
}

.current {
	color: #ffffff;
	background: rgba(65, 56, 86, 0.5);
}

@media screen and (max-width:767px) {}

/*-----------------------------------------------------------------------------* post_footer_contents */
.post_footer_contents {}

.post_footer_contents h2 {
	font-size: 28px;
	line-height: 1.3;
	margin: 60px auto 0;
	color: #553C9C;
}

.post_footer_contents img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.post_footer_contents a {
	display: block;
}

.post_footer_contents .btns_2 {
	display: block;
	margin: 25px auto 0;
	width: 75%;
}

.post_footer_contents .btn_2 {
	display: block;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.post_footer_contents {}

	.post_footer_contents h2 {
		font-size: 18px;
	}

	.post_footer_contents img {}

	.post_footer_contents a {}

	.post_footer_contents .btns_2 {}

	.post_footer_contents .btn_2 {}
}

/*-----------------------------------------------------------------------------* sns */
.sns {
	margin-top: 80px;
}

.sns a {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.sns i {
	position: relative;
}

@font-face {
	font-family: "design_plus";
	src: url("/wp-content/themes/fonts/design_plus.woff");
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "design_plus";
	line-height: 1;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sns_ttl {}

.share_count {}

.line {
	background: #1dcd00;
}

.icon-line {}

.icon-line:before {
	content: "\e909";
}

.twitter {
	background: #55acee;
}

.icon-twitter {}

.icon-twitter:before {
	content: "\e904";
}

.facebook {
	background: #3B5998;
}

.icon-facebook {}

.icon-facebook:before {
	content: "\e902";
}

.BpID {
	display: inline-block;
	margin: 0;
}

.hatebu {
	background: #3c7dd1;
}

.icon-hatebu {}

.icon-hatebu:before {
	content: "\e908";
}

@media screen and (max-width:767px) {
	.sns {
		width: 90%;
		margin: 60px auto 0;
	}

	.sns a {
		padding: 3px 5px;
	}

	.sns i {}

	[class^="icon-"],
	[class*=" icon-"] {}

	.sns_ttl {}

	.share_count {}

	.line {}

	.icon-line {}

	.icon-line:before {}

	.twitter {}

	.icon-twitter {}

	.icon-twitter:before {}

	.facebook {}

	.icon-facebook {}

	.icon-facebook:before {}

	.BpID {}

	.hatebu {}

	.icon-hatebu {}

	.icon-hatebu:before {}
}

/*-----------------------------------------------------------------------------* editor（この記事を書いた人） */
.editor {
	margin-top: 40px;
}

.editor_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #553C9C;
	margin: 0 0 10px;
}

.editor_body {
	overflow: hidden;
}

.editor_img {
	float: left;
}

.editor_img img {
	width: 170px;
	height: 170px;
	border-radius: 100px;
}

.editor_txts {
	float: left;
	margin-left: 20px;
	width: calc(100% - 190px);
}

.editor_name {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.editor_txt {
	line-height: 1.5;
	margin: 5px 0 0;
}

/*@media screen and (max-width:767px) {*/
.editor {}

.editor_ttl {}

.editor_body {}

.editor_img {
	float: none;
}

.editor_img img {
	width: 100px;
	height: auto;
}

.editor_txts {
	float: none;
	width: 100%;
	margin: 0 auto;
}

.editor_name {}

.editor_txt {}

/*}*/

/*-----------------------------------------------------------------------------* editor（この記事を書いた人V2）※山本用230502〜 */
.editor_belong {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.editor_name_new {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.editor_name_en {
	margin: 0;
	font-size: 12px;
}

.editor_txt_new {
	line-height: 1.5;
	margin: 5px 0 0;
	font-size: 15px
}

.editor_txt_new a {
	color: #553c9c;
	text-decoration: underline;
}

.editor_sample {
	margin: 10px 0 0 0;
	font-size: 14.5px;
	font-weight: bold;
}

.editor_list_item {
	margin-top: 10px;
	display: inline-block;
}

a.editor_list_item_btn {
	position: relative;
	background: #553c9c;
	color: #fff;
	padding: 10px 35px 10px 20px;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	line-height: 1.3;
}

a.editor_list_item_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 14px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.editor_list_item a {
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
}

@media screen and (max-width:767px) {
	.editor_belong {}

	.editor_name_new {}

	.editor_name_en {}

	.editor_txt {}
}

/*-----------------------------------------------------------------------------* contact */
.contact_img {
	width: 100%;
	height: auto;
}

.wpcf7 {
	background: #fff;
	box-sizing: border-box;
}

.wpcf7 p {
	font-size: 14px;
	line-height: 1.4;
	margin: 20px 0 0;
}

.wpcf7 a {
	color: #553c9c;
	text-decoration: underline;
}

.wpcf7 span {
	line-height: 1;
}

.must {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #413856;
	padding: 4px 6px;
	margin-right: 5px;
	border-radius: 3px;
}

.free {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 4px 6px;
	margin-right: 8px;
	border-radius: 3px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px;
}

.wpcf7-radio {}

.wpcf7-checkbox {}

.wpcf7 .wpcf7-list-item {}

.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin: 10px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin: 10px 0 0;
}

input[type="radio"] {
	margin-top: 0;
}

.wpcf7-list-item-label {
	vertical-align: top;
}

.wpcf7-text,
.wpcf7-number,
.wpcf7-date,
.wpcf7-select,
.wpcf7-textarea {
	width: 100%;
	border: 1px solid #d0d5d8;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 3px;
}

.wpcf7-date,
.wpcf7-select {
	width: 170px;
}

.wpcf7 input[type="submit"],
.page_entry .wpcf7 input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ff5475;
	border-radius: 10px;
	padding: 16px 50px;
	box-shadow: 0 8px 16px rgb(255 91 123 / 39%);
	line-height: 1.5;
	margin: 30px auto 0;
	cursor: pointer;
	box-sizing: border-box;
}

@media screen and (max-width:767px) {
	.contact_img {}

	.wpcf7 {
		margin-top: 20px;
		padding: 0 10px;
	}

	.wpcf7 p {}

	.wpcf7 a {}

	.wpcf7 span {}

	.must {}

	.free {}

	.wpcf7 .wpcf7-list-item {}

	.wpcf7-list-item:first-child {}

	input[type="radio"] {}

	.wpcf7-list-item-label {}

	.wpcf7-text,
	.wpcf7-number,
	.wpcf7-date,
	.wpcf7-select,
	.wpcf7-textarea {}

	.wpcf7-date,
	.wpcf7-select {}

	.wpcf7 input[type="submit"],
	.page_entry .wpcf7 input[type="submit"],
	input[type="button"],
	button {
		padding: 0;
		height: 60px;
		width: 100%;
		max-width: 320px;
	}
}

/*-----------------------------------------------------------------------------* 固定ページ */
.page-template-default .content {
	max-width: 1024px;
}

.page-template-default .contents {}

.page-template-default .main {}

.page_entry {
	padding: 7% 10%;
}

.page_entry2 {
	padding: 7% 0%;
}

.page_lead {}

.page_entry h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #553c9c;
	font-size: 28px;
	margin: 50px 0 0;
	line-height: 1.2;
}

.page_entry h2:first-child {
	margin: 0;
}

.page_entry h3 {
	margin-top: 40px;
	line-height: 1.4;
}

.page_entry h4 {
	color: #553c9c;
	font-size: 16px;
	position: relative;
	margin: 20px 0 13px 15px;
	line-height: 1.5;
}

.page_entry h4:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -15px;
	background: #553c9c;
	width: 5px;
	height: 100%;
}

.page_entry2 h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #553c9c;
	font-size: 28px;
	margin: 50px 0 0;
	line-height: 1.2;
}

.page_entry2 h2:first-child {
	margin: 0;
}

.page_entry2 h3 {
	margin-top: 40px;
	line-height: 1.4;
}

.page_entry2 h4 {
	color: #553c9c;
	font-size: 16px;
	position: relative;
	margin: 20px 0 13px 15px;
	line-height: 1.5;
}

.page_entry2 h4:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -15px;
	background: #553c9c;
	width: 5px;
	height: 100%;
}

.page_entry p {
	font-size: 15px;
}

.page_entry2 p {
	font-size: 15px;
}

.page_entry a {
	color: #553c9c;
	text-decoration: underline;
}

.page_entry2 a {
	color: #553c9c;
	text-decoration: underline;
}

.page_entry img {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
}

.page_entry table {
	margin-top: 30px;
}

.page_entry th {
	width: 25%;
}

.page_entry .btns_2 {
	margin-top: 60px;
}

.page_entry .btns_2 a {
	text-decoration: none;
}

.page_entry .btns_2 h2 {
	color: #1b0815;
}

.page_entry .btns_2 img {
	margin-top: 0;
}

.page_entry .btn_2 {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 20px auto 0;
}

.page_entry2 .btns_2 {
	margin-top: 60px;
}

.page_entry2 .btns_2 a {
	text-decoration: none;
}

.page_entry2 .btns_2 h2 {
	color: #1b0815;
}

.page_entry2 .btns_2 img {
	margin-top: 0;
}

.page_entry2 .btn_2 {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 20px auto 0;
}

.page_entry form {
	margin: 30px auto;
}

.page_entry input[type="text"] {
	border-radius: 5px;
	font-size: 16px;
	width: 73%;
	max-width: 235px;
	margin-right: 2%;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #553c9c;
}

.page_entry input[type="submit"] {
	color: #fff;
	font-size: 15px;
	width: 25%;
	max-width: 70px;
	padding: 6px 0;
	border-radius: 100px;
	box-sizing: border-box;
	background: #553c9c;
}

.page_entry .wpcf7 input[type="submit"] {
	width: auto;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.page-template-default .content {}

	.page-template-default .contents {
		padding-bottom: 10px;
	}

	.page-template-default .main {}

	.page_entry {
		padding: 4%;
	}

	.page_entry2 {
		padding: 4%;
	}

	.page_lead {}

	.page_entry h2 {
		font-size: 23px;
	}

	.page_entry h3 {
		margin: 10px 0 0;
		line-height: 1.3;
	}

	.page_entry h4 {}

	.page_entry p {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.page_entry a {}

	.page_entry img {
		margin-top: 10px;
	}

	.page_entry2 h2 {
		font-size: 23px;
	}

	.page_entry2 h3 {
		margin: 10px 0 0;
		line-height: 1.3;
	}

	.page_entry2 h4 {}

	.page_entry2 p {
		font-size: 14px;
		line-height: 1.6;
		margin-top: 10px;
	}

	.page_entry2 a {}

	.page_entry2 img {
		margin-top: 10px;
	}

	.page_entry table {
		margin-top: 10px;
	}

	.page_entry th {
		width: 20%;
	}

	.page_entry .btns_2 {}

	.page_entry .btns_2 a {}

	.page_entry .btns_2 h2 {}

	.page_entry .btns_2 img {}

	.page_entry .btn_2 {}
}

/*swiper*/
@media screen and (min-width: 768px) {
	body.useSPStyle .swiper-container_wrapper {
		margin: 0 auto;
	}

	body.useSPStyle .swiper-slide {
		height: 250px;
	}

	body.useSPStyle .swiper-slide>img {
		height: 250px;
		min-height: 250px;
	}

	body.useSPStyle .swiper-container-horizontal>.swiper-pagination-bullets,
	body.useSPStyle .swiper-pagination-custom,
	body.useSPStyle .swiper-pagination-fraction {
		left: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	body.useSPStyle .swiper-container-horizontal .swiper-pagination-bullets {
		bottom: -9%;
		margin-bottom: 0;
		line-height: 1;
	}

	body.useSPStyle .swiper-button-prev,
	body.useSPStyle .swiper-button-next {
		margin-top: -30px;
		width: 10%;
	}

	body.useSPStyle .swiper-button-prev {
		left: -3%;
	}

	body.useSPStyle .swiper-button-next {
		right: -3%;
	}

	body.useSPStyle .swiper-button-prev:after {
		width: 15px;
		height: 15px;
		left: 50%;
	}

	body.useSPStyle .swiper-button-next:after {
		width: 15px;
		height: 15px;
		right: 50%;
	}
}

/*
getfit/css/common_sp.css
*/