
@charset "utf-8";
/* CSS Document */

body{
	color: #000 !important;
}
div.logo{
	width:100%;
	background:#000;
	padding:1%;
}
div.logo img{
	width:10%;
}
#content{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;
	font-family:"Noto Sans Japanese","Noto Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:180%;
	padding-bottom:20px;
	font-size:120%;
}
#content_in{
	width: 960px;
	margin: 0 auto !important;
}
p.lead{
	font-size:120%;
	margin:2%;
}
strong{
	color:#a40000;
	font-size:115%;
}
ul.att li{
	line-height:150%;
	margin-left:5%;
}
a:hover{
	opacity:0.5;
}
.note{
	font-size:90%;
}
span.hissu{
	background:#d00000;
	color:#FFF;
	font-size:80%;
}
div.ermessage{
	line-height:150%;
	margin-left:5%;
}
#form h2{
	font-size:150% !important;
	margin:3% auto !important;
}
#form div.lead{
	margin-top:3%;
}
table.FormTable{
	background:#FFF;
	width:100%;
	border:2px solid #ccc;
	margin:1% auto;
}
table.FormTable tr{
	border-bottom:1px solid #ccc;
}
table.FormTable th{
	background:#CCC;
	padding:2%;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	font-weight:bold;
}
table.FormTable td.question{
	background:#CCC;
	padding:2%;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	font-weight:bold;
}
table.FormTable td{
	padding:2%;
	border-right:1px solid #ccc;
	border-right:1px solid #ccc;
}
input,option{
	padding:1%;
	width:auto;
	min-width:3%;
}
textarea{
	padding:1%;
	width:95%;
}
.formbtn{
	width:25% !important;
	margin:1% auto;
	padding:2%;
	background:#CCC;
	font-size:100%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align:center;
}
label{
	padding-bottom:3px;
}
p.copy{
	font-size:70%;
	text-align:center;
	margin:2% auto;
}
@media (max-width: 960px){
#content{
	background-image:none;
}
#content_in{
	width: 95%;
	padding:0;
	margin:1% auto;
}
}
@media (max-width: 767px){
#content{
	background-image:none;
}
#content_in{
	width: 95%;
	padding:0;
	margin:1% auto;
}
table.FormTable{
	width: 95%;
	border:none;
}
table.FormTable th{
	width: 96%;
	clear:both;
	display:block;
	border:none;
}
table.FormTable td{
	width: 96%;
	clear:both;
	display:block;
	border:none;
}
select,textarea,input{
	width:100%;
	padding:3% 1%;
}
.formbtn{
	width:40% !important;
	padding:4%;
}
input.agree{
	width:auto;
}
}