@charset "UTF-8";

/* =======================================
Primary style
======================================= */

body, html {
	height: 100%  !important;
}

body {
	font-size: 14px;
	font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, Roboto, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	color: #333;
	line-height: 1.8;
	/*min-width: 1280px;*/
}

a {
	color: #0068B8;
	text-decoration: underline;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* ------------------------------- 
common
-------------------------------- */

.sp_img {
	display: none !important;
}
.pc_img {
	display: block !important;
}
.sp {
	display: none !important;
}
.pc {
	display: block !important;
}

.img_fit{
	height: auto;
	width: 100%;
}
	
.txt_attention{
	color: #006540;
}

.txt_accent{
	color: #C9383B;
}

.txt_bold{
	color: #000000;
	font-weight: bold;
}

.clear{
	clear: both;
}

.t-aR{
	text-align:right;}

.t-aC{
	text-align:center;}

.t-aL{
	text-align:left;}

.mbSS{
	margin-bottom:0.5em !important;}

.mbS{
	margin-bottom:1em !important;}

.mbM{
	margin-bottom:2em !important;}

.mbL{
	margin-bottom:3em !important;}

.mbLL{
	margin-bottom:4em !important;}

.mtLL{
	margin-top:4em !important;}

.mtSS{
	margin-top:0.5em !important;}

.inner{
	width: 90%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	}
	
	
/* ------------------------------- 
HEADER
-------------------------------- */

header {
	width: 100%;
	/*height: 50px;*/
	margin: 0px;
	padding: 0px;
	z-index: 999;
	background-color: #b5bdc0;
	position: relative;
}

header .nav_inner {
	width: 90%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
}

header h1 {
	text-align: left;
	float: left;
}

header h1 span{
	text-align: left;
	margin-left: 20px;
	color: #000;
	display: inline-block;
	padding-top: 12px;
}

header h1 span img{
	vertical-align: middle;
	margin-left: 10px;
}

header h1 img{
	vertical-align: top;
}

header ul {
	float: right;
}

header li{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left: 10px;
	transition: all 0.25s linear;
}

header li a{
	/*display: block;*/
	color: #000000;
	text-decoration: none;
}

header li a:hover {
	opacity: 0.5;
}
/*
header li i {
	margin-right: 5px;
}
*/

/* ------------------------------- 
contents
-------------------------------- */

#contents{
	width: 100%;
	background-color: #b5bdc0;
	padding-top: 90px;
	padding-bottom: 60px;
}

#contents h2{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	letter-spacing: .2em;
	margin-bottom: 80px;
}

#contents h2 span{
	display: block;
	line-height: 28px;
}

#contents h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	letter-spacing: .2em;
	margin-bottom: 40px;
	margin-top: 40px;
}

#contents p.read{
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#contents p.status{
	margin-bottom: 30px;	
}

#contents p.status img{
	height: auto;
	width: 100%;	
}

.table_inside{
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 50px;
}

#contents table{
	width: 100%;
	background-color: #FFF;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#contents tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;	
}

#contents th{
	margin: 0;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 25%;
	font-size: 14px;
	color: #000;
}

#contents td{
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: middle;
}

#contents td input,
#contents td select{
	vertical-align:middle;
}

input.error,
textarea.error{
	background-color: #FFFFBF;
}

input.w010{
	width: 8%;
	padding: 1%;
	font-size: 16px;
}

input.w015{
	width: 13%;
	padding: 1%;
	font-size: 16px;
}

input.w030{
	width: 28%;
	padding: 1%;
	font-size: 16px;
}

input.w050{
	width: 48%;
	padding: 1%;
	font-size: 16px;
}

input.w100{
	width: 98%;
	padding: 1%;
	font-size: 16px;
}

textarea.w100{
	width: 98%;
	padding: 1%;
	font-size: 16px;
}

.icon{
	padding-left: 10px;
	vertical-align: middle;
}

.required{
	color: #E41E00;
	margin-bottom: 10px;
}

#remarks {
	width: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box; /* Webkit系用 */
	-moz-box-sizing: border-box;     /* Firefox用 */
	box-sizing: border-box;           /* 標準 */

}

#remarks p{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#btn_set{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	margin-top: 30px;
}

#btn_set ul{
	text-align: center;
	overflow: hidden;
}

#btn_set li{
	display: inline-block;
	margin: 10px;
}

#btn_set .check{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

/* -------------------------------- 
footer
-------------------------------- */

footer {
	width: 100%;
	z-index: 100;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-top: 1px solid #5F5F5F;*/
	background-color: #b5bdc0;
}

footer p.copyright{
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

footer p.copyright img {
	vertical-align: middle;
	float: right;
}

/* -------------------------------- 
page-top
-------------------------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}

/* ------------------------------- 
Agreement
-------------------------------- */

#Agreement{
	width: 100%;
	max-width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#Agreement h2{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
	letter-spacing: .2em;
	margin-bottom: 80px;
}

#Agreement h3{
	text-align: left;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#Agreement p{
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}



@media only screen and (min-width:1px) and (max-width:740px){

/* ------------------------------- 
common
-------------------------------- */

.sp_img {
	display: block !important;
}
.pc_img {
	display: none !important;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

.inner{
	width: 90%;
	}

/* ------------------------------- 
HEADER
-------------------------------- */
/*
header .nav_inner {
	width: 95%;
	margin-right: 5%;
	margin-left: 0%;
}
*/
/* ------------------------------- 
contents
-------------------------------- */

#contents{
	padding-top: 60px;
	padding-bottom: 60px;
}

#contents h2{
	font-size: 18px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#contents h2 span{
	display: block;	
}

#contents h3{
	font-size: 18px;
}

.inner{
	padding-top: 20px;
	padding-bottom: 20px;
}

.table_inside{
	background-color: #FFF;
	padding: 20px;
}

#contents table{
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#contents th{
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#contents td{
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#remarks p{
	font-size: 14px;
}

/* -------------------------------- 
footer
-------------------------------- */

footer p.copyright img {
	float: none;
	display: block;
}


/* -------------------------------- 
page-top
-------------------------------- */

#page-top {
	bottom: 20px;
	right: 20px;
}

/* ------------------------------- 
Agreement
-------------------------------- */

#Agreement h2{
	font-size: 18px;
}

#Agreement h3{
	font-size: 14px;
}

#Agreement p{
	font-size: 12px;
}


} /*@mediaEnd*/


@media only screen and (min-width:1px) and (max-width:480px){


} /*@mediaEnd*/
