@charset "UTF-8";
/* CSS Document */

/*リセット*/

html, body, header, footer, section, div, p, h1, h2, h3, ul, li, table, tr, th, td, a, img, button {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 0;
}
ul {
	list-style: none;
}
/*body基本設定*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	background-color: #fff;
}
/*各所設定*/

header>div {
	display: table;
	height: 50px;
	width: 960px;
	margin: 0 auto;
}
header h1 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.fv h1 {
	width: 960px;
	height: 450px;
	margin: 0 auto 27px auto;
}
.fv ul {
	width: 961px;
	margin: 0 auto 86px auto;
	display: table;
}
.fv li {
	width: 307px;
	height: 155px;
	padding-left: 20px;
	display: table-cell;
}
.fv li:first-child {
	padding-left: 0;
}
.sec01 h1 {
	width: 960px;
	height: 485px;
	margin: 0 auto 30px auto;
}
.sec02 h1 {
	width: 960px;
	height: 550px;
	margin: 0 auto 113px auto;
}
.btn a {
	display: block;
	width: 1019px;
	height: 309px;
	margin: 0 auto 71px auto;
}
.btn a:hover {
	opacity: 0.6;
	transition: all 0.2s linear;
}
.gaiyou h1 {
	background-image: url(../images/section_h2_03.png);
	height: 167px;
	background-position: center center;
	text-indent: -100%;
	margin-bottom: 66px;
}
.gaiyou table {
	width: 772px;
	margin: 0 auto 120px auto;
}
.gaiyou tr {
	border-bottom: 1px solid #b5b5b5;
}
.gaiyou tr:first-child {
	border-top: 1px solid #b5b5b5;
}
.gaiyou td, .gaiyou th {
	color: #000000;
	font-size: 24px;
	line-height: 42px;
	padding: 20px;
}
.gaiyou th {
	width: 130px;
	font-weight: normal;
	text-align: left;
	padding-left: 0;
	border-right: 1px solid #b5b5b5;
	vertical-align: top;
}
.gaiyou td {
	padding-right: 0;
}
.gaiyou span {
	border-left: 8px solid #0037b4;
	padding-left: 10px;
}
.form h1 {
	background-image: url(../images/form_h2.png);
	height: 198px;
	background-position: center center;
	text-indent: -100%;
	margin-bottom: 66px;
}
.form table {
	width: 772px;
	margin: 0 auto 60px auto;
}
.form tr {
	border-bottom: 1px solid #fff;
}
.form td, .form th {
	color: #000000;
	font-size: 24px;
	line-height: 42px;
	padding: 20px;
	white-space: nowrap;
}
.form th {
	font-weight: normal;
	vertical-align: center;
	color: #fff;
	background-color: #0037b4;
}
.form td {
	width: 100%;
}
.form table div {
	line-height: 1.6;
	font-size: 14px !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
	width: 100%;
	font-size: 24px;
	padding: 3px;
	border: 1px solid #b5b5b5;
}
label {
	margin-right: 20px;
}
button {
	background-color: #fff;
	text-align: center;
	margin: 0 auto 71px auto;
	width: 1019px;
	height: 309px;
	display: block;
}
button:hover {
	opacity: 0.6;
	transition: all 0.2s linear;
}
.jp>div {
	background-color: #0037b4;
	padding: 70px 0;
}
.jp>div>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	padding-left: 370px;
	background-image: url(../images/jb_img.png);
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: 70px center;
	display: table;
}
.jp>div>div>div {
	display: table-cell;
	vertical-align: middle;
}
.jp .text {
	font-size: 20px;
	color: #FFF;
	line-height: 30px;
	margin: 30px 0;
}
.jp a {
	display: block;
	width: 400px;
	height: 100px;
}
.jp a:hover {
	opacity: 0.6;
	transition: all 0.2s linear;
}
footer div {
	text-align: center;
}
footer small {
	text-align: center;
	font-size: 12px;
	color: #000;
	line-height: 160px;
}
