@CHARSET "UTF-8";

.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.font-mincho {
	font-family: "Hiragino Mincho Pro", "HG明朝E", "MS 明朝", serif;
}

.font-marugo {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-65 {
	margin-top: 65px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-75 {
	margin-top: 75px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-l-100 {
	margin-left: 100px;
}

.m-l-a {
	margin-left: auto;
}

.m-r-a {
	margin-right: auto;
}

.m-t-a {
	margin-top: auto;
}

.m-b-a {
	margin-bottom: auto;
}

.w-p-100 {
	width: 100%;
}

.w-p-95 {
	width: 95%;
}

.w-p-90 {
	width: 90%;
}

.w-p-85 {
	width: 85%;
}

.w-p-80 {
	width: 80%;
}

.w-p-75 {
	width: 75%;
}

.w-p-70 {
	width: 70%;
}

.w-p-65 {
	width: 65%;
}

.w-p-60 {
	width: 60%;
}

.w-p-55 {
	width: 55%;
}

.w-p-50 {
	width: 50%;
}

.w-p-45 {
	width: 45%;
}

.w-p-40 {
	width: 40%;
}

.w-p-35 {
	width: 35%;
}

.w-p-30 {
	width: 30%;
}

.w-p-25 {
	width: 25%;
}

.w-p-20 {
	width: 20%;
}

.w-p-15 {
	width: 15%;
}

.w-p-10 {
	width: 10%;
}

.w-p-5 {
	width: 5%;
}

.h-p-100 {
	height: 100%;
}

.h-p-95 {
	height: 95%;
}

.h-p-90 {
	height: 90%;
}

.h-p-50 {
	height: 50%;
}

.v-a-t {
	vertical-align: top;
}

.v-a-m {
	vertical-align: middle;
}

.v-a-b {
	vertical-align: bottom;
}

.v-a-tb {
	vertical-align: text-bottom;
}

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.space-between {
	justify-content: space-between;
}

a {
	color: inherit;
	text-decoration: none;
}

a.text {
	text-decoration: underline;
}

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

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

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

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

html, body, #wrapper, #header, #nav, #main, #footer {
	width: 100%;
	min-width: 1440px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

html {
	font-size: 10px;
	background-color: #ffffff;
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	text-align: left;
	font-size: 14px;
	color: #333333;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "century gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {

}

.container {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

.container.small {
	width: 1000px;
}

.container.full {
	overflow: hidden;
	width: 100%;
}

.container.full .inner {

}

.container.full .absolute {
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	margin: 0 auto;
	/* -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}

.page-title {
	height: 830px;
	width: 100%;
}

h1.title {
	font-size: 12px;
	padding: 5px 0;
	text-align: left;
}

#header {
	padding-bottom: 20px;
}

#header .logo {
	text-align: center;
}

#header .tel {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	line-height: 1.2;
}

#main {
	padding: 0 0 40px;
	position: relative;
	min-height: 900px;
	background: url("../img/base/background.jpg") center top repeat-y;
}

#nav {
	background: rgba(65, 176, 246, 0.8);
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#nav .nav-list {
	justify-content: center;
	align-items: center;
}

#nav .nav-list .item {
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: relative;
}

#nav .nav-list .item>a, #nav .nav-list .item .menu {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 30px;
}

#nav .nav-list .item:hover {
	background: #cbecff;
	color: #2da0f0;
}

#nav .nav-list .item .menu-list {
	/* display: none; */
	height: 50px;
	background: #cbecff;
	color: #019bff;
	white-space: nowrap;
	display: none;
	/* center */
	position: absolute;
	left: -300px;
	right: -300px;
	margin: 0 auto;
	bottom: -50px;
}

#nav .nav-list .item .menu-list>a {
	display: inline-block;
	height: 100%;
	padding: 0 30px;
	font-size: 16px;
}

#nav .nav-list .item .menu-list>a:hover {
	opacity: 0.8;
}

#nav .nav-list .item .menu:hover .menu-list, #nav .nav-list .item .menu .menu-list:hover {
	display: block;
}

#nav .menu-bg {
	position: static;
	height: 50px;
	background: #cbecff;
	width: 100%;
	display: none;
}

#footer {
	background: #41b0f6;
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

#footer .footer-nav {

}

#footer .footer-nav .nav-list {

}

#footer .footer-nav .nav-list .item {
	color: #fff;
	text-align: left;
	width: 17%;
	margin: 0 1.5%;
}

#footer .footer-nav .nav-list .item dl dt {
	border-bottom: 2px solid #fff;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
}

#footer .footer-nav .nav-list .item dl dd {
	margin: 15px 0;
	background: url("../img/base/footer_menu_icon.png") left 50% no-repeat;
	font-size: 16px;
	padding-left: 30px;
}

#footer .copyright {

}

#contact {
	position: absolute;
	position: sticky;
	top: 10px;
	right: 0;
	z-index: 2;
	display: block;
	width: 1440px;
	margin: 0 auto;
}

#contact a {
	position: absolute;
	top: 15px;
	right: 0;
	margin-left: auto;
	display: block;
}

#contact a .on {
	display: none;
}

#contact a:hover .off {
	display: none;
}

#contact a:hover .on {
	display: block;
}

.fix-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fix-footer .go-top {
	position: absolute;
	bottom: 15px;
	right: 30px;
}

@media ( max-width :1440px) {
	.fix-header .contact {
		display: none;
	}
	.fix-footer .go-top {
		display: none;
	}
}

#entry {
	padding: 30px 0;
}

#entry .message {
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
	padding: 15px 0;
	display: none;
}

#entry .retry {
	background: #41b0f6;
	color: #fff;
	font-size: 16px;
	padding: 15px 60px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
}

h2.title img {

}

#main h2.title {
	padding-top: 15px;
}

p.text {
	font-size: 18px;
	line-height: 1.8;
}

.form-bg {
	background-image: url("../img/base/form_bg_top.png"), url("../img/base/form_bg_bottom.png"), url("../img/base/form_bg_middle.png");
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 40px;
}

.form-list .item {
	width: 50%;
}

.form-list th.label {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 10px 20px;
	color: #a26e34;
}

.form-list td.value {
	font-size: 14px;
    color: #a26e34;
	text-align: left;
	vertical-align: middle;
	padding: 0 20px 30px;
}

.form-list .label {
	color: #a26e34;
}

.form-list .description {
	color: #333;
}

.form-list .value input[type="text"], .form-list .value input[type="email"] {
	width: 100%;
	min-height: 30px;
	padding: 0 5px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #87cafc;
}

.form-list .value input[type="number"], .form-list .value input[type="date"], .form-list .value input[type="time"] {
	min-height: 30px;
	padding: 0 5px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #87cafc;
}

.form-list .value textarea {
	width: 100%;
	min-height: 160px;
	padding: 5px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #87cafc;
}

.form-list .value select {
	width: 200px;
	min-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #87cafc;
}

form button.submit {
	padding: 0;
	border: none;
	background: none;
}

.page-qa .qa-nav-list .item {
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
}

.page-qa .qa-nav-list .item a {
	display: block;
	border: 1px solid #0088e6;
	width: 100%;
	height: 100%;
	margin: 10px auto;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	color: #0088e6;
	font-weight: bold;
	font-size: 16px;
}

.page-qa .qa-nav-list .item a:after {
	content: '';
	background: url("../img/faq/menu_arrow.png") center top;
	width: 13px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}