@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;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," ＭＳ Ｐゴシック", MS PGothic," 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%;
}
a {
    transition: .3s;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
}
#container {
	text-align: left;
}
#main {
    margin: 0 auto 50px;
    width: 1093px;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}
#gHeader .hBox {
    padding: 25px 4px 12px 0;
    margin: 0 auto;
    width: 1095px;
    box-sizing: border-box;
}
#gHeader h1 {
    width: 315px;
    float: left;
}
#gHeader .rBox {
    margin-top: 23px;
    width: 470px;
    float: right;
}
#gHeader .rBox .tel {
    width: 240px;
    float: left;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
}
#gHeader .rBox .tel span {
    margin-top: -3px;
    display: block;
    font-size: 1.35rem;
    font-weight: normal;
}
#gHeader .rBox .btn {
    width: 172px;
    float: right;
}
#gHeader .rBox .btn a {
    padding: 12px 5px 12px 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #0F2F32;
}
#gHeader .rBox .btn a span {
    padding-left: 33px;
    display: inline-block;
    background: url("../../img/common/icon01.png") no-repeat left center;
    background-size: 19px 14px;
}
#gHeader .rBox .btn a:hover {
    background-color: #395356;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    background-color: #102F32;
}
#gNavi ul {
    margin: 0 auto;
    width: 1093px;
}
#gNavi ul li {
    width: 14.28%;
    float: left;
    box-sizing: border-box;
}
#gNavi ul li a {
    min-height: 59px;
    padding: 9px 5px 10px;
    color: #009FE8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #fff;
    box-sizing: border-box;
}
#gNavi ul li a > span {
    display: block;
    text-align: center;
}
#gNavi ul li a > span span {
    display: block;
    color: #fff;
    line-height: 1.1;
}
#gNavi ul li:last-child a {
    border: none;
}
#gNavi ul li a:hover {
    background-color: #395356;
}



/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    margin-bottom: 72px;
    font-size: 0;
}
#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.1rem;
}
#pagePath li a {
    margin-right: 2px;
}
#pagePath li a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin-top: 115px;
    padding-bottom: 81px;
    background-color: #0F2F32;
}
#gFooter .fContact {
    padding-bottom: 115px;
    text-align: center;
    background-color: #fff;
}
#gFooter .fContact .btn {
    margin: 0 auto 11px;
    width: 385px;
}
#gFooter .fContact .btn a {
    padding: 15px 0 13px;
    display: block;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    background-color: #0F2F32;
}
#gFooter .fContact .btn img {
    margin: -4px 16px 0 0;
    width: 33px;
    vertical-align: middle;
}
#gFooter .fContact .tel {
    margin-bottom: -2px;
    font-size: 2.1rem;
    font-weight: bold;
}
#gFooter .fContact .btn a:hover {
    background-color: #395356;
}
#gFooter .fBox {
    margin: 35px auto 0;
    width: 1093px;
    display: flex;
    color: #fff;
    position: relative;
    justify-content: space-between;
}
#gFooter .fBox .lBox {
    width: 360px;
}
#gFooter .fBox .lBox .fLogo {
    margin-bottom: 10px;
    width: 253px;
}
#gFooter .fBox .lBox p {
    line-height: 1.6;
}
#gFooter .fBox .lBox p a {
    color: #fff;
}
#gFooter .fBox .lBox p a:hover {
    text-decoration: underline;
}
#gFooter .fBox .rBox {
    width: 627px;
}
#gFooter .fBox .rBox .fNavi {
    margin-bottom: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#gFooter .fBox .rBox .fNavi li {
    width: 168px;
    line-height: 1.85;
}
#gFooter .fBox .rBox .fNavi li:nth-child(4n) {
    width: 146px;
}
#gFooter .fBox .rBox .fNavi li:nth-child(4n-1) {
    width: 174px;
}
#gFooter .fBox .rBox .fNavi li:nth-child(4n-2) {
    width: 138px;
}
#gFooter .fBox .rBox .fNavi li a {
    color: #fff;
    font-size: 1.4rem;
}
#gFooter .fBox .rBox .fNavi li a:hover {
    text-decoration: underline;
}
#gFooter .fBox .rBox .link {
    width: 250px;
    margin-left: -5px;
}
#gFooter .fBox .rBox .link a {
    padding: 12px 0 9px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
}
#gFooter .fBox .rBox .link img {
    margin: -3px 12px 0 0;
    width: 24px;
    vertical-align: middle;
}
#gFooter .fBox .rBox .link a:hover {
    background-color: #395356;
}
#gFooter .copyright {
    margin: -17px auto 0;
    width: 1093px;
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
}
#gFooter .pageTop {
    width: 54px;
    position: absolute;
    right: 9px;
    top: -116px;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast:none) {
    #gNavi ul li:first-child a {
        padding-top: 19px;
    }
    #gFooter .fContact .btn a {
        padding: 15px 0 13px;
    }
    #gFooter .fBox .rBox .link a {
        padding: 10px 0;
    }
}