@charset 'utf-8';
/*--------
COMMON CSS
--------------*/
/**********
common
**********/
body {
	font-size: 14px;
	color: #333;
	background-color: #343d41;
	background-color: #fff;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
* {
	box-sizing: border-box;
}
*:first-child {
	margin-top: 0 !important;
}
*:last-child {
	margin-bottom: 0 !important;
}
.accsblty {
	display: none;
}
.onlySP, .onlyTB, .onlyPC {
	display: none;
}
/* wrapper */
#wrapper {
	min-width: 320px;
	background-repeat: no-repeat;
	background-position: center top;
}
#contens {
	padding: 176px 30px 60px;
	transition: padding .4s;
	text-align: center;
	;
}
.lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	margin: 24px 0;
	transition: font-size .4s, margin .4s;
}
.attention {
	font-size: 15px;
	transition: font-size .4s, margin .4s;
	color: #666;
}
/* section */
.secWrap {
	margin-top: 8px;
}
section {
	transition: padding .4s;
}
section:nth-child(2n) {
	float: right;
}
section:nth-child(2n+1) {
	float: left;
}
section h2 {
	margin-bottom: 36px;
	transition: margin-bottom .4s;
}
section:nth-child(2n) p.btn {
	padding: 0 40px 0 50px;
}
section:nth-child(2n+1) p.btn {
	padding: 0 50px 0 40px;
}
section p.btn a {
	font-size: 18px;
	font-weight: bold;
	line-height: 72px;
	display: inline-block;
	width: 100%;
	transition: font-size .4s, line-height .4s;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background-color: #e73b3b;
}
section p.btn a:hover {
	opacity: .7;
}
#ftrWrap {
	background-color: #343d41;
}
footer {
	font-size: 12px;
	margin: 0 auto 0;
	padding: 26px 30px;
	transition: padding .4s;
	text-align: center;
	color: #dfdede;
}
footer * {
	margin: 16px 0;
	transition: font-size .4s, margin .4s;
}

@media screen and (min-width: 1000px) {
.onlyPC {
	display: block;
}
#wrapper {
	background-image: url(../images/bg_body_pc.png);
}
#contens {
	width: 1000px;
	margin: 0 auto;
}
section {
	width: 470px;
}
footer {
	width: 1000px;
}
footer #ftrWrap {
	min-width: 1000px;
}
}

@media screen and (max-width: 999px) and (min-width: 580px) {
.onlyTB {
	display: block;
}
img {
	width: 100%;
	height: auto;
}
#wrapper {
	background-image: url(../images/bg_body_tb.jpg);
	background-size: contain;
}
section {
	width: 50%;
}
}

@media screen and (max-width: 767px) and (min-width: 580px) {
#contens {
	padding: 22% 20px 60px;
}
.lead {
	font-size: 16px;
}
.attention {
	font-size: 14px;
}
section p.btn {
	padding: 0 20px !important;
}
section p.btn a {
	font-size: 16px;
	line-height: 60px;
}
footer {
	padding: 26px 20px;
}
footer .ftrNote {
	text-align: left;
}
}

@media screen and (max-width: 579px) {
.onlySP {
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
}
#wrapper {
	background-image: url(../images/bg_body_sp.jpg);
	background-size: contain;
}
h2 {
	margin-bottom: 24px;
	text-align: center;
}
h2 img {
	max-width: 365px;
}
#contens {
	padding: 34% 16px 24px;
	background-image: url(../images/bg_bottom_sp.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.lead {
	font-size: 14px;
	line-height: 1.43;
	margin: 8px 0;
}
.attention {
	font-size: 12px;
	margin: 8px 0 12px;
}
section {
	float: none !important;
}
section p.btn {
	padding: 0 14px !important;
	text-align: center;
}
section p.btn a {
	font-size: 16px;
	line-height: 60px;
	max-width: 340px;
	text-align: center;
}
hr {
	display: block !important;
	height: 1px;
	margin: 24px -16px;
	padding: 0;
	border: 0;
	border-top: 1px solid #b6bec1;
}
footer {
	line-height: 1.4;
	padding: 12px 16px 40px;
}
footer * {
	margin: 10px 0;
}
footer .ftrNote {
	font-size: 10px;
	text-align: left;
}
}

@media screen and (max-width: 510px) {
.lead {
	text-align: left;
}
.attention {
	text-align: left;
}
}

@media screen and (max-width: 350px) {
#contens {
	padding: 106px 16px 24px;
}
}
