@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
	margin-left: 0;
	margin: 60px auto 0;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
.page-contents{
	margin: 120px auto;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
	.voice-item{
		margin-bottom: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}


/* entry
------------------------------------------------------ */
.entry-lead{
	text-align: center;
	margin-bottom: 30px;
}
.form-step-img{
	width: 90%;
	max-width: 435px;
	margin: 0 auto 60px;
}
textarea{
	height: 15em;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}
/* thanks
------------------------------------------------------ */
.thanks-ttl{
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}
.thanks-txt{
	text-align: center;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}

