@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}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:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #444;
	background: #ecffdb;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	color:#6eb92b;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:650px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.en{
	font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.6rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}


#header{
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	text-align: center;
}
#header .logo img{
	width: 300px;
}

@media screen and (max-width: 750px) {
	#header .logo img{
		width: 150px;
	}
}

#main_v{
	padding: 40px 0;
}
#main_v h1{
	text-align: center;
	font-size: 3.0rem;
	margin-top: 10px;
}
@media screen and (max-width: 750px) {
	#main_v{
		padding: 40px 0;
	}
	#main_v h1{
		text-align: center;
		font-size: 2.4rem;
		margin-top: 10px;
	}
}

#form{

}
#form .form_w{
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px 0;
}
#form .form_row{
	padding: 15px 0 25px;
}
#form .form_row.hide_row{
	display: none;
}
#form .form_row dt{
	border-left: 4px solid #6eb92b;
	padding-left: 20px;
	margin-bottom: 20px;
}
#form .form_row dt .s_txt{
	font-size: 1.2rem;
}
.req{
	color: #f42b2b;
}
#form .form_row dd{
	padding-left: 22px;
	padding-right: 22px;
}
#form .form_row dd input[type=text],
#form .form_row dd input[type=number],
#form .form_row dd input[type=email],
#form .form_row dd input[type=tel],
#form .form_row dd input[type=date],
#form .form_row dd select {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	padding: 5px;
	font-size: 1.6rem;
	border: 1px solid #888;
}
#form .form_row dd textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #888;
}
#form .form_row dd .s_t{
	margin-bottom: 10px;
}
#form .form_row dd .s_t + * input{
	margin-bottom: 10px;
}

.sel_ar_w {
	position: relative;
}
.select_w select {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #8e8e8e;
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	font-size: 1.5rem;
	padding: 0 8px 0;
	background: #fff;
	color: #5d5d5d;
}
.sel_ar_w:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #8e8e8e;
	border-right: 2px solid #8e8e8e;
	display: block;
	position: absolute;
	right: 15px;
	top: 18px;
	transform: rotate(135deg) translate(-50%, 0);
}
#form .submit_w{
	padding: 20px;
	text-align: center;
}
#form .caution{
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#form button {
	background: #cf3939;
	color: #fff;
	padding: 15px 30px 15px 30px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	font-size: 1.8rem;
	letter-spacing: 2px;
	border: none;
	width: 100%;
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

#form button.loading{
	opacity: 0.8;
}
#form button.loading:after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/loading.svg);
	background-size: cover;
	position: absolute;
    right: 10px;
    top: 20px;
}

.with-validate {
	display: block;
	position: relative;
}
.error {
	display: block;
	z-index: 5;
	background-color: #c3272a;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 1.2rem;
	border-radius: 4px;
	margin-top: 5px;
	text-align: center;
}
.err_w{
	padding: 0 20px;
}
@media screen and (max-width: 750px) {
	#form .form_row dt{
		border-left: 4px solid #6eb92b;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	#form .form_row dd{
		padding-left: 17px;
		padding-right: 17px;
	}
}

footer{
	text-align: center;
	padding: 20px;
}

.thanks #form .form_w{
	padding: 30px;
}
.thanks .form_w .sub_ttl{
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 2.4rem;
	color: #6eb92b;
}
.thanks .form_w small{
	font-size: 1.0rem;
}

.check_w {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.check_w .s_txt {
	font-size: 1.2rem;
	line-height: 1.5;
	display: inline-block;
}
input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
	background: #fff;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0px;
	left: 4px;
	transform: rotate(50deg);
	width: 6px;
	height: 12px;
	border-right: 2px solid #a90e43;
	border-bottom: 2px solid #a90e43;
	content: '';
}

input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.check_w_f {
	margin-bottom: 10px;
}

.check_w_f:nth-last-of-type(1) {
	margin-bottom: 0;
}

.btn_ww{
	margin-bottom: 30px;
	font-size: 1.2rem;
	text-align: center;
}


.check_w_02 {
	font-size: 1.4rem;
	margin-bottom: 10px;
	align-items: center;
}
.check_w_02 .s_txt {
	font-size: 1.2rem;
	line-height: 1.5;
	display: inline-block;
}
.check_w_02 input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
	background: #fff;
}
.check_w_02 .btn{
	margin:0 10px 10px 0;
}

.radio_w{
  padding-right: 15px;
}
.radio_w input[type=radio]{
	display: none;
}
.radio_w input[type=radio] + label{
	padding-left: 30px;
	position: relative;
}
.radio_w input[type=radio] + label:before{
	border-radius: 100px;
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	content: "";
	display: block;
	position: absolute;
	top:50%;
	transform: translate(0%,-50%);
}
.radio_w input[type=radio] + label:after{
	border-radius: 100px;
	width: 16px;
	height: 16px;
	background: #b8193f;
	content: "";
	position: absolute;
	top:50%;
	transform:translate(0%,-50%);
	left: 3px;
	opacity: 0;
}
.radio_w input[type="radio"]:checked + label:after{
	opacity: 1;
}

.cuntomer_w{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}