@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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ",  sans-serif; */
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ ゴシック",verdana,arial,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: #323232;
	text-decoration: none;
}

section#main a:visited {
	color: #323232;
}

section#main a:hover {
	color: #323232;
}

section#main a:active {
	color: #323232;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #323232;
	font-size: 92%;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #A8E2FD;
/*	overflow-x: hidden; */
}

#container {
	margin: 0 auto;
	padding: 0 24px;
	width: 1074px;
	box-sizing: border-box;
	background: url(../img/container_bg.png) repeat-y left top;
	text-align: left;
	position: relative;
}

#main {
	margin-bottom: 47px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}

.sp {
	display: none !important;
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		background-color: #fff;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	#sp_font {
		font-size: 1.3em !important;
	}

	#sp_font2 {
		font-size: 2em !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#container {
		margin: 0 auto;
		padding: 0;
		width: auto;
		background: none;
		overflow: hidden;
	}

	#main {
		margin: 0 8px 26px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 37px 0 28px;
	background: url(../img/header_bg.jpg) no-repeat center top;
}

#gHeader h1 {
	float: left;
}

#gHeader .rBox {
	padding-top: 5px;
	float: right;
	width: 413px;
}

#gHeader .rBox .topBox {
	margin-bottom: 21px;
}

#gHeader .rBox .topBox .fontChange {
	float: left;
}

#gHeader .rBox .topBox .fontChange li {
	margin-right: 14px;
	float: left;
	position: relative;
}

#gHeader .rBox .topBox .fontChange li:first-child {
	padding: 3px 0 0 0;
	color: #0265c6;
}

#gHeader .rBox .topBox .fontChange li:first-child:before {
	background: none;
}

#gHeader .rBox .topBox .fontChange li a {
	display: block;
	padding: 2px 0 2px;
	padding: 3px 0 0px\9\0; /* ie 9*/
	width: 47px;
	color: #fff;
	text-align: center;
	background-color: #2F94C8;
	border-radius: 6px;
	position: relative;
}

#gHeader .rBox .topBox .fontChange li a:hover {
	opacity: 0.7;
}

#gHeader .rBox .topBox .fontChange li:before {
	width: 100%;
	height: 100%;
	padding: 0 2px 2px 0;
	background: #1E4C97;
	position: absolute;
	left: 0px;
	top: 2px;
	border-radius: 6px;

	content: "";
}

#gHeader .rBox .topBox .rLink {
	padding-top: 2px;
	float: left;
}

#gHeader .rBox .topBox .rLink a {
	color: #0265c6;
	text-decoration: underline;
}

#gHeader .rBox .topBox .rLink a:hover {
	text-decoration: none;
}

#gHeader .rBox .subBox {
	margin: 0 13px 0 -5px;
	padding: 5px 3px 9px;
	border: 2px solid #E4E4E4;
	border-radius: 10px;
	background-color: #fff;
}

#gHeader .rBox .subBox p {
	margin: 0 0 7px 6px;
	color: #0f2235;
	font-size: 1.05em;
}

#gHeader .rBox .subBox p img {
	margin: -2px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#gHeader .rBox .subBox .lanUl li {
	margin-right: 11px;
	float: left;
	position: relative;
}

#gHeader .rBox .subBox .lanUl li:before {
	width: 100%;
	height: 100%;
	padding: 0 3px 3px 0;
	background: #192939;
	position: absolute;
	left: 0px;
	top: 2px;
	border-radius: 6px;

	content: "";
}

#gHeader .rBox .subBox .lanUl li:last-child {
	margin: 0;
}

#gHeader .rBox .subBox .lanUl li a {
	padding: 3px 0;
	padding: 4px 0 2px\9\0; /* ie 9*/
	width: 90px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 0.86em;
	text-align: center;
	background-color: #235DC3;
	border-radius: 6px;
}

#gHeader .rBox .subBox .lanUl li a:hover {
	opacity: 0.7;
}

#gHeader .searchBox {
	margin-right: 1px;
	padding: 23px 26px 22px 25px;
	background: url(../img/bg01.gif) repeat left top;
}

#gHeader .searchBox .lText {
	padding: 7px 0 0 50px;
	float: left;
	color: #323232;
	font-size: 1.5em;
	background: url(../img/icon02.png) no-repeat left 10px;
}

#gHeader .searchBox .inputBox {
	width: 749px;
	float: right;
	position: relative;
}

#gHeader .searchBox .inputBox input {
	padding: 5px 82px 5px 12px;
	width: 100%;
	height: 46px;
	font-size: 1.05em;
	font-weight: bold;
	border: 4px solid #2E93C7;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
}

:placeholder-shown {
	color: #ccc;
	font-weight: normal;
}

::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

:-moz-placeholder {
	color: #ccc;
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}

#gHeader .searchBox .inputBox .btn {
	position: absolute;
	width: 56px;
	right: 20px;
	top: 9px;
	padding: 6px 0;
	font-size: 1.1em;
	height: auto;
	color: #fff;
	line-height: 1.0;
	background-color: #2E93C7;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

#gHeader .searchBox .inputBox .btn:hover {
	opacity: 0.7;
}

@media all and (min-width: 768px) {
	.spBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	#gHeader {
		margin-bottom: 10px;
		padding: 0;
		background: url(../img/sp_header_bg.gif) no-repeat left top;
		background-size: 100% auto;
	}

	#gHeader h1 {
		margin-bottom: 8px;
		float: left;
	}

	#gHeader h1 img {
		width: 309px;
	}

	#gHeader .menu {
		padding: 11px 11px 0 0;
		float: right;
	}

	#gHeader .menu .closeImg {
		display: none;
	}

	#gHeader .menu.on .closeImg {
		display: block;
	}

	#gHeader .menu.on .menuImg {
		display: none;
	}

	#gHeader .rBox {
		padding-top: 0px;
		float: none;
		width: auto;
	}

	#gHeader .rBox .topBox {
		margin: 0;
	}

	#gHeader .rBox .topBox .fontChange {
		display: none;
	}

	#gHeader .rBox .topBox .rLink {
		display: none;
	}

	#gHeader .rBox .subBox {
		margin: 0 9px 10px;
		padding: 5px 7px 8px;
		border: 1px solid #E4E4E4;
		border-radius: 5px;
		box-sizing: border-box;
	}

	#gHeader .rBox .subBox p {
		margin: 0 0 4px 2px;
		font-size: 0.8em;
	}

	#gHeader .rBox .subBox p img {
		margin: -2px 6px 0 0;
		width: 19px;
	}

	#gHeader .rBox .subBox .lanUl li {
		margin-right: 7px;
	}

	#gHeader .rBox .subBox .lanUl li:before {
		width: 100%;
		height: 100%;
		padding: 0 1px 1px 0;
		background: #192939;
		position: absolute;
		left: 0px;
		top: 1px;
		border-radius: 6px;

		content: "";
	}

	#gHeader .rBox .subBox .lanUl li:last-child {
		margin: 0;
	}

	#gHeader .rBox .subBox .lanUl li a {
		padding: 4px 0;
		width: 80px;
		display: block;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		border-radius: 5px;
	}

	#gHeader .searchBox {
		margin-right: 0px;
		padding: 7px 9px 13px;
		background: url(../img/bg01.gif) repeat left top;
		background-size: 4.5px auto;
		border-radius: 4px;
	}

	#gHeader .searchBox .lText {
		padding: 0 0 7px;
		float: none;
		font-size: 0.85em;
		text-align: center;
		background: none;
	}

	#gHeader .searchBox .lText span {
		padding: 0 18px;
		min-height: 13px;
		display: inline-block;
		background: url(../img/icon02.png) no-repeat left 2px;
		background-size: 13px auto;
	}

	#gHeader .searchBox .inputBox {
		width: 100%;
		float: none;
	}

	#gHeader .searchBox .inputBox input {
		padding: 5px 58px 5px 8px;
		width: 100%;
		height: 41px;
		font-size: 1em;
		border: 2px solid #2E93C7;
		line-height: 41px;
		box-sizing: border-box;
	}

	#gHeader .searchBox .inputBox .btn {
		position: absolute;
		width: 50px;
		right: 6px;
		top: 5px;
		padding: 9px 0;
		font-size: .8em;
		border-radius: 3px;
		font-weight: normal;
	}

	#gHeader .spBox {
		display: none;
		position: absolute;
		padding-bottom: 20px;
		left: 0;
		width: 100%;
		top: 58px;
		z-index: 1000;
		background-color: #2F93C7;
	}

	#gHeader .spBox .top {
		padding: 32px 0 20px;
		color: #fff;
		font-size: 1.05em;
		font-weight: bold;
		text-align: center;
	}

	#gHeader .spBox .spNavi {
		margin: 0 14px 17px;
	}

	#gHeader .spBox .spNavi li {
		margin-bottom: 6px;
		float: left;
		width: 100%;
		position: relative;
	}

	#gHeader .spBox .spNavi li a {
		padding: 6px 7px 6px 18px;
		display: block;
		color: #fff;
		font-size: 1.4em;
		font-weight: 700;
		position: relative;
		background-color: #A7E2FD;
		border: 1px solid #fff;
		border-radius: 5px;
		text-shadow: 0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8;
	}

	#gHeader .spBox .spNavi li .icoSpan {
		margin-top: -15px;
		position: absolute;
		right: 6px;
		top: 21px;
		width: 30px;
		height: 30px;
		z-index: 10;
		background: url(../img/sp_icon08.png) no-repeat center center;
		background-size: 21px auto;
	}

	#gHeader .spBox .spNavi .on .icoSpan {
		margin-top: -15px;
		position: absolute;
		right: 6px;
		top: 21px;
		width: 30px;
		height: 30px;
		z-index: 10;
		background: url(../img/sp_icon06.png) no-repeat center center;
		background-size: 21px auto;
	}

	#gHeader .spBox .spNavi .liStyle a {
		position: relative;
		z-index: 10;
	}

	#gHeader .spBox .spNavi .liStyle ul {
		display: none;
		margin-top: -10px;
		padding: 20px 0 9px 20px;
		background-color: #EFEFEF;
		border-radius: 0 0 7px 7px;
		z-index: 1;
	}

	#gHeader .spBox .spNavi .liStyle ul li {
		float: none;
		margin: 0;
	}

	#gHeader .spBox .spNavi .liStyle ul li a {
		padding: 0 0 2px 13px;
		color: #3398cc;
		font-size: 0.85em;
		display: inline-block;
		background: url(../img/sp_icon07.gif) no-repeat left 7px;
		background-size: 6px auto;
		border: none;
		text-shadow: 0 0 0 #fff;
	}

	#gHeader .spBox .spNavi .liStyle ul li a span {
		color: #444;
		font-size: 12px;
	}

	#gHeader .spBox .spNavi .liStyle ul li .arrow {
		margin: 2px 0 0 0;
		width: 12px;
	}

	#gHeader .spBox .btmLink {
		margin: 0 14px 22px;
		text-align: center;
	}

	#gHeader .spBox .btmLink a {
		padding: 8px 0;
		display: block;
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		text-shadow: 0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8,0px 0px 1px #2F94C8;
		background-color: #A5DC41;
		border-radius: 5px;
		border: 1px solid #fff;
	}

	#gHeader .spBox .btmLink img {
		margin: -4px 10px 0 0;
		vertical-align: middle;
	}

	#gHeader .spBox .bannerUl {
		margin: 0 7px 29px 14px;
	}

	#gHeader .spBox .bannerUl li {
		padding: 0 5px 10px 0;
		float: left;
	}

	#gHeader .spBox .bannerUl li img {
		height: 29px;
	}

	#gHeader .spBox .btm {
		color: #fff;
		font-size: 0.52em;
		text-align: center;
	}

	#gHeader .spBox .btm a{
		text-decoration: underline;
		color: #ffffff;
	}

	#gHeader .spBox .btm span {
		margin-top: 12px;
		display: block;
	}

	#gHeader .searchBox .inputBox .btn:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: relative;
	margin-right: 1px;
	padding: 16px 0 0 24px;
	text-align: center;
	background-color: #2E93C7;
}

#gNavi li {
	padding-bottom: 14px;
	float: left;
	width: 155px;
}

#gNavi li:nth-child(2) {
	width: 231px;
}

#gNavi li:nth-child(3) {
	width: 202px;
}

#gNavi li:nth-child(4) {
	width: 224px;
}

#gNavi li:nth-child(5) {
	width: 180px;
}

#gNavi li span {
	padding: 0 18px;
	display: block;
	border-right: 1px solid #87CBED;
}

#gNavi li:last-child span {
	border: none;
}

#gNavi li a {
	display: block;
	padding: 14px 2px;
	position: relative;
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: -1px;
}

#gNavi .on a,
#gNavi li a:hover {
	color: #3398cc;
	background-color: #E4F6FE;
}

#gNavi .on a:before {
	margin-left: -10px;
	width: 20px;
	height: 10px;
	background: url(../img/icon01.png) no-repeat;
	position: absolute;
	left: 50%;
	bottom: -8px;

	content: "";
}

#gNavi li .menuBox {
	display: none;
	position: absolute;
	width: 100%;
	top: 78px;
	left: 0;
	z-index: 1000;
}

#gNavi li .menuBox .infoBox {
	margin-top: 5px;
	height: 330px;
	background-color: #E4F6FE;
}

#gNavi li .menuBox ul {
	padding: 26px 0 0 49px;
	text-align: left;
	width: 348px;
}

#gNavi li .menuBox ul > li {
	padding: 0;
	width: 400px;
}

#gNavi li .menuBox ul > .on > a,
#gNavi li .menuBox ul > .liStyle > a {
	background: url(../img/icon03.png) no-repeat left 7px, url(../img/icon04.png) no-repeat 220px 11px;
}

#gNavi li .menuBox ul > li > a {
	padding: 4px 0 5px 29px;
	display: block;
	font-size: 16px;
	color: #323232;
	background: url(../img/icon03.png) no-repeat left 7px;
}

#gNavi li .menuBox ul > li > a:hover {
	color: #3398cc;
}

#gNavi li .menuBox .info_sub {
	display: none;
	position: absolute;
	right: 0;
	top: 7px;
	width: 633px;
	padding-bottom: 41px;
	background-color: #F1F9FC;
}

#gNavi li .menuBox .info_sub ul {
	padding: 90px 0 41px 30px;
	width: 100%;
}

#gNavi li .menuBox .info_sub ul li {
	width: 100%;
	letter-spacing: -1px;
}

#gNavi li .menuBox .info_sub ul li a {
	font-weight: normal;
}

@media all and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 73px;
	text-align: center;
}

#gFooter .bannerList {
	margin-bottom: 33px;
	font-size: 0;
}

#gFooter .bannerList li {
	padding: 0 12.5px;
	display: inline-block;
	vertical-align: top;
}

#gFooter .bannerList li a:hover {
	opacity: 0.7;
}

#gFooter .fBox {
	padding-top: 18px;
	margin: 0 11px;
	border-top: 1px solid #A5DEF9;
}

#gFooter .fBox .txt {
	margin-bottom: 19px;
	font-size: 0.8em;
}

#gFooter .fBox .copyright {
	font-size: 0.8em;
}

#gFooter a:link {
	text-decoration: underline;
	color: #0265c6;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding-bottom: 30px;
	}

	#gFooter .bannerList {
		margin: 0 5px 13px;
		text-align: left;
	}

	#gFooter .bannerList li {
		padding: 0 4px;
	}

	#gFooter .bannerList li img {
		height: 36px;
	}

	#gFooter .fBox {
		padding-top: 10px;
		margin: 0;
	}

	#gFooter .fBox .txt {
		margin-bottom: 12px;
/*		font-size: 0.55em; */
	}

	#gFooter .fBox .copyright {
/*		font-size: 0.55em; */
	}
}

@media all and (max-width: 374px) {
	#gHeader h1 img {
		width: 250px;
	}

	#gHeader .menu {
		padding-top: 7px;
	}

	#gHeader .rBox .subBox .lanUl li {
		margin-right: 5px;
	}

	#gHeader .rBox .subBox .lanUl li a {
		width: 67px;
		font-size: 0.65em;
	}
}

@media all and (-ms-high-contrast:none){
	#gHeader .rBox .topBox .fontChange li a {
		padding: 3px 0 0;
	}

	#gHeader .rBox .subBox .lanUl li a {
		padding: 4px 0 2px;
	}

	#gNavi li  a {
		padding: 17px 2px 13px;
	}

	#gNavi li .menuBox ul > li > a {
		background-position: left 5px;
	}

	#gHeader .searchBox .inputBox input {
		padding-top: 10px;
	}

	#gHeader .searchBox .inputBox .btn {
		padding: 8px 0 5px;
	}
}

@media all and (max-width: 767px) and (-ms-high-contrast:none){
	#gHeader .searchBox .inputBox input {
		padding: 0px 58px 7px 8px;
	}

	#gHeader .searchBox .inputBox .btn {
		padding: 10px 0 8px;
	}
}
