@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;
    max-width: 100%;
    height: auto;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #3D3F42;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
	position: relative;
	overflow: hidden;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}


}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 5px 7.4% 11px 7.8%;
	width: 100%;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #FFF;
	box-sizing	: border-box;
	border-top: 3px solid #b61018;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#gHeader a:hover {
	opacity: 0.7;
}

.gHeader-mobile {
 display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 3px 11px 7px 10px;
		height: 37px;
		justify-content: center;
		overflow: hidden;
	}

	#gHeader h1 {
		display: none;
	}

	#gHeader h1 img {
		width: 130px;
	}

	#gHeader .textImg img {
		display: none;
	}

	.gHeader-mobile {
 		display: block;
	}

	.gHeader-mobile .gHeader-mobile__body > a {
	 	display: block;
		max-width: 300px;
	}

	.gHeader-mobile .gHeader-mobile__body a > img {
	 	width: 100%;
	}
}

#gNavi {
	margin-left: -11px;
    position: fixed;
    left: 65%;
	top: 50%;
	z-index: 1000;
}

#gNavi.abs {
	position: absolute;
	top: auto;
}

#gNavi li {
	margin-bottom: 5px;
    cursor: pointer;
}

#gNavi a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
    -webkit-transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
    -moz-transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
    -ms-transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
    -o-transition: transform 1.5s cubic-bezier(0.24, 1.45, 0.24, 0.98);
}

#gNavi a img {
	width: 302px;
	display: none;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: -1;
}

#gNavi a:hover img {
	display: block;
    transition: none;
}

#gNavi a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
}

#gNavi li.selected a,
#gNavi li a:hover {
    opacity: 1.0;
    border: 1px solid #000;
    border-radius: 50%;
	background-color: #fff;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		margin-left: 0;
		left: inherit;
		right: 20px;
		top: 30px;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
	}

	#gNavi li {
		margin-bottom: 2px;
	}

	#gNavi a {
		width: 20px;
		height: 20px;
	}

	#gNavi a span {
		width: 4px;
		height: 4px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter a,
#gFooter a:link {
	 color: #005699;
	 text-decoration: underline;
}

#gFooter a:hover {
	color: #cd1400;
	text-decoration: underline;
}

#gFooter {
	min-width: 980px;
	width: 100%;
	border-top: 10px solid #b61018;
}

#gFooter .cover {
	background-color: #eee;
}

#gFooter .cover2 {
	background-color: #505050;
}

#gFooter .contents_inner {
	margin: 0 auto;
	width: 980px;
}

#pagetop_btn a {
	display: block;
	float: right;
	background: url(../../images/btn_pagetop.png) no-repeat left top;
	width: 130px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -33px;
	position: relative;
}

p#pagetop_btn {
	margin-bottom: 0!important;
}

#gFooter .footer_bg {
	background: #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
}

#gFooter .footer_bg .fBox {
	margin: 0 auto;
	padding-left: 20px;
	width: 980px;
	box-sizing: border-box;
}

#gFooter .footer_bana {
	clear: both;
	padding: 15px 0 0 10px;
	overflow: hidden;
	margin: 0 -30px 20px 0;
}

#gFooter .footer_bana li {
	float: left;
	margin-right: 30px;
}

#gFooter .footer_bana li.btn04 {
	margin-right: 0;
}

#gFooter .footer_bana li a {
	display: block;
	height: 54px;
	width: 217px;
	text-indent: -9999px;
	background-image: url(../../images/footer_bana.png);
}

.footer_bana li.btn01 a {
	background-position: 0 0;
}

.footer_bana li.btn01 a:hover {
	background-position: 217px 0;
}

.footer_bana li.btn02 a {
	background-position: 0 164px;
}

.footer_bana li.btn02 a:hover {
	background-position: 217px 164px;
}

.footer_bana li.btn03 a {
	background-position: 0 109px;
}

.footer_bana li.btn03 a:hover {
	background-position: 217px 109px;
}

.footer_bana li.btn04 a {
	background-position: 0 54px;
}

.footer_bana li.btn04 a:hover {
	background-position: 217px 54px;
}

#footer_textlink {
	padding-top: 15px;
	width: 1000px;
	margin: 0 auto;
}

#footer_textlink .list {
	margin-top: 20px;
}

#footer_textlink ul {
	padding: 0 0 10px 0;
	text-align: center;
}

#footer_textlink li {
	display: inline-block;
	padding: 0 5px 0 5px;
	overflow: hidden;
	line-height: 2;
}

#footer_textlink li a {
	font-size: 13px;
	padding-left: 15px;
	background: url(../../images/arrow_footer.png) no-repeat left center;
}

#footer_textlink li img {
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 5px;
}

#footer_textlink .line {
	width: 980px;
	border-top: 1px #c5c2c2 solid;
	border-bottom: 1px #fff solid;
	height:0;
}

#footer_inner2 {
	padding: 20px 0 20px 0;
	text-align: center;
	border-top: 10px solid #eee;
	background:#eee;
}

#footer_inner2 li {
	display: inline;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #222;
}

#footer_inner2 li.last {
	display: inline;
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

#footer_inner2 li a {
	background: url(../../images/arrow_news.png) no-repeat left center;
	padding-left: 20px;
}

#footer_inner3 {
	margin: 0 auto;
	padding: 20px 0;
	width: 980px;
	color: #fff;
	background: #505050;
}

.pdf {
    margin: 0 0 0 3px;
    padding: 0 0 0 30px;
    min-height: 16px;
    height: auto !important;
    display: inline-block;
    background: transparent url(../../images/icon_pdf_s.gif) no-repeat scroll left center;
}

#gFooter span.blank {
	display: inline-block;
	background: url(../../images/icon_blank.png) no-repeat left 0px;
	padding: 0px 0px 0px 18px;
	margin: 3px 0px -5px 3px;
	min-height: 16px;
	height: auto !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		padding-bottom: 49px;
		position: static;
		min-width: inherit;
		border-top: 5px solid #b61018;
	}

	#gFooter .contents_inner {
		width: auto;
	}

	#pagetop_btn {
		margin-right: 15px;
	}

	#pagetop_btn a {
		margin-top: -18px;
		width: 70px;
		height: 20px;
		background-size: cover;
		box-sizing: border-box;
	}

	#gFooter .footer_bg {
		height: inherit;
		padding: 5px 0 0 0;
		background-color: inherit;
	}

	#gFooter .footer_bg .fBox {
		padding: 5px 20px 15px;
		width: auto;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}

	#gFooter .footer_bg .fBox img {
		width: 100%;
	}

	#footer_textlink {
		padding-top: 0;
		width: auto;
		background-color: #FFF;
	}

	#footer_textlink .list {
		margin-top: 0;
	}

	#footer_textlink ul {
		padding: 0;
		text-align: left;
	}

	#footer_textlink li {
		display: block;
		border-bottom: 1px solid #CCC;
	}

	#footer_textlink ul a {
		padding: 15px 25px 15px 15px;
		display: block;
		color: #8B8B8B !important;
		font-size: 12px;
		text-decoration: none !important;
		background: url(../../images/f_icon.gif) no-repeat right 10px center;
		background-size: 6px auto;
	}

	#footer_textlink ul .link a {
		background: url(../../images/icon_pdf_s.gif) no-repeat right 10px center;
		background-size: 25px auto;
	}

	#footer_textlink ul .link a span {
		display: inline !important;
	}

	#footer_textlink ul a:hover {
		color: #8B8B8B;
		text-decoration: none;
	}

	#footer_inner2 {
		padding: 0;
		border: none;
		background-color: #FFF;
	}

	#footer_inner2 li {
		margin-right: 0;
		padding: 0 0 0 0;
		display: block;
		border: none;
		text-align: left;
		border-bottom: 1px solid #CCC;
	}

	#footer_inner2 li.last {
		display: block;
	}

	#footer_inner2 li a {
		padding: 15px 25px 15px 15px;
		display: block;
		color: #8B8B8B !important;
		font-size: 12px;
		text-decoration: none !important;
		background: url(../../images/f_icon.gif) no-repeat right 15px center;
		background-size: 6px auto;
	}

	#footer_inner2 li a:hover {
		color: #8B8B8B;
		text-decoration: none;
	}

	#footer_inner3 {
		padding: 15px;
		width: auto;
		border-bottom: 2px solid #b61018;
	}

	#footer_inner3 img {
		width: 260px;
	}

	#gFooter .copyright {
		padding: 20px 20px 10px;
		text-align: center;
		background-color: #FFF;
	}

	#gFooter .copyright img {
		margin: 0 auto;
		width: 280px;
	}

}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#gFooter {
		min-width: inherit;
	}

	#gFooter .contents_inner {
		width: auto;
	}

	#gFooter .footer_bg .fBox {
		width: auto;
	}

	#gFooter .footer_bana {
		margin: 0 0 15px 0;
	}

	#gFooter .footer_bana li {
		margin-bottom: 10px;
	}

	#footer_textlink {
		width: auto;
	}

	#footer_textlink li {
		padding: 0 2px;
	}

	#footer_textlink li a {
		padding-left: 12px;
		font-size: 10px;
	}

	#footer_inner2 {
		padding: 10px 0 15px;
		border: none;
	}

	#footer_inner2 li a {
		padding-left: 13px;
		font-size: 11px;
		background-size: 9px auto;
	}

	#footer_inner3 {
		width: auto;
	}

	#footer_textlink .line {
		width: auto;
	}

	.pdf {
		font-size: 10px;
	}
}
