@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
/* easing */
/* 色玉、ラベル用色定義 */
/* 別バージョン */
/* ==========================================================================
Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
    font-size: 100%;
}

blockquote,
q {
    quotes: none;
}

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

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

input,
textarea {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table:where(:not([cellspacing])) {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

img,
a img {
    border: none;
}

a {
    cursor: pointer;
}

a:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

input,
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Base
----------------------------------------------------------------- */
html {
    overflow-y: scroll;
    height: 100%;
    font-size: 81%;
}

body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: inherit;
}

@media print, screen and (min-width: 61.25em) {
    body {
        padding-left: 0;
    }
}
@media print, screen and (min-width: 61.25em) {
    body.is-plain {
        padding-left: 0;
    }
}
body.browser-is-safari {
    display: block;
}

@media print, screen and (min-width: 61.25em) {
    body.is-sliding {
        padding-left: 0;
    }
}
@media print, screen and (orientation: landscape) {
    html {
        padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    }
}
.is-menuOpen body {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    -webkit-overflow-scrolling: touch;
}
@media print, screen and (orientation: landscape) {
    .is-menuOpen body {
        right: env(safe-area-inset-right);
        left: env(safe-area-inset-left);
    }
}

a {
    color: #202020;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, border cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, border cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    text-decoration: none;
}

a img,
a svg {
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}

@media only screen and (max-width: 47.9375em) {
    a {
        word-break: break-all;
    }
}
@media print, screen and (min-width: 48em) {
    a {
        word-break: break-all;
    }
}
@media print, screen and (min-width: 61.25em) {
    a {
        word-break: inherit;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

body {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 500;
    color: #202020;
    line-height: 1.75;
    letter-spacing: normal;
    -webkit-text-size-adjust: 100%;
}

a,
button,
select,
input,
label,
a::before,
button::before,
select::before,
input::before,
label::before,
a::after,
button::after,
select::after,
input::after,
label::after,
.js-ac-trigger {
    cursor: pointer;
    -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, border cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, border cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-tap-highlight-color: transparent;
}

a:not([href]) {
    cursor: text;
}

button:disabled,
select:disabled,
input:disabled {
    cursor: not-allowed;
}

@media print, screen and (min-width: 61.25em) {
    a:link[href^=tel],
a:visited[href^=tel],
a:hover[href^=tel],
a:active[href^=tel] {
        pointer-events: none;
        cursor: text;
    }
}
.l-root-container {
    min-height: auto !important;
    padding-top: 56px;
}
@media print, screen and (min-width: 61.25em) {
    .l-root-container {
        padding-top: 90px;
    }
}

:where(img:not(.p-content-container img, .TableBody img, #contents-area img, .fc_contents img)) {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html :where(*:not(.p-content-container,
.TableBody,
#contents-area,
.fc_contents,
.p-foot-fixed,
.p-foot-business-btn-fixed)) {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
html :where(*:not(.p-content-container,
.TableBody,
#contents-area,
.fc_contents,
.p-foot-fixed,
.p-foot-business-btn-fixed))::before, html :where(*:not(.p-content-container,
.TableBody,
#contents-area,
.fc_contents,
.p-foot-fixed,
.p-foot-business-btn-fixed))::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

@media print, screen and (min-width: 61.25em) {
    .js-sp-scroll-swiper .swiper-scrollbar {
        display: none;
    }
}

/* ドラッグでスクロール可能な要素のカーソル設定 */
[data-draggable=true].is-dragscroll {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
[data-draggable=true].is-dragscroll:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* 旧コンテンツ・ヘッダー移植ページのための記述 ここから*/
/* Type-1 include.js */
.p-content-container,
.c-content-block {
    margin-top: 18px;
}
@media print, screen and (min-width: 61.25em) {
    .p-content-container,
.c-content-block {
        margin-top: 20px;
    }
}

/* Type-2 main.js */
table.tableBody {
    margin-top: 24px;
    margin-bottom: 80px;
    border-collapse: separate;
}
table.tableBody,
table.tableBody table:where(:not([cellspacing])) {
    border-collapse: revert;
    border-spacing: revert;
}

/* 旧コンテンツ・ヘッダー移植ページのための記述 ここまで*/
/* 印刷対応のための記述 ここから */
@media print {
    body {
        margin: 0 auto;
        width: 1400px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
/* 印刷対応のための記述 ここまで */