/* CSS Document */

* {
	margin: 0;
}
body {
	max-width: none;
	font-feature-settings: "palt";
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
	width: 196px;
	position: static;
	padding: 20px 0 20px 48px;
}
h1 img {
	width: 100%;
}
.fix_btn {
	width: 232px;
	position: fixed;
	top: 7px;
	right: 0;
	z-index: 9999;
}
.kv {
	position: relative;
}
.kv img {
	max-width: 100%;
}
.kv p {
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	font-size: 28px;
	font-weight: 700;
}
section {
	padding: 90px 0;
	background: #EFF9FF;
}
.cont {
	display: flex;
	max-width: 1340px;
	margin: 0 auto 80px;
	padding: 0 50px;
	box-sizing: border-box;
	background: transparent;
}
.cont_l, .cont_r {
	width: 50%;
	padding: 0 5%;
}
h2 {
	font-size: 26px;
	font-weight: 700;
	color: #24a6f7;
	letter-spacing: .1em;
	margin: 0 0 20px;
	line-height: 1.7;
}
h2 .point {
	display: block;
	color: red;
	border: 1px solid;
	padding: 0.5em 0;
	font-size: 80%;
	line-height: 1em;
	width: 8em;
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
}
h2 .color {
	color: red;
	font-weight: bold;
}
h2 + p {
	color: #24a6f7;
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 1.8;
	border-radius: 30px;
	border: 2px solid #24A6F7;
	text-align: center;
	padding: 7px 0;
	font-weight: 700;
	margin: 0 0 20px;
}
h2 + p + p {
	font-size: 14px;
	line-height: 2.7;
	margin-bottom: 2.7em;
}
.lst {
	font-size: 14px;
	line-height: 2.7;	
	padding: 2em 3em;
	background: #FFFFFF;
}
.lst .color {
	background: #24a6f7;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid;
	padding: 0em 1em;
	display: inline-block;
	margin-bottom: 1em;
}
.lst ol {
	list-style: decimal;
	margin-left: 1.5em;
}
.lst ol li {
	font-weight: bold;
}
.fig {
	max-width: 1340px;
	margin: 0 auto 80px;
	padding: 50px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
}
.fig figure {
	width: 50%;
	padding: 0 5%;
	box-sizing: border-box;
}
.fig .txt {
	flex: 1;
	padding: 0 5%;
}
.fig .txt p.bold {
	font-weight: bold;
	font-size: 120%;
}
.fig .txt p + p {
	margin-top: 1.8em;
	line-height: 1.8em;
}
.fig .txt p .align_r {
	display: block;
	text-align: right;
}
.fig .txt p .color {
	color: red;
}
.form {
	width: 1000px;
	margin: 0 auto;
	padding: 60px;
	box-sizing: border-box;
	background: #FFFFFF;
}
.form table {
	width: 100%;
}
.form th {
	text-align: right;
	padding: 0 1em 0 0;
	font-size: 16px;
	vertical-align: top;
	line-height: 3em;
	font-weight: 500;
}
.form th label {
	font-weight: bold;
	min-width: 11em;
}
.form th span {
	display: inline-block;
	font-size: 14px;
	width: 48px;
	height: 22px;
	margin-left: 0.5em;
	font-weight: 500;
}
.form th .required {
	line-height: 22px;
	color: #fff;
	background: #0c3579;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	padding: 1px 0 0;
}
.form td {
	padding: 0 0 2em;
	font-size: 16px;
	height: 48px;
	vertical-align: middle;
}
.form td > div {
	padding: 0.75em 0.75em;
}
.form td label {
	display: block;
}
.form td label + label {
	margin-top: 1em;
}
.form input[type=text], .form input[type=url], .form input[type=tel], .form input[type=email], .form textarea, .form select {
	border: 1px solid #DDDDDD;
}
.form input[type=tel] + span {
	width: 100%;
	display: block;
	margin-top: 0.5em;
	font-size: 80%;
}
.form table + div {
	width: 600px;
	margin: 0 auto 30px;
}
.form table + div p {
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
}
.form table + div textarea {
	height: 10em;
}
.form table + div + div {
	line-height: 1.5em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form table + div + div > label {
	font-weight: bold;
	display: inline-block;
}
.form table + div + div .required {
	display: inline-block;
	font-size: 14px;
	width: 48px;
	height: 22px;
	margin-left: 0.5em;
	font-weight: 500;
	line-height: 22px;
	color: #fff;
	background: #0c3579;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	padding: 1px 0 0;
}
.form input[type=checkbox] {
	margin-right: 0.5em;
}
.form select {
	height: 3em;
}
footer {
	background: #0c357c;
	color: #fff;
	padding: 64px 0 64px 5.172%;
}
footer .inner {
	position: relative;
	z-index: 1;
}
footer .f_logo {
	width: 276px;
	margin: 0 0 32px;
}
footer table {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 100px;
}
.f_copy {
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	font-weight: 500;
}