@charset "UTF-8";
body {
	width: 950px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #42210b;
	font-weight: 500;
	line-height: 1.6;
	background: #fffff5;
	background-image: url(../images/denwa/tileable-wood.png);
}

.to_tcom_top {
	text-align: right;
	font-size: 12px;
}

section {
	margin-bottom: 50px;
}

h1,p{
	margin: 0;
}

.campaign_top {
	margin: -250px auto 0 auto;
	text-align: center;
}

.about_detail {
	width: 650px;
	text-align: center;
	margin: 20px auto;
}

.about_howto {
	position: relative;
}

.about_howto_apple {
	width: 136px;
	height: 40px;
	position: absolute;
	bottom: 60px;
	left: 100px;
}

.about_howto_android {
	width: 136px;
	height: 40px;
	position: absolute;
	bottom: 60px;
	left: 270px;
}

.about_howto_pdf_apple {
	width: 350px;
	height: 20px;
	position: absolute;
	bottom: 80px;
	right: 120px;
}

.about_howto_pdf_android {
	width: 350px;
	height: 20px;
	position: absolute;
	bottom: 50px;
	right: 120px;
}

.apply {
	background: #e73a3a;
	background-image: url(../images/denwa/purty-wood.png);
	padding-top: 90px;
	padding-bottom: 90px;
	margin-top: 70px;
	position: relative;
	border-radius: 5px;
}

.campaign_bottom {
	margin-top: -130px;
}

.apply_btn {
	position: absolute;
	bottom: 150px;
	left: 0;
	right: 0;
	top: 550px;
	margin: 0 auto;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	width: 380px;
	height: 77px;
}

.apply_btn:hover {
	opacity: 0.9;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
	box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.1);
}

.apply > h2 {
	text-align: left;
	color: #fff;
	margin-left: 50px;
	margin-bottom: 0;
}

.apply_detail_text {
	width: 810px;
	padding: 20px;
	background: #fff;
	margin: 0 auto 30px auto;
	border-radius: 5px;
	font-size: 14px;
}


.apply_detail_text {
	text-align: left;
}

.red {
	color: #c50000;
	font-weight: 600;
}


.attention {
	text-align: left;
	width: 810px;
	margin: 5px auto 30px;
	font-size: 14px;
	color: #635345;
}


#copyright {
	text-align: right;
}

.close_page a{
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	display: block;
	margin: 20px auto;
	border: 3px solid rgba(255,255,255,0.8);
	width: 220px;
	height: 50px;
text-decoration: none;
	line-height: 50px;
	background: rgba(255,255,255,0.1);
	padding-left: 25px;
	position: relative;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.close_page a:hover{
	background: crimson;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.close_page a:before{
display: block;
	content: '×';
	width: 20px;
	height: 20px;
	background: #fff;
	color: #c50000;
	position: absolute;
	left: 20px;
	top:25px;
	border-radius: 50%;
	line-height: 17px;
	font-weight: 800;
}

/*pagetop*/

.pagetopfloat {
	text-align: right;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.pagetop_btn {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd337), to(#ffc239));
	background: linear-gradient(#ffd337, #ffc239);
	text-decoration: none;
	text-align: center;
	line-height: 80px;
	position: relative;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
	font-size: 18px;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.pagetop_btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc239), to(#ffd337));
	background: linear-gradient(#ffc239, #ffd337);
}

#fin {
	display: block;
	font-size: 140%;
	color: #CC0000;
	line-height: 160%;
	text-align: center;
	background-color: #FFFFE9;
	margin-top: 30px;
	margin-bottom: 20px;
}