@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-weight:normal;
}

a {
text-decoration: none;
}

img {
  width: 100%;
	border: 0;
	virtical-align: bottom;
}

.bg {
	background: url(../images/0.png)no-repeat;
	background-size: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	z-index: -1;
}

.pc {
	display: none;
}

.cont {
	color:#FFF;
	font-size:130%;
	line-height:130%;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(000,0,0,0.5);
	margin-bottom:5px;
}

footer {
	border-top:2px solid #eee;
	padding: 2% 0;
	position:relative;
	z-index: 9999;
	background: #FFF;
	color:#999;  
}

.copy {
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
}


#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	color:#FFF;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:8px;
}
table.formTable th{
	width:20%;
	font-weight:normal;
	background:#999;
	text-align:left;
}

table.formTable td{
	font-weight:normal;
	background:#999;
	text-align:left;
}

input[type="text"],
input[type="email"] {
  height: 30px;
  font-size: 16px;
  width: 60%;
}

textarea {
  width: 99%;
}

@media screen and (min-width: 768px) {
	.sp {display: none;}
	.pc {display: block;}
	.btn {width: 40%;bottom:15%;left: 30%;}
	.cont {width: 50%;}
	.ad_txt {font-size: 1.3em;}
	.chart {font-size: 1.5em;}
}

@media screen and (max-width:768px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

table.formTable td{
	line-height: 30px;
}

table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:70%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

textarea {
  width: 97%;
}
}
