@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: #fafafa;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	color:#c14a3a;
}
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: 180px;
}

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

#main_v{
	padding: 60px 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: 10px 0 20px;
	display: flex;
    width: 100%;
	align-items: center;
}
#form .form_row dd{
	width: 100%;
}
#form .form_row dt{
	border-left: 4px solid #c14a3a;
	padding-left: 20px;
	flex-shrink: 0;
	width: 22%;
	line-height: 1.5;
}
.s_ttl_u{
	display: flex;
	align-items: center;
}
.s_ttl_u .s_t{
	margin-right: 10px;
	padding-left: 5px;
}
.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=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 .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;
}
.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{
		padding: 10px 0 20px;
		flex-wrap: wrap;
	}
	#form .form_row dd{
		width: 100%;
	}
	#form .form_row dt{
		border-left: 4px solid #c14a3a;
		padding-left: 20px;
		flex-shrink: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.s_ttl_u{
		display: block;
	}
	.s_ttl_u .s_t{
		margin-right: 10px;
		padding-left: 5px;
	}
}

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: #c14a3a;
}
.thanks .form_w small{
	font-size: 1.0rem;
}