/*-- Base Layout ----------------------------------------*/
ol {
	padding-left: 2em;
	line-height: 1.6;
}
ol li {
	list-style-type: decimal;
	display: list-item;
	padding-left: 5px;
	margin-bottom: 15px;
}
ol li:last-child { margin-bottom: 0; }
a {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
img { border: none; max-width: 100%; max-height: 100%; }
body {
	font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	line-height: 0;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0.02em;
	color: #333;
}
p { line-height: 1.8; }

/*-- Form ----------------------------------------*/
.pan {
	padding: 10px;
}
h2 {
	text-align: center;
	line-height: 1;
	font-size: 20pt;
	margin: 0;
	padding: 15px;
	background-color: #003B83;
	color: #FFF;
}
h3, h4 {
	margin: 0;
	line-height: 1.4;
}
h3 {
	text-align: center;
	text-decoration: underline;
	font-size: 18pt;
	color: #003B83;
}
h4 { font-size: 14pt; }
h5 {
	margin: 0;
	line-height: 1.6;
	font-size: 12pt;
}
.fwb { font-weight: bold; }
.tac { text-align: center; }
.dib { display: inline-block; }
.mt10 { margin-top: 10px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.padh50 { padding: 50px 0; }
.case {
	max-width: 92%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.bBox01 {
	padding: 15px 4%;
	border: 1px solid #aaa;
}
.bBox01 ol { padding-left: 1.2em; }
.scroll {
	height: 400px;
	overflow-y: scroll;
}
.btn01 { text-align: center; }
.btn01 a {
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
	padding: 0.8em 1.2em;
	font-size: 20pt;
	background-color: #003B83;
	color: #FFF;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.btn01 a:hover { opacity: 0.7; }
.list01 {
	line-height: 1.6;
	padding-left: 0;
}
.list01 li {
	position: relative;
	padding-left: 1.7em;
	list-style: none;
	margin-bottom: 0.5em;
}
.list01 li span {
	position: absolute;
	top: 0;
	left: 0;
}
.tbl01 {
	border-collapse: collapse;
	line-height: 1.6;
}
.tbl01 th { text-align: center; }
.tbl01 th, .tbl01 td {
	border: 1px solid #aaa;
	padding: 0.3em 0.5em;
}

/* Form */
.line {
	border-bottom: 2px solid #555;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
form {
	max-width: 92%;
	width: 700px;
}
input[type=text], select {
	padding: 5px 8px;
	margin-bottom: 5px;
	width: 170px;
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.w02 input[type=text], .w02 select { width: 75px !important; }
.w03 input[type=text], .w03 select { width: 270px; }

textarea {
	padding: 5px 8px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=radio], input[type="checkbox"] {
	position: relative;
	top: 1px;
	width: 18px;
	height: 18px;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	margin: 5px;
	margin-left: 0;
}
input[type=file] { margin: 5px 0 15px; }

.formBtn {
	margin: 50px auto 0;
	max-width: 100%;
	width: 450px;
}
.formBtn:after {
	display: block;
	content: "";
	clear: both;
}
.formBtn a, .formBtn button[type=submit] {
	display: block;
	border: 1px solid #000;
	color: #000;
	background: #ddd;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	width: 220px;
	max-width: 48%;
	padding: 10px;
	font-size: 14pt;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.formBtn a:hover, .formBtn button[type=submit]:hover {
	background-color: #aaa;
}
.formBtn button[type=submit]:last-child {
	float: right;
}

dl {
	width: 100%;
	line-height: 1.4;
}
dl dd {
	margin-left: 0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/* ------- pcSite　----------------------------------- */
@media screen and (min-width:768px) { /* PC */
	body { font-size: 12pt; }
	.spSite { display: none !important; }
	form { margin: 50px auto; }
	dl dt {
		clear: left;
		float: left;
		width: 15em;
		padding-top: 5px;
	}
	dl dd { padding-left: 15.5em; }
} /* --- /pc --- */

/* ------- spSite　----------------------------------- */
@media screen and (max-width:767px) { /* スマホ */
	body { font-size: 11pt; }
	.pcSite { display: none !important; }
	h3 { font-size: 14pt; }
	h4 { font-size: 12pt; }
	.btn01 a { font-size: 13pt; }
	form { margin: 30px auto; }
	.spw02 input, .spw02 select { width: 90px; }
	dl dt {
		font-weight: bold;
		margin-bottom: 5px;
	}
} /* --- /sp --- */