@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;
	border: 0;
	outline: 0;

	font-size: 1em;
}

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: #333;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	width: 990px;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hInner {
	margin: 0 auto;
	padding: 10px 0;
	width: 990px;
}

#gHeader .hInner h1 {
	padding-top: 2px;
	float: left;
}

#gHeader .hInner h1 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .hInner .rBox {
	float: right;
	width: 720px;
}

#gHeader .hInner .rBox .link {
	float: right;
	width: 173px;
}

#gHeader .hInner .rBox .link a {
	padding: 14px 10px 12px;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #0257A7;
	border-radius: 30px;
	position: relative;
	behavior: url(/js/pie.htc);
}

#gHeader .hInner .rBox p {
	float: right;
	padding: 14px 30px 0 0;
}

#gHeader .hInner .rBox p a {
	padding-left: 18px;
	display: inline-block;
	background: url(../../img/common/icon01.png) no-repeat left center;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: relative;
	background-color: #F8F8F8;
}

#gNavi ul {
	margin: 0 auto;
	width: 990px;
	border-right: 1px solid #DFE4E4;
}

#gNavi li {
	float: left;
	width: 163px;
	border-left: 1px solid #DFE4E4;
}

#gNavi li a {
	padding: 5px 0 0;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 5px solid #F8F8F8;
	text-decoration: none;
}

#gNavi > ul > li.on > a,
#gNavi li a:hover {
	border-bottom: 5px solid #0257A7;
}

#gNavi > ul > li.on > a,
#gNavi li a:hover:last-child{
	border-bottom: unset;
}

#gNavi .comUlBox {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
}

.comUlBox {
	padding: 24px 0 22px;
	background-color: #0257A7;
}

.comUlBox ul {
	margin: 0 auto;
	border: none !important;
	padding-left: 40px !important;
	width: 950px !important;
}

.comUlBox li {
	margin-right: 22px;
	color: #6BAAEA;
	border: none !important;
	width: auto !important;
	float: none !important;
	display: inline;
	text-align: left;
}

.comUlBox li a {
	margin-right: 22px;
	color: #fff;
	display: inline !important;
	padding: 0 !important;
	border: none !important;
}

.comUlBox li .on,
.comUlBox li a:hover {
	text-decoration: none;
	color: #84c3ff;
}

#gNavi .navi04 .comUlBox ul {
	padding: 0 215px 0 0;
	box-sizing: border-box;
	text-align: right;
}

#gNavi .navi05 .comUlBox ul {
	padding: 0 70px 0 0;
	width: 920px;
	text-align: right;
}

#gNavi .navi02 .comUlBox ul {
	padding: 0 0 0 40px;
	width: 950px;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
}

#gFooter .fBanner {
	margin: 0 auto;
	width: 991px;
}

#gFooter .fBanner ul {
	display: flex;
	flex-wrap: wrap;
	border:  solid #E5E5E5;
	border-width: 0 0 0 1px;
}

#gFooter .fBanner li {
	width: calc(100% / 4);
	border:  solid #E5E5E5;
	border-width: 1px 1px 0 0;
	box-sizing: border-box;
}

#gFooter .fBanner li:nth-child(-n + 3) {
	width: calc(100% / 3);
	border-top-width: 0;
}

#gFooter .fBanner li img {
	width: 100%;
}

#gFooter .fBanner li a {
	display: block;
}

#gFooter .fBanner li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .fBanner .liStyle{
	border-left: 1px solid #E5E5E5;
}

#gFooter .fBanner li span {
	display: block;
	margin: 17px auto 9px;
	width: 52px;
}

#gFooter .fBanner li p {
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}

#gFooter .fBanner li .title {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #f39800;
	letter-spacing: 1px;
}

#gFooter .fInner {
	padding: 105px 0 90px;
	background-color: #0257A7;
}

#gFooter .fInner p {
	margin-bottom: 57px;
	text-align: center;
}

#gFooter .fInner .comLink a {
	background-color: #fff;
	color: #0257a7;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 44px 0 35px;
	width: 990px;
	position:relative;
}

#gFooter .fBox .copyright {
	font-size: 9px;
	float: left;
	width: 650px;
}

#gFooter .fBox .linkP {
	margin-top: -4px;
	float: right;
	width: 340px;
	text-align: right;
}

#gFooter .fBox .linkP a {
	padding-left: 15px;
	display: inline-block;
	background: url(../../img/common/icon01.png) no-repeat left center;
}

#gFooter .fBox .pageTop {
	position: absolute;
	top: 16px;
	right: -124px;
}

#gFooter .fBox .pageTop a {
	display: block;
	position: absolute;
	overflow: hidden;
	background-color: #0257A7;
	text-align: center;
	width: 60px;
	color: #fff;
	height: 60px;
	text-decoration: none;
	border-radius: 300px;
	position: relative;
	behavior: url(/js/pie.htc);
}

#gFooter .fBox .pageTop a:before{
	content:"\f366"; 
	font-family:"IonIcons";
	position:absolute;
	left:17px;
	top:0;
	line-height:60px;
	font-size: 40px;
	-webkit-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#gFooter .fBox .pageTop a:after{
	content:"\f366";
	font-family:"IonIcons";
	position:absolute;
	left:17px;
	top:240px;
	line-height:60px;
	font-size:40px;
	-webkit-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@font-face {
	font-family: "Ionicons";
	src: url("ionicons.eot");
	src: url("ionicons.eot") format("embedded-opentype"), url("ionicons.ttf") format("truetype"), url("ionicons.woff") format("woff"), url("ionicons.svg#Ionicons") format("svg");
	font-weight: normal;
	font-style: normal
}

#gFooter .fBox .pageTop a:hover{
	background-color: #3C93BC;
}

#gFooter .fBox .pageTop a:hover:before{
	top:-60px;
}

#gFooter .fBox .pageTop a:hover:after{
	top:0px;
}


#pagePath {
	margin-bottom: 90px;
	padding: 23px 0;
	background-color: #EEEEEE;
}

#pagePath ul {
	margin: 0 auto;
	width: 970px;
}

#pagePath ul li {
	margin-right: 5px;
	display: inline;
	color: #666;
	font-size: 14px;
}

#pagePath ul li a {
	color: #0257a7;
	margin-right: 10px;
	text-decoration: underline;
}

#pagePath ul li a:hover {
	text-decoration: none;
}

#pagePath ul li img {
	vertical-align: middle;
}

#pagePath ul li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .menu {
	display: none;
}

.menuBox {
	display: none;
}


@media all and (min-width: 0px) and (max-width: 767px) {
	body {
		font-size: 12px;
		min-width: inherit !important;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		position: relative;
		z-index: 1000;
		box-shadow: 0 0 4px #ccc;
		background-color: #fff;
	}
	
	#gHeader .hInner{
		padding: 10px 60px 10px 18px;
		width: auto;
	}
	
	#gHeader .hInner h1 {
		width: 82px;
	}
	
	#gHeader .hInner .rBox {
		width: 105px;
	}
	
	#gHeader .hInner .rBox .link {
		float: none;
		width: auto;
	}
	
	#gHeader .hInner .rBox .link a {
		padding: 7px 5px 6px;
		text-decoration: none;
	}
	
	#gHeader .hInner .rBox p {
		display: none;
	}

	#gHeader .menu {
		display: block;
		position: absolute;
		top: 12px;
		right: 20px;
		width: 22px;
	}

	#gHeader .menu a {
		display: block;
		background: url(../../img/common/sp_close.gif) no-repeat left top;
		background-size: 22px 29px;
	}

	#gHeader .menu a.on img {
		visibility: hidden;
	}
	
	#gHeader.on {
		box-shadow: none;
	}
	
	#gHeader.on .hInner .rBox .link {
		display: none;
	}

	#gHeader.on .menu a {
		margin-top: -2px;
		padding-bottom: 2px;
	}
	
	.menuBox {
		padding-bottom: 40px;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: #F8F8F8;
		border-top: 2px solid #E5E5E5;
	}
	
	.menuBox .linkUl {
		margin-bottom: 23px;
	}

	.menuBox .linkUl li a {
		padding: 0 80px;
		display: block;
		text-align: center;
		text-decoration: none;
		position:relative;
		border-bottom: 1px solid #E5E5E5;
	}
	
	.menuBox .linkUl .li05 a:after,
	.menuBox .linkUl .li04 a:after,
	.menuBox .linkUl .li02 a:after,
	.menuBox .linkUl .li01 a:after {
		width: 22px;  
		height: 14px;
		margin-top: -3px;
		background: url(../../img/common/icon13.gif) no-repeat right top;
		background-size: 11px 7px;
		position: absolute;  
		top: 50%;
		right: 25px;  
		content: ""; 
	}

	.menuBox .linkUl li a.on:after {
		margin-top: -6px;
		background: url(../../img/common/icon14.gif) no-repeat right top;
		background-size: 11px 7px;
	}

	.menuBox .linkUl li a span {
		padding: 15px 5px 14px;
		display: block;
	}
	
	.menuBox .linkUl li ul {
		display: none;
		background-color: #0257A7;
		padding: 0 10px;
	}

	.menuBox .linkUl li ul li a {
		padding: 11px 7px;
		color: #fff;
	}

	.menuBox .linkUl li ul li:last-child a {
		border-bottom: none;
	}

	.menuBox .linkUl li ul li a:after {
		background:none !important;
	}
	
	.menuBox .linkUl li a span {
		margin-bottom: -1px;
	}
	
	.menuBox .linkUl li a.on span {
		border-bottom: 5px solid #0257A7;
	}

	.menuBox .list {
		margin: 0 auto 12px;
		width: 100px;
	}

	.menuBox .list li {
		padding-bottom: 19px;
	}

	.menuBox .list li a {
		padding-left: 15px;
		display: inline-block;
		text-decoration: none;
		background: url(../../img/common/sp_icon03.png) no-repeat left center;
		background-size: 7px 12px;
	}
	
	#main {
		width: auto;
	}
	
	.cover {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		filter: alpha(opacity=70);
		opacity: 0.7;
		background-color: #000;
		display: none;
	}
	
	
	
	
	
	
	
	

	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .fBanner {
		width: auto;
	}
	
	#gFooter .fBanner li {
		width: 50% !important;
	}

	#gFooter .fBanner li:nth-child(1) {
		width: 100% !important;
		border-bottom-width: 1px;
	}

	#gFooter .fBanner li a {
		display: block;
	}
	
	#gFooter .fBanner li p {
		font-size: 8px;
		text-align: left;
		line-height: 1.4;
		margin-left: 10px;
	}
	
	#gFooter .fBanner li .title {
		font-size: 10px;
		margin-left: 0;
		text-align: center;
	}
	
	#gFooter .fBanner li span {
		width: 16px;
		margin: 10px auto 3px;
	}
	
	#gFooter .fInner {
		padding: 50px 20px;
	}
	
	#gFooter .fInner p {
		margin-bottom: 20px;
	}
	
	#gFooter .fBox {
		width: auto;
		padding: 15px 40px 10px;
	}
	
	#gFooter .fBox .linkP {
		display: none;
	}
	
	#gFooter .fBox .copyright {
		float: none;
		width: auto;
		font-size: 8px;
		text-align: center;
		line-height: 2;
	}
	
	#gFooter .fBox .pageTop {
		position: relative;
		right: inherit;
		top: inherit;
		margin-bottom: 8px;
	}

	#gFooter .fBox .pageTop a {
		margin: 0 auto;
		width: 38px;
		height: 38px;
	}


	#gFooter .fBox .pageTop a:hover {
		background-color: #0257a7;
	}
	
	#gFooter .fBox .pageTop a:after,
	#gFooter .fBox .pageTop a:before {
		left: 11px;
		font-size: 25px;
		line-height: 40px;
	}
	
	#pagePath {
		display: none;
	}
	
	
	
	

}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}



/*------------------------------------------------------------
	アナウンス
------------------------------------------------------------*/
#announce {
    background: #d3e3ff;
}

#announce .content {
    width: 990px;
    margin: 0 auto;
}

#announce .content p {
    font-size: 16px;
}

#announce .content p a {
    color: red;
    display: block;
    padding: 20px 0;
}


@media (max-width: 767px) and (min-width: 0px) {
    #announce .content {
        width: auto;
        margin: 0 auto;
    }

    #announce .content p {
        font-size: inherit;
    }

    #announce .content p a {
        padding: 10px 18px;
    }
}