@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a, a:link {
	color: #040404;
	text-decoration: none;
}
a:visited {
	color: #040404;
}
a:hover {
	color: #040404;
}
a:active {
	color: #040404;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: GOTHAM-BOOK_0, Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "PingFang SC", "Hiragino Sans GB", sans-serif;
}
#container {
	text-align: left;
}
img {
	width: 100%;
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container {
	width: 85%;
	box-sizing: border-box;
	margin: 0 auto;
}
.container .update {
	color: #3870cc;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 0 4%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#gHeader.on {
	background: #3870cc;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
#gHeader .logo img {
	width: auto;
	margin-top: 15px;
}
#gHeader .sear {
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding-left: 40px;
	margin-left: 30px;
	height: 100px;
}
#gHeader .sear span {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/icon1.png) no-repeat center;
	background-size: cover;
	margin-top: 32px;
}
#gHeader .form {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	background: #fff;
	padding: 80px 0%;
	display: none;
}
#gHeader .form form {
	margin: 0 auto 30px;
	width: 30%;
	max-width: 420px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
#gHeader .form form input[type="text"] {
	width: 100%;
	line-height: 40px;
	height: 40px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	padding: 0 85px 0 10px;
	margin: 0;
	border-radius: 4px;
	font-size: 15px;
}
#gHeader .form form input[type="submit"] {
	width: 80px;
	line-height: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: #4d87e5;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 15px;
	padding: 0;
	margin: 0;
}
#gHeader .form .hot {
	text-align: center;
	font-size: 15px;
	color: #555;
}
#gHeader .form .hot a {
	display: inline-block;
	margin-right: 10px;
	color: #555;
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
}
#gNavi li {
	float: left;
	width: 12.5%;
}
#gNavi li>a {
	line-height: 100px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
}
#gNavi li>a:after {
	content: "";
	position: absolute;
	left: 30%;
	right: 30%;
	height: 3px;
	background: #fff;
	bottom: 15px;
	border-radius: 2px;
	overflow: hidden;
	display: none;
}
#gNavi li.on>a:after {
	display: block;
}
#gNavi li .drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	background: #fff;
	padding: 50px 0;
	display: none;
}
#gNavi li .drop dl {
	width: 16.66%;
	float: left;
}
#gNavi li .drop dl dt {
	line-height: 20px;
	font-size: 15px;
	border-left: 5px solid #4d87e5;
	padding-left: 16px;
	margin-bottom: 10px;
}
#gNavi li .drop dl dt a {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
#gNavi li .drop dl dt.on a {
	color: #3870cc;
}
#gNavi li .drop dl a {
	display: block;
	font-size: 15px;
	color: #444;
}
#gNavi li .drop dl dd {
	line-height: 32px;
	padding-left: 22px;
}
#gNavi li .drop dl dd.on a {
	color: #3870cc;
}
#gNavi li .drop1 {
	text-align: center;
}
#gNavi li .drop1 a {
	display: inline-block;
	padding: 0 25px;
	margin: 0 10px;
	font-size: 16px;
	line-height: 40px;
	background: #efefef;
	color: #333;
	border-radius: 5px;
}
#gNavi li .drop1 a.on {
	background: #4d87e5;
	color: #fff;
}
.sec .title {
	text-align: center;
	margin: 50px 0 30px;
}
.sec .title strong {
	color: #3870cc;
	font-size: 40px;
	opacity: 0.7;
	display: block;
}
.sec .title h2 {
	font-size: 36px;
	position: relative;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	display: inline-block;
}
.sec .title h2:after {
	content: "";
	position: absolute;
	right: -70px;
	top: 12px;
	width: 46px;
	height: 30px;
	background: url(../images/icon7.png) no-repeat center;
	background-size: cover;
	opacity: 0.8;
}
.sec .title h2:before {
	content: "";
	position: absolute;
	left: -70px;
	top: 12px;
	width: 46px;
	height: 30px;
	background: url(../images/icon6.png) no-repeat center;
	background-size: cover;
	opacity: 0.8;
}
.sec .title p {
	font-size: 18px;
	color: #666;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../images/bg4.jpg) no-repeat center;
	padding-top: 40px;
	color: #fff;
}
#gFooter .box {
	width: 25%;
}
#gFooter .box h3 {
	font-size: 18px;
	border-left: 5px solid #fff;
	padding-left: 15px;
	line-height: 20px;
	margin-bottom: 16px;
}
#gFooter .box .link {
	padding-left: 15px;
}
#gFooter .box a {
	display: block;
	float: left;
	width: 50%;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}
#gFooter .ewm {
	width: 12%;
	margin-top: 20px;
	text-align: center;
}
#gFooter .ewm img {
	margin-bottom: 12px;
	width: 150px;
}
#gFooter .lx_box {
	width: 32%;
}
#gFooter .box p {
	line-height: 30px;
	font-size: 15px;
	padding-left: 15px;
}
#gFooter .f_link {
	margin: 20px auto;
	line-height: 20px;
}
#gFooter .f_link h4 {
	font-size: 17px;
	display: inline-block;
}
#gFooter .f_link a {
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
#gFooter .power {
	line-height: 60px;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .5);
}
.sp {
	display: none !important;
}
.fixed {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	background: #f5f5f5;
	text-align: center;
	border-radius: 6px;
	display: none;
	transition: 0.3s;
	z-index: 100;
}
.fixed.on {
	left: -150px;
}
.fixed span.btn {
	position: absolute;
	left: 150px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	top: 0;
	display: block;
	width: 60px;
	height: 50px;
	background: #3870cc url(../images/icon3-1.png) no-repeat center;
	background-size: 26px;
	cursor: pointer;
	border-radius: 3px 0 0 3px;
}
.fixed span.btn.on {
	background-image: url(../images/icon2-1.png);
}
.fixed .top h3 {
	background: #3870cc;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 50px;
}
.fixed .top p {
	background: #3870cc;
	padding: 8px 0px;
	border-radius: 0 0 100% 100%;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}
.fixed .f_box {
	padding: 10px;
}
.fixed .f_box a {
	display: block;
	margin: 5px 6px;
	padding: 5px 0px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 15px;
}
.fixed .f_box a img {
	width: 17px;
	vertical-align: middle;
	margin-right: 6px;
}
.fixed .bottom {
	background: #3870cc;
	padding-bottom: 6px;
}
.fixed .bottom p {
	line-height: 22px;
	color: #fff;
	font-size: 18px;
}
.fixed .return {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	border-top: 1px solid rgba(255, 255, 255, .6);
	padding-top: 5px;
}
.fixed .return img {
	width: 30px;
	cursor: pointer;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
.sec .title {
	margin: 30px 0 20px;
}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
#gNavi {
	width: 55%;
}
#gNavi li>a {
	font-size: 16px;
}
.sec .title strong {
	font-size: 30px;
}
.sec .title h2 {
	font-size: 34px;
}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
.container {
	width: 88%;
}
#gHeader .logo {
	width: 380px;
}
#gHeader .logo img {
	width: 100%;
	margin-top: 18px;
}
#gFooter .ewm img {
	width: 120px;
}
#gFooter .box p {
	font-size: 14px;
	line-height: 28px;
}
#gFooter .box a {
	line-height: 28px;
	font-size: 14px;
}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
.sec .title strong {
	font-size: 26px;
}
.sec .title h2 {
	font-size: 30px;
}
.sec .title h2:before, .sec .title h2:after {
	top: 8px;
}
#gNavi li .drop dl dd {
	padding-left: 7px;
}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
#gHeader {
	padding: 0 2%;
}
}

@media all and (min-width: 0) and (max-width: 767px) {
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
input {
	appearance: none;
	-webkit-appearance: none;
}
.fl, .fr {
	float: inherit;
}
.container {
	padding: 0 10px;
	width: 100%;
}
/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
#gHeader {
	padding: 12px 10px;
	background: #3870cc;
}
#gHeader .logo {
	width: 200px;
}
#gHeader .logo img {
	width: 100%;
	margin-top: 0px;
}
#gHeader .menu {
	position: absolute;
	right: 12px;
	top: 12px;
}
#gHeader .menu span {
	display: block;
	width: 32px;
	height: 5px;
	border-radius: 3px;
	margin: 5px 0;
	background: #fff;
}
/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
#gNavi {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 58px;
	overflow-y: scroll;
	right: 0;
	display: none;
	top: 58px;
}
#gNavi li {
	float: inherit;
	width: 100%;
}
#gNavi li>a {
	line-height: 50px;
	color: #333;
	text-align: left;
	padding: 0 20px;
	font-size: 16px;
}
#gNavi li:nth-child(2)>a:before {
	content: "";
	position: absolute;
	right: 20px;
	width: 20px;
	top: 15px;
	height: 20px;
	background: url(../images/icon7-1.png) no-repeat top center;
	background-size: 20px;
	overflow: hidden;
}
#gNavi li:nth-child(2).on>a:before {
	background-position: bottom center;
}
#gNavi li.on>a:after {
	display: none;
}
#gNavi li.on>a {
	color: #3870cc;
}
#gNavi li .drop {
	position: relative;
	left: inherit;
	right: inherit;
	top: inherit;
	padding: 10px 0;
	display: none;
}
#gNavi li .drop dl {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	float: inherit;
}
#gNavi li .drop dl dt {
	padding-left: 12px;
	margin-bottom: 0px;
}
#gNavi li .drop dl dt a {
	font-size: 15px;
}
#gNavi li .drop dl dt.on a {
	color: #3870cc;
}
#gNavi li .drop dl dd a {
	display: inline-block;
	font-size: 14px;
	margin: 0 8px;
}
#gNavi li .drop dl dd a.on {
	color: #3870cc;
}
#gNavi li.on .drop {
	display: block;
}
#gNavi li .drop1 a {
	padding: 0 16px;
	margin: 0 8px;
	font-size: 15px;
	line-height: 30px;
}
#gNavi .form {
	position: relative;
	left: 0;
	right: 0;
	display: block;
	padding: 30px 0;
	top: 0;
}
#gNavi .form form {
	width: 90%;
	margin: 0 auto;
}
#main {
	padding-top: 58px;
}
.sec .title {
	margin: 30px 0 10px;
}
.sec .title strong {
	font-size: 20px;
	opacity: 0.5;
}
.sec .title h2 {
	font-size: 26px;
}
.sec .title h2:after {
	right: -50px;
	top: 9px;
	width: 36px;
	height: 20px;
	background: url(../images/icon7.png) no-repeat right center;
	background-size: cover;
}
.sec .title h2:before {
	left: -50px;
	top: 9px;
	width: 36px;
	height: 20px;
	background: url(../images/icon6.png) no-repeat left center;
	background-size: cover;
}
/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
#gFooter {
	background-size: cover;
	padding-top: 20px;
}
#gFooter .box {
	width: 100%;
}
#gFooter .box h3 {
	font-size: 17px;
	border-left: 4px solid #fff;
	padding-left: 12px;
	margin-bottom: 12px;
}
#gFooter .box .link {
	padding-left: 0px;
	margin-bottom: 15px;
}
#gFooter .box a {
	width: 25%;
	line-height: 27px;
	font-size: 14px;
}
#gFooter .box:nth-child(2) a {
	width: 33.33%;
}
#gFooter .ewm {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#gFooter .lx_box {
	width: 100%;
}
#gFooter .box p {
	line-height: 26px;
	font-size: 14px;
	padding-left: 15px;
}
#gFooter .f_link h4 {
	font-size: 16px;
}
#gFooter .power {
	line-height: 20px;
	padding: 8px;
	font-size: 12px;
}
}
