﻿@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fontawesome-pro-brands-900.eot");
    src: url("../webfonts/fontawesome-pro-brands-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-brands-900.woff2") format("woff2"), url("../webfonts/fontawesome-pro-brands-900.woff") format("woff"), url("../webfonts/fontawesome-pro-brands-900.ttf") format("truetype"), url("../webfonts/fontawesome-pro-brands-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fontawesome-pro-light-300.eot");
    src: url("../webfonts/fontawesome-pro-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-light-300.woff2") format("woff2"), url("../webfonts/fontawesome-pro-light-300.woff") format("woff"), url("../webfonts/fontawesome-pro-light-300.ttf") format("truetype"), url("../webfonts/fontawesome-pro-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fontawesome-pro-regular-400.eot");
    src: url("../webfonts/fontawesome-pro-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-regular-400.woff2") format("woff2"), url("../webfonts/fontawesome-pro-regular-400.woff") format("woff"), url("../webfonts/fontawesome-pro-regular-400.ttf") format("truetype"), url("../webfonts/fontawesome-pro-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fontawesome-pro-solid-900.eot");
    src: url("../webfonts/fontawesome-pro-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fontawesome-pro-solid-900.woff2") format("woff2"), url("../webfonts/fontawesome-pro-solid-900.woff") format("woff"), url("../webfonts/fontawesome-pro-solid-900.ttf") format("truetype"), url("../webfonts/fontawesome-pro-solid-900.svg#fontawesome") format("svg");
}

focus {
    outline: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
html img {
    display: none;
}

body {
    overflow-x: hidden;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
}

body a {
    text-decoration: none;
}

body a:hover {
    opacity: .8;
}

body a:hover img {
    opacity: .8;
}

body .sp-view {
    display: none;
}

@media screen and (max-width: 980px) {
    body .sp-view {
        display: block;
    }
    body .pc-view {
        display: none;
    }
}

body .clearfix {
    clear: both;
    content: "";
    display: table;
}

body img {
    display: inline;
    height: auto;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
@media screen and (max-width: 980px) {
    .head-sp {
        top: 0;
        left: 0;
        background: #fff;
    }
}

.head {
    padding: 10px;
}

@media screen and (max-width: 980px) {
    .head {
        height: 53px;
        padding: 13px 5px 10px 5px;
        background-color: #fff;
        width: 100%;
        top: 0;
    }
}

.head__inner {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 950px) {
    .head__inner {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.head-main .head__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 980px) {
    .head-main .head__inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.head-main {
    margin: 0 auto;
}

.head-logo {
    width: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-logo a {
    margin-right: 10px;
}

.head-logo a img {
    height: 35px;
}

@media screen and (max-width: 980px) {
    .head-logo a img {
        height: 30px;
    }
}

.head-logo span {
    font-size: 135%;
    color: #666;
}

@media screen and (max-width: 980px) {
    .head-logo span {
        font-size: 110%;
    }
}

.head-logo span a {
    text-decoration: none;
    color: #666;
}

.head-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 75%;
}

.head-nav__home {
    margin-bottom: 5px;
    text-align: right;
}

.head-nav__home a {
    color: #333;
}

.head-nav__home a span {
    position: relative;
}

.head-nav__home a span:before {
    content: "";
    background: url(../img/icon_top.png) no-repeat;
    position: absolute;
    font-size: 80%;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}

.head-nav__home a:hover {
    text-decoration: underline;
}

.head-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
}

.head-nav__list__item {
    margin-right: 10px;
    padding-right: 8px;
    border-right: 1px solid #000;
}

.head-nav__list__item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.head-nav__list__item a {
    color: #333;
}

.head-nav__list__item a:hover {
    text-decoration: underline;
}

.head-site-nav {
    margin: 1.3em auto 1.5em;
}

.head-site-nav.pc-view .site-tab__item .tab {
    display: none;
}

.head-site-nav.pc-view .site-tab__item.tab-01:hover .tab, .head-site-nav.pc-view .site-tab__item.tab-02:hover .tab, .head-site-nav.pc-view .site-tab__item.tab-03:hover .tab, .head-site-nav.pc-view .site-tab__item.tab-04:hover .tab, .head-site-nav.pc-view .site-tab__item.tab-05:hover .tab {
    display: block;
}

.head-site-nav .site-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.head-site-nav .site-tab__item {
    width: 24.42105%;
}

.head-site-nav .site-tab__item > p {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    border: #ccc solid 1px;
    border-radius: .4em;
    padding: .5em .5em .4em;
    background: #fff;
    z-index: 6;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .head-site-nav .site-tab__item > p {
        padding: .5em .5em .3em;
    }
}

.head-site-nav .site-tab__item > p .tab-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: .25em;
}

.head-site-nav .site-tab__item > p .tab-icon img {
    margin: auto;
    height: 15px;
    width: 20px;
}

.head-site-nav .site-tab__item > p:hover {
    cursor: pointer;
}

.head-site-nav .site-tab__item.is-open {
    z-index: 7;
}

.head-site-nav .site-tab__item.is-open > p {
    border-bottom: 1px solid #fff;
    opacity: 1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.head-site-nav .site-tab__item.is-close {
    opacity: .5;
}

.head-site-nav .site-tab__item.is-close > p {
    background: #ccc;
}

@media screen and (max-width: 950px) {
    .head-site-nav .site-tab__item > p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 980px) {
    .head-site-nav .site-tab__item > p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 980px) {
    .head-site-nav {
        margin: auto;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .head-site-nav .head__inner {
        margin-top: 2em;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: none;
    }
    .head-site-nav .head__inner.non-height {
        height: 100vh;
        pointer-events: none;
        width: 100%;
        margin: 55px 0 0;
    }
    .head-site-nav .site-tab {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: -210vh;
        width: 100%;
        overflow: auto;
    }
    .head-site-nav .site-tab.open {
        display: block;
        top: -1.1em;
        width: 100%;
        height: 100%;
        z-index: 9999;
        padding: 70px 0px 0;
        pointer-events: auto;
        position: absolute;
    }
    .head-site-nav .site-tab__item {
        position: relative;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .head-site-nav .site-tab__item a {
        text-align: center;
        text-decoration: none;
        color: #333;
        display: block;
        padding: 10px;
    }
    .head-site-nav .site-tab__item a:hover {
        background-color: #e1f2f9;
    }
    .head-site-nav .site-tab__item > p {
        text-align: center;
        font-size: 1.6rem;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0em;
        display: block;
        padding: 1em .5em;
    }
    .head-site-nav .site-tab__item > p:after {
        position: absolute;
        right: 1em;
        bottom: 50%;
        margin-bottom: -.5em;
        font-family: 'Font Awesome 5 Regular';
        content: "\f107";
    }
    .head-site-nav .site-tab__item > p.active:after {
        content: "\f106";
    }
    .head-site-nav .site-tab__item > p:hover {
        opacity: 1;
    }
    .head-site-nav .site-tab__item.is-open {
        z-index: 1;
    }
    .head-site-nav .site-tab__item.is-open > p {
        border-bottom: none;
    }
    .head-site-nav .site-tab__item.is-close {
        opacity: .3;
    }
}

.head-site-nav.sp-view {
    display: none;
}

@media screen and (max-width: 980px) {
    .head-site-nav.sp-view {
        display: block;
    }
    .head-site-nav.pc-view {
        display: none;
    }
}

/*==================================================================================================
	グロナビ
==================================================================================================*/
.gnavi {
    margin: 1px 0 0;
    padding: 0;
    background: url(../img/gnavi_bg.gif) 0 0 repeat;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gnavi ul {
    margin: 0 auto;
    padding: 6px 5px 2px;
    width: 950px;
}

.gnavi ul .top, .gnavi ul .faq, .gnavi ul .procedure, .gnavi ul .manual, .gnavi ul .contact {
    height: 50px;
}

.gnavi ul li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    text-shadow: 1px 1px 1px #FFF;
    display: block;
    position: relative;
    background: #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #CCC;
    width: 20%;
    float: left;
    font-size: 89%;
}

.gnavi ul li a {
    margin: 0;
    padding: 17px 0;
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
}

.gnavi ul li a:hover {
    color: #2075BB;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    /* IE6-9 */
}

.gnavi ul li a .arrow {
    margin: 0 0 0 -10px;
    display: block;
    background: url(../img/gnavi_arrow_s.png) center bottom no-repeat;
    width: 20px;
    height: 5px;
    position: absolute;
    bottom: 4px;
    left: 50%;
}

.gnavi ul li a:hover .arrow {
    bottom: 2px;
}

.gnavi ul li a .fonts {
    font-size: 70%;
}

.gnavi ul li:first-child {
    border-radius: 2px 0 0 2px;
}

.gnavi ul li:first-child a {
    border-radius: 2px 0 0 2px;
}

.gnavi ul li:last-child {
    border-radius: 0 2px 2px 0;
}

.gnavi ul li:last-child a {
    border-radius: 0 2px 2px 0;
}

.gnavi ul li ul:before {
    content: '';
    position: absolute;
    border-bottom: 10px solid #1C6DBF;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: -9px;
    left: 254px;
}

.gnavi ul li.manual ul:before {
    left: 281px;
}

.gnavi ul li.faq ul:before {
    left: 327px;
}

.gnavi ul li ul {
    margin: 0;
    padding: 5px;
    display: none;
    position: absolute;
    z-index: 10000;
    left: -170px;
    background: #1C6DBF;
    border: 1px solid #FFF;
    width: 570px;
    *zoom: 1;
}

.gnavi ul li.manual ul {
    left: -197px;
}

.gnavi ul li.faq ul {
    left: -243px;
}

.gnavi ul li ul li {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: left;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.gnavi ul li ul li a {
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 0;
    width: 100%;
}

.gnavi ul li ul li a:hover {
    border-radius: 0;
}

.gnavi ul li ul li a span {
    padding: 17px 15px 17px 5px;
    display: block;
    background: url(../img/arrow_04.png) 98% center no-repeat;
    font-size: 90%;
}

.gnavi ul li ul li.level03 {
    background: none;
    border-left: none;
}

.gnavi ul li ul li.level03 a {
    margin: 0 0 0 15px;
    width: 269px;
}

.gnavi ul li ul li.level03 a span {
    padding: 17px 15px 17px 15px;
}

.gnavi ul li.procedure ul li, .gnavi ul li.manual ul li, .gnavi ul li.faq ul li, .gnavi ul li.contact ul li {
    border-radius: 0;
}

.gnavi ul li.procedure ul li a, .gnavi ul li.manual ul li a, .gnavi ul li.faq ul li a, .gnavi ul li.contact ul li a {
    border-radius: 0;
}

.gnavi ul li ul li.btnTop {
    margin: 0;
    padding: 0;
    font-size: 110%;
    background: none;
    border: none;
    width: 300px;
}

.gnavi ul li ul li.btnTop a {
    margin: 0;
    padding: 10px 0 10px 15px;
    color: #FFF;
    text-shadow: none;
    background: url(../img/arrow_04.png) 5px center no-repeat;
    -webkit-filter: none;
    filter: none;
}

.gnavi ul li ul li.btnTop a:hover {
    color: #F90;
    -webkit-filter: none;
    filter: none;
}

.gnavi ul li ul li.btnClose {
    margin: 0;
    padding: 0;
    font-size: 80%;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: none;
}

.gnavi ul li ul li.btnClose a {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    text-shadow: none;
    background: #333 url(../img/sp/btn_close.png) center center no-repeat;
    background-size: 14px 14px;
    -webkit-filter: none;
    filter: none;
    border: none;
    width: 28px;
    height: 28px;
}

.gnavi ul li ul li ul {
    margin: 0;
    padding: 0;
    display: none;
}

@media screen and (max-width: 980px) {
    .gnavi {
        margin: 1px 0 0;
        padding: 0;
        background: url(../img/gnavi_bg.gif) 0 0 repeat;
        text-align: center;
    }
    .gnavi ul {
        margin: 0 auto;
        padding: 11px 5px 11px;
        background: url(../img/gnavi_bg_shadow.gif) 0 bottom repeat-x;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gnavi ul li {
        margin: 0 0 5px;
        padding: 0;
        list-style: none;
        font-weight: bold;
        text-align: center;
        line-height: 100%;
        vertical-align: middle;
        text-shadow: 1px 1px 1px #FFF;
        position: relative;
        background: #FFF;
        border-left: 1px solid #FFF;
        border-right: 1px solid #CCC;
        float: none;
        width: 50%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .gnavi ul li a {
        margin: 0;
        padding: 17px 0;
        display: block;
        color: #333;
        text-decoration: none;
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        /* W3C */
        /* IE6-9 */
    }
    .gnavi ul li a:hover {
        color: #2075BB;
        background: #ffffff;
        /* Old browsers */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        /* W3C */
        /* IE6-9 */
    }
    .gnavi ul li a .arrow {
        margin: 0 0 0 -10px;
        display: block;
        background: url(../img/gnavi_arrow_s.png) center bottom no-repeat;
        background-size: 9px 5px;
        width: 20px;
        height: 5px;
        position: absolute;
        bottom: 4px;
        left: 50%;
    }
    .gnavi ul li a:hover .arrow {
        bottom: 2px;
    }
    .gnavi ul li a .fonts {
        font-size: 70%;
    }
    .gnavi ul li.top {
        display: none;
    }
    .gnavi ul li.procedure {
        border-radius: 4px 0 0 4px;
    }
    .gnavi ul li.procedure a {
        border-radius: 4px 0 0 4px;
    }
    .gnavi ul li.manual {
        border-radius: 0 4px 4px 0;
    }
    .gnavi ul li.manual a {
        border-radius: 0 4px 4px 0;
    }
    .gnavi ul li.faq {
        border-radius: 4px 0 0 4px;
        position: relative;
    }
    .gnavi ul li.faq a {
        border-radius: 4px 0 0 4px;
        height: 50px;
    }
    .gnavi ul li.faq ul {
        left: 50%;
    }
    .gnavi ul li.faq ul:before {
        position: absolute;
        left: 23%;
    }
    .gnavi ul li.contact {
        border-radius: 0 4px 4px 0;
    }
    .gnavi ul li.contact a {
        border-radius: 0 4px 4px 0;
    }
    .gnavi ul li ul:before {
        content: '';
        position: absolute;
        border-bottom: 10px solid #1C6DBF;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        top: -9px;
        left: 22%;
    }
    .gnavi ul li.manual ul:before {
        content: '';
        position: absolute;
        border-bottom: 10px solid #1C6DBF;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        top: -9px;
        left: 73%;
    }
    .gnavi ul li ul {
        margin: 0 0 0 -78px;
        padding: 5px;
        display: none;
        position: absolute;
        z-index: 10000;
        left: 50%;
        background: #1C6DBF;
        border: 1px solid #FFF;
        width: 298px;
        *zoom: 1;
    }
    .gnavi ul li.manual ul {
        margin: 0 0 0 -233px;
        left: 50%;
    }
    .gnavi ul li ul li {
        margin: 0;
        padding: 0;
        font-size: 70%;
        text-align: left;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
    }
    .gnavi ul li ul li a {
        margin: 0;
        padding: 0;
        display: block;
        border-radius: 0;
    }
    .gnavi ul li ul li a:hover {
        border-radius: 0;
    }
    .gnavi ul li ul li a span {
        padding: 18px 15px 0 5px;
        display: block;
        height: 40px;
        background: url(../img/arrow_04_sp.png) 98% center no-repeat;
        background-size: 8px 12px;
    }
    .gnavi ul li ul li a span.long {
        padding: 13px 15px 5px 5px;
    }
    .gnavi ul li ul li.level03 {
        background: none;
        border-left: none;
    }
    .gnavi ul li ul li.level03 a {
        margin: 0 0 0 15px;
    }
    .gnavi ul li ul li.level03 a span {
        padding: 18px 15px 0 15px;
    }
    .gnavi ul li.procedure ul li, .gnavi ul li.manual ul li, .gnavi ul li.faq ul li, .gnavi ul li.contact ul li {
        border-radius: 0;
    }
    .gnavi ul li.procedure ul li a, .gnavi ul li.manual ul li a, .gnavi ul li.faq ul li a, .gnavi ul li.contact ul li a {
        border-radius: 0;
    }
    .gnavi ul li ul li.btnTop {
        margin: 0;
        padding: 0;
        font-size: 100%;
        background: none;
        border: none;
        width: 240px;
    }
    .gnavi ul li ul li.btnTop a {
        margin: 0;
        padding: 8px 0 8px 10px;
        color: #FFF;
        text-shadow: none;
        background: url(../img/arrow_04_sp.png) 0 center no-repeat;
        background-size: 8px 12px;
    }
    .gnavi ul li ul li.btnTop a:hover {
        color: #F90;
    }
    .gnavi ul li ul li.btnTop .btn {
        padding: 18px 0 8px 10px;
    }
    .gnavi ul li ul li.btnClose {
        margin: 0;
        padding: 0;
        font-size: 80%;
        background: none;
        border: none;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 4px;
        bottom: 2px;
    }
    .gnavi ul li ul li.btnClose a {
        margin: 0;
        padding: 0;
        text-indent: -9999px;
        text-shadow: none;
        background: #333 url(../img/sp/btn_close.png) center center no-repeat;
        background-size: 14px 14px;
        border: none;
        width: 28px;
        height: 28px;
    }
    .gnavi ul li ul li ul {
        margin: 0;
        padding: 0;
        display: none;
    }
}

/*==================================================================================================
	フッター
==================================================================================================*/
.foot__inner {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 980px) {
    .foot__inner {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.foot-page-nav {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1em auto;
}

@media screen and (max-width: 980px) {
    .foot-page-nav {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.foot-page-nav__item a {
    font-size: 1.4rem;
    color: #333;
}

.foot-page-nav__item:before {
    content: "｜";
}

.foot-page-nav__item:first-child:before {
    content: none;
}

@media screen and (max-width: 980px) {
    .foot-page-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .foot-page-nav__item {
        border-bottom: 1px solid #ddd;
    }
    .foot-page-nav__item:last-child {
        border-bottom: none;
    }
    .foot-page-nav__item a {
        font-size: 1.2rem;
        display: block;
        text-align: center;
        padding: .5em;
    }
    .foot-page-nav__item:before {
        content: none;
    }
}

.foot-adve {
    margin: 1em auto;
}

.foot-adve > div {
    max-width: 728px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 758px) {
    .foot-adve > div {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .foot-adve {
        display: none;
    }
}

.foot-foot {
    border-top: 1px solid #CCCCCC;
}

.foot-foot .switchWrapPC {
    max-width: 950px;
    margin: 20px auto 0;
    background-color: #F2F2F2;
    padding: 6px;
    display: none !important;
}

@media screen and (max-width: 980px) {
    .foot-foot .switchWrapPC {
        display: none;
    }
}

.foot-foot .switchWrapPC .switchWrapPCWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.foot-foot .switchWrapPC .switchWrapPCWrap .switchBtn .btn {
    margin-right: 5px;
    color: #333;
}

.foot-foot .switchWrapPC .switchWrapPCWrap .switchBtn .btn:hover {
    text-decoration: underline;
}

@media screen and (min-width: 980px) {
    .foot-foot .switchWrapPC-show {
        display: block !important;
    }
}

.foot-foot .foot__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0;
}

.foot-foot .foot__inner:after {
    content: "";
    display: block;
    clear: both;
}

.foot-foot .foot-copy {
    float: left;
}

.foot-foot .foot-copy--name {
    font-size: 85%;
    font-weight: normal;
    line-height: 100%;
}

.foot-foot .foot-copy--copy {
    font-size: 68%;
    margin-top: 5px;
}

.foot-foot .foot-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.foot-foot .foot-about .foot-about-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 260px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.foot-foot .foot-about .foot-about-nav__item {
    line-height: 1.2;
}

.foot-foot .foot-about .foot-about-nav__item:after {
    content: "｜";
    font-size: 1.5rem;
}

.foot-foot .foot-about .foot-about-nav__item a {
    color: #000;
    font-size: 1.3rem;
}

.foot-foot .foot-about .foot-about-nav__item:last-child:after {
    content: none;
}

.foot-foot .foot-about .foot-about--logo {
    text-align: right;
}

@media screen and (max-width: 980px) {
    .foot-foot {
        text-align: center;
    }
    .foot-foot .foot__inner {
        border-top: none;
    }
    .foot-foot .foot-copy {
        float: none;
        margin: .8em auto 1em;
    }
    .foot-foot .foot-copy--name {
        font-size: 1.5rem;
    }
    .foot-foot .foot-copy--copy {
        font-size: 53%;
        line-height: 1.2;
    }
    .foot-foot .switchWrap {
        background-color: #F2F2F2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3px;
    }
    .foot-foot .switchWrap .switchBtn .btn {
        margin-right: 5px;
        color: #333;
    }
    .foot-foot .switchWrap .switchBtn .btn:hover {
        text-decoration: underline;
    }
    .foot-foot .foot-about {
        float: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .foot-foot .foot-about .foot-about-nav {
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .foot-foot .foot-about .foot-about-nav__item {
        line-height: 1.2;
    }
    .foot-foot .foot-about .foot-about-nav__item:after {
        content: "｜";
        font-size: 1.5rem;
    }
    .foot-foot .foot-about .foot-about-nav__item a {
        color: #000;
        font-size: 1.3rem;
    }
    .foot-foot .foot-about .foot-about--logo {
        text-align: center;
        display: block;
        margin-top: .25em;
    }
}

.switching {
    display: none;
    position: absolute;
    right: 3.5em;
    top: .4em;
    z-index: 0;
    background: #FF9900;
    width: 45px;
    height: 40px;
}

@media screen and (max-width: 980px) {
    .switching {
        display: block;
    }
}

.switching .switching-btn {
    width: 45px;
    height: 40px;
}

.switching .switching-btn a.btn {
    display: block;
    padding: .3em .6em;
}

.switching .switching-btn a.btn .icon {
    position: relative;
}

.switching .switching-btn a.btn .icon:after {
    font-family: 'Font Awesome 5 Solid';
    color: #fff;
    content: "\f108";
    font-size: 18px;
    position: absolute;
    left: 3px;
    top: -4px;
}

.switching .menu {
    color: #fff;
    display: block;
    left: 8px;
    bottom: 0px;
    position: absolute;
    font-weight: bold;
    font-size: 1.1rem;
}

.humberger {
    display: none;
    position: absolute;
    right: .3em;
    top: .4em;
    z-index: 99999;
    background: #FF9900;
    padding: .3em .6em;
    width: 45px;
    height: 40px;
}

@media screen and (max-width: 980px) {
    .humberger {
        display: block;
    }
}

.humberger .menu-trigger,
.humberger .menu-trigger span.border {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.humberger .menu-trigger {
    position: relative;
    width: 33px;
    height: 20px;
    float: right;
}

.humberger .menu-trigger:hover {
    cursor: pointer;
}

.humberger .menu-trigger span.border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 100;
}

.humberger .menu-trigger span.border:nth-of-type(1) {
    top: 2px;
    left: 3px;
    -webkit-animation: menu-bar01 0s forwards;
    animation: menu-bar01 0s forwards;
}

.humberger .menu-trigger span.border:nth-of-type(2) {
    top: 8px;
    left: 3px;
    opacity: 1;
}

.humberger .menu-trigger span.border:nth-of-type(3) {
    bottom: 4px;
    left: 3px;
    -webkit-animation: menu-bar02 0s forwards;
    animation: menu-bar02 0s forwards;
}

.humberger .menu-trigger.active {
    width: 33px;
    height: 20px;
    position: absolute;
    top: 10px;
}

.humberger .menu-trigger.active span.border:nth-of-type(1) {
    top: -8px;
    width: 25px;
    left: 0;
    -webkit-animation: active-menu-bar01 .25s forwards;
    animation: active-menu-bar01 .25s forwards;
}

.humberger .menu-trigger.active span.border:nth-of-type(2) {
    opacity: 0;
}

.humberger .menu-trigger.active span.border:nth-of-type(3) {
    width: 25px;
    left: 0px;
    -webkit-animation: active-menu-bar03 .25s forwards;
    animation: active-menu-bar03 .25s forwards;
}

.humberger .menu-trigger.active .menu {
    color: #fff;
    display: block;
    left: -.4em;
    bottom: -11px;
    position: absolute;
    font-weight: bold;
    font-size: 1.1rem;
}

.humberger .menu-trigger .menu {
    color: #fff;
    display: block;
    left: .2em;
    bottom: -16px;
    position: absolute;
    font-weight: bold;
    font-size: 1.1rem;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
        transform: translateY(11.5px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
        transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
        transform: translateY(-11.5px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
        transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(11.5px) rotate(0);
        transform: translateY(11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(11.5px) rotate(45deg);
        transform: translateY(11.5px) rotate(45deg);
    }
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-11.5px) rotate(0);
        transform: translateY(-11.5px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-11.5px) rotate(-45deg);
        transform: translateY(-11.5px) rotate(-45deg);
    }
}

@-moz-document url-prefix() {
    .switching-btn a.btn .icon:after {
        top: 11px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .switching-btn a.btn .icon:after {
        top: -4px;
    }
    .humberger .humberger-btn .menu-trigger.active .menu {
        left: -.4em !important;
    }
    .humberger .humberger-btn .menu-trigger .menu {
        left: .2em !important;
    }
}

.iphone .switching-btn a.btn .icon:after {
    top: -3px;
}

.android .siteContainer .gnavi ul {
    padding: 15px 5px 11px;
}

.android .switching .switching-btn a.btn .icon:after {
    top: -3px;
}

.android .switching .menu {
    left: 11px;
}

.android .humberger .humberger-btn .menu-trigger.active .menu {
    left: .1em;
}

.android .humberger .humberger-btn .menu-trigger .menu {
    left: .7em;
}
