/*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/

.bg-box {
	width: 100%;
	background: url(../cmn_img/lp01/mv.jpg) center center no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
}
.top-mv-box {
	width: 100%;
	position: relative;
}
.top-mv-box .top-mv-contents {
	position: absolute;
	left: 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%);
	width: 100%;
	text-align: center;
}
.top-mv-box .top-mv-contents .mv-tit01 {
	margin: 0 auto 40px;
	opacity: 0;
	transform: scale(0.95, 0.95);
	-o-transform: scale(0.95, 0.95);
	-ms-transform: scale(0.95, 0.95);
	-moz-transform: scale(0.95, 0.95);
	-webkit-transform: scale(0.95, 0.95);
}
.top-mv-box .top-mv-contents .mv-tit02 {
	display: block;
	max-width: 390px;
	margin: 0 auto;
	opacity: 0;
	transform: translate(0, 10px);
	-o-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	-webkit-transform: translate(0, 10px);
}
.top-mv-box.show-time .top-mv-contents .mv-tit01 {
	transition: 1.4s ease-in-out;
	-moz-transition: 1.4s ease-in-out;
	-webkit-transition: 1.4s ease-in-out;
	-o-transition: 1.4s ease-in-out;
	opacity: 1;
	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.top-mv-box.show-time .top-mv-contents .mv-tit02 {
	transition: .5s ease-in-out 1.5s;
	-moz-transition: .5s ease-in-out 1.5s;
	-webkit-transition: .5s ease-in-out 1.5s;
	-o-transition: .5s ease-in-out 1.5s;
	opacity: 1;
	transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
}
.top-mv-box .top-mv-contents .mv-tit02 span {
	display: block;
	padding: 10px 0;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #ec126e;
	color: #fff;
	font-size: 18px;
}
.top-zone01 {
	background-color: #fff;
	box-sizing: border-box;
	padding: 100px 10px 100px;
}
.top-zone01-inr {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.top-zone01-left {
	width: 50%;
	float: left;
	text-align: right;
}
.top-zone01-left figure {
	position: absolute;
	opacity: 0;
	bottom: -20%;
	right: 52%;
	width: 35%;
}
.top-zone01.show-time .top-zone01-left figure {
	opacity: 1;
	bottom: -10%;
	transition: 1s ease-in-out 0.1s;
	-moz-transition: 1s ease-in-out 0.1s;
	-webkit-transition: 1s ease-in-out 0.1s;
	-o-transition: 1s ease-in-out 0.1s;
}
.top-zone01-right {
	width: 50%;
	float: right;
}
.top-zone01-p01 {
	font-size: 20px
}
.top-zone01-p02 {
	font-size: 42px;
	line-height: 1.2 !important;
	color: #ec126e;
	font-weight: bold;
	margin: 0 auto 60px;
}
.top-zone01-right .txt-box {
	box-sizing: border-box;
	padding-left: 50px;
}
.top-zone01-ul li {
	margin: 0 auto 30px;
	font-size: 22px;
	box-sizing: border-box;
	position: relative;
	padding-left: 50px;
}
.top-zone01-ul li:last-child {
	margin-bottom: 0;
}
.top-zone01-ul li:before {
	width: 36px;
	height: 36px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../cmn_img/check.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.top-zone02 {
	padding: 80px 10px;
	box-sizing: border-box;
}
.top-zone02 .top-zone02-inr {
	max-width: 1280px;
	margin: 0 auto;
}
.top-zone02-p01 {
	color: #fff;
	font-size: 30px;
	margin: 0 auto 10px;
	text-align: center;
}
.top-zone02-p02 {
	font-size: 30px;
	margin: 0 auto 20px;
	line-height: 1.4 !important;
	text-align: center;
	color: #fff;
}
.top-zone02-contents {
	width: 100%;
	display: table;
}
.top-zone02-contents .top-zone02-box01, .top-zone02-contents .top-zone02-box02 {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.top-zone02-contents .top-zone02-box01 {
	width: 41%;
}
.top-zone02-contents .top-zone02-box02 {
	text-align: center;
}
.top-zone02-p03 {
	margin: 0 auto 10px;
}
.top-zone02-p03 .span01, .top-zone02-p03 .span02 {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.top-zone02-p03 .span01 {
	background-color: #ec126e;
	color: #fff;
	font-size: 16px;
	width: 100px;
	border-radius: 3px;
	text-align: center;
	margin-right: 5px;
}
.top-zone02-p03 .span02 {
	font-size: 22px;
}
.top-zone02-contents .top-zone02-box01 figcaption {
	text-align: center;
	padding: 10px 0 0;
	line-height: 1.2 !important;
}
.top-zone02-p04 {
	margin: 20px auto 10px;
	width: 100%;
	width: 37px;
	height: 84px;
	background: url(../cmn_img/arrow.png) center center no-repeat;
	background-size: 100% 100%;
}
.top-zone02-p05 {
	font-size: 20px;
	font-weight: bold;
}
.top-zone03 {
	box-sizing: border-box;
	padding: 60px 10px;
	background-color: rgba(0,0,0,0.60);
}
.top-zone03 .top-zone03-inr {
	max-width: 1280px;
	margin: 0 auto;
}
.top-zone03-tit {
	text-align: center;
	margin: 0 auto 40px;
}
.top-zone03-tit span {
	display: inline-block;
	position: relative;
	z-index: 3;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
.top-zone03-tit span:after {
	position: absolute;
	left: 0;
	bottom: 0.2em;
	height: 0.4em;
	z-index: -1;
	/*background-color:#FFDD30;*/
	background-color: #ec126e;
	width: 100%;
	content: "";
}
.top-zone03-ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}
.top-zone03-ul li:nth-child(3n) {
	margin-right: 0;
}
.top-zone03-ul li:nth-child(3n + 1) {
	clear: both;
}
.top-zone03-ul li .top-zone03-p01 {
	color: #fff;
	margin: 0 auto 5px;
	font-size: 24px;
	font-weight: bold;
}
.top-zone03-ul li .top-zone03-p01 .s01 {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	color: #fff;
	font-family: 'Lato', "Times New Roman", Times, sans-serif;
	font-size: 1.2em;
}
.top-zone03-ul li .top-zone03-p01 .s02 {
	display: inline-block;
	vertical-align: middle;
	color: #ec126e;
}
.top-zone03-ul li .top-zone03-p02 {
	color: #fff;
	font-size: 14px;
}
.top-zone04 {
	background-color: #fff;
	padding: 80px 10px;
	box-sizing: border-box;
}
.top-zone04-inr {
	max-width: 1280px;
	margin: 0 auto;
}
.top-zone04-p01 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 40px;
	line-height: 1.2 !important;
}
.top-zone04-f01 {
	margin: 0 auto 60px;
	text-align: center;
}
.contact-btn-zone {
	text-align: center;
	padding: 80px 10px;
	box-sizing: border-box;
}
.contact-btn-zone .contact-btn-zone-p01 {
	font-size: 30px;
	margin: 0 auto 40px;
	line-height: 1.2 !important;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 #000, 0 1px 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000 !important;
}
.contact-btn-zone .contact-btn-zone-p02 a {
	display: block;
	max-width: 400px;
	padding: 20px 0;
	color: #fff;
	background-color: #ec126e;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
}
.top-zone05 {
	padding: 100px 10px;
	box-sizing: border-box;
	background: url(../cmn_img/lp01/img14.jpg) center center no-repeat;
	background-size: cover;
}
.top-zone05-inr {
	max-width: 1040px;
	margin: 0 auto;
	text-align: center;
}
.top-zone05-p01 {
	color: #fff;
	font-size: 18px;
}
.top-zone05-p02 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 30px;
	line-height: 1.5 !important;
}
.top-zone06 {
	padding: 80px 10px 20px;
	background-color: #fff;
}
.top-zone06-inr {
	max-width: 1020px;
	margin: 0 auto;
}
.top-zone06-box01 {
	width: 47%;
	float: left;
	margin: 0 auto 60px;
	max-width: 460px;
	opacity: 0;
	transform: scale(0.95, 0.95);
	-o-transform: scale(0.95, 0.95);
	-ms-transform: scale(0.95, 0.95);
	-moz-transform: scale(0.95, 0.95);
	-webkit-transform: scale(0.95, 0.95);
}
.top-zone06-box01.show-time {
	opacity: 1;
	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
}
.top-zone06-box01:nth-child(2n + 1) {
	float: right;
}
.top-zone06-p01 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 10px;
	line-height: 1.4 !important;
	padding-left: 2em;
	text-indent: -2em;
}
.top-zone06-p01 .s01 {
	padding: 0.1em 0.5em;
	background-color: #ec126e;
	color: #fff;
	border-radius: 300px;
	display: inline-block;
	margin-right: 0.3em;
	text-indent: 0;
}
.top-zone07 {
	background-color: #3a3c49;
	padding: 80px 10px;
	box-sizing: border-box;
}
.top-zone07 .top-zone07-inr {
	max-width: 1040px;
	margin: 0 auto;
}
.top-zone07 .head02 .en1 {
	color: #fff;
}
.top-zone07-ul li {
	width: 47%;
	float: left;
	margin: 0 auto 40px;
	color: #fff;
}
.top-zone07-ul li:nth-child(2n) {
	float: right;
}
.top-zone07-ul li:nth-child(2n + 1) {
	clear: both;
}
.top-zone07-ul .top-zone07-p01 {
	font-size: 21px;
	font-weight: bold;
}
.top-zone07-ul .top-zone07-p02 {
	font-size: 14px;
}
.top-zone08 .head02 .en1 {
	color: #fff;
}
.top-zone08 {
	padding: 80px 10px;
	box-sizing: border-box;
	background: url(../cmn_img/lp01/img16.jpg) center center no-repeat;
	background-size: cover;
}
.top-zone08-inr {
	max-width: 1140px;
	margin: 0 auto;
	display: table;
	width: 100%;
}
.top-zone08-left {
	width: 350px;
	display: table-cell;
	vertical-align: middle;
}
.top-zone08-right {
	width: calc(100% - 350px);
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
.top-zone08-p01 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto 40px;
}
.top-zone08-p02 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.top-zone09 {
	padding: 80px 10px;
	box-sizing: border-box;
	background-color: #fff;
}
.top-zone09-inr {
	max-width: 1280px;
	margin: 0 auto;
}
.top-zone09-box-oo {
	width: 48%;
	float: left;
}
.top-zone09-box-oo:nth-child(2n) {
	float: right;
}
.top-zone09-p00 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 10px;
	display: none;
}
.top-zone09-box {
	width: 100%;
	display: table;
	position: relative;
}
.top-zone09-image {
	width: 41%;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}
.top-zone09-image figure {
/*	height:100%;
	width:100%;
	background-color:#000000;
	position:absolute;
	left:0;
	top:0;*/
}
.top-zone09-txt {
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}
.top-zone09-p01 {
	font-size: 13px;
	margin: 0 auto 10px;
}
.top-zone09-p01 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 5px;
	line-height: 1.5 !important;
}
.top-zone09-p02 {
	line-height: 0 !important;
}
.top-zone10-outer {
	background-color: #fff;
	padding-bottom: 60px;
}
.top-zone10 {
	max-width: 1720px;
}
.top-zone10 .top-zone10-inr {
	width: 100%;
	display: table;
}
.top-zone10 .top-zone10-left {
	display: table-cell;
	width: 42%;
	vertical-align: middle;
}
.top-zone10 .top-zone10-right {
	display: table-cell;
	box-sizing: border-box;
	padding-left: 60px;
	vertical-align: middle;
}
.top-zone10 .head02 {
	margin: 0 auto -10px;
}
.top-zone10-right .clearfix {
	max-width: 800px;
	width: 100%;
	display: table;
}
.top-zone10-box01 {
	width: 55%;
	display: table-cell;
	vertical-align: bottom;
}
.top-zone10-box02 {
	display: table-cell;
	vertical-align: bottom;
}
.top-zone10-p01 {
	margin: 0 auto 10px;
}
.top-zone10-p01 span {
	display: inline-block;
	padding: 2px 20px;
	background-color: #ec126e;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.top-zone10-p01 .s01{
	font-size:14px;
	padding:2px 10px;
	}

.top-zone10-ul li {
	margin-bottom: 5px;
	font-size: 15px;
}
.top-zone11 {
	padding: 100px 10px 60px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.90);
}
.top-zone11-inr {
	max-width: 900px;
	margin: 0 auto;
}
.top-zone11-p01 {
	text-align: center;
	margin: 0 auto 30px;
	font-size: 32px;
	font-weight: bold;
	color: #ec126e;
	line-height: 1.4 !important;
}
.top-zone11-left {
	width: 48%;
	float: left;
	max-width: 400px;
}
.top-zone11-left p {
	font-size: 15px;
}
.top-zone11-right {
	width: 50%;
	float: right;
}
.top-zone11-right table {
	width: 100%;
	box-sizing: border-box;
}
.top-zone11-right table th, .top-zone11-right table td {
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	padding-bottom: 8px;
	vertical-align: top;
}
.top-zone11-right table td span {
	color: #E10003;
	font-weight: bold;
	display: inline-block;
}
.top-zone12 {
	box-sizing: border-box;
	padding: 10px 10px 60px;
	background-color: rgba(255,255,255,0.90);
}
.top-zone12-inr {
	max-width: 1080px;
	margin: 0 auto;
}
.add-en-tit {
	text-align: center;
	font-size: 30px;
	margin: 0 auto 30px;
	font-weight: bold;
	color: #ec126e;
}
.top-zone12-figure {
	width: 49%;
	float: left;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.top-zone12-figure:nth-child(2n) {
	float: right;
}
.top-zone12-box01 {
	overflow: hidden;
	position: relative;
}
.top-zone12-box01:before {
	width: 2px;
	height: 106%;
	position: absolute;
	content: "";
	left: 50%;
	top: -3%;
	background-color: #00aeb5;
}
.top-zone13 {
	padding: 60px 0px 0;
	box-sizing: border-box;
}
.top-zone13 .add-en-tit {
	margin: 0 auto 60px;
}
.slider-wrapper {
	box-sizing: border-box;
	overflow: hidden;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.slider-wrapper .slider-box {
	height: 360px;
	background-color: #000000;
	box-sizing: border-box;
	background: url(../cmn_img/lp01/construction.jpg) repeat-x;
	background-size: auto 100%;
	background-position: 0 center;
	-webkit-animation: sliderAnimations 25s linear infinite;
	-moz-animation: sliderAnimations 25s linear infinite;
	-ms-animation: sliderAnimations 25s linear infinite;
	animation: sliderAnimations 25s linear infinite;
}
 @-webkit-keyframes sliderAnimations {
 0% {
 background-position:0 center;
}
 100% {
 background-position:-1736px center;
}
}
@-moz-keyframes sliderAnimations {
 0% {
 background-position:0 center;
}
 100% {
 background-position:-1736px center;
}
}
@-ms-keyframes sliderAnimations {
 0% {
 background-position:0 center;
}
 100% {
 background-position:-1736px center;
}
}
@keyframes sliderAnimations {
 0% {
 background-position:0 center;
}
 100% {
 background-position:-1736px center;
}
}
/*----------------------------------------------------
	　　    ◆Contact
----------------------------------------------------*/


.naka-mv-zone {
	background: url(../cmn_img/contact/contact_mv.jpg) center center no-repeat;
	background-size: cover;
}
.naka-mv-zone .naka-mv-box {
	padding: 160px 0;
	text-align: center;
}
.contact-page {
	padding: 60px 10px 0;
	max-width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
}
.above-p01 {
	font-size: 16px;
	margin: 0 auto 30px;
	font-weight: bold;
}
.above-p01 i {
	font-style: normal;
	color: #d80078;
	margin-right: 5px;
}
.form-table-s01 {
	font-size: 15px;
	border-collapse: separate;
	border-spacing: 0px 5px;
	width: 100%;
}
.form-table-s01 * {
	font-size: 15px;
}
.form-table-s01 th, .form-table-s01 td {
	box-sizing: border-box;
	vertical-align: middle;
	padding: 20px 20px;
	line-height: 1.5;
	font-size: 14px;
}
.form-table-s01 th {
	background-color: #000000;
	color: #fff;
	font-size: 16px;
	position: relative;
	width: 30%;
}
.form-table-s01 th.must:after {
	content: "*";
	color: #d80078;
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 20px;
	margin-top: -0.5em;
}
.form-table-s01 td {
	background-color: #f5f5f5;
}
.form-table-s01 label {
	display: inline-block;
	margin-right: 20px;
}
.form-p01 {
	margin: 0 auto;
}
.form-p01 + .form-p01 {
	margin-top: 5px;
}
.err-p {
	margin-top: 5px;
	font-size: 14px;
	color: #FF0004;
	font-weight: bold;
}
.err-p:before {
	font-family: FontAwesome;
	content: "\f071";
	font-weight: normal;
	margin-right: 5px;
}
.form-span01 {
	display: inline-block;
}
.form-span02 {
	display: inline-block;
	margin: 5px 0;
}
.form-span03 {
	display: inline-block;
	min-width: 120px;
}
.form-span02 label {
	font-size: 16px;
}
.form-p01 input[type=text], .form-p01 select {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 5px;
}
.width_ss {
	width: 100%;
	max-width: 100px;
}
.width_s {
	width: 100%;
	max-width: 160px;
}
.width_m {
	width: 100%;
	max-width: 280px;
}
.width_l {
	width: 100%;
	max-width: 100%;
}
.form-tit {
	margin-bottom: 20px;
	vertical-align: bottom;
	font-weight: bold;
	border-left: 4px solid #d80078;
	line-height: 1.4 !important;
	padding-left: 20px;
}
.form-tit .form-tit-span01 {
	margin-right: 20px;
	font-size: 2em;
}
.form-tit .form-tit-span02 {
	font-size: 16px;
}
.form-notice-box {
	background-color: #f5f5f5;
	padding: 40px 10px;
	box-sizing: border-box;
	text-align: center;
}
.form-notice-p01 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10px;
}
.form-notice-p02 {
	font-size: 14px;
	text-align: center;
	margin: 0 auto 20px;
}
.form-btn-box {
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
	max-width: 900px;
	margin: 0 auto;
}
.form-btn-box .form-btn {
	width: 50%;
	display: inline-block;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 2%;
	margin: 0 auto 10px;
}
.form-btn-box .form-btn button {
	display: block;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #ccc;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.form-btn-box .form-btn button.pink-color {
	background-color: #d80078;
	border: 1px solid #d80078;
}
.form-btn-box .form-btn button:hover {
	opacity: 0.8;
}
.thanks-page {
	min-height: 300px;
}
.thanks-p01 {
	font-size: 22px;
	margin: 0 auto 40px;
	font-weight: bold;
	text-align: center;
}
.thanks-p02 {
	font-size: 15px;
	text-align: center;
	margin: 0 auto 40px;
}
.btn-back {
	max-width: 300px;
	margin: 0 auto;
}
.btn-back a {
	display: block;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
	border-radius: 300px;
}
.btn-back a:hover {
	opacity: 0.8;
}

@media screen and (max-width:1000px) {
/*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/


/*----------------------------------------------------
	　　    ◆Contact
----------------------------------------------------*/


}

@media screen and (max-width:760px) {
/*----------------------------------------------------
	　　    ◆TOP
----------------------------------------------------*/

.top-mv-box .top-mv-contents .mv-tit01 {
	width: 50%;
	min-width: 180px;
}
.top-mv-box .top-mv-contents .mv-tit02 {
	width: 50%;
	min-width: 200px;
}
.top-mv-box .top-mv-contents .mv-tit02 span {
	font-size: 13px;
	word-break: keep-all !important;
}
.top-zone01 {
	padding: 30px 10px;
}
.top-zone01-right, .top-zone01-left {
	width: 100%;
	float: none;
	margin: 0 auto 30px;
}
.top-zone01-left {
	text-align: center;
}
.top-zone01 .top-zone01-left figure {
	position: static;
	opacity: 1;
	width: 100%;
}
.top-zone01-right .txt-box {
	padding: 0;
}
.top-zone01-ul li {
	font-size: 15px;
	margin: 0 auto 20px;
	padding-left: 24px;
}
.top-zone01-ul li::before {
	width: 16px;
	height: 16px;
	top: 2px;
}
.top-zone02 {
	padding: 40px 10px;
}
.top-zone02-p02 {
	font-size: 15px;
}
.top-zone02-contents {
	display: block;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
.top-zone02-contents .top-zone02-box01, .top-zone02-contents .top-zone02-box02 {
	display: block;
	width: 100%;
}
.top-zone02-contents .top-zone02-box02 {
	margin: 30px auto 30px;
}
.top-zone02-p04 {
	background-image: none;
	width: 40px;
	height: auto;
	margin: 0 auto 0px;
}
.top-zone02-p04:after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 50px;
}
.top-zone03-tit span {
	font-size: 24px;
}
.top-zone03-ul li {
	width: 100%;
	float: none;
	margin: 0 auto 20px !important;
	clear: none !important;
}
.top-zone03-ul li .top-zone03-p01 {
	font-size: 20px;
}
.top-zone03-ul li .top-zone03-p01 .s01 {
	width: 35px;
}
.top-zone04 {
	padding: 40px 10px 20px;
}
.top-zone04-p01 {
	font-size: 16px;
	margin: 0 auto 20px;
}
.contact-btn-zone {
	padding: 40px 10px;
	overflow: hidden;
}
.contact-btn-zone .contact-btn-zone-p01 {
	font-size: 15px;
	word-break: keep-all;
	margin: 0 auto 20px;
}
.top-zone05 {
	padding: 60px 10px;
}
.top-zone05-p02 {
	font-size: 22px;
}
.top-zone06-inr {
	max-width: 500px;
}
.top-zone06-box01 {
	width: 100%;
	float: none !important;
	margin: 0 auto 20px;
}
.top-zone06-p01 {
	font-size: 16px;
}
.top-zone07 {
	padding: 40px 10px;
}
.top-zone07-ul li {
	width: 100%;
	float: none;
	margin: 0 auto 20px;
}
.top-zone07-ul .top-zone07-p01 {
	font-size: 18px;
	text-align: center;
}
.top-zone08-inr {
	max-width: 500px;
	display: block;
}
.top-zone08-left {
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}
.top-zone08-right {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.top-zone08-p01 {
	font-size: 20px;
	margin: 0 auto 20px;
}
.top-zone09-box-oo {
	width: 100%;
	float: none;
	margin: 0 auto 50px;
}
.top-zone09-box-oo:last-child {
	margin-bottom: 0;
}
.top-zone09-p00 {
	font-size: 16px;
	text-align: left;
}
.top-zone09-box {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.top-zone09-image {
	width: 40%;
	display: block;
	float: left;
}
.top-zone09-txt {
	display: block;
	padding-left: 0;
}
.top-zone09-p01 {
	margin: 0 auto 10px;
}
.top-zone09-txt figure {
	width: 32%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
.top-zone09-p02 {
	position: static;
	margin: 0 auto 50px;
	text-align: center;
}
.top-zone09-p02:last-child {
	margin-bottom: 0;
}
.top-zone10 .top-zone10-inr {
	display: block;
	max-width: 520px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.top-zone10 .top-zone10-left {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.top-zone10 .top-zone10-right {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.top-zone10 .head02 {
	margin: 0 auto -20px;
	position: relative;
	z-index: 3;
}
.top-zone10-box01 {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 50px;
	box-sizing: border-box;
	padding-left: 12%;
}
.top-zone10-box02 {
	display: block;
	width: 100%;
}
.top-zone10-p01 span {
	display: block;
	text-align: center;
}
.top-zone07-ul .top-zone07-p02 {
	font-size: 16px;
}
.scroll-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto 40px;
}
.scroll-wrapper:before {
	content: "➡ 横にスクロールして確認してください。";
	display: block;
	color: #E70003;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4 !important;
	margin: 0 auto 10px;
}
.scroll-inr {
	width: 800px;
}
/*.top-zone04-f01{
	margin:0 auto;
	}*/



.top-zone11 {
	padding: 60px 10px 40px;
}
.top-zone11-p01 {
	font-size: 16px;
}
.top-zone11-left, .top-zone11-right {
	width: 100%;
	margin: 0 auto 30px;
	max-width: 500px;
	float: none;
}
.top-zone11-right table th, .top-zone11-right table td {
	font-size: 13px;
}
.top-zone11-right table th {
	width: 110px;
}
.top-zone12-box01 {
	max-width: 400px;
	margin: 0 auto;
}
.top-zone12-figure {
	width: 100%;
	float: none;
	margin: 0 auto 20px;
}
.top-zone12-box01::before {
	display: none;
}
.top-zone13 figure {
	padding: 10px 10px;
}
.top-zone10 {
	padding-top: 30px;
}

.slider-wrapper .slider-box {
	height: 180px;
	background-size: auto 100%;
	background-position: 0 center;
	-webkit-animation: sliderAnimations 35s linear infinite;
	-moz-animation: sliderAnimations 35s linear infinite;
	-ms-animation: sliderAnimations 35s linear infinite;
	animation: sliderAnimations 35s linear infinite;
}

/*----------------------------------------------------
	　　    ◆Contact
----------------------------------------------------*/

.naka-mv-zone .naka-mv-box {
	padding: 40px;
}
.head01 .jp {
	font-size: 24px;
}
.head01 .en {
	max-width: 130px;
}
.contact-page {
	padding: 30px 10px;
}
.form-tit .form-tit-span02 {
	display: block;
	font-size: 13px;
}
.above-p01 {
	font-size: 14px;
	margin: 0 auto 20px;
}
.form-table-s01 {
	border-collapse: collapse;
	border-spacing: 0px 0px;
}
.form-table-s01 * {
	font-size: 13px;
}
.form-table-s01 th, .form-table-s01 td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
}
.form-table-s01 th {
	font-size: 14px;
	text-align: left;
	padding: 10px 10px;
}
.form-table-s01 th.must:after {
	position: static;
	margin-top: 0;
	margin-left: 10px;
	font-size: inherit;
}
.form-table-s01 td {
	border-bottom: 4px solid #fff;
}
.form-span01 {
	margin-top: 5px;
}
.form-span03 {
	display: block;
}
.form-btn-box .form-btn {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 10px;
}
.nowrap {
	display: inline-block;
	margin-right: 5px;
}
.width_m {
	max-width: 240px;
}
.width_s {
	max-width: 140px;
}
.top-mv-box .top-mv-contents .mv-tit01 {
	margin: 0 auto 10px;
}
.top-zone09-p01 span {
	font-size: 15px;
}

.top-zone10-p01 .s01{
	font-size:13px;
	padding:2px 0px;
	}

}
