/*----------------------------------------------------
	　　    ◆Top
----------------------------------------------------*/
.top-mv-wrapper {
	position: relative;
	overflow: hidden;
}

.top-mv-bg-slider-box figure span {
	display: block;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 50%;
}

.pcimg{
	display:block;
}
.spimg{
	display:none;
}

.top-mv-txt-box {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	padding: 10px 10px;
	z-index: 4;
	text-align: center;
	pointer-events: none;
}

.top-mv-txt-box .top-mv-txt01 {
	font-size: 52px;
	font-weight: normal;
	line-height: 1 !important;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #000;
}

.top-mv-txt-box .top-mv-txt02 {
	font-size: 42px;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
	margin: 0 auto 50px;
}

.top-mv-txt-box .top-mv-txt03 a {
	display: block;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
	text-decoration: none;
	background-color: #bb1d38;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.top-mv-txt-box .top-mv-txt03 a:hover {
	background-color: #032e43;

}

.top-mv-txt-box .top-mv-txt03 a:after {
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	box-sizing: border-box;
	border: 1px solid #fff;
	left: 4px;
	top: 4px;
	content: "";
}

.utility-wrapper .editor-zone h1{
	font-size:18px; 
	font-weight:bold;
}
.utility-wrapper .editor-zone h2{
	font-size:16px; 
	font-weight:bold;
	color:#032e43;
}
.utility-wrapper .editor-zone h3{
	font-size:14px; 
	font-weight:bold;
}


.top-mv-txt-box .top-mv-txt03 a:before {
	font-family: FontAwesome;
	content: "\f008";
	position: absolute;
	right: 10px;
	top: -10px;
	font-size: 120px;
	opacity: 0.1;
	line-height: 1 !important;
}

.top-mv-txt04 {
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 125px;
	width: 100%;
	max-width: 1150px;
	left: 50%;
	transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.top-mv-txt04 a {
	display: block;
	width: 33.33%;
	max-width: 380px;
	line-height: 0 !important;
	margin-right: 0;
	margin-left: auto;
}


.remodal.youtube-wrapper-remodal {
	max-width: 800px;
	margin: 0 auto;
}

.remodal.youtube-wrapper-remodal .youtube-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding-top: 56.25%;
}

.remodal.youtube-wrapper-remodal iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.top-zone01 {
	margin: -120px auto 60px;
	position: relative;
	z-index: 5;
}

.top-zone01-ul {
	max-width: 1150px;
	margin: 0 auto;
}

.top-zone01-ul li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 1px;
}

.top-zone01-ul li a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: #333;
	background-color: #fff;
}

.top-zone01-box01 {
	position: relative;
	padding: 20px 60px 10px 20px;
}

.top-zone01-box01:after {
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	background: url(../cmn_img/plus_mark.png) center center no-repeat;
	background-size: 100% 100%;
}

.top-zone01-p01 {
	font-size: 13px;
}

.top-zone01-p02 {
	font-size: 18px;
	font-weight: bold;
}

.top-news-zone {
	max-width: 1150px;
	margin: 0 auto 60px;
	box-sizing: border-box;
	padding-right: 100px;
	position: relative;
	border: 1px solid #ccc;
}

.top-news-zone .top-news-link {
	width: 100px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.top-news-zone .top-news-link a {
	display: block;
	padding: 3px 0;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.top-news-zone .top-news-link a:hover {
	color: #D00003;
}

.top-news-zone .top-news-link a:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right: 5px;
	font-weight: normal;
}

.top-news-ul a {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}

.top-news-ul a:hover {
	background-color: #fcfcfc;
}

.top-news-ul a .top-news-p01 {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}

.top-news-ul a .top-news-p01 span {
	display: inline-block;
	padding: 0.3em 20px 0.1em;
	background-color: #032e43;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.top-news-ul a .top-news-p02 {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	text-align: center;
	color: #ccc;
}

.top-news-ul a .top-news-p03 {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

.top-zone02 {
	margin: 0 auto 0px;
}

.top-zone02 .top-zone02-inr {
	width: 50%;
	float: left;
	position: relative;
}

.top-zone02 .top-zone02-inr figure img {
	width: 100%;
}

.top-zone02 .top-zone02-inr .txt-box {
	left: 0%;
	top: 50%;
	width: 100%;
	display: block;
	box-sizing: border-box;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-align: center;
	padding: 0 10px;
	position: absolute;
}

.top-zone02-p01 {
	display: inline-block;
	margin: 0 auto 20px;
	background-color: #cdcdcd;
	font-size: 54px;
	color: #fff;
	font-weight: normal;
	line-height: 1 !important;
	padding: 10px 20px;
}

.top-zone02-p02 {
	margin: 0 auto 20px;
}

.top-zone02-p02 span {
	display: inline-block;
	background-color: #cdcdcd;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 20px;
	box-sizing: border-box;
}

.top-zone02-p03 a {
	display: block;
	max-width: 240px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	padding: 10px 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
	background-color: rgba(255, 255, 255, 0.10);
	font-family: 'Raleway', "Times New Roman", Times, sans-serif;
}

.top-zone02-p03 a:after {
	font-family: FontAwesome;
	content: "\f138";
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: normal;
}

.top-zone02-p03 a:hover {
	background-color: rgba(255, 255, 255, 1.0);
}

.top-zone03 {
	background-color: #edeff1;
	padding: 80px 0 80px 10%;
	box-sizing: border-box;
	overflow: hidden;
}

.top-zone03 .top-zone03-inr {
	float: right;
	max-width: 1500px;
	width: 100%;
	position: relative;
	padding-top: 120px;
}

.top-zone03 .top-zone03-inr:after {
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(../cmn_img/top/top_img06.jpg) center top no-repeat;
	background-size: cover;
}

.top-zone03-box01 {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px;
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 2;
}

.top-zone03-box01-left {
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
}

.top-zone03-box01-right {
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
}

.top-zone03-box01-left p {
	font-size: 16px;
	font-weight: bold;
}

.top-zone03-box01-left p span {
	display: inline-block;
	margin: 0 auto 4px;
	padding: 2px 5px;
	background-color: #fff;
}

.top-zone03-ul li {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 5px 5px;
}

.top-zone03-ul li a {
	display: block;
	background-color: #fff;
	padding: 1.5em 10px 1.3em;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.top-zone03-ul li a:hover {
	background-color: #032e43;
	color: #fff;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.top-zone03-ul li a span {
	display: inline-block;
	width: 250px;
	text-align: left;
}

.top-zone03-ul li a span:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right: 10px;
}

.top-voice-zone {
	padding: 80px 0 0;
	margin: 0 auto 80px;
}

.top-voice-slider-wrapper {
	margin: 0 auto 60px;
}

.top-voice-slider-wrapper .slick-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background-color: #000000;
	top: 32%;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	z-index: 3;
	padding: 0 !important;
	margin: 0 !important;
}

.top-voice-slider-wrapper .slick-arrow.slick-prev {
	left: 10px;
	background: url(../cmn_img/arrow_left.png) center center no-repeat;
	background-size: 100% 100%;
}

.top-voice-slider-wrapper .slick-arrow.slick-next {
	right: 10px;
	background: url(../cmn_img/arrow_right.png) center center no-repeat;
	background-size: 100% 100%;
}

.top-voice-slider-box a {
	display: block;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}

.top-voice-slider-box a figure {
	margin: 0 auto 20px;
	overflow: hidden;
}

.top-voice-slider-box a figure span {
	display: block;
	padding-top: 67%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
}

.top-voice-slider-box a:hover figure span {
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
}

.top-voice-slider-box a .txt-box {
	margin: 0 auto;
	padding: 0 20px;
}

.top-voice-p01 {
	font-size: 18px;
	line-height: 1.3 !important;
	margin: 0 auto 20px;
	font-weight: bold;
}

.top-voice-p02 {
	padding-top: 10px;
	border-top: 1px solid #efefef;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-voice-p02 .s01 {
	display: table-cell;
	text-align: left;
	font-size: 13px;
	color: #032e43;
	font-weight: bold;
}

.top-voice-p02 .s02 {
	display: table-cell;
	text-align: right;
	font-size: 13px;
	width: 100px;
}

.top-con-zone {
	background: url(../cmn_img/top/top_img07.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 10px;
	box-sizing: border-box;
}

.top-con-zone-inr {
	max-width: 1200px;
	margin: 0 auto;
}

.top-con-zone-inr .top-con-p01 {
	margin: 0 auto 10px;
	font-size: 16px;
}

.top-con-zone-inr .top-con-p02 {
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 30px;
}

.top-con-zone-inr .top-con-p03 {
	font-size: 14px;
	margin: 0 auto 30px;
}

.top-con-zone-inr .more-btn02 a {
	margin-left: 0;
}

/*----------------------------------------------------
	　　    ◆About
----------------------------------------------------*/

.contents_area:not(.top-page) #contents {
	padding-top: 100px;
	padding-bottom: 80px;
}

.breadBox {
	background-color: #ececec;
	padding: 10px 0;
}

.breadBox ol {
	max-width: 1420px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.breadBox ol li {
	display: inline-block;
	font-size: 12px;
	margin-right: 16px;
	position: relative;
}

.breadBox ol li a {
	display: inline-block;
	color: #333;
}

.breadBox ol li:after {
	width: 1px;
	height: 10px;
	background-color: #333;
	content: "";
	position: absolute;
	top: 4px;
	right: -10px;
}

.breadBox ol li:last-child:after {
	display: none;
}

.tit-box {
	text-align: center;
	padding: 40px 10px 60px;
	background-color: #ececec;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tit-box .tit-box-t01 .en2 {
	font-size: 56px;
	display: block;
	line-height: 1.2 !important;
	font-weight: normal;
	text-shadow: 1px 1px 0 #ececec, 0 1px 0 #ececec, 1px 0 0 #ececec, -1px -1px 0 #ececec, 0 -1px 0 #ececec, -1px 0 0 #ececec !important;
}

.tit-box .tit-box-t01 .jp {
	font-size: 13px;
	text-shadow: 1px 1px 0 #ececec, 0 1px 0 #ececec, 1px 0 0 #ececec, -1px -1px 0 #ececec, 0 -1px 0 #ececec, -1px 0 0 #ececec !important;
}

.ws-mv-zone {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 80px;
	background-color: #032e43;
}

.ws-mv-zone .ws-mv-image {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	position: relative;
}

.ws-mv-zone .ws-mv-image:before {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #032e43;
	content: "";
}

.ws-mv-zone.ah-bg .ws-mv-image:before {
	width: 0%;
	transition: 1s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: 1s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: 1s cubic-bezier(.77, 0, .175, 1);
}

.ws-mv-zone .ws-mv-image img {
	width: 100%;
}

.ws-mv-zone .ws-mv-txt {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
	position: relative;
	width: 50%;
	overflow: hidden;
}

.ws-mv-zone .ws-mv-txt:before {
	width: 100%;
	height: 400%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	content: "";
}

.ws-mv-zone.ah-bg .ws-mv-txt:before {
	width: 0%;
	/*transition: .8s cubic-bezier(.77,0,.175,1) 0.3s;
-moz-transition: .8s cubic-bezier(.77,0,.175,1) 0.3s;
-webkit-transition: .8s cubic-bezier(.77,0,.175,1) 0.3s;
-o-transition: .8s cubic-bezier(.77,0,.175,1) 0.3s;*/
	transition: 0.6s cubic-bezier(.77, 0, .175, 1) 0.8s;
	-moz-transition: 0.6s cubic-bezier(.77, 0, .175, 1) 0.8s;
	-webkit-transition: 0.6s cubic-bezier(.77, 0, .175, 1) 0.8s;
	-o-transition: 0.6s cubic-bezier(.77, 0, .175, 1) 0.8s;
}

.ws-mv-zone .ws-mv-txt-inr {
	box-sizing: border-box;
	padding: 0 8%;
	max-width: 760px;
}

.ws-mv-zone .ws-mv-txt-p01 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5 !important;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	color: #fff;
	position: relative;
}

.ws-mv-zone .ws-mv-txt-p01:before {
	width: 30px;
	height: 1px;
	content: "";
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ws-mv-zone .ws-mv-txt-p02 {
	font-size: 14px;
	color: #fff;
	line-height: 2 !important;
}

.about-page {
	box-sizing: border-box;
	padding: 0 10px;
}

.about-ul01 {
	max-width: 1400px;
	margin: 0 auto 80px;
	text-align: center;
}

.about-ul01 li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 1%;
}

.about-ul01 li .inr {
	max-width: 320px;
	margin: 0 auto;
}

.about-ul01 li figure {
	margin: 0 auto 30px;
}

.about-ul01 li .about-ul01-p01 {
	font-size: 22px;
	margin: 0 auto 30px;
}

.about-ul01 li .about-ul01-p02 {
	font-size: 15px;
}

.about-zone01 {
	max-width: 1150px;
	box-sizing: border-box;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	width: 100%;
	background-color: #f1f8fd;
	padding: 40px 0;
	border: 1px solid #dfedf8;
}

.about-zone01 .about-zone01-left {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.about-zone01 .about-zone01-right {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 60px;
	border-left: 1px solid #dfedf8;
}

.about-zone01 .about-zone01-left p {
	font-size: 20px;
	color: #032e43;
	font-weight: bold;
	text-align: center;
}

.about-zone01 .about-zone01-right .about-zone01-p01 {
	font-size: 18px;
	margin: 0 auto 20px;
	font-weight: bold;
}

.about-zone01 .about-zone01-right .about-zone01-p02 {
	font-size: 15px;
	line-height: 2 !important;
	font-weight: bold;
}

.club-f01 {
	text-align: center;
	background-color: #ececec;
	box-sizing: border-box;
	padding: 60px 10px;
	margin: 0 auto 80px;
}

.about-link-ul {
	max-width: 1150px;
	margin: 0 auto;
	box-sizing: border-box;
}

.about-link-ul.clm02 {
	max-width: 1100px;
}

.about-link-ul li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 40px;
}

.about-link-ul li:nth-child(3n) {
	margin-right: 0;
}

.about-link-ul li:nth-child(3n + 1) {
	clear: both;
}


.about-link-ul.clm02 li {
	width: 47%;
	margin-right: 6%;
}

.about-link-ul.clm02 li:nth-child(2n) {
	margin-right: 0;
}


.about-link-ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.about-link-ul li a:hover {
	opacity: 0.8;
}

.about-link-ul li a figure {
	margin: 0 auto 20px;
}

.about-link-ul li .about-link-p01 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
}

.about-link-ul li .about-link-p01:before {
	font-family: FontAwesome;
	content: "\f144 ";
	margin-right: 10px;
	color: #032e43;
	font-weight: normal;
}

.about-link-ul li .about-link-p02 {
	font-size: 13px;
}

.reason-ul01 {
	margin: 0 auto 80px;
	max-width: 1200px;
}

.reason-ul01>li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}

.reason-ul01>li:nth-child(3n) {
	margin-right: 0;
}

.reason-ul01.clm04>li {
	width: 24%;
	margin-right: 1.33%;
}

.reason-ul01.clm04>li:nth-child(4n) {
	margin-right: 0;
}

.reason-ul01.clm02>li {
	width: 48%;
	margin-right: 4%;
}

.reason-ul01.clm02>li:nth-child(2n) {
	margin-right: 0;
}





.reason-ul01>li figure {
	margin: 0 auto 5px;
}

.reason-ul01>li .reason-ul-p01 {
	background-color: #efefef;
	padding: 0.2em 10px 0.1em;
	font-size: 18px;
	margin: 0 auto 20px;
}

.reason-ul01-sub li {
	margin-bottom: 5px;
	font-size: 15px;
	box-sizing: border-box;
	padding-left: 0.8em;
	text-indent: -0.8em;
}


.reason-note-p01 {
	margin: 0 auto 80px;
	max-width: 1200px;
	text-align: right;
}




.reason-zone01 {
	box-sizing: border-box;
	padding: 60px 10px;
	background-color: #ececec;
	max-width: 1200px;
	margin: 0 auto;
}

.reason-zone01-inr {
	max-width: 1020px;
	margin: 0 auto;
}

.reason-zone01-box01 {
	margin: 0 auto 60px;
}

.reason-zone01-box01-left {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.reason-zone01-box01-right {
	width: 44%;
	float: right;
	margin-top: 60px;
}

.reason-zone01-p01 {
	font-size: 22px;
	margin: 0 auto;
	text-align: center;
}

.reason-zone01-p02 {
	font-size: 14px;
}

.reason-zone01-ul {
	margin: 0 auto;
}

.reason-zone01-ul>li {
	width: 24%;
	margin-right: 1.33%;
	float: left;
	background-color: #fff;
}

.reason-zone01-ul>li:nth-child(4n) {
	margin-right: 0;
}

.reason-zone01-p03 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #032e43;
	padding: 0.4em 20px 0.2em;
}

.reason-zone01-p03 span {
	margin-right: 5px;
}

.reason-zone01-ul .txt-box {
	box-sizing: border-box;
	padding: 20px 20px;
	background-color: #fff;
}

.reason-zone01-ul-sub {
	margin: 0 auto 10px;
}

.club-maru-ul {
	max-width: 1170px;
	margin: 0 auto 60px;
	box-sizing: border-box;
	padding: 0 10px;
}

.club-maru-ul li {
	width: 28%;
	margin-right: 8%;
	float: left;
	text-align: center;
	padding-top: 28%;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #000000;
	border-radius: 3000px;
}

.club-maru-ul li:nth-child(3) {
	margin-right: 0;
}

.club-maru-ul li:after {
	width: 29%;
	height: 100%;
	content: "";
	position: absolute;
	right: -29%;
	top: 0;
	background-position: center center;
	background-size: 50% auto;
	background-repeat: no-repeat;
}

.club-maru-ul li:nth-child(1):after {
	background-image: url(../cmn_img/mark01.png);
}

.club-maru-ul li:nth-child(2):after {
	background-image: url(../cmn_img/mark02.png);
}

.club-maru-ul li:nth-child(3):after {
	display: none;
}

.club-maru-ul li>div {
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.club-maru-ul li .club-maru-p01 {
	margin: 0 auto 2%;
	width: 20%;
}

.club-maru-ul li .club-maru-p02 {
	font-size: 22px;
	font-weight: bold;
	color: #032e43;
	line-height: 1.4 !important;
}


.about-service-f01 {
	text-align: center;
	max-width: 1150px;
	padding: 40px 10px;
	box-sizing: border-box;
	margin: 0 auto 60px;
	background-color: #e2e2e2;
}

.about-service-ul {
	margin: 0 auto 60px;
	max-width: 1150px;
}


.about-service-ul li {
	margin: 0 auto 60px;
}

.about-service-ul-p01 {
	font-size: 36px;

	font-family: 'PT Sans Narrow', "Times New Roman", Times, sans-serif;
	color: #032e43;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 1em;
	position: relative;
}

.about-service-ul-p01:before {
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	background-color: #032e43;
	content: "";
	margin-right: 0.3em;
	left: 0;
	top: 0.6em;
}

.about-service-ul-p02 {
	margin: 0 auto 30px;
	font-size: 18px;
	font-weight: bold;
}


.xia-div {
	background-color: #efefef;
	padding: 60px 20px 30px;
	box-sizing: border-box;
	margin: 0 auto 60px;
}

.xia-tit {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 50px;
}

.xia-box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}

.xia-box:nth-child(3n) {
	margin-right: 0;
}

.xia-box:nth-child(3n + 1) {
	clear: both;
}

.xia-box .xia-p01 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #032e43;
	text-align: center;
	font-weight: bold;
}

.xia-box .xia-p01 span {

	color: #000;
	margin-right: 0.2em;
}

.xia-box .xia-p02 {
	font-size: 15px;
}

.choose-f01 {
	max-width: 960px;
	box-sizing: border-box;
	margin: 60px auto 120px;
	text-align: center;
}

.choose-zone09 {
	padding: 0px 10px;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 auto 140px;
}

.choose-zone09-inr {
	max-width: 1280px;
	margin: 0 auto;
}

.choose-zone09-box-oo {
	width: 48%;
	float: left;
}

.choose-zone09-box-oo:nth-child(2n) {
	float: right;
}

.choose-zone09-p00 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 10px;
	display: none;
}

.choose-zone09-box {
	width: 100%;
	display: table;
	position: relative;
}

.choose-zone09-image {
	width: 41%;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}

.choose-zone09-image figure {
	/*	height:100%;
	width:100%;
	background-color:#000000;
	position:absolute;
	left:0;
	top:0;*/
}

.choose-zone09-txt {
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}

.choose-zone09-p01 {
	font-size: 13px;
	margin: 0 auto 10px;
}

.choose-zone09-p01 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 5px;
	line-height: 1.5 !important;
}

.choose-zone09-p02 {
	line-height: 0 !important;
}



/*----------------------------------------------------
	　　    ◆strong
----------------------------------------------------*/

.strong-page {
	box-sizing: border-box;
	padding: 60px 10px;
}

.strong-zone01 {
	max-width: 1140px;
	margin: 0 auto 80px;
}

.strong-zone01-left {
	width: 55%;
	float: left;
}

.strong-zone01-right {
	width: 42%;
	float: right;
}

.strong-zone01-p01 {
	font-size: 22px;
	line-height: 1.4 !important;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.strong-zone01-p01:after {
	width: 30px;
	height: 1px;
	content: "";
	background-color: #bb1d38;
	position: absolute;
	left: 0;
	bottom: 0;
}

.strong-zone01-p02 {
	font-size: 14px;
	line-height: 2 !important;
	margin-bottom: 40px;
}

.strong-zone01-right .more-btn a {
	margin-left: 0;
}

.strong-bnr-zone {
	max-width: 1140px;
	margin: 0 auto;
	background: url(../cmn_img/strong/strong_bnr.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}

.strong-bnr-zone .txt-box {
	padding: 55px 10px;
	box-sizing: border-box;
	max-width: 240px;
	margin: 0 auto;
}

.strong-bnr-p01 {
	font-size: 19px;
	color: #fff;
	margin: 0 auto 5px;
}

.strong-bnr-p02 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 30px;
}

.digital-box {
	width: 100%;
	max-width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto 50px;
}

.digital-box .digital-box-image {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.digital-box .digital-box-image figure {
	width: 100%;
	overflow: hidden;
}

.digital-box .digital-box-image figure img {
	width: 100%;
}

.digital-box .digital-box-txt {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 10px 20px;
}

.digital-box .digital-box-txt-inr {
	max-width: 540px;
	margin: 0 auto;
}

.digital-box .digital-box-p01 {
	margin: 0 auto 20px;
}

.digital-box .digital-box-p01 span {
	display: inline-block;
	padding: 0.3em 20px 0.1em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #bb1d38;
}

.digital-box .digital-box-p02 {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4 !important;
}

.digital-box .digital-box-p02:after {
	width: 30px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.digital-box .digital-box-p02 span {
	color: #bb1d38;
	/*display:inline-block;*/
}

.digital-box .digital-box-p02 span i {
	font-style: normal;
	display: inline-block;
	padding-top: 0.5em;
	position: relative;
}

.digital-box .digital-box-p02 span i:before {
	width: 0.2em;
	height: 0.2em;
	position: absolute;
	border-radius: 300px;
	background-color: #bb1d38;
	top: 0.1em;
	left: 50%;
	margin-left: -0.1em;
	content: "";
}

.digital-box .digital-box-p03 {
	font-size: 16px;
}

.digital-box-p04 {
	margin-top: 20px;
}

.digital-box-p04 a {
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.digital-box-p04 a:before {
	font-family: FontAwesome;
	content: "\f144 ";
	margin-right: 10px;
	font-weight: normal;
	color: #032e43;
}

.digital-box .more-btn a {
	margin-left: 0;
}

.strong_merit_f01 {
	max-width: 1150px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #093247;
	padding: 4%;
	background-color: #daebf3;
	margin: 0 auto 100px;
}


.arrow-p {
	margin: 60px auto;
	max-width: 800px;
	line-height: 0 !important;
}


.arrow-p:after {
	display: block;
	width: 0;
	height: 0;
	border-left: 250px solid transparent;
	border-right: 250px solid transparent;
	border-top: 50px solid #032e43;
	content: "";
	margin: 0 auto;
}

/*----------------------------------------------------
	　　    ◆support
----------------------------------------------------*/

.honbu-zone01 {
	margin: 0 auto 30px;
	max-width: 1150px;
}

.honbu-box01 {
	width: 23%;
	margin-right: 2.66%;
	float: left;
	margin-bottom: 30px;
}

.honbu-box01:nth-child(4n) {
	margin-right: 0;
}

.honbu-box01 figure {
	margin: 0 auto 3px;
}

.honbu-box01-p01 {
	line-height: 1.4 !important;
	margin: 0 auto 5px;
	font-size: 16px;
	font-weight: bold;
}

.honbu-box01:nth-child(1) .honbu-box01-p01 {
	color: #d14371;
}

.honbu-box01:nth-child(2) .honbu-box01-p01 {
	color: #1978b1;
}

.honbu-box01:nth-child(3) .honbu-box01-p01 {
	color: #ee7b0e;
}

.honbu-box01:nth-child(4) .honbu-box01-p01 {
	color: #53ad3f;
}

.honbu-box01-p02 {
	font-size: 18px;
	line-height: 1.4 !important;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.honbu-box01-p03,
.honbu-box01-p04 {
	font-size: 14px;
	margin: 0 auto 5px;
}

.honbu-box01-p03 .red {
	color: #bb1d38;
	font-weight: bold;
}

.honbu-box01-p04 {
	box-sizing: border-box;
	padding-left: 20%;
	line-height: 1.2 !important;
}

.honbu-zone02 {
	margin: 0 auto 30px;
	max-width: 1160px;
}

.honbu-box02 {
	width: 49%;
	max-width: 536px;
	float: left;
}

.honbu-box02:nth-child(2n) {
	float: right;
}

.honbu-box02 a {
	display: block;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}

.honbu-box02 figure {
	margin: 0 auto 10px;
}

.honbu-box02 .honbu-box02-p01 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 5px;
	box-sizing: border-box;
}

.honbu-box02 .honbu-box02-p01:before {
	font-family: FontAwesome;
	content: "\f144";
	margin-right: 5px;
	font-weight: normal;
	font-size: 0.9em;
	color: #032e43;
}

.honbu-box02 .honbu-box02-p02 {
	font-size: 14px;
}

/*----------------------------------------------------
	　　    ◆FAQ
----------------------------------------------------*/

.faq-ul {
	max-width: 960px;
	margin: 0 auto 60px;
}

.faq-ul li {
	margin: 0 auto 20px;
}

.faq-q {
	margin: 0 auto;
	background-color: rgba(3, 46, 67, 0.80);
	/*background-color:#032e43;*/
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 1em 40px 0.9em 60px;
	line-height: 1.4 !important;
	position: relative;
	cursor: pointer;
}

.faq-q:before {
	content: "Q";
	line-height: 1 !important;
	padding-top: 0.2em;
	font-size: 20px;
	position: absolute;
	width: 30px;
	height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border-radius: 300px;
	left: 15px;
	top: 10px;
	color: #032e43;
	text-align: center;
}

.faq-q:after {
	font-family: FontAwesome;
	content: "\f0fe";
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 20px;
	font-weight: normal;
}

.faq-q.open:after {
	content: "\f146";
}

.faq-a {
	box-sizing: border-box;
	padding: 10px 10px 10px 60px;
	;
	background-color: #F7F7F7;
	margin-top: 10px;
	position: relative;
}

.faq-a:before {
	content: "A";
	line-height: 1 !important;
	padding-top: 0.2em;
	font-size: 20px;
	position: absolute;
	width: 30px;
	height: 30px;
	overflow: hidden;
	box-sizing: border-box;
	background: #032e43;
	border-radius: 300px;
	left: 15px;
	top: 6px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.faq-a-p01 {
	font-size: 14px;
}

/*----------------------------------------------------
	　　    ◆Utility
----------------------------------------------------*/


.utility-wrapper {
	max-width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px 60px;
}

.privacy-p01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4 !important;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px dotted #000000;
}

.privacy-p01:before {
	width: 100px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	background-color: #000000;
}

.privacy-p02 {
	font-size: 14px;
	margin: 0 auto 60px;
}

.privacy-ul {
	margin: -40px auto 40px;
}

.privacy-ul li {
	font-size: 14px;
	margin: 0 auto 3px;
	box-sizing: border-box;
	padding-left: 0.8em;
	text-indent: -0.8em;
}

.sitemap-p01 {
	margin: 0 auto 30px;
}

.sitemap-p01 a {
	box-sizing: border-box;
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	position: relative;
	padding-bottom: 5px;
}

.sitemap-p01 a:before {
	width: 120px;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #333;
	transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
}

.sitemap-p01 a:hover:before{
	width: 100%;
}


.sitemap-ul {
	margin: -20px auto 30px;
}

.sitemap-ul li {
	margin: 0 auto 3px;
}

.sitemap-ul a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: inline-block;
}

/*----------------------------------------------------
	　　    ◆News
----------------------------------------------------*/

.news-index-ul {
	margin: 0 auto 30px;
}

.news-index-ul li {
	border-bottom: 1px dotted #333;
}

.news-index-ul li a {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	text-decoration: none;
}

.news-index-ul li a:hover {
	background-color: #efefef;
}

.news-index-ul li .news-index-p01 {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: center;
}

.news-index-ul li .news-index-p01 span {
	display: block;
	padding: 2px 0 1px;
	background-color: #032e43;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	font-weight: bold;
}


.news-index-ul li .news-index-p01 span.c01 {
	background-color: #1978b1;
}

.news-index-ul li .news-index-p01 span.c02 {
	background-color: #bb1d38
}

.news-index-ul li .news-index-p01 span.c03 {
	background-color: #6c00ff;
}

.news-index-ul li .news-index-p02 {
	width: 120px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #000;
}

.news-index-ul li .news-index-p03 {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.new-detail-p01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4 !important;
	padding-bottom: 10px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #ccc;
}

.new-detail-p02 {
	margin: 0 auto 40px;
}

.new-detail-p02 .date {
	display: inline-block;
	width: 100px;
	text-align: left;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	font-family: 'Raleway', "Times New Roman", Times, sans-serif;
	vertical-align: middle;
}

.new-detail-p02 .cate {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	font-size: 12px;
	padding: 3px 10px 1px;
	border-radius: 3px;
	background-color: #032e43;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}


.new-detail-p02 .cate.c01 {
	background-color: #1978b1;
}

.new-detail-p02 .cate.c02 {
	background-color: #bb1d38
}

.new-detail-p02 .cate.c03 {
	background-color: #6c00ff;
}

.editor-zone {
	margin: 0 auto 50px;
}

.editor-zone img {
	max-width: 100% !important;
	height: auto !important;
}

/*----------------------------------------------------
	　　    ◆contact
----------------------------------------------------*/


#contact_form table {
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 auto 40px;
}

#contact_form table th,
#contact_form table td {
	box-sizing: border-box;
	padding: 10px 20px;
	box-sizing: border-box;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	font-size: 14px;
	line-height: 1.7;
}

#contact_form table th {
	background-color: #fcfcfc;
	text-align: left;
	width: 30%;
	vertical-align: middle;
}

#contact_form table th.center,
#contact_form table td.center {
	text-align: center;
}

#contact_form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
	min-height: 200px;
}

#contact_form input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
}

#contact_form input[name="name1"],
#contact_form input[name="name2"] {
	max-width: 300px;
}

#contact_form #postal {
	max-width: 200px;
}

.qs_must {
	display: inline-block;
	font-size: 11px;
	line-height: 1.4 !important;
	padding: 3px 10px 2px;
	border-radius: 3px;
	margin-right: 5px;
	background-color: #bb1d38;
	color: #fff;
}

#contact_form .checkbox.form_inline {
	display: inline-block;
	margin-right: 20px;
}

#contact_form .radio {
	display: inline-block;
	margin-right: 10px;
}
#contact_form .form_confirm_box+table+table .radio {
  display: block;
  margin-right: 0px;
}

.qs_wrap__btn {
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
	font-size: 0;
}

.qs_wrap__btn p {
	display: inline-block;
	width: 50%;
	font-size: 13px;
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 260px;
	margin: 0 auto 10px;
}

.qs_wrap__btn p button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	max-width: 300px;
	margin: 10px auto;
	padding: 10px 10px;
	background-color: #efefef;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #efefef;
}

.qs_wrap__btn p button[value='confirm'],
.qs_wrap__btn p button[value='submit'] {
	border: 1px solid #032e43;
	background-color: #032e43;
	color: #fff;
}

.form-policy-box {
	box-sizing: border-box;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	text-align: center;
	padding: 30px 10px;
	margin: 0 auto 30px;
}

.form-policy-box .form-policy-p01 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 10px;
}

.form-policy-box .form-policy-p02 a {
	color: #032e43;
}


.thanks-p01 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 30px;
	text-align: center;
}

.thanks-p02 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 30px;
}

.thanks-p03 {
	font-size: 13px;
	text-align: center;
	margin: 0 auto 50px;
}

/*----------------------------------------------------
	　　    ◆membership
----------------------------------------------------*/

.members-flow-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.members-flow-box {
	margin: 0 auto 120px;
	position: relative;
}



.members-flow-box:after {
	width: 0;
	height: 0;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-top: 30px solid #efefef;
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.members-flow-box:last-child:after {
	display: none;
}


.members-flow-tit {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	background-color: #032e43;
	padding: 0.8em 10px;
	box-sizing: border-box;
	margin: 0 auto 30px;
}

.members-flow-inr {
	box-sizing: border-box;
	padding: 0px 40px;
}

.members-flow-p01 {
	font-size: 18px;
	margin: 0 auto 10px;
	font-weight: bold;
}

.members-flow-p02 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.members-flow-p02 span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2 !important;
	padding: 0.3em 1em;
	background-color: #000;
	color: #fff;
}

.ul-style01 {
	max-width: 1170px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	padding: 0 10px;
}

.ul-style01 li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 4%;
}

.ul-style01 li:nth-child(3n) {
	margin-right: 0;
}

.ul-style01 li:nth-child(3n + 1) {
	clear: both;
}

.ul-style01 .ul-style01-p01 {
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0.8em 0;
	text-align: center;
	background-color: #efefef;
	margin: 0 auto 10px;
}


.ul-style01 .ul-style01-p02 {
	font-size: 14px;
}






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

.pcimg{
	display:none;
}
.spimg{
	display:block;
}

	/*----------------------------------------------------
	　　    ◆Top
----------------------------------------------------*/
	.top-voice-p01 {
		font-size: 14px;
	}

	.top-zone01-p02 {
		font-size: 15px;
	}

	/*----------------------------------------------------
	　　    ◆About
----------------------------------------------------*/

	.contents_area:not(.top-page) #contents {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.ws-mv-zone .ws-mv-txt-inr {
		padding: 0 20px;
	}

	.ws-mv-zone .ws-mv-txt-p01 {
		font-size: 16px;
		margin: 0 auto 20px;
		padding-bottom: 20px;
	}

	.ws-mv-zone .ws-mv-txt-p02 {
		font-size: 13px;
		line-height: 1.7 !important;
	}

	/*----------------------------------------------------
	　　    ◆strong
----------------------------------------------------*/

	.digital-box .digital-box-p01 {
		margin: 0 auto 10px;
	}

	.digital-box .digital-box-p01 span {
		font-size: 12px;
	}

	.digital-box .digital-box-p02 {
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.digital-box .digital-box-p03 {
		font-size: 13px;
	}
}

@media screen and (max-width:800px) {
	/*----------------------------------------------------
	　　    ◆Top
----------------------------------------------------*/

	.top-mv-txt-box {
		pointer-events: auto;
	}
	
	.editor-zone table{
		width:100% !important;
	}

.spbr{
	display:block;
}

	.top-mv-txt-box .top-mv-txt01 {
		font-size: 28px;
		margin: 0 auto 10px;
	}

	.top-mv-txt-box .top-mv-txt02 {
		font-size: 18px;
		margin: 0 auto 10px;
	}

	.top-zone01 {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.top-mv-txt-box .top-mv-txt03 a {
		font-size: 13px;
		padding: 8px 0;
		max-width: 140px;
	}

	.top-zone01-ul li {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
		max-width: 380px;
	}

	.top-zone01-ul li a {
		background-color: #fcfcfc;
	}

	.top-zone01-box01 {
		padding: 10px 50px 10px 20px;
	}



	.top-news-zone {
		margin: 0 auto 30px;
		box-sizing: border-box;
		width: 96%;
		padding: 0;
	}

	.top-news-ul {
		background-color: #fcfcfc;
	}

	.top-news-ul a {
		padding: 10px 10px;
	}

	.top-news-ul a .top-news-p01 {
		width: 88px;
	}

	.top-news-ul a .top-news-p01 span {
		font-size: 11px;
	}

	.top-news-ul a .top-news-p02 {
		width: 90px;
		color: #333;
	}

	.top-news-ul a .top-news-p03 {
		font-size: 12px;
	}

	.top-news-zone .top-news-link {
		position: static;
		margin: 10px auto;
		transform: translate(0, 0%);
		-o-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		-moz-transform: translate(0, 0%);
		-webkit-transform: translate(0, 0%);
		width: 150px;
	}

	.top-news-zone .top-news-link a {
		padding: 4px 20px;
		background-color: #000;
		color: #fff !important;
		text-decoration: none;
		font-size: 13px;
	}

	.top-zone02 {
		margin: 0 auto;
		max-width: 600px;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.top-zone02 .top-zone02-inr {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

	.top-zone02-p01 {
		font-size: 20px;
		margin: 0 auto 10px;
	}

	.top-zone02-p02 span {
		font-size: 13px;
	}

	.top-zone03 {
		padding: 0 0 5px;
	}

	.top-zone03-box01-left p {
		font-size: 12px;
	}

	.top-zone03 .top-zone03-inr {
		padding-top: 60px;
	}

	.top-zone03-box01 {
		display: block;
		padding: 0 20px;
	}

	.top-zone03-box01-left {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}

	.top-zone03-box01-right {
		display: block;
		width: 100%;
		margin: 0 auto 30px;
	}

	.top-zone03-ul {
		max-width: 400px;
	}

	.top-zone03-ul li {
		width: 100%;
		margin: 0 auto 10px;
		padding: 0;
	}

	.top-zone03-ul li a {
		padding: 10px 10px 8px;
		font-size: 13px;
		text-align: left;
	}

	.top-zone03 .top-zone03-inr:after {
		height: 60%;
	}

	.top-voice-zone {
		padding: 40px 10px;
		box-sizing: border-box;
		margin: 0 auto 30px;
	}

	.top-voice-slider-wrapper {
		margin: 0 auto 30px;
	}

	.top-voice-slider-box a .txt-box {
		padding: 0 15px;
	}

	.top-voice-p01 {
		font-size: 13px;
	}

	.top-voice-p02 .s01 {
		font-size: 11px;
	}

	.top-con-zone {
		padding: 30px 10px;
	}

	.top-con-zone-inr .top-con-p01 {
		text-align: center;
		margin: 0 auto 0px;
	}

	.top-con-zone-inr .top-con-p02 {
		font-size: 22px;
		margin: 0 auto 10px;
		text-align: center;
	}

	.top-con-zone-inr .top-con-p03 {
		font-size: 13px;
		margin: 0 auto 20px;
		text-align: center;
		max-width: 600px;
	}

	.top-con-zone-inr .more-btn02 a {
		margin: 0 auto !important;
	}

	/*----------------------------------------------------
	　　    ◆About
----------------------------------------------------*/


	.breadBox ol li {
		font-size: 10px;
	}

	.tit-box {
		padding: 10px 10px 20px;
	}

	.tit-box .tit-box-t01 .en2 {
		font-size: 34px;
	}

	.ws-mv-zone {
		margin: 0 auto 40px;
	}

	.ws-mv-zone .ws-mv-image {
		width: 100%;
		display: table;
		table-layout: fixed;
	}

	.ws-mv-zone .ws-mv-txt {
		width: 100%;
		display: table;
		table-layout: fixed;
	}

	.ws-mv-zone .ws-mv-txt-inr {
		padding: 0 10px;
	}

	.ws-mv-zone .ws-mv-txt-p01 {
		font-size: 14px;
		margin: 0 auto 10px;
		padding-bottom: 10px;
	}

	.ws-mv-zone .ws-mv-txt-p02 {
		font-size: 12px;
	}

	.about-ul01 li {
		width: 100%;
		margin: 0 auto 40px !important;
		float: none;
		max-width: 400px;
	}

	.about-ul01 li figure {
		margin: 0 auto 20px;
		max-width: 100px;
	}

	.about-ul01 li .about-ul01-p01 {
		font-size: 19px;
		font-weight: bold;
		margin: 0 auto 20px;
	}

	.about-ul01 li .about-ul01-p02 {
		font-size: 13px;
	}

	.about-ul01 {
		margin: 0 auto 40px;
	}

	.about-zone01 {
		display: block;
		padding: 0;
		box-sizing: border-box;
		margin: 0 auto 20px;
	}

	.about-zone01 .about-zone01-left {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		background-color: #dfedf8;
	}

	.about-zone01 .about-zone01-left p {
		line-height: 1.4 !important;
		color: #000;
		font-size: 16px;
	}

	.about-zone01 .about-zone01-right {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
	}

	.about-zone01 .about-zone01-right .about-zone01-p01 {
		font-size: 16px;
		margin: 0 auto 5px;
	}

	.about-zone01 .about-zone01-right .about-zone01-p02 {
		font-size: 13px;
	}



	.club-f01 {

		padding: 20px 10px;
		margin: 0 auto 40px;
	}

	.about-link-ul li {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 30px !important;
		max-width: 400px !important;
	}



	.about-link-ul li a figure {
		margin: 0 auto 10px;
	}

	.reason-ul01 {
		max-width: 370px;
		margin: 0 auto 40px;
	}

	.reason-ul01>li {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 30px !important;
	}

	.reason-ul01>li .reason-ul-p01 {
		font-size: 16px;
		margin: 0 auto 10px;
	}

	.reason-ul01-sub li {
		font-size: 14px;
	}




	.reason-zone01 {
		padding: 30px 10px;
	}

	.reason-zone01-box01 {
		max-width: 500px;
		margin: 0 auto;
	}

	.reason-zone01-box01-left {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}

	.reason-zone01-box01-right {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}

	.reason-zone01-ul {
		max-width: 500px;
		margin: 0 auto;
	}

	.reason-zone01-ul>li {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

	.reason-zone01-ul .txt-box {
		padding: 10px 10px;
	}

	.club-maru-ul {
		padding: 0 0;
	}

	.club-maru-ul li {
		padding-top: 30%;
		width: 30%;
		margin-right: 5%;
	}

	.club-maru-ul li:after {
		width: 18%;
		right: -18%;
	}

	.club-maru-ul li .club-maru-p02 {
		font-size: 10px;
		word-break: keep-all !important;
	}

	.xia-div {
		padding: 40px 10px 20px;
	}

	.xia-box {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}

	.xia-box .xia-p01 {
		text-align: left;
		margin: 0 auto;
		font-size: 16px;
	}

	.xia-box .xia-p02 {
		font-size: 14px;
	}


	/*----------------------------------------------------
	　　    ◆strong
----------------------------------------------------*/

	.strong-page {
		padding: 10px 10px;
	}

	.strong-zone01 {
		max-width: 600px;
		margin: 0 auto 30px;
	}

	.strong-zone01-left {
		width: 100%;
		margin: 0 auto 30px;
		float: none;
	}

	.strong-zone01-right {
		width: 100%;
		margin: 0 auto 30px;
		float: none;
	}

	.strong-zone01-p01 {
		font-size: 18px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.strong-zone01-p02 {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.strong-bnr-zone .txt-box {
		padding: 15px 10px;
	}

	.strong-bnr-p01 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.strong-bnr-p02 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.strong-bnr-zone .more-btn03 a {
		padding: 0.4em 20px 0.2em;
	}


	.arrow-p {
		margin: 40px auto;

	}


	.arrow-p:after {

		border-left: 140px solid transparent;
		border-right: 140px solid transparent;
		border-top: 30px solid #032e43;
	}



	.digital-box {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 40px;
	}

	.digital-box .digital-box-image {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.digital-box .digital-box-txt {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		background-color: #FFF4F4;
	}

	.digital-box .digital-box-txt-inr {
		max-width: 100%;
		box-sizing: border-box;
	}

	.digital-box .digital-box-p02 {
		font-size: 14px;
	}

	.digital-box .digital-box-p03 {
		font-size: 13px;
	}

	.digital-box-p04 {
		margin-top: 10px;
	}

	/*----------------------------------------------------
	　　    ◆FAQ
----------------------------------------------------*/

	.faq-q {
		font-size: 14px;
		padding-left: 45px;
		padding-right: 25px;
	}

	.faq-q:before {
		font-size: 16px;
		height: 24px;
		width: 24px;
		left: 10px;
	}

	.faq-q:after {
		font-size: 15px;
	}

	.faq-a {
		padding-left: 45px;
	}

	.faq-a:before {
		font-size: 16px;
		height: 24px;
		width: 24px;
		left: 10px;
		top: 11px;
	}

	.faq-a-p01 {
		font-size: 13px;
	}

	/*----------------------------------------------------
	　　    ◆News
----------------------------------------------------*/

	.utility-wrapper {
		padding-bottom: 0px;
	}

	.news-index-ul li a {
		display: block;
		box-sizing: border-box;
	}

	.news-index-ul li .news-index-p01,
	.news-index-ul li .news-index-p02 {
		display: inline-block;
	}

	.news-index-ul li .news-index-p02 {
		width: 90px;
		font-size: 11px;
	}

	.news-index-ul li .news-index-p03 {
		display: block;
		font-size: 12px;
		line-height: 1.5 !important;
		margin-top: 5px;
	}

	.new-detail-p01 {
		font-size: 16px;
	}

	.new-detail-p02 {
		margin: 0 auto 20px;
	}

	/*----------------------------------------------------
	　　    ◆contact
----------------------------------------------------*/

	#contact_form table th,
	#contact_form table td {
		display: block;
		width: 100%;
		padding: 10px 10px;
		font-size: 13px;
	}

	.thanks-p01 {
		font-size: 16px;
	}

	.thanks-p02 {
		font-size: 14px;
	}

	.thanks-p03 {
		font-size: 12px;
		margin: 0 auto 40px;
	}

	/*----------------------------------------------------
	　　    ◆support
----------------------------------------------------*/

	.honbu-box01 {
		width: 100%;
		max-width: 400px;
		float: nonel
	}

	.honbu-box02 {
		width: 100%;
		float: none !important;
		max-width: 500px;
		margin-bottom: 40px;
	}

	.honbu-box02:last-child {
		margin-bottom: 0;
	}

	/*----------------------------------------------------
	　　    ◆membership
----------------------------------------------------*/

	.members-flow-box::after {
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
	}


	.members-flow-tit {
		font-size: 18px;
		margin-bottom: 20px;
	}


	.members-flow-inr {
		padding: 0 10px;
	}

	.members-flow-p01 {
		font-size: 15px;
	}

	.members-flow-p02 {
		margin-top: 30px;
	}

	.members-flow-p02 span {
		font-size: 15px;
	}

	.ul-style01 li {
		width: 100%;
		max-width: 500px;
		float: none !important;
		margin: 0 auto 20px !important;
	}

	.ul-style01 .ul-style01-p01 {
		padding: 0.4em 10px;
		text-align: left;
	}


	.choose-f01 {
		margin: 60px auto 60px;
	}

	.choose-zone09 {
		margin: 0 auto 20px;
		padding: 0;
	}

	.choose-zone09-box-oo {
		width: 100%;
		float: none !important;
		margin: 0 auto 50px;
		max-width: 500px;
	}

	.choose-zone09-image {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}

	.choose-zone09-txt {
		width: 100%;
		display: block;
		padding: 0;
	}

	.choose-zone09-txt .f01 {
		float: left;
		width: 32%;
		box-sizing: border-box;
		padding: 0 10px 10px 0;
	}

	.choose-zone09-p01 span {
		font-size: 16px;
	}


}