@charset "utf-8";

h1.tit{
	background:url(../images/contact/h1_bg.png)no-repeat center center;
	background-size:cover;
}


/* h1 + div */
h1 + div{
	width:850px;
	margin:auto;
	padding-bottom:60px;
}
h1 + div dl{
	font-size:20px;
	text-align:left;
	color:#636363;
}
h1 + div dl dt{
	font-weight:bold;
}
h1 + div dl dt.hissu:after{
	content:'必須';
	display:inline-block;
	line-height:1.6;
	margin-left:5px;
	padding:0 0.4em;
	font-size:15px;
	background-color:#d81617;
	color:#fff;
	border-radius:5px;
}
h1 + div dl dd{
	margin-bottom:40px;
}
h1 + div dl + p{
	padding:20px 30px 40px;
	font-size:18px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.05em;
	line-height:1.6;
	color:#636363;
}


/* #confirm */
#confirm dl dt{
	border-bottom:1px solid;
}
#confirm dl + p{
	text-align:center;
}

/* #thanks */
#thanks{
	height:;
	padding-bottom:50px;
	color:#797675;
}
#thanks h2{
	font-size:26px;
	font-weight:500;
	font-family: 'Noto Serif JP', serif;
}
#thanks h2 + p{
	line-height:1.8;
	margin:10px 0 20px;
	font-size:18px;
}
#thanks a{
	display:inline-block;
	width:380px;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	color:#315a9e;
	border:1px solid #315a9e;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#thanks a:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:#315a9e;
	transform:scale(0,1);
	transform-origin:left;
	-webkit-transition : transform 0.4s;
	transition : transform 0.4s;
}
#thanks a:hover{
	opacity:1;
	color:#fff;
}
#thanks a:hover:before{
	transform:scale(1,1);
}