
/*****TOP*****/
#header{
	width:100%;
	text-align:center;
	padding:15px 4%;
	border-bottom:1px solid #6d6d6d;
	box-sizing:border-box;
}
#header h1 img{
	vertical-align:bottom;
}
.tp_read{
	padding-bottom:30px;
	text-align:center;
	color:#F00;
	font-size:90%;
}
#contents{
	width:100%;
	padding:0 4%;
	margin-bottom:42px;
	box-sizing:border-box;
}
#contents h2{
	font-size:130%;
	padding:35px 10px;
	font-weight:bold;
	text-align:center;
	position:relative;
}
#contents h2 span{
	display:inline-block;
	background:#000;
	padding:0 8px;
	position:relative;
	z-index:5;
}
#contents h2:before{
	content:"";
	width:100%;
	height:1px;
	background:#d9d9d9;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-0.5px;
	z-index:1
}
#contents .list{
	width:100%;
	margin-bottom:30px;
}
#contents .list li a{
	width:100%;
	display:block;
	border:1px solid #8c8c8c;
	padding:20px 8% 20px 10px;
	margin-bottom:20px;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
	background:url(../images/list_arrow.png) no-repeat 98% center;
	background-size:3%;
}
#contents .list li:last-child{
	margin-bottom:0;
}
#contents .mobile{
	width:100%;
}
#contents .mobile p{
	text-align:center;
}
#contents .mobile .link{
	width:100%;
	overflow:hidden;
	margin-top:35px;
}
#contents .mobile .link .btn{
	width:48%;
	float:left;
	border:1px solid #8c8c8c;
	margin-right:4%;
	box-sizing:border-box;
	background-size:10%;
	font-size:80%;
}
#contents .mobile .link .btn a{
	width:100%;
	display:block;
	color:#ffffff;
	padding:20px 0 20px 21%;
	text-decoration:none;
	box-sizing:border-box;
}
#contents .mobile .link .btn:first-child{
	background:url(../images/sp_logo.png) no-repeat 10% center;
	background-size: 8%;
}
#contents .mobile .link .btn:last-child{
	background:url(../images/mobile_logo.png) no-repeat 10% center;
	background-size: 8%;
	margin-right:0;
}
#footer{
	width:100%;
	background:#d9d9d9;
	text-align:center;
	color:#777777;
}
#footer{
	width:100%;
	background:#d9d9d9;
	text-align:center;
	color:#777777;
	padding:15px 0;
	font-size: 80%;
}

/****/

.form_read{
	clear:both;
	font-size:90%;
}
.form_read p{
	padding-bottom:20px;
}
.red{
	color:#FF0000;
}
.att{
	clear:both;
	padding-bottom:25px;
	border-bottom:1px dotted #999999;
	margin-bottom:18px;
	font-size:90%;
}
.bdr{
	clear:both;
	padding-bottom:25px;
	border-bottom:1px dotted #999999;
	margin-bottom:18px;
}
.att li{
	text-indent:-1em;
	padding-left:1em;
	padding-bottom:3px;
}
.formbox{
	clear:both;
	padding-bottom:25px;
	font-size:90%;
}
.formbox p.notes{
	text-align:right;
}
.formbox h4{
	padding-top:25px;
	padding-bottom:10px;
}
.formbox dl{
	display:block;
	margin-bottom:25px;
}
.formbox dt{
	display:block;
	padding:0 0 0 10px;
	border-left:3px solid #CCC;
	margin-bottom:15px;
}
.formbox dd{
	display:block;
	margin-bottom:10px;
}
.formbox dd input[type="text"]{
	-webkit-appearance:none;
	appearance:none;
	width:80%;
	padding:3% 2%;
	border:1px solid #CCC;
	border-radius:3px;
}
.formbox dd textarea{
	-webkit-appearance:none;
	appearance:none;
	width:80%;
	padding:3% 2%;
	border:1px solid #CCC;
	border-radius:3px;
}
.formbox dd input[type="text"].short{
	-webkit-appearance:none;
	appearance:none;
	width:20%;
	padding:3% 2%;
	border:1px solid #CCC;
	border-radius:3px;
}
.formbox dd select{
	-webkit-appearance:none;
	appearance:none;
	width:80%;
	padding:2%;
	border:1px solid #CCC;
	border-radius:3px;
	background:#FFF;
}
.formbox dd select.shorts{
	-webkit-appearance:none;
	appearance:none;
	width:auto;
	padding:2%;
	border:1px solid #CCC;
	border-radius:3px;
	background:#FFF;
}
.privacy{
	padding:12px;
	border:1px solid #999;
	margin-bottom:20px;
	font-size:90%;
}
.privacy a{
	color:#CCCCCC;
}
.privacy p{
	padding-bottom:15px;
}
.privacy p:last-child{
	padding-bottom:0px;
}
.submitbtn{
	clear:both;
}
.submitbtn p{
	padding-bottom:15px;
}
.submitbtn input{
	-webkit-appearance:none;
	appearance:none;
	background:#eeeeee;
	border:none;
	font-size:100%;
	text-align:center;
	padding:15px 0;
	width:100%;
}
.prvcy{
	font-size:90%;
}
.prvcy p{
	padding-bottom:20px;
}
.prvcy dl{
	display:block;
}
.prvcy dt{
	display:block;
	border-bottom:1px dotted #999999;
	margin-bottom:15px;
}
.prvcy dd{
	display:block;
	margin-bottom:35px;
}
.prvcy dd li{
	text-indent:-1em;
	padding-left:1em;
}



