@charset "utf-8";
/* CSS Document */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	-webkit-text-size-adjust : 100%;
	letter-spacing: 0.05em;
}



.left {
	float: left;
	margin: 0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}
.mail_box {
	margin: 20px auto;
	text-align: center;
	background: #eee;
	padding:10px 0;
}

.mail_box p{
	font-size:14px;
	color:#fff;
}


form{
	padding:0;
	margin:20px 0;
}
form:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display:inline-block;
	content: "\f2b6";
	color: #333;
	font-size:30px;
	vertical-align:top;
	margin-right:10px;
}
input[type="text"], textarea {
	padding: 1.2em;
	width: 400px;
	margin-bottom:20px;
	border:1px solid #ddd;
}
input:focus { border: solid 2px #EEA34A; }

input[type="image"]:hover { opacity: 0.8; }


.center{
	text-align:center;
	margin:0 auto 30px;
}

a{
	color: #66F;
	text-decoration:underline;
}


.attent{
	margin:0 auto;
	font-size:12px;
}


.pri{
	text-align:center;
	font-size:14px;
	margin:0 auto 10px;
}


footer {
	color: #fff;
	background:#000;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding: 20px 0;
}

footer p { margin-bottom: 20px;
text-align:center; }

footer a { color: #333;
}
a:hover { color: #03C; }


.count {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 50px;
	background: #000;
	background: url(img/timerbg.png) 20px 0 no-repeat #000;
	color: #FFFFFF;
	padding: 45px 20px 0 70px;
	opacity:0.8;
}

.count span {
	font-size: 18px;
	padding: 2px 5px;
	background:#fff;
	border-radius: 5px;
	margin: 5px;
	color:#000;
}

/* フォント装飾 */
strong{
	font-weight:bold;
}

.nomal{
	font-weight:normal;
}
.big{
	font-size:30px;
}


.under{
	text-decoration:underline;
}


.red{
	color:#F30;
}
.blue{
	color:#39F;
}
.black{
	color:#000;
}
.bg_red{
	color:#fff;
	background:#F30
}

.bg_yellow{
	background:#FF0;
}

.blue{
	color:#1F93F2;
}
.orange{
	color:#FD5520;
}

a.btn{
	border-radius: 8px;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	display: block;
	background: #FF0004;
	width: 50%;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
a.btn:hover{
	color: #fff;
	opacity: 0.8;

}



/* PC用 */

@media screen and (min-width: 860px) {

.sp { display: none; }


}



/* スマホ・pad用 */
@media screen and (max-width:859px) {

body { min-width: inherit; }
.pc { display: none; }




img.left,img.right{
	display:block;
	margin:0 auto 20px;
	width:80%;
	float:none;}


img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display:block;
}

.count {
	position: fixed;
	left: 50%;
	bottom:-40px;
	transform: translate(-50%, -50%);
	width: 270px;
	height: 50px;

}


ul { width: 90%;
margin:0 auto 20px;
 }
ul li{
	line-height:1.4em;
}

.mail_box{
	width: 100%;
	height: auto;
	margin: 20px auto;
}
	form:before{
		content: none;
	}
form {
	width:100%;
	padding:20px 0;
	margin:0 auto;
}

input[type="text"], textarea {
	padding: 1.5em;
	outline: none;
	border: 1px solid #DDD;
	border-radius: 3px;
	font-size: 12px;
	width: 80%;
	margin-bottom: 20px;
}

input[type="image"] { width:90%; }



footer{
		margin:0 auto;
}

footer p{
	text-align:center;
}


}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }
