@charset "UTF-8";

body {
	position: relative;
	overflow: auto !important;
	color: #505050;
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
#header {
	border-bottom: 2px solid #E61E0A;
	background: #fff;
}
.h_inner {
    margin: 0px auto;
    padding: 6px 0 8px 0;
    max-width: 970px;
}
.h_logo {}
.h_logo img {
    height: 47px;
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
#footer {
    border-top: 1px solid #ebe7e2;
}
.f_inner {
	margin: 0 auto;
    padding: 24px 0 27px 0;
    max-width: 970px;
}
.f_copyright {
	position: relative;
	font-size: 12px;
	text-align: center;
}

/*--------------------------------------------------
  contents
--------------------------------------------------*/
#contents {
	margin: 0 auto;
	padding: 80px 20px;
	box-sizing: border-box;
	max-width: 970px;
	text-align: center;
}
.header-tit {
    font-size: 24px;
    line-height: 40px;
}
.section {
	margin-top: 60px;
}
.section p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 28px;
}
.section p a {
	color: #505050;
	text-decoration: underline;
}
.submit-btn {
	margin-top: 60px;
}
.submit-btn a {
	margin: 0 auto;
	padding: 20px;
	border-radius: 8px;
	display: block;
	box-sizing: border-box;
	width: 360px;
	color: #fff;
	background: #69bfab;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
}
.submit-btn span {
	font-size: 24px;
}
.close-bth {
	margin-top: 40px;
}
.close-bth button {
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #ded8d0;
	border-radius: 8px;
	display: block;
	box-sizing: border-box;
	width: 180px;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
}

/*--------------------------------------------------
  SP表示
--------------------------------------------------*/
@media screen and (max-width: 680px) {
	#contents {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.h_inner {
	    text-align: center;
	}
	.h_logo img {
	    height: 33px;
	}
	.section {
		margin-top: 40px;
	}
	.section p {
		text-align: left;
	}
	.section p br {
		display: none;
	}
	.submit-btn {
		margin-top: 40px;
	}
 	.submit-btn a {
		max-width: 295px;
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}
	.submit-btn span {
		font-size: 20px;
	}
	.close-bth {
		margin-top: 20px;
	}
	.close-bth button {
		width: 180px;
	}
}