@charset "UTF-8"; /*! * * BurgerEditor StyleSheet Style Sample v2.21.0 * */@font-face {
    font-family: FontAwesome; font-style: normal; font-weight: 400; src: url(../fonts/fontawesome-webfont.eot?v=4.6.3); src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg") }

/*
[data-bgb] h2 {
    background: none; font-size: 1.8em; font-weight: 700; line-height: 1.2; margin: 1.5em 0; overflow: hidden; padding:.3em .5em; text-align: center }
[data-bgb] h2: first-child {
    margin-top: 0 }
[data-bgb] h2: after {
    background:#ccc; content:""; display: block; height: 2 px; margin:.8em auto; width: 2em }
[data-bgb] h3 {
    background:#f6f6f6; border: 1 px solid #eee; -webkit-box-shadow: inset 1 px 1 px 0 hsla(0,0%,100%,.5),inset -1 px -1 px 0 hsla(0,0%,39%,.1); box-shadow: inset 1 px 1 px 0 hsla(0,0%,100%,.5),inset -1 px -1 px 0 hsla(0,0%,39%,.1); font-size: 1.5em; font-weight: 700; line-height: 1.2; margin: 1em 0; overflow: hidden; padding:.5em .75em }
[data-bgb] h3: first-child {
    margin-top: 0 }
[data-bgb] h4 {
    border: none; font-size: 1.3em; font-weight: 700; line-height: 1.2; margin: 1em 0; overflow: hidden; padding:.3em .2em; position: relative }
[data-bgb] h4: first-child {
    margin-top: 0 }
[data-bgb] h4: after {
    background-color:#ddd; border-radius: 2 px; bottom:.25em; content:""; height: 8 px; left: 0; position: absolute; width: 100%; z-index:-1 }
[data-bgb] h5 {
    border-bottom: 1 px dashed #999; font-size: 1.2em; font-weight: 700; line-height: 1.2; margin: 1em 0; overflow: hidden; padding:.3em 0 }
[data-bgb] h5: first-child {
    margin-top: 0 }
[data-bgb] h6 {
    background:#eee; border: none; border-left: 3 px solid #ccc; font-size: 1em; font-weight: 700; line-height: 1.2; margin: 1em 0; overflow: hidden; padding:.3em .5em }
[data-bgb] h6: first-child {
    margin-top: 0 }
*/

[data-bgb] h2,
[data-bgb] h3,
[data-bgb] h4,
[data-bgb] h5,
[data-bgb] h6 {
    font-weight: 700;
    line-height: 1.4;
}

/* 02 */
[data-bgb] h2 {
    position: relative;
    padding: 23px 20px 18px 23px;
    font-size: 28px;
    color: #062e76;
    background-color: #f2f3f3;
    border-radius: 3px;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.4;
}
[data-bgb] h2::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: calc(100% - 32px);
    content: "";
    background-color: #062e76;
    transform: translateY(-50%);
}
@media only screen and (max-width: 614px) {
    [data-bgb] h2 {
        padding: 24px 20px 22px 23px;
        font-size: 26px;
    }
}
[data-bgb] h2 .mod-hl-02-accent {
    color: #2d2d2d;
    background-color: #fcfaf0;
}
[data-bgb] h2 .mod-hl-02-accent::before {
    background-color: #f2923a;
}

/* 03 */
[data-bgb] h3 {
    position: relative;
    display: block;
    padding-bottom: 13px;
    padding-left: 28px;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #dbdcdc;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.4;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h3 {
        padding-bottom: 9px;
        padding-left: 28px;
        font-size: 23px;
    }
}
[data-bgb] h3::before, [data-bgb] h3::after {
    position: absolute;
    left: 0;
    content: "";
}
[data-bgb] h3::before {
    top: 10px;
    z-index: -1;
    width: 16px;
    height: 16px;
    content: "";
    background-color: #062e76;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h3::before {
        top: 8px;
    }
}
[data-bgb] h3::after {
    top: 10px;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #f2923a;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h3::after {
        top: 8px;
    }
}

/* 04 */
[data-bgb] h4 {
    position: relative;
    padding-bottom: 14px;
    font-size: 22px;
    font-weight: 700;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.4;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h4 {
        padding-bottom: 10px;
        font-size: 20px;
    }
}
[data-bgb] h4::before, [data-bgb] h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
}
[data-bgb] h4::before {
    z-index: 1;
    width: 28px;
    background-color: #062e76;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h4::before {
        width: 24px;
    }
}
[data-bgb] h4::after {
    width: 38px;
    background-color: #289adf;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h4::after {
        width: 32px;
    }
}
[data-bgb] h4 .mod-hl-04-accent::after {
    background-color: #f2923a;
}

/* 05 */
[data-bgb] h5 {
    position: relative;
    padding-left: 19px;
    font-size: 19px;
    font-weight: 700;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.4;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h5 {
        padding-left: 18px;
        font-size: 18px;
    }
}
[data-bgb] h5::before, [data-bgb] h5::after {
    position: absolute;
    top: 8px;
    left: 1px;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
}
@media only screen and (max-width: 614px) {
    [data-bgb] h5::before, [data-bgb] h5::after {
        top: 7px;
        left: 0;
    }
}
[data-bgb] h5::before {
    clip-path: inset(0 50% 0 0);
    background-color: #062e76;
}
[data-bgb] h5::after {
    clip-path: inset(0 0 0 50%);
    background-color: #ceddf0;
}
[data-bgb] h5 .mod-hl-05-accent::before {
    background-color: #f2923a;
}
[data-bgb] h5 .mod-hl-05-accent::after {
    background-color: #fdd000;
}

/* 06 */
[data-bgb] h6 {
    color: #062e76;
}




[data-bgb] p {
    margin: 1em 0 }
[data-bgb] p: first-child {
    margin-top: 0 }
[data-bgb] li {
    list-style: inherit; overflow: hidden }
[data-bgb] li: first-child {
    margin-top: 0 }
[data-bgb] ul {
    margin: 1em 0 }
[data-bgb] ul: first-child {
    margin-top: 0 }
[data-bgb] ul ul {
    margin: 0 0 0 1.8em }
[data-bgb] ul ul: first-child {
    margin-top: 0 }
[data-bgb] ul li {
    list-style-position: inside; list-style-type: disc; margin: 0 0 .2em }
[data-bgb] ol {
    margin: 1em 0 }
[data-bgb] ol: first-child {
    margin-top: 0 }
[data-bgb] ol ol {
    margin: 0 0 0 2em }
[data-bgb] ol ol: first-child {
    margin-top: 0 }
[data-bgb] ol li {
    list-style-position: inside; list-style-type: decimal-leading-zero; margin: 0 0 .2em }
[data-bgb] blockquote {
    background: none; border: 2 px solid #ccc; border-radius: 5 px; color:#888; font-size:.9em; margin: 1em 0; overflow: hidden; padding: 1 px 2.5em; position: relative }
[data-bgb] blockquote: first-child {
    margin-top: 0 }
[data-bgb] blockquote: before {
    content:"“"; left:.25em; top:.3em }
[data-bgb] blockquote: after,[data-bgb] blockquote: before {
    color:#ccc; display: block; font-family: serif; font-size: 3em; position: absolute; z-index: 0 }
[data-bgb] blockquote: after {
    bottom:-.3em; content:"”"; right:.25em }


/*
[data-bgb] table {
    border: none; border-collapse: collapse; border-spacing: 0; margin: 1em 0; table-layout: fixed; width: 100% }
@media screen and (max-width: 768px) {
    [data-bgb] table {
        display: block; width: 100% }
}
[data-bgb] table: first-child {
    margin-top: 0 }
[data-bgb] table caption {
    font-weight: 700; text-align: left }
@media screen and (max-width: 768px) {
    [data-bgb] table caption,[data-bgb] table tbody,[data-bgb] table tfoot {
        display: block }
}
@media screen and (max-width: 768px) {
    [data-bgb] table tr {
        display: block; margin-top:-1 px }
}
[data-bgb] table tr: nth-child(odd) td {
                                        background:#fff }
[data-bgb] table tr: nth-child(2n) td {
                                       background:#fafafa }
[data-bgb] table tr td,[data-bgb] table tr th {
    border: 1 px solid #ccc; padding:.5em; text-align: left }
@media screen and (max-width: 768px) {
    [data-bgb] table tr td,[data-bgb] table tr th {
        display: block; width: auto }
}
[data-bgb] table tr th {
    background:#eee; font-weight: 700 }
@media screen and (max-width: 768px) {
    [data-bgb] table tr th {
        border-bottom: none }
}
[data-bgb] table tr td {
    font-weight: 400 }
 */

[data-bgb] table {
    width: 100%;
    border-top: 1px solid #707070;
}
@media only screen and (max-width: 1038px) {
    [data-bgb] table {
        width: 100%;
    }
}
@media only screen and (max-width: 1038px) {
    [data-bgb] table table,
    [data-bgb] table tr {
        display: block;
    }
}
@media only screen and (max-width: 1038px) {
    [data-bgb] table tr {
        display: flex;
        flex-direction: column;
    }
}
[data-bgb] table th,
[data-bgb] table td {
    padding-top: 26px;
    padding-bottom: 27.3px;
    border-bottom: 1px solid #707070;
    /* フォントサイズとXDサイズからline-heightを計算 */
    line-height: 1.8;
}
@media only screen and (max-width: 614px) {
    [data-bgb] table th,
    [data-bgb] table td {
        /* フォントサイズとXDサイズからline-heightを計算 */
        line-height: 2;
    }
}
[data-bgb] table th {
    width: 330px;
    max-width: 100%;
    padding-right: 28px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    background-color: #f3f5f9;
}
@media only screen and (max-width: 1038px) {
    [data-bgb] table th {
        width: 100%;
        padding-left: 10px;
        border-bottom: none;
    }
}
@media only screen and (max-width: 614px) {
    [data-bgb] table th {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
[data-bgb] table td {
    padding-right: 10px;
    padding-left: 20px;
    letter-spacing: 0.03em;
    background-color: #fff;
}
@media only screen and (max-width: 614px) {
    [data-bgb] table td {
        padding-top: 24px;
        padding-bottom: 23px;
        padding-left: 10px;
    }
}
[data-bgb] table td .boxWrap {
    display: flex;
    gap: 32px;
}
@media only screen and (max-width: 1038px) {
    [data-bgb] table td .boxWrap {
        flex-wrap: wrap;
    }
}
[data-bgb] table td .box {
    width: 376px;
    max-width: 100%;
    padding: 20px 31px 11px;
    margin-top: 15px;
    background-color: #f2faff;
}
@media only screen and (max-width: 614px) {
    [data-bgb] table td .box {
        width: 100%;
        padding: 20px 12px 11px;
        /* フォントサイズとXDサイズからline-heightを計算 */
        line-height: 1.8;
    }
}
[data-bgb] table td .box span {
    display: block;
    margin-bottom: 5px;
}





[data-bgb] strong {
    font-style: normal; font-weight: 700; text-decoration: none }
[data-bgb] u {
    text-decoration: underline }
[data-bgb] s,[data-bgb] u {
    font-style: normal; font-weight: 400 }
[data-bgb] s {
    text-decoration: line-through }
[data-bgb] sub {
    vertical-align: sub }
[data-bgb] sub,[data-bgb] sup {
    font-size:.8em; font-style: normal; font-weight: 400; text-decoration: none }
[data-bgb] sup {
    vertical-align: super }
[data-bgb] hr {
    background: currentColor; border-style: none; color:#ccc; height: 2 px; margin: 50px auto; width: 100% }
[data-bgb] hr: first-child {
    margin-top: 0 }
.bgt-box__caption {
    background: none; font-size:.8em; font-weight: 400; padding: 3 px; text-align: left }
.bgt-btn {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; background:#fff; border-radius: 2 px; border-style: solid; border-width: 1 px; display: inline-block; min-width: 280px; padding: 12px 10px; text-decoration: none; vertical-align: middle }
.bgt-btn: active,.bgt-btn: focus {
    -webkit-box-shadow: 0 0 10px 0 #0570c7,0 0 10px 0 #fff; box-shadow: 0 0 10px 0 #0570c7,0 0 10px 0 #fff }
.bgt-btn--link,[data-bgt-button-kind=link] .bgt-btn {
    background:#fff; border-color:#ccc; color:#333 }
.bgt-btn--link: active,.bgt-btn--link: focus,.bgt-btn--link: hover,[data-bgt-button-kind=link] .bgt-btn: active,[data-bgt-button-kind=link] .bgt-btn: focus,[data-bgt-button-kind=link] .bgt-btn: hover {
    background:#e9e9e9 }
.bgt-btn--em,[data-bgt-button-kind=em] .bgt-btn {
    background:#333; border-color:#333; color:#fff; font-weight: 700 }
.bgt-btn--em: active,.bgt-btn--em: focus,.bgt-btn--em: hover,[data-bgt-button-kind=em] .bgt-btn: active,[data-bgt-button-kind=em] .bgt-btn: focus,[data-bgt-button-kind=em] .bgt-btn: hover {
    background:#555 }
.bgt-btn--external,[data-bgt-button-kind=external] .bgt-btn {
    background:#fff; border-color:#ccc; color:#333 }
.bgt-btn--external: active,.bgt-btn--external: focus,.bgt-btn--external: hover,[data-bgt-button-kind=external] .bgt-btn: active,[data-bgt-button-kind=external] .bgt-btn: focus,[data-bgt-button-kind=external] .bgt-btn: hover {
    background:#e9e9e9 }
.bgt-btn--external: after,[data-bgt-button-kind=external] .bgt-btn: after {
    font-family: FontAwesome,serif; speak: none; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-rendering: auto; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color:#999; content:"\f08e"; font-size: 1em; vertical-align: middle }
.bgt-btn--back,[data-bgt-button-kind=back] .bgt-btn {
    background:#ddd; border-color:#ddd; color:#333 }
.bgt-btn--back: active,.bgt-btn--back: focus,.bgt-btn--back: hover,[data-bgt-button-kind=back] .bgt-btn: active,[data-bgt-button-kind=back] .bgt-btn: focus,[data-bgt-button-kind=back] .bgt-btn: hover {
    background:#e9e9e9 }
.bgt-btn--back span,[data-bgt-button-kind=back] .bgt-btn span {
    display: inline-block; vertical-align: middle }
.bgt-btn--back: before,[data-bgt-button-kind=back] .bgt-btn: before {
    font-family: FontAwesome,serif; speak: none; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-rendering: auto; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content:"\f053"; display: inline-block; font-size: 1em; margin-top:-2 px; vertical-align: middle }
.bgt-hr {
    margin: 0 auto }
[data-bgt-hr-kind=dashed] .bgt-hr {
    background: none; border: none; border-bottom: 2 px dashed; height: 0 }
.bgt-hr--bold,[data-bgt-hr-kind=bold] .bgt-hr {
    height: 5 px }
.bgt-hr--narrow,[data-bgt-hr-kind=narrow] .bgt-hr {
    height: 1 px }
.bgt-hr--short,[data-bgt-hr-kind=short] .bgt-hr {
    height: 1 px; width: 60% }
.bgt-download-file__link {
    background-color:#fff; border: 1 px solid #ccc; border-radius: 3 px; -webkit-box-sizing: border-box; box-sizing: border-box; color:#333; display: inline-block; font-size: 1.08em; font-weight: 700; line-height: 1; padding:.7em 1em; text-align: left; text-decoration: none }
.bgt-download-file__link: hover {
    background-color:#eee }
.bgt-download-file__link: active,.bgt-download-file__link: focus {
    -webkit-box-shadow: 0 0 5 px 1 px #0570c7; box-shadow: 0 0 5 px 1 px #0570c7; outline: none }
.bgt-link__size {
    color: grey; font-size:.8em; font-weight: 400 }
@media screen and (max-width: 768px) {
    .bgt-google-maps-link {
        border: 1 px solid #999; border-radius: 3 px; color:#333; margin-top: 10px; padding: 1em; text-align: center; text-decoration: none }
    .bgt-google-maps-link span {
        display: inline-block; vertical-align: middle }
    .bgt-google-maps-link: after {
        font-family: FontAwesome,serif; speak: none; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-rendering: auto; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content:"\f08e"; font-size: 1em; vertical-align: middle }
}
[data-bgt=gallery] .bgt-gallery {
    padding-top: 54% }
[data-bgt=gallery] .bgt-gallery: hover [data-bgt=gallery] .bgt-gallery-ctrl {
    opacity: 1 }
[data-bgt=gallery] .bgt-gallery__img img {
    -o-object-fit: cover; object-fit: cover }
[data-bgt=gallery] .bgt-gallery__caption {
    background: rgba(0,0,0,.6); color:#fff; padding:.7em 1em; text-align: center }
[data-bgt=gallery] .bgt-gallery-ctrl {
    opacity: 0; top: 50%; -webkit-transition: opacity .2s ease-in; transition: opacity .2s ease-in }
[data-bgt=gallery] .bgt-gallery-ctrl__next,[data-bgt=gallery] .bgt-gallery-ctrl__prev {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; border: none; display: block; margin:-20px 0 0; padding: 0; -webkit-transform-origin: center center; transform-origin: center center }
[data-bgt=gallery] .bgt-gallery-ctrl__next: hover,[data-bgt=gallery] .bgt-gallery-ctrl__prev: hover {
    opacity:.5 }
[data-bgt=gallery] .bgt-gallery-ctrl__next: focus,[data-bgt=gallery] .bgt-gallery-ctrl__prev: focus {
    outline: none }
[data-bgt=gallery] .bgt-gallery-ctrl__next span,[data-bgt=gallery] .bgt-gallery-ctrl__prev span {
    display: block; height: 0; overflow: hidden; width: 0 }
[data-bgt=gallery] .bgt-gallery-ctrl__next: after,[data-bgt=gallery] .bgt-gallery-ctrl__prev: after {
    border: solid #fff; border-width: 5 px 5 px 0 0; content:""; display: block; height: 40px; width: 40px }
[data-bgt=gallery] .bgt-gallery-ctrl__prev {
    left: 20px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg) }
[data-bgt=gallery] .bgt-gallery-ctrl__next {
    right: 20px; -webkit-transform: rotate(45deg); transform: rotate(45deg) }
[data-bgt=gallery] [data-gallery-marker=thumbs]+.bgt-gallery-marker {
    margin-top: 10px }
[data-bgt=gallery] [data-gallery-marker=thumbs]+.bgt-gallery-marker li {
    height: 60px; margin: 0 5 px; width: 60px }
[data-bgt=gallery] [data-gallery-marker=thumbs]+.bgt-gallery-marker li: before {
    display: none }
[data-bgt=gallery] [data-gallery-marker=dot]+.bgt-gallery-marker {
    margin-top: 10px }
[data-bgt=gallery] [data-gallery-marker=dot]+.bgt-gallery-marker li {
    background-color:#999; border-radius: 100%; height: 10px; margin: 0 2 px; width: 10px }
[data-bgt=gallery] [data-gallery-marker=dot]+.bgt-gallery-marker li.current {
    background-color:#000 }
.pc-only {
    display: block }
@media screen and (max-width: 768px) {
    .pc-only {
        display: none }
}
.sp-only {
    display: none }
@media screen and (max-width: 768px) {
    .sp-only {
        display: block }
}
