@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: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
    box-sizing: border-box;
}

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: #fff;
    text-decoration: none;
    transition: all .3s;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #323232;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#container {
    padding-top: 193px;
    text-align: left;
    overflow: hidden;
}

#main {
    margin-bottom: 155px;
    display: block;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

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

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.5rem;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }

    .pc {
        display: none !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }

    #container {
        padding-top: 97px;
    }

    #main {
        margin-bottom: 147px;
    }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 0 10px 11px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
}

#gHeader .hBox {
    margin: 0 auto;
    max-width: 1400px;
}

#gHeader .logo {
    margin-top: 11px;
    width: 150px;
}

#gHeader .hInner {
    width: calc(100% - 288px);
}

#gHeader .contactBox {
    margin-bottom: 23px;
    align-items: center;
}

#gHeader .hInner .tel {
    padding-top: 2px;
    width: calc(100% - 219px);
    text-align: right;
    font-size: 1.9rem;
    letter-spacing: 0.025em;
    font-weight: bold;
}

#gHeader .hInner .tel a {
    color: #323232;
    font-size: 2.5rem;
}

#gHeader .hInner .hBtn {
    width: 190px;
}

#gHeader .hInner .hBtn .ico {
    display: inline-block;
    width: 28px;
}

#gHeader .hInner .hBtn a {
    padding: 13px 35px 15px 10px;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    text-align: right;
    line-height: 1.53;
    background: #C90420 url("../img/common/icon01.png") no-repeat left 27px center/28px;
    ;
}

#gHeader .hInner .hBtn a:hover {
    opacity: 0.7;
}

#gHeader .hInner .hBtn .big {
    display: block;
    font-weight: bold;
    font-size: 1.7rem;
}

#gNavi {
    position: relative;
}

#gNavi ul {
    text-align: right;
}

#gNavi ul li {
    display: inline-block;
}

#gNavi ul a {
    padding: 5px 55px 5px 50px;
    position: relative;
    display: inline-block;
    color: #323232;
    font-size: 1.5rem;
    font-weight: bold;
    background: url("../img/common/icon02.png") no-repeat right center/1px;
}

#gNavi ul>li a::before {
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    width: 100%;
    height: 12px;
}

#gNavi ul li:last-child a {
    background: none;
}

#gNavi .downBox {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 30px 30px 27px 40px;
    box-sizing: border-box;
    z-index: 2;
    left: 0;
    top: 45px;
    border-bottom: 1px solid #C90420;
    background-color: #fff;
    transition: all .3s;
}

#gNavi .downBox.show {
    visibility: visible;
    opacity: 1;
}

#gNavi ul li.on a {
    color: #C90420;
}

#gNavi .downBox .ttl {
    width: 120px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.02em;
}

#gNavi .downBox .ttl.special {
    margin-top: -15px;
}

#gNavi .downBox .ttl .en {
    display: block;
    color: #C90420;
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
    line-height: 1;
}

#gNavi .downBox .innerBox {
    align-items: center;
}

#gNavi .downBox .hNavi {
    margin-top: -18px;
    width: calc(100% - 178px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#gNavi .downBox .hNavi li {
    margin: 13px 2% 0 0;
    width: 26%;
    width: 24%;
    text-align: left;
}

#gNavi .downBox .hNavi li:last-child,
#gNavi .downBox .hNavi li:nth-child(4n) {
    margin-right: 0;
}

#gNavi .downBox .hNavi li.special {
    width: 21%;
}

#gNavi .downBox .hNavi li a {
    padding: 2px 0 2px 10px;
    text-indent: -1em;
    color: #545758;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    background: none;
}

@media all and (min-width: 897px) {
    #gNavi ul a:hover {
        color: #C90420;
    }

    #gNavi .downBox .hNavi li a:hover {
        color: #C90420;
    }
}

@media all and (min-width: 897px) and (max-width: 1440px) {
    #gHeader .hInner {
        width: calc(100% - 230px);
    }
}

@media all and (min-width: 897px) and (max-width: 1380px) {
    #gHeader .hInner {
        width: calc(100% - 160px);
    }
}

@media all and (min-width: 897px) and (max-width: 1310px) {
    #gNavi ul a {
        padding: 5px 40px 5px 40px;
    }

    #gNavi .downBox .hNavi {
        width: calc(100% - 130px);
    }
}

@media all and (min-width: 897px) and (max-width: 1160px) {
    #gNavi ul a {
        padding: 5px 26px 5px;
    }

    #gNavi .downBox .hNavi li a {
        font-size: 1.3rem;
    }
}

@media all and (min-width: 897px) and (max-width: 1000px) {
    #gNavi ul a {
        padding: 5px 15px 5px;
    }
}

@media all and (max-width: 896px) {
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    #gHeader {
        padding: 7px 26px 6px;
        box-shadow: 0 3px 1px rgba(232, 232, 232, 0.15);
    }

    #gHeader .hBox {
        max-width: inherit;
    }

    #gHeader .logo {
        margin-top: 0;
        width: 60px;
    }

    #gHeader .hInner {
        display: none;
    }

    .menuBox {
        position: fixed;
        display: none;
        padding: 62px 26px 200px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 60;
        overflow: auto;
        box-sizing: border-box;
        background-color: #fff;
    }

    .menuInner {
        cursor: pointer;
        z-index: 20;
        align-items: center;
    }

    .menuInner p {
        margin-right: 7px;
        width: 32px;
    }

    .menuInner p img {
        vertical-align: middle;
    }

    .menu {
        margin-top: -2px;
        position: relative;
        width: 38px;
        height: 38px;
        border: 0.4px solid rgba(232, 232, 232, 0.4);
        border-radius: 50%;
        box-sizing: border-box;
    }

    .menu span {
        width: 13px;
        height: 1px;
        position: absolute;
        top: 11px;
        right: 12px;
        border-radius: 5px;
        background-color: #D90001;
    }

    .menu span:nth-of-type(2) {
        top: 17px;
    }

    .menu span:nth-of-type(3) {
        top: 23px;
    }

    .menu.on span {
        top: 17px;
        width: 16px;
        transform: translateY(0) translateX(2px) rotate(45deg);
        transform-origin: center;
    }

    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }

    .menu.on span:nth-of-type(3) {
        top: 17px;
        transform: translateY(0) translateX(2px) rotate(-45deg);
    }

    .menuBox .hNavi {
        margin-bottom: 40px;
    }

    .menuBox .hNavi>li {
        position: relative;
    }

    .menuBox .hNavi>li .sp_tit__ac {
        display: block;
        padding: 20px 20px 20px 0;
        color: #C90420;
        font-size: 1.5rem;
        letter-spacing: 0.075em;
        font-weight: bold;
        border-bottom: 1px solid #f2f2f2;
    }

    .menuBox .hNavi>li.noLink>a {
        cursor: default;
        /* pointer-events: none; */
    }

    .menuBox .hNavi li .ico {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 24px;
        height: 60px;
        background: url("../img/common/icon15.png") no-repeat right center/20px;
    }

    .menuBox .hNavi li .ico.on {
        background-image: url("../img/common/icon16.png");
    }

    .menuBox .ttl {
        margin-bottom: 11px;
        font-size: 1.4rem;
    }

    .menuBox .subBox {
        margin: 15px 0 0 5px;
        display: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #f2f2f2;
    }

    .menuBox .subNavi.special li {
        width: 46%;
    }

    .menuBox .subNavi li a {
        padding: 3px 0 3px 10px;
        display: block;
        color: #545758;
        font-size: 1.4rem;
        background: url(../img/common/icon17.png) no-repeat left center/5px;
    }

    .menuBox .add {
        margin-bottom: 14px;
        font-size: 1.3rem;
        line-height: 1.62;
    }

    .menuBox .add .link {
        margin-top: 6px;
        display: block;
    }

    .menuBox .add .link a {
        color: #323232;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        text-decoration: underline;
    }

    .menuBox .linkUl {
        margin-bottom: 33px;
    }

    .menuBox .linkUl li {
        width: 50%;
    }

    .menuBox .linkUl li a {
        padding: 4px 3px 2px;
        display: block;
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 1.44rem;
        background-color: #C90420;
        border: 1px solid #C90420;
        ;
    }

    .menuBox .linkUl li .ico {
        margin-right: 5px;
        display: inline-block;
        width: 15px;
    }

    .menuBox .linkUl li .ico img {
        vertical-align: middle;
    }

    .menuBox .linkUl li.web a {
        color: #C90420;
        font-weight: bold;
        letter-spacing: 0.075em;
        background-color: #fff;
    }

    .menuBox .tableBox table {
        width: 100%;
        border-collapse: collapse;
    }

    .menuBox .tableBox thead td {
        font-size: 1.3rem;
        text-align: center;
    }

    .menuBox .tableBox th {
        padding-left: 10px;
        width: 37%;
        font-size: 1.3rem;
        font-weight: normal;
    }

    .menuBox .tableBox td {
        text-align: center;
    }

    .menuBox .tableBox th,
    .menuBox .tableBox td {
        padding: 5px 4px;
        border-bottom: 1px solid #e8e8e8;
        box-sizing: border-box;
        word-break: break-all;
    }

    .menuBox .tableBox thead th {
        padding: 4px;
    }

    .menuBox .tableBox tbody th {
        font-size: 1.2rem;
    }

    .menuBox .tableBox tbody td {
        font-size: 1.1rem;
        text-align: center;
    }

    .menuBox .tableBox td:last-child {
        padding-right: 0;
    }

    .menuBox .tableBox .sm {
        font-size: 0.8rem;
    }

    .menuBox .tableBox {
        margin-bottom: 27px;
    }

    .menuBox .tableBox .table {
        margin-bottom: 17px;
    }

    .menuBox .tableBox tbody tr:last-of-type th,
    .menuBox .tableBox tbody tr:last-of-type td {
        border-bottom: none;
    }

    .menuBox .tableBox .textList {
        margin-bottom: 15px;
    }

    .menuBox .tableBox .textList li {
        padding-left: 25px;
        font-size: 1.1rem;
        margin-bottom: 4px;
        line-height: 1.25;
        text-indent: -2.4em;
    }

    .menuBox .tableBox .textList li:last-child {
        margin-bottom: 0;
    }

    .menuBox .tableBox .text {
        font-size: 1.2rem;
    }

    .menuBox .btn a img {
        width: 100%;
    }
}

@media all and (max-width: 374px) {
    .menuBox .linkUl li a {
        font-size: 1.3rem;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
}

#gFooter .fBox {
    margin: 0 auto 228px;
    max-width: 1420px;
    padding: 0 10px;
    box-sizing: border-box;
}

#gFooter .fInner .lBox {
    width: 46.9%;
}

#gFooter .fBox .fLogo {
    margin-bottom: 28px;
}

#gFooter .fBox .addBox {
    margin-bottom: 23px;
}

#gFooter .fBox .addBox p {
    margin-left: 4px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1.61;
}

#gFooter .fBox .linkUl li {
    width: 49.3%;
}

#gFooter .fBox .linkUl li a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    font-weight: bold;
}

#gFooter .fBox .linkUl li.tel a {
    border: 2px solid #C90420;
    background-color: #C90420;
    letter-spacing: 0.1em;
}

#gFooter .fBox .linkUl li.web a {
    color: #C90420;
    border: 2px solid #C90420;
    background-color: #fff;
}

#gFooter .fInner {
    margin-bottom: 135px;
}

#gFooter .fInner .rBox {
    width: 49.2%;
}

#gFooter .fInner .tabBox {
    margin-bottom: 46px;
}

#gFooter .fInner .tabBox .table {
    margin-bottom: 33px;
    padding: 21px 36px 24px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(232, 232, 232, 0.45);
}

#gFooter .fInner .tabBox table {
    width: 100%;
    border-collapse: collapse;
}

#gFooter .fInner .tabBox table th {
    font-size: 1.8rem;
}

#gFooter .fInner .tabBox table thead td {
    font-size: 2rem;
}

#gFooter .fInner .tabBox table thead th {
    padding-left: 31px;
}

#gFooter .fInner .tabBox table th,
#gFooter .fInner .tabBox table td {
    padding: 9px 12px 8px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    word-break: break-all;
}

#gFooter .fInner .tabBox table tbody td {
    padding: 9px 2px 8px;
}

#gFooter .fInner .tabBox table th {
    padding-left: 12px;
    width: 47%;
}

#gFooter .fInner .tabBox table tbody tr:last-of-type th,
#gFooter .fInner .tabBox table tbody tr:last-of-type td {
    border-bottom: none;
}

#gFooter .fInner table td {
    text-align: center;
}

#gFooter .fInner .tabBox table tbody td:last-child {
    padding-right: 0;
}

#gFooter .fInner .tabBox table tbody td {
    font-size: 1.7rem;
}

#gFooter .fInner .tabBox table .sm {
    font-size: 1.2rem;
}

#gFooter .fInner .tabBox .textList li {
    padding-left: 38px;
    text-indent: -2.4em;
    margin-bottom: 12px;
    letter-spacing: 0.075em;
    line-height: 1.25;
}

#gFooter .fInner .rest {
    margin-bottom: 16px;
}

#gFooter .fInner .rest dt {
    padding: 3px 10px;
    width: 132px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.36;
    letter-spacing: 0.075em;
    float: left;
    background-color: #323232;
}

#gFooter .fInner .rest dd {
    padding: 5px 0 0 9.7em;
    font-weight: bold;
}

#gFooter .fInner .tabBox .textList li:last-child {
    margin-bottom: 0;
}

#gFooter .fInner .rBox .text {
    letter-spacing: 0.075em;
}

#gFooter .navBox .ttl {
    margin-bottom: 38px;
}

#gFooter .navBox .ttl a {
    padding: 3px 0 3px 16px;
    display: inline-block;
    color: #C90420;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: relative;
}

#gFooter .navBox .ttl a:hover {
    opacity: 0.7;
}

#gFooter .navBox .ttl a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    transform: translateY(-50%);
}

#gFooter .navBox .fNavi>li {
    width: 69.2%;
}

#gFooter .navBox .fNavi>li.wid01 {
    width: 25.8%;
}

#gFooter .navBox .fNavi .subNavi {
    margin-top: -18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#gFooter .navBox .fNavi .subNavi>li {
    width: 25%;
}

#gFooter .navBox .fNavi .subNavi>li.wid02,
#gFooter .navBox .fNavi .subNavi>li.wid03 {
    width: 50%;
}

#gFooter .navBox .fNavi .subNavi>li.wid04,
#gFooter .navBox .fNavi .subNavi>li.wid05,
#gFooter .navBox .fNavi .subNavi>li.wid06 {
    width: 33.33%;
}

#gFooter .navBox .fNavi .subNavi .innerNavi li {
    margin-top: 17px;
}

#gFooter .navBox .fNavi .subNavi li a {
    color: #323232;
    font-size: 1.6rem;
}

#gFooter .navBox .fNavi .ttl {
    margin-bottom: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c90420;
}

#gFooter .fImg img {
    width: 100%;
}

#gFooter address {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
}

@media all and (min-width: 897px) {
    #gFooter .fBox .linkUl li.web a:hover {
        color: #fff;
        background-color: #C90420;
    }

    #gFooter .navBox .fNavi .subNavi li a:hover {
        color: #C90420;
    }
}

@media all and (min-width: 897px) and (max-width: 1430px) {
    #gFooter .navBox .fNavi>li {
        width: 35%;
    }
}

@media all and (min-width: 897px) and (max-width: 1360px) {
    #gFooter .navBox .fNavi .subNavi li a {
        font-size: 1.5rem;
    }
}

@media all and (min-width: 897px) and (max-width: 1300px) {
    #gFooter .navBox .fNavi>li {
        width: 36%;
    }
}

@media all and (min-width: 897px) and (max-width: 1090px) {
    #gFooter .fInner .tabBox .table {
        padding: 21px 30px 24px;
    }

    #gFooter .fInner .tabBox table th {
        font-size: 1.6rem;
    }
}

@media all and (min-width: 897px) and (max-width: 1040px) {
    #gFooter .fInner .tabBox .table {
        padding: 21px 20px 24px;
    }

    #gFooter .fBox .addBox p {
        letter-spacing: 0;
    }

    #gFooter .fInner .tabBox table th,
    #gFooter .fInner .tabBox table td {
        padding: 9px 9px 8px;
    }

    #gFooter .fInner .tabBox table tbody td {
        font-size: 1.4rem;
    }

    #gFooter .fBox .fLogo {
        width: 60%;
    }
}

@media all and (min-width: 897px) and (max-width: 1000px) {
    #gFooter .navBox .fNavi .subNavi li a {
        font-size: 1rem;
    }
}

@media all and (min-width: 897px) and (max-width: 960px) {
    #gFooter .fInner .tabBox table th {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 896px) {
    #gFooter {
        margin-bottom: 142px;
    }

    #gFooter .fBox {
        margin-bottom: 96px;
        max-width: inherit;
        padding: 0 16px;
    }

    #gFooter .fInner .lBox {
        margin-bottom: 40px;
        width: auto;
    }

    #gFooter .fBox .fLogo {
        margin-bottom: 0;
        width: 117px;
    }

    #gFooter .fBox .addBox {
        margin: 0 4px 56px 8px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    #gFooter .fBox .addBox p {
        margin: 0 -3px -3px 0;
        width: calc(100% - 139px);
        font-size: 1.4rem;
        line-height: 1.57;
    }

    #gFooter .fBox .linkUl li {
        width: 47.7%;
    }

    #gFooter .fBox .linkUl li a {
        padding: 9px 5px 8px;
        line-height: 1.3;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }

    #gFooter .fInner {
        margin-bottom: 87px;
        display: block;
    }

    #gFooter .fInner .rBox {
        width: auto;
    }

    #gFooter .fInner .tabBox {
        margin-bottom: 24px;
    }

    #gFooter .fInner .tabBox .table {
        margin-bottom: 25px;
        padding: 16px 23px 14px;
    }

    #gFooter .fInner .tabBox table th {
        font-size: 1.3rem;
        font-weight: normal;
    }

    #gFooter .fInner .tabBox tbody th {
        font-size: 1.2rem;
    }

    #gFooter .fInner .tabBox table thead td {
        font-size: 1.3rem;
    }

    #gFooter .fInner .tabBox table thead th {
        padding-left: 18px;
    }

    #gFooter .fInner .tabBox table th,
    #gFooter .fInner .tabBox table td {
        padding: 3px 7px 4px;
    }

    #gFooter .fInner .tabBox table tbody td {
        padding: 6px 2px;
    }

    #gFooter .fInner .tabBox table th {
        padding-left: 10px;
        padding-right: 0;
        width: 30%;
    }

    #gFooter .fInner .tabBox table tbody td {
        font-size: 1.1rem;
    }

    #gFooter .fInner .tabBox table .sm {
        font-size: 0.8rem;
    }

    #gFooter .fInner .tabBox .textList li {
        padding-left: 30px;
        font-size: 1.2rem;
        margin-bottom: 4px;
        line-height: 1.25;
    }

    #gFooter .fInner .rest {
        margin-bottom: 23px;
    }

    #gFooter .fInner .rest dt {
        padding: 2px 7px 1px;
        width: 57px;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    #gFooter .fInner .rest dd {
        padding: 1px 0 0 5.4em;
        font-size: 1.2rem;
    }

    #gFooter .fInner .rBox .text {
        font-size: 1.2rem;
        line-height: 1.66;
    }

    #gFooter .navBox .ttl {
        margin-bottom: 23px;
    }

    #gFooter .navBox .ttl a {
        padding-left: 18px;
        font-size: 1.6rem;
        letter-spacing: 0.075em;
    }

    #gFooter .navBox .ttl a::before {
        left: 1px;
    }

    #gFooter .navBox .fNavi {
        display: block;
    }

    #gFooter .navBox .fNavi>li {
        margin-bottom: 38px;
        width: auto !important;
        padding-bottom: 23px;
        border-bottom: 1px solid #e8e8e8;
    }

    #gFooter .navBox .fNavi>li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    #gFooter .navBox .fNavi .subNavi {
        margin: -23px 8px 0;
        align-items: flex-start;
    }

    #gFooter .navBox .fNavi .subNavi>li {
        width: 47%;
    }

    #gFooter .navBox .fNavi .subNavi>li.wid03,
    #gFooter .navBox .fNavi .subNavi>li.wid04,
    #gFooter .navBox .fNavi .subNavi>li.wid05 {
        width: 47%;
    }

    #gFooter .navBox .fNavi .subNavi>li.wid06 {
        width: 100%;
    }

    #gFooter .navBox .fNavi .subNavi>li.wid06 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #gFooter .navBox .fNavi .subNavi>li.wid06 ul li {
        width: 47%;
    }

    #gFooter .navBox .fNavi .subNavi>li.wid06 #gFooter .navBox .fNavi .subNavi>li.wid02 {
        width: 51%;
    }

    #gFooter .navBox .fNavi .subNavi .innerNavi li {
        margin-top: 14px;
    }

    #gFooter .navBox .fNavi .subNavi li a {
        padding-left: 10px;
        display: block;
        line-height: 1.21;
        font-size: 1.4rem;
        background: url("../img/common/icon11.png") no-repeat left top 7px/7px;
    }

    #gFooter .navBox .fNavi .ttl {
        margin-bottom: 28px;
        padding-bottom: 0;
        border-bottom: none;
    }

    #gFooter address {
        bottom: 10px;
        font-size: 1.1rem;
    }
}

@media all and (max-width: 374px) {
    #gFooter .fInner .tabBox .table {
        padding: 16px 15px 14px;
    }

    #gFooter .fInner .tabBox table thead th {
        padding: 0;
    }

    #gFooter .fInner .tabBox table th {
        padding-left: 0;
    }

    #gFooter .fInner .tabBox table th,
    #gFooter .fInner .tabBox table td {
        padding: 3px;
    }

    #gFooter .fInner .rBox .text {
        letter-spacing: 0;
    }

    #gFooter .navBox .fNavi .subNavi>li.wid03 {
        /* width: 45%; */
    }
}