@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
/*-------------------------------------------------------------------------
body
------------------------------------------------------------------------*/
body{
	width: 100%;
	color: #323232;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 13px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	transition: 0.5s;
	font-weight: normal;
	font-family: arial, sans-serif;
}
.depth_1{
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}
/*-------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------*/
/* WRAP */
.wrap{
	position: relative;
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1080px;
	min-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}
.narrow_inner_up{
	margin-top: -140px;
	background: #FFF;
	padding: 70px 50px 0;
}
/*-------------------------------------------------------------------------
NAVI
------------------------------------------------------------------------*/
/* header */
.sp_nav{
	position: fixed;
	top: 20px;
	left: -10px;
	z-index: 20;
	height: 100%;
}
nav ul li a{
	color: #FFF;
	font-size: 20px;
	line-height: 0.8em;
	font-family: 'Ubuntu', sans-serif;
}
nav ul li a span{	
	font-size: 13px;
	line-height: 1em;
	color: #979595;
	font-family: 'Ubuntu', sans-serif;
	color: #BF9F00;
}
.sp_nav_menu{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	height: 100%;
	width: 100%;
	background: #323232;
	top: 0;
	left: 0; 
	padding: 10%;
	transition: 0.6s;
}
.sp_nav_menu_wrap{
	max-width: 1000px;
	width: 100%;
	padding: 90px;
}

.sp_nav_menu.nav_active{
	visibility: visible;
	opacity: 1;
	transition: 0.6s;
	left: 0;
}
.sp_nav_menu ul{
}
.sp_nav_menu ul li{
	margin-bottom: 50px;
	width: 30%;
	margin-right: 5%;
}
.sp_nav_menu ul li:nth-child(3n){
	margin-right: 0;
}
.sp_nav_logo{
	margin: 0 auto 90px;
	width: 200px;
}
.sp_nav_logo a{
	display: block;
}
.sp_nav_logo a img{
	width: 100%;
}
.l_bar{
	background: #323232;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 40px;
	z-index: 10;	
}

.sp_nav_btn_logo{
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 300;
	width: 20px;
}
.sp_nav_btn_logo a img{
	width: 100%;
}
/* ToggleBtnAnimation */
#nav_btn{
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	top: calc( 50% - 100px );
	left: 20px;
	z-index: 300;
	cursor: pointer;
}
#nav_btn img{
}
.nav_btn_img{
	margin: 25px auto 0;
	width: 10px;
}
.nav_btn_img img{
	width: 100%;
}
#nav_btn span{
	position: absolute;
	background: #FFF;
}
#nav_btn span:nth-child(1){
	height: 2px;
	top: 0;
	right: 0;
	animation-name: navBtn-top-out;
	animation-delay: 0.1s;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
#nav_btn span:nth-child(2){
	height: 2px;
	top: 6px;
	animation-name: navBtn-top-out;
	animation-delay: 0.1s;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
#nav_btn span:nth-child(3){
	height: 2px;
	top: 12px;
	right: 0;
	animation-name: navBtn-bottom-out;
	animation-delay: 0.1s;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes navBtn-top-out{
	0% {
		opacity: 0;
		width: 0;
	}
	100%{
		opacity: 1;
		width: 20px;
	}
}
@keyframes navBtn-middle-out{
	0% {
		opacity: 0;
		width: 0;
	}
	100%{
		opacity: 1;
		width: 20px;
	}
}
@keyframes navBtn-bottom-out{
	0% {
		opacity: 0;
		width: 0;
	}
	100%{
		opacity: 1;
		width: 20px;
	}
}
@-ms-keyframes navBtn-top-out{
	0% {
		opacity: 0;
		width: 0;
	}
	100%{
		opacity: 1;
	width: 20px;
	}
}
@-ms-keyframes navBtn-middle-out{
	0% {
		opacity: 0;
		width: 0;
	}
	100%{
		opacity: 1;
		width: 20px;
	}
}
@-ms-keyframes navBtn-bottom-out{
	0% {
		opacity: 0;
		width: 0;
	}
	100%{
		opacity: 1;
		width: 20px;
	}
}
#nav_btn.nav_active span:nth-child(1){
	animation-name: navBtn-top;
	background: #FFF;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes navBtn-top{
	0% {
		top: 0;
		right: auto;
		left: 0;
		width: 0;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
	}
	30% {
		top: 0;
		width: 0;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
	}
	31%{
		top: 0;
		left: 0;
		width: 0;
	}
	60%{
		top: 0;
		left: 0;
		width: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	100%{
		top: 0;
		left: 0;
		width: 20px;
		-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
		-ms-transform: translateY(6px) translateX(0) rotate(45deg);
		transform: translateY(6px) translateX(0) rotate(45deg);
	}
}
#nav_btn.nav_active span:nth-child(2){
	background: #FFF;
	animation-delay: 0.1s;
	animation-name: navBtn-middle;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes navBtn-middle{
	0% {
		width: 0;
	}
	30% {
		width: 0;
	}
	100% { 
		opacity: 0;
		width: 0;
	}
}
#nav_btn.nav_active span:nth-child(3){
	background: #FFF;
	animation-delay: 0.3s;
	animation-name: navBtn-bottom;
	animation-duration: 0.4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes navBtn-bottom{
	0% {
		top: 0;
		right: 0;
		width: 0;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
	}
	30% {
		top: 0;
		right: 0;
		width: 0;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
	}
	31%{
		top: 0;
		width: 0;
	}
	60%{
		top: 0;
		width: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	100%{
		top: 0;
		width: 20px;
		-webkit-transform: translateY(6px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(6px) translateX(0) rotate(-45deg);
		transform: translateY(6px) translateX(0) rotate(-45deg);
	}
}


/*-------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------*/
/*LAYOUT*/
.btw{
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}
.str{
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.ps_right{
	justify-content: flex-end;
}
.ps_tp{
    align-items: flex-start;
}
.ps_ctr{
    align-items: center;
}
.ps_btm{
    align-items: flex-end;
}
.fixed_ctr{
	overflow: hidden;
}
.fixed_ctr_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 10;
}
/*WINDOWS HEIGHT*/
.st_h {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ol_bg:after{
	position: absolute;
	top: 0; 
	left: 0;
	height: 100%;
	width: 100%;
    content: '';
    display: block;
    background: transparent url(img/movie_overlay.png) repeat top left; 
    z-index: -1;
    opacity: 0.6;
}
.h2_01{
	width: 340px;
	margin: 0 auto 50px;
	color: #FFF;
	font-size: 40px;
}
.h2_01 img{
	width: 100%;
}
.h2_02{
	margin-bottom: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
}
.h2_02 span{
	font-size: 11px;
}
.h2_03{
	text-align: center;
	margin: 100px auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
}
.h3_01{
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 15px;
}
.h3_01 span{
	font-size: 10px;
	display: block;
	margin: 15px 0 10px;
}
.strong_01{
	font-size: 45px;
	font-family: 'Ubuntu', sans-serif;
	color: #FFF;
	text-align: center;
}
.strong_02{
	font-size: 20px;
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.whats_renoge_content{
	font-size: 17px;
	line-height: 2em;
}
/* TEXT IMG STYLE */
a{
	color: #323232;
}
p{
	margin-bottom: 20px;
}
img{
	width: 100%;
	vertical-align: middle;
}
.txt_c{
	text-align:center;
}
.txt_l{
	text-align:left;
}
.txt_r{
	text-align: right;
}
.bdr_box{
	border: 1px solid #E8E9EA;
	padding: 5px;
}
.img_ol{
	position: relative;
	display: block;
	z-index: -1;
}
.img_ol:after{
	position: absolute;
	top: 0; 
	left: 0;
	height: 100%;
	width: 100%;
    content: '';
    display: block;
    background: transparent url(img/overlay.png) repeat top left;
    opacity: 0.3;
	z-index: 1;
}
.pad_top{
	padding-top: 80px;
}
#gmap{
	height: 480px;
	width: 100%;
	background: #f9f9f9;
}
.btn_01{
	text-align: center;
}
.btn_01 a{
	position: relative;
	width: 100%;
	display: block;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	color: #FFF;
	background: #6fbfff;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	line-height: 50px;
	height: 50px;
	width: 100%;
	border-radius: 50px;
}
.btn_01.btn_01_fin a:after{
	content: "終了しました。";
	width: 100%;
	display: block;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	color: #FFF;
	background: rgba(32, 32, 32, 0.7);
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	line-height: 50px;
	height: 50px;
	width: 100%;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_01.btn_01_fin a{
		pointer-events: none;
}
/*tel*/
.tel_link{
	pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tel_link{
		pointer-events: none;
	}	
	.btn_grd_bg a.tel_link:hover{
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width:480px) {
	.tel_link{
		pointer-events: auto;
	}
}
/*-------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------*/
.main_v{
	background: url(img/main_v.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.whats_renoge{
	background: url(img/whats_renoge_bg.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.main_v_content,
.whats_renoge_content{
	width: 100%;
	color: #FFF;
	font-weight: bold;
}
.top_info{
	background: #FFF;
	margin-top: -80px;
	padding: 30px
}
.top_info_content > article{
	width: 48%;
	margin: 0 4% 4% 0;
}
.top_info_content > article:nth-child(even){
	margin-right: 0;
}
.top_info_content > article > div:first-child{
	width: 150px;
	margin-right: 20px;
}
.top_info_content > article > div:first-child img{
	width: 100%;
}
.top_info_content > article > div:last-child{
	width: calc( 100% - 170px );
}
.top_info_content p{
	margin-bottom: 5px;
}
p.top_info_date{
	margin-bottom: 0 !important;
}
.top_info_title{
	font-weight: bold;
	font-size: 15px;
}
p.top_info_desc{
	line-height: 1.8em;
	margin-bottom: 15px;
}
.sec_content_01 > div{
	width: 48%;
	margin-right: 4%;
}
.sec_content_01 > div:nth-child(even){
	margin-right: 0;
}
.txt_wrap{
	max-width: 520px;
}
.txt_wrap_l{
	padding-left: 60px;
}
.fotter_menu{
	background: #f7f7f7;
	padding: 30px 0 30px 60px;
	font-family: 'Ubuntu', sans-serif;
}
.fotter_menu li{
	margin-right: 40px;
}
.copy{
	padding: 20px;
	background: #f7f7f7;
	text-align: center
}
small{
	font-size: 11px;
	font-family: 'Ubuntu', sans-serif;
	background: #f7f7f7;
}
small a{
	font-size: 11px;
	font-family: 'Ubuntu', sans-serif;
	background: #f7f7f7;
}
/*-------------------------------------------------------------------------
TABLE LAYOUT
------------------------------------------------------------------------*/
.table_01 {
  border: 1px solid #dddddd;
  width: 100%;
  margin: 0 auto 80px;
  max-width: 950px;
}
.table_01 ul{
	margin-bottom: 15px;
}
.table_01 tr {
  border-bottom: 1px solid #dddddd;
}

.table_01 tr th {
    width: 200px;
  vertical-align: middle;
  background-color: #f4f4f4;
}
.table_01 tr td {
	text-align: left;
}
.table_01_title{
	display: block;
	font-weight: bold;
}
.table_indent{
	margin-left: 1.2em;
	margin-top: -20px;
}
.table_indent ul li{
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.fukuri_list li{
	text-indent: -1.1em;
	padding-left: 1.1em;
}
@media only screen and (min-width: 751px) {
  .table_01 tr th {
    width: 200px;
    padding: 20px
  }
  .table_01 tr td {
    padding: 20px 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .table_01 tr th {
    width: 100%;
    padding: 20px
  }
  .table_01 tr th, .table_01 tr td {
    display: block
  }
  .table_01 tr th {
    padding: 10px 15px
  }
  .table_01 tr td {
    padding: 20px 15px
  }
}
.page_content_list_type02{
	background: url(img/flow_arrow.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;	
}
.page_content_list_type02 li{
    position: relative;
	width: 22%;
	margin: 0 4% 4% 0;
	font-weight: bolder;
	padding: 25px 5px;
	border: 1px solid #000000;
	display: block;
}
.page_content_list_type02 li:after{
	content:"\f0da";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #000000;
	font-size: 20px;
	position: absolute;
	top: calc( 50% - 10px );
	right: -15%;
}
.page_content_list_type02 li:nth-child(4):after,
.page_content_list_type02 li:nth-child(6):after{
	display: none;
}
.page_content_list_type02 li span{
	display: block;
}
.page_content_list_type02 li:nth-child(4n){
	margin-right: 0;
}
.page_content_list_type02 li:first-child,
.page_content_list_type02 li:last-child{
	background: #000000;
	color: #FFF;
}
.page_content_list_type02 li:nth-child(5),
.page_content_list_type02 li:last-child{
	margin-top: 30px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
	.page_content_list_type01 li:last-child{
		border-bottom: none;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.page_content_list_type02{
		background: none;		
	}
	.page_content_list_type02 li{
		width: 100%;
		margin: 0 auto 20px;
	}
	.page_content_list_type02 li:after{
		display: none;
	}.page_content_list_type02 li:last-child{
		margin-top: 0;
		margin-bottom: 0;
	}
}
/*-------------------------------------------------------------------------
FORM BASIS
------------------------------------------------------------------------*/
.form_1{
  width: 100%;
  margin: 0 auto 50px;
  padding-left: 100px;
  border-collapse: collapse;
}
.form_1 th,
.form_1 td {
	position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}
.form_1 tr:last-child th,
.form_1 tr:last-child td{
	border: none;
}
.form_1 th h2{
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.form_1 th{
	width: 280px;
}
.form_1 th{
	padding-right: 30px;
}
.form_1 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_1 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_1 .fix-txt a i{
	color: #FFAB00;
}
.form_1 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_1 input[type="text"], 
.form_1 input[type="submit"],
.form_1 input[type="tel"],
.form_1 input[type="search"],
.form_1 input[type="email"],
.form_1 input[type="mail"],
.form_1 input[type="password"],
.form_1 textarea, 
.form_1 button,
.form_1 select{
	outline: 0;
	width: 100%;
	padding: 15px 15px 15px 10px;
	margin: 15px auto;
	outline: 0;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	line-height: 1.2em;
	background: #FFF;
}
.form_1 textarea{
	height: 10em;
}
.form_1 input[type="text"]:focus,
.form_1 input[type="tel"]:focus,
.form_1 input[type="email"]:focus,
.form_1 select:focus,
.form_1 textarea:focus{
	border-color: #66a6ff;
}
  
/*---selectBox---*/
.form_1 select {
	width: 100%;
	padding: 15px 60px 15px 10px;
	background-image: url(img/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	margin: 15px auto;
}

/*---btn---*/
.form_1_btn .button_wrap{
	height: 70px;
	width: 320px;
	margin: 30px auto 30px;
}
.form_1_btn .button_wrap input,
.form_1_btn .button_wrap a{
	width: 100%;
	display: block;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	color: #FFF;
	background: #323232;
	border: 2px solid #323232;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height: 70px;
	width: 320px;
	border-left-radius: 50%;
	border-radius: 50px;
}
.form_1_btn .button_wrap a{
	line-height: 70px;
}
.form_1_btn .button_wrap.back_btn input{
	background: #767676;
	border: 2px solid #767676;
}
.form_1_btn .button_wrap:hover input,
.form_1_btn .button_wrap a{
	background: #66a6ff;
	border: 2px solid #66a6ff;
}
.form_1_btn .button_wrap i{
	visibility: hidden;
	display: block;
	position: absolute;
	font-size: 16px;
	color: #FFF;
	top: calc( 50% - 13px);
	right: calc( 30% + 30px );
	z-index: 1000;
	opacity: 0;
	transition: 0.3s;
}
.form_1_btn .button_wrap:hover i{
	visibility: visible;
	display: block;
	position: absolute;
	font-size: 25px;
	color: #FFF;
	top: calc( 50% - 13px);
	right: 30%;
	z-index: 1000;
	opacity: 1;
	transition: 0.3s;
}

.form_1_btn .button_wrap.back-btn input{
	background: #acacac;
	border: 2px solid #acacac;
	color: #FFF;
}
.form_1 .required{
	background: #ff0000;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	color: #FFF;
	margin-left: 10px;
	float: right;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.mw_wp_form .error {
	font-size : 11px;
	color : #ff0000 !important;
	display : block;
}
/*---radioBox---*/
.form_radio span{
	display: inline-block;
	margin: 5px;
}
.form_1 .form_radio input[type="radio"]{
	display: none;
}
.form_1 .form_radio label{
	cursor: pointer;
	padding-right: 15px;
	color: #b0b0b0;
	font-weight: bold;
	
}
.form_1 .form_radio label .mwform-radio-field-text:before{
	content:"\f1db";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 20px;
	position: relative;
	top: 2px;
}
.form_1 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
	color: #BF9F00;
}
.form_1 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
	content:"\f05d";
	font-family: FontAwesome;
	color: #BF9F00;
}
.contact_check{
	margin-top: 80px;
}
@media screen and (max-width:767px) {
	.form_1 th,
	.form_1 td{
		display: block;
		width: 100%;
	}
	.form_1 th {
		border-color: #000000;
	}
	.form_1 tr:last-child th{
		border-bottom: 1px solid #000000;
	}
	.form_1 td {
		border-bottom: none;
	}
	.form_1_btn .button_wrap{
		width: 100%;
	}
	.form_1_btn .button_wrap input{
		width: 100%;
	}
	.contact_btn_tel{
		width: 100%;
	}
	.contact_btn_tel a{
		width: 100%;
	}
	.contact_btn_tel a span i{
		display: inline;
	}
	.contact_btn_tel a span{
		width: 100%;
	}
	.contact_btn_tel a:before{
		width: calc(100% + 4px);
	}
	.step_bar .step:before, .step_bar .step:after {
	  position: absolute;
	  left: -15px;
	  display: block;
	  content: '';
	  background-color: #FFF;
	  border-left: 4px solid #DEDEDE;
	  width: 20px;
	  height: 20px;
	}
	.required{
		margin-left: 4px;
	}
}
/*-------------------------------------------------------------------------
ANIMATION SLIDE_LEFT_DRAPE
------------------------------------------------------------------------*/
/*SLIDE*/
.slide_in_left{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	margin: 0 auto;
	opacity: 0;
}
.slide_in_left.is_shown{
	opacity: 1;
}
.slide_in_left.is_shown:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	animation-name: slide_in_left_before;
	animation-delay: 0.8s;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
	}
.slide_in_left:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-image: linear-gradient(45deg, #48c6ef 0%, #6f86d6 100%);
}
.slide_in_left.is_shown:after{
	animation-name: slide_in_left_after;
	animation-delay: 0.3s;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
}
@keyframes slide_in_left_before {
  0% {
		width: 100%;
  }
  100% {
	  width: 0;
	  right: 0;
  }
}

@keyframes slide_in_left_after {
  0% {
		width: 0%; 
  }
  13% {
		width: 100%;
		left: 0;
  }
  14% {
	  width: 100%; 
	  right: 0;
	  left: auto;
  }
  26% {
	  width: 100%; 
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
  38% {
	  width: 0;
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
  100% {
	  width: 0;
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
}

/*ANIMATION_INFINITY*/
.animation_inf.slide_in_left:after{
	animation-iteration-count: infinite;
}
/*-------------------------------------------------------------------------
ANIMATION FADE
------------------------------------------------------------------------*/
/*fade_in*/
.fade{
	opacity: 0;
	display: block;
}
.fade.is_shown{
	position: relative;
	animation-name: fade;
	opacity: 0;
	animation-delay: 0.9s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes fade {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.fade_first{
	opacity: 0;
	display: block;
}
.fade_first.is_shown{
	position: relative;
	animation-name: fade_first;
	opacity: 0;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}
@keyframes fade_first {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
/*down*/
.fade_in_down{
	opacity: 0;
}
.fade_in_down.is_shown{
	position: relative;
	animation-name: fade_in_down;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
@keyframes fade_in_down {
	0%{
		opacity: 0;
		transform:translateY(-30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateY(0);
	}
}
/*up*/
.fade_in_up{
	opacity: 0;
}
.fade_in_up.is_shown{
	position: relative;
	animation-name: fade_in_up;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
@keyframes fade_in_up {
	0%{
		opacity: 0;
		transform:translateY(30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateY(0);
	}
}
/*right*/
.fade_in_right{
	opacity: 0;
}
.fade_in_right.is_shown{
	position: relative;
	animation-name: fade_in_right;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
@keyframes fade_in_right {
	0%{
		opacity: 0;
		transform:translateX(-30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateX(0);
	}
}
/*left*/
.fade_in_left{
	opacity: 0;
}
.fade_in_left.is_shown{
	position: relative;
	animation-name: fade_in_left;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
@keyframes fade_in_left {
	0%{
		opacity: 0;
		transform:translateX(30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateX(0);
	}
}
body::after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9999;pointer-events:none;opacity:0;-webkit-transition:opacity .8s ease;transition:opacity .8s ease}body.fadeout::after{opacity:1;pointer-events:auto}