@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
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, ol, ul, li,
fieldset, form, label, legend,
table, 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;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

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

input, textarea, select, option {
    font: inherit;
    color: inherit;
}
input:focus, textarea:focus, select:focus, option:focus {
    outline: none;
}

input[type=text] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=submit],
input[type=button],
button {
    font: inherit;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    background: none;
}
input[type=submit]:focus,
input[type=button]:focus,
button:focus {
    outline: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
    display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
button::focus {
    outline-offset: -2px;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

@font-face {
    font-family: "TenhamasenFont";
    src: url("../fonts/TenhamasenFont.woff2") format("woff2");
    font-display: swap;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #231815;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    zoom: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: hidden;
    z-index: -10;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
    }
}
body::before {
    content: "";
    position: fixed;
    top: -100px;
    left: -100px;
    right: -100px;
    bottom: -100px;
    width: calc(100vw + 200px);
    height: calc(100vh + 200px);
    background-image: url("../img/logo-ok.svg");
    background-repeat: repeat;
    background-size: 60px auto;
    background-position: 0 0;
    opacity: 0.05;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    z-index: -1;
    pointer-events: none;
}

.l-wrapper {
    container-type: inline-size;
    margin: auto;
    overflow-x: hidden;
    overflow-y: visible;
    max-width: 800px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-inline: 20px;
    padding-bottom: 200px;
}
@media only screen and (max-width:767px) {
    .l-wrapper {
        padding-inline: 10px;
        padding-bottom: 80px;
    }
}

.wrapper, .wrapper--760 {
    max-width: 1110px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:1299px) {
    .wrapper, .wrapper--760 {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width:767px) {
    .wrapper, .wrapper--760 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.wrapper--760 {
    max-width: 760px;
}

.sa {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sa.show {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}

.sa--scaleDown {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}

.sa--rotateL {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.sa--rotateR {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

pre {
    white-space: pre;
    background-color: #231815;
    color: #FFFFFF;
    padding: 1em;
    overflow: auto;
}

.l-header {
    width: 100%;
    z-index: 1100;
    top: 0;
    padding-top: 20px;
}
@media only screen and (max-width:767px) {
    .l-header {
        background: #fff;
    }
}
.l-header__inner {
    padding: 10px 60px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width:1199px) {
    .l-header__inner {
        width: 100%;
        padding: 10px 15px;
    }
}
.l-header__logo svg {
    max-width: 365px;
    width: 100%;
    height: 67px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-header.invert .l-header__logo svg {
    color: #000;
}
@media only screen and (max-width:767px) {
    .l-header__logo svg {
        max-width: 150px;
        color: #000;
        display: inline-block;
        height: 40px;
    }
}
.l-header__insta {
    width: 44px;
}
.l-header__left {
    padding: 22px 80px;
}
@media only screen and (max-width:1199px) {
    .l-header__left {
        padding: 20px;
    }
}
.l-header__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 20px 35px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width:1199px) {
    .l-header__right {
        padding-left: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        z-index: 100;
        padding: 0;
        border-radius: 0;
    }
}
.l-header__btn {
    display: none;
}
@media only screen and (max-width:1199px) {
    .l-header__btn {
        display: block;
        width: 50px;
        height: 50px;
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.l-header__tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #b8c9d1;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header__tel:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header__tel {
        width: 100%;
        padding: 10px;
    }
}
.l-header__tel-icon {
    display: block;
    text-align: center;
}
.l-header__tel-text {
    display: block;
    text-align: center;
}
.l-header__reserv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #48487e;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 200px;
}
.l-header__reserv:hover {
    opacity: 0.8;
    background-color: #c3a03b;
}
@media only screen and (max-width:1299px) {
    .l-header__reserv {
        width: 100%;
        padding: 10px;
    }
}
.l-header__reserv-icon {
    display: block;
    text-align: center;
}
.l-header__reserv-icon--tell {
    color: #fff;
    margin-right: 10px;
}
.l-header__reserv-icon--mail {
    margin-right: 10px;
}
.l-header__reserv-icon--cart {
    margin-right: 10px;
}
.l-header__reserv-text {
    display: block;
    font-weight: 700;
    text-align: center;
    padding: 4px 0;
}
.l-header__reserv-text--01 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-top: 4px;
}
.l-header__reserv-text--02 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.l-header__reserv-text--03 {
    font-size: 12px;
    font-weight: 700;
}
.l-header__nav {
    width: 1200px;
}
.l-header__menu {
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #1d3774;
    line-height: 1;
}
.l-header__menu--large {
    font-size: 36px;
    margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .l-header__menu--large {
        font-size: 18px;
    }
}
.l-header__menu--small {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .l-header__menu--small {
        font-size: 12px;
    }
}
.l-header__menu-sub {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .l-header__menu-sub {
        font-size: 14px;
    }
}
.l-header__menu-sub a {
    margin-right: 20px;
}
.l-header__info {
    width: 400px;
    text-align: center;
}
.l-header__info-tel {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #b8c9d1;
}
.l-header__info-reserve {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #1d3774;
}
.l-header--02 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.l-header--02__left {
    padding: 40px 80px;
}
@media only screen and (max-width:767px) {
    .l-header--02__left {
        padding: 20px;
    }
}
.l-header--02__right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
}
@media only screen and (max-width:767px) {
    .l-header--02__right {
        /*display: none;*/
        position: absolute;
        top: 0;
        right: 116px;
        background-color: #FFFFFF;
        /*width: 100%;*/
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        z-index: 100;
    }
}
.l-header--02__btn {
    display: none;
}
@media only screen and (max-width:1299px) {
    .l-header--02__btn {
        display: block;
        width: 50px;
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.l-header--02__logo {
    font-size: 24px;
    font-weight: 700;
    color: #1d3774;
}
@media only screen and (max-width:767px) {
    .l-header--02__logo {
        font-size: 18px;
    }
}
.l-header--02__tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #b8c9d1;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--02__tel:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--02__tel {
        width: 100%;
        padding: 10px;
    }
}
.l-header--02__tel-icon {
    display: block;
    text-align: center;
}
.l-header--02__tel-text {
    display: block;
    text-align: center;
}
.l-header--02__reserv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #1d3774;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--02__reserv:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--02__reserv {
        width: 100%;
        padding: 10px;
    }
}
.l-header--02__reserv-icon {
    display: block;
    text-align: center;
}
.l-header--02__reserv-text {
    display: block;
    text-align: center;
}
.l-header--02__nav {
    width: 1200px;
}
@media only screen and (max-width:767px) {
    .l-header--02__nav {
        width: 70%;
    }
}
.l-header--02__menu {
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #1d3774;
    line-height: 1;
}
.l-header--02__menu--large {
    font-size: 36px;
    margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .l-header--02__menu--large {
        font-size: 18px;
    }
}
.l-header--02__menu--small {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .l-header--02__menu--small {
        font-size: 12px;
    }
}
.l-header--02__menu-sub {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .l-header--02__menu-sub {
        font-size: 14px;
    }
}
.l-header--02__menu-sub a {
    margin-right: 20px;
}
.l-header--02__info {
    width: 400px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .l-header--02__info {
        width: 30%;
    }
}
.l-header--02__info-tel {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #b8c9d1;
}
.l-header--02__info-reserve {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #1d3774;
}
.l-header--03 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.l-header--03__left {
    padding: 40px 80px;
}
@media only screen and (max-width:767px) {
    .l-header--03__left {
        padding: 20px;
    }
}
.l-header--03__right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
}
@media only screen and (max-width:767px) {
    .l-header--03__right {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #FFFFFF;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        z-index: 100;
    }
}
.l-header--03__btn {
    display: none;
}
@media only screen and (max-width:1299px) {
    .l-header--03__btn {
        display: block;
        width: 50px;
        margin-left: auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.l-header--03__logo {
    font-size: 24px;
    font-weight: 700;
    color: #1d3774;
}
@media only screen and (max-width:767px) {
    .l-header--03__logo {
        font-size: 18px;
    }
}
.l-header--03__tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #b8c9d1;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--03__tel:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--03__tel {
        width: 100%;
        padding: 10px;
    }
}
.l-header--03__tel-icon {
    display: block;
    text-align: center;
}
.l-header--03__tel-text {
    display: block;
    text-align: center;
}
.l-header--03__reserv {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    background-color: #1d3774;
    padding: 15px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.l-header--03__reserv:hover {
    opacity: 0.8;
}
@media only screen and (max-width:1299px) {
    .l-header--03__reserv {
        width: 100%;
        padding: 10px;
    }
}
.l-header--03__reserv-icon {
    display: block;
    text-align: center;
}
.l-header--03__reserv-text {
    display: block;
    text-align: center;
}
.l-header--03__nav {
    width: 1200px;
}
.l-header--03__menu {
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    color: #1d3774;
    line-height: 1;
}
.l-header--03__menu--large {
    font-size: 36px;
    margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .l-header--03__menu--large {
        font-size: 18px;
    }
}
.l-header--03__menu--small {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .l-header--03__menu--small {
        font-size: 12px;
    }
}
.l-header--03__menu-sub {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .l-header--03__menu-sub {
        font-size: 14px;
    }
}
.l-header--03__menu-sub a {
    margin-right: 20px;
}
.l-header--03__info {
    width: 400px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .l-header--03__info {
        width: 30%;
    }
}
.l-header--03__info-tel {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #b8c9d1;
}
.l-header--03__info-reserve {
    padding: 42px 0;
    color: #FFFFFF;
    background-color: #1d3774;
}

.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: none;
}
.NavMenu ul {
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:767px) {
    .NavMenu ul {
        top: 30%;
    }
}
.NavMenu ul.l-header__info {
    left: 70%;
}
.NavMenu ul.l-header--02__info {
    left: 70%;
}
.NavMenu ul.l-header--03__info {
    left: 70%;
}
.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    width: 50%;
    padding-bottom: 0px;
}
.NavMenu ul li.l-header__info-top {
    width: 100%;
}
.NavMenu ul li.l-header--02__info-top {
    width: 100%;
}
.NavMenu ul li.l-header--03__info-top {
    width: 100%;
}
.NavMenu ul li.l-header__info-bottom {
    width: 100%;
}
.NavMenu ul li.l-header--02__info-bottom {
    width: 100%;
}
.NavMenu ul li.l-header--03__info-bottom {
    width: 100%;
}
.NavMenu ul li:last-child {
    padding-bottom: 0;
}
.NavMenu ul li a {
    display: block;
    color: #1d3774;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.NavMenu ul li a.l-header__info-tel {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header__info-tel {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header__info-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: 900;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--02__info-tel {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--02__info-tel {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--02__info-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: 900;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--03__info-tel {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--03__info-tel {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--03__info-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3cd";
    font-weight: 900;
    padding-right: 10px;
}
.NavMenu ul li a.l-header__info-reserve {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header__info-reserve {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header__info-reserve::before {
    font-family: "Font Awesome 5 Free";
    content: "\f274";
    font-weight: 500;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--02__info-reserve {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--02__info-reserve {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--02__info-reserve::before {
    font-family: "Font Awesome 5 Free";
    content: "\f274";
    font-weight: 500;
    padding-right: 10px;
}
.NavMenu ul li a.l-header--03__info-reserve {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    padding: 42px 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--03__info-reserve {
        font-size: 16px;
    }
}
.NavMenu ul li a.l-header--03__info-reserve::before {
    font-family: "Font Awesome 5 Free";
    content: "\f274";
    font-weight: 500;
    padding-right: 10px;
}
.NavMenu ul li a.l-header__menu-sub-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    padding: 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header__menu-sub-btn {
        font-size: 14px;
    }
}
.NavMenu ul li a.l-header--02__menu-sub-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    padding: 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--02__menu-sub-btn {
        font-size: 14px;
    }
}
.NavMenu ul li a.l-header--03__menu-sub-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    color: #b8c9d1;
    font-weight: 900;
    padding: 0;
}
@media only screen and (max-width:767px) {
    .NavMenu ul li a.l-header--03__menu-sub-btn {
        font-size: 14px;
    }
}

.Toggle {
    position: absolute;
    width: 116px;
    height: 116px;
    cursor: pointer;
    z-index: 13;
    display: block;
    background-color: #1d3774;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 4px #FFFFFF;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
}
.Toggle span:nth-child(1) {
    top: 46px;
    left: 40px;
}
.Toggle span:nth-child(2) {
    top: 57px;
    left: 40px;
}
.Toggle span:nth-child(3) {
    top: 68px;
    left: 40px;
}
.Toggle.active span:nth-child(1) {
    top: 60px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-bottom: solid 3px #FFFFFF;
}
.Toggle.active span:nth-child(2) {
    top: 60px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #FFFFFF;
}
.Toggle.active span:nth-child(3) {
    top: 60px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #FFFFFF;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.l-main {
    padding-top: 0;
    position: relative;
    z-index: -10;
}
@media only screen and (max-width:767px) {
    .l-main {
        padding-top: 0;
    }
}

.l-footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.l-footer__container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .l-footer__container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.l-footer__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .l-footer__inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.l-footer__top {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
    font-weight: 400;
}
@media only screen and (max-width:767px) {
    .l-footer__top {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.l-footer__bottom {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
    padding: 1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
}
.l-footer__bottom a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__bottom-btn, .l-footer__bottom-btn--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    background: #DE2E1D;
    padding: 10px;
    text-align: center;
    width: 64%;
    line-height: 1;
    min-height: 60px;
    text-decoration: none;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media only screen and (max-width:767px) {
    .l-footer__bottom-btn, .l-footer__bottom-btn--02 {
        font-size: 24px;
    }
}
.l-footer__bottom-btn i, .l-footer__bottom-btn--02 i {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}
.l-footer__bottom-btn:hover, .l-footer__bottom-btn--02:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__bottom-btn--02 {
    width: 36%;
    background: #6DBC61;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 60px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.l-footer__bottom-btn--02:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__bottom-btn--02 i {
    font-size: 28px;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.l-footer__bottom-btn--02 span {
    display: block;
    font-size: 12px;
    line-height: 1;
}
.l-footer__bottom-btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.l-footer__bottom__copy {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}
.l-footer__bottom__copy--inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom__copy--inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.l-footer__bottom__copy--tiltle {
    margin-right: auto;
    white-space: nowrap;
    letter-spacing: 0.3em;
    font-weight: 700;
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .l-footer__bottom__copy--tiltle {
        font-size: 14px;
    }
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom__copy--tiltle {
        margin-right: unset;
        text-align: center;
    }
}
.l-footer__bottom__copy--tiltle--sub {
    font-size: 11px;
}
.l-footer__bottom__lang {
    justify-self: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom__lang {
        justify-self: center;
    }
}
.l-footer__bottom__lang__btn {
    width: 27px;
    height: 27px;
    font-size: 13px;
    display: grid;
    place-items: center;
    border: 1px solid #fff;
    text-decoration: none;
    color: inherit;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #fff;
    color: #231815;
    font-weight: 600;
}
.l-footer__bottom__lang__btn.is-current, .l-footer__bottom__lang__btn:hover {
    background: #000;
    color: #fff;
}
.l-footer__bottom--icon {
    display: inline-block;
    width: 27px;
}
.l-footer__bottom--icon:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__bottom--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:1199px) {
    .l-footer__bottom--inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer__bottom--inner {
        gap: 20px;
        text-align: left;
    }
}
.l-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1420px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:1199px) {
    .l-footer-inner {
        padding: 0 10px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer-inner {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        text-align: left;
    }
}
.l-footer-inner > *:first-child {
    text-align: left;
}
.l-footer-inner > *:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.l-footer__logo {
    max-width: 150px;
}
.l-footer__logo img {
    width: 100%;
}
.l-footer-left {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.l-footer-left__logo {
    margin-bottom: 80px;
}
@media only screen and (max-width:767px) {
    .l-footer-left__logo {
        margin-bottom: 20px;
    }
}
.l-footer-left__tel {
    font-size: 14px;
    margin-top: 2rem;
}
.l-footer-right {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .l-footer-right {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.l-footer-privacy {
    font-size: 14px;
}
.l-footer-copy {
    font-size: 16px;
    width: 100%;
}
.l-footer-company {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
}
.l-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}
.l-footer__contact__btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 46px;
    z-index: 100;
}
.l-footer__contact__btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
    .l-footer__contact__btn {
        display: none;
    }
}
.l-footer-contact {
    background-image: url("../img/contact/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 10px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .l-footer-contact {
        padding: 40px 10px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer-contact {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.l-footer-contact__text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 48px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .l-footer-contact__text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
    }
}
.l-footer-contact__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 110px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
    .l-footer-contact__btn {
        gap: 20px;
    }
}
.l-footer-contact-tel, .l-footer-contact-mail {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    background: #4f5a40;
    padding: 68px 10px;
    max-width: 545px;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .l-footer-contact-tel, .l-footer-contact-mail {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
@media only screen and (max-width:767px) {
    .l-footer-contact-tel, .l-footer-contact-mail {
        font-size: 20px;
    }
}
.l-footer-contact-tel:hover, .l-footer-contact-mail:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
    .l-footer-contact-tel, .l-footer-contact-mail {
        height: 100px;
        padding: 0;
    }
}
.l-footer-contact-mail {
    background: #ac5838;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width:767px) {
    .slick-slider {
        overflow: hidden;
    }
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    margin: 0 5px;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.prev-arrow {
    position: absolute;
    top: 50%;
    left: 18%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.prev-arrow:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
    .prev-arrow {
        display: none !important;
    }
}

.next-arrow {
    position: absolute;
    top: 50%;
    right: 14%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.next-arrow:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
    .next-arrow {
        display: none !important;
    }
}

/* Slider */
.slick-loading .slick-list {
    background: #fff slick-image-url("../../../../img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: slick-font-url("slick.eot");
    src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../../../../fonts/slick.woff") format("woff"), slick-font-url("../../../../fonts/slick.ttf") format("truetype"), slick-font-url("../../../../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 8px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.accordion-faq {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .accordion-faq {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.accordion-faq__box {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #808080;
    padding: 1em 1.5em;
}
@media only screen and (max-width:767px) {
    .accordion-faq__box {
        padding: 0;
    }
}
.accordion-faq__title {
    font-size: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
@media only screen and (max-width:767px) {
    .accordion-faq__title {
        font-size: 16px;
    }
}
@media only screen and (max-width:767px) {
    .accordion-faq__title {
        padding: 10px;
    }
}
.accordion-faq__title::after {
    font-weight: 700;
    content: "+";
    margin-left: auto;
    font-size: 20px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: grid;
    place-items: center;
    font-weight: 700;
}
.accordion-faq__title.open::after {
    font-weight: 700;
    content: "－";
    margin-left: auto;
    font-size: 20px;
    display: inline-block;
    display: grid;
    place-items: center;
    font-weight: 700;
}
.accordion-faq__title-text {
    display: block;
    width: 100%;
    padding-right: 1em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 40px;
}
@media only screen and (max-width:767px) {
    .accordion-faq__title-text {
        padding-left: 30px;
    }
}
.accordion-faq__title-text::before {
    content: "";
    background: url("../img/imadoki/icon-q.png") no-repeat center center;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-size: contain;
}
.accordion-faq__title-text--anser {
    padding: 1em 2.5em;
}
@media only screen and (max-width:767px) {
    .accordion-faq__title-text--anser {
        padding: 10px;
        width: 100%;
    }
}
.accordion-faq__container {
    display: none;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-top: 30px;
}
.breadcrumb a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn, .btn-contact {
    background: #5A73B7;
    border: 1px solid #5A73B7;
    border-radius: 30px;
    width: 100%;
    display: block;
    color: #fff;
    padding: 0.8em 1.2em;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
}
@media only screen and (max-width:767px) {
    .btn, .btn-contact {
        font-size: 16px;
    }
}
.btn i, .btn-contact i {
    margin-left: 1em;
}
.btn svg path, .btn-contact svg path {
    fill: #fff;
    /* 初期 白 */
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.btn:hover, .btn-contact:hover {
    background: #fff;
    color: #5A73B7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover svg path, .btn-contact:hover svg path {
    fill: #5A73B7;
}
.btn-detail {
    max-width: 280px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media only screen and (max-width:767px) {
    .btn-detail {
        margin: auto;
    }
}
.btn-detail-send {
    max-width: 280px;
    width: 100%;
    margin: auto;
}
.btn-contact {
    font-size: 14px;
}
@media only screen and (max-width:767px) {
    .btn-contact {
        max-width: 200px;
        margin: auto;
    }
}
.btn-contact span {
    padding-inline: 0.5em;
}
.btn-line {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.btn-line__inner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 2px;
    background-color: #1d3774;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.btn-line__inner:before, .btn-line__inner:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1d3774;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-line__inner:before {
    margin-top: -8px;
}
.btn-line__inner:after {
    margin-top: 6px;
}
.btn-line.open .btn-line__inner {
    background: transparent;
}
.btn-line.open .btn-line__inner:before, .btn-line.open .btn-line__inner:after {
    margin-top: 0;
}
.btn-line.open .btn-line__inner::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.btn-line.open .btn-line__inner::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.btn-tel {
    container-type: inline-size;
    display: block;
    background: #00B71F;
    -webkit-box-shadow: 0 9px 0 #00981A;
            box-shadow: 0 9px 0 #00981A;
    padding: 15px 30px;
    border-radius: 26px;
}
.btn-tel:hover {
    -webkit-box-shadow: 0 6px 0 #00981A;
            box-shadow: 0 6px 0 #00981A;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-footer .btn-tel {
    max-width: 60%;
    width: 100%;
    padding: 15px;
}
.btn-tel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn-tel__icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.btn-footer .btn-tel__icon {
    max-width: 14%;
    width: 100%;
}
.btn-tel__body {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    gap: 1em;
}
@media only screen and (max-width:767px) {
    .btn-tel__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.btn-tel__main {
    color: #fff;
    font-weight: 900;
    font-size: clamp(24px, 10cqi, 70px);
    line-height: 1;
}
.btn-footer .btn-tel__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
}
.btn-tel__sub {
    font-weight: 900;
    text-align: center;
    background: #FFF000;
    border-radius: 32px;
    padding-block: 0.1em;
    font-size: 23px;
}
@media only screen and (max-width:767px) {
    .btn-tel__sub {
        font-size: 14px;
    }
}
.btn-mail {
    container-type: inline-size;
    display: block;
    background: #208DF3;
    -webkit-box-shadow: 0 9px 0 #1F79CD;
            box-shadow: 0 9px 0 #1F79CD;
    padding: 15px 30px;
    border-radius: 26px;
}
@media only screen and (max-width:767px) {
    .btn-mail {
        padding: 15px 20px;
    }
}
.btn-mail:hover {
    -webkit-box-shadow: 0 6px 0 #1F79CD;
            box-shadow: 0 6px 0 #1F79CD;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-footer .btn-mail {
    max-width: 40%;
    width: 100%;
    padding: 15px;
}
.btn-mail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn-mail__icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.btn-footer .btn-mail__icon {
    max-width: 21%;
    width: 100%;
}
.btn-mail__body {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
}
@media only screen and (max-width:767px) {
    .btn-mail__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.btn-footer .btn-mail__body {
    gap: 15px;
}
.btn-mail__main {
    color: #fff;
    font-weight: 900;
    font-size: clamp(21px, 7cqi, 45px);
}
.btn-footer .btn-mail__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
    font-size: clamp(18px, 10cqi, 30px);
}
.btn-mail__sub {
    font-weight: 900;
    text-align: center;
    color: #208DF3;
    background: #fff;
    border-radius: 32px;
    padding-block: 0.1em;
    font-size: 23px;
}
@media only screen and (max-width:767px) {
    .btn-mail__sub {
        font-size: 14px;
    }
}
.btn-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
    padding: 1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.btn-footer a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-tel,
.btn-mail {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-tel:hover,
.btn-mail:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
}
.btn-tel:active,
.btn-mail:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.6;
}
.btn-tel img,
.btn-mail img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-footer a {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-footer a:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
}
.btn-footer a:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.6;
}
.btn-footer a img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.content__flex, .content__flex__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content__flex, .content__flex__right {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
        max-width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.content__flex__text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    justify-items: center;
    max-width: 620px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .content__flex__text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content__flex__text {
        justify-items: center;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.content__flex__text--main {
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    letter-spacing: 0.15em;
}
@media only screen and (max-width:767px) {
    .content__flex__text--main {
        font-size: 18px;
    }
}
@media only screen and (max-width:767px) {
    .content__flex__text--main {
        line-height: 1.5;
    }
}
.content__flex__text--sub {
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.3em;
}
@media only screen and (max-width:767px) {
    .content__flex__text--sub {
        line-height: 1.5;
    }
    .content__flex__text--sub br {
        display: none;
    }
}
.content__flex__img {
    max-width: 634px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .content__flex__img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
@media only screen and (max-width:767px) {
    .content__flex__img__right {
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
.content__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .content__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.content__list li {
    background: linear-gradient(25deg, #43cbff 0%, #9708cc 90%);
    max-width: 528px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 17px;
}
@media only screen and (max-width:767px) {
    .content__list li {
        font-size: 16px;
    }
}
.content__list--02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .content__list--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
.content__list--02 li {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    color: #231815;
    font-size: 36px;
    font-weight: 700;
    padding: 8px 15px 8px 70px;
    position: relative;
    font-style: italic;
    line-height: 1.5;
}
@media only screen and (max-width:767px) {
    .content__list--02 li {
        font-size: 18px;
    }
}
.content__list--02 li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44px;
    height: 41px;
    background: url("../img/star.png") no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width:767px) {
    .content__list--02 li::before {
        width: 30px;
        height: 30px;
    }
}
.content__list__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #fff100));
    background: linear-gradient(transparent 75%, #fff100 25%);
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.content__list__note {
    position: relative;
    display: inline-block;
    font-size: 1em;
}
.content__list__note::after {
    content: "※";
    position: absolute;
    top: -1.5em;
    right: -1em;
    font-size: 0.7em;
    color: #231815;
}
.content__list__small {
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .content__list__small {
        font-size: 14px;
    }
}
.content__list__option {
    color: #fff;
    text-align: right;
    padding-top: 0.5em;
}
.content__plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width:1199px) {
    .content__plan {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.content__plan__box, .content__plan__box--02 {
    max-width: 350px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
            box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
}
@media only screen and (max-width:767px) {
    .content__plan__box, .content__plan__box--02 {
        max-width: 100%;
    }
}
.content__plan__box--02 {
    max-width: 100%;
}
.content__plan__inner, .content__plan__inner--02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 30px;
    background: #eff8fe;
}
@media only screen and (max-width:767px) {
    .content__plan__inner, .content__plan__inner--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .content__plan__inner, .content__plan__inner--02 {
        padding: 10px;
    }
}
.content__plan__inner--02 {
    padding: 60px 30px;
}
@media only screen and (max-width:767px) {
    .content__plan__inner--02 {
        padding: 10px;
    }
}
.content__plan__title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #9708cc 0%, #43cbff 90%);
    padding: 19px 10px;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .content__plan__title {
        font-size: 18px;
    }
}
.content__plan__price {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #9708cc 0%, #43cbff 90%);
    padding: 20px 0px;
    line-height: 1;
    background: linear-gradient(25deg, #43cbff 0%, #9708cc 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}
@media only screen and (max-width:767px) {
    .content__plan__price {
        font-size: 52px;
    }
}
.content__plan__price--tax {
    font-weight: 700;
    color: #231815;
    font-size: 18px;
    background: none;
}
@media only screen and (max-width:767px) {
    .content__plan__price--tax {
        font-size: 16px;
    }
}
.content__plan__price--yen {
    font-size: 0.8em;
    vertical-align: baseline;
}
@media only screen and (max-width:767px) {
    .content__plan__price--detail {
        text-align: center;
    }
}
.content__plan__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .content__plan__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
.content__plan__list li {
    color: #231815;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    padding-left: 2em;
}
.content__plan__list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../img/icon02.png") no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width:767px) {
    .content__plan__list li::before {
        width: 14px;
        height: 14px;
    }
}
.content__plan__list--02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.content__plan__list--02 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #231815;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    padding-left: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(81, 133, 197, 0.5);
}
.content__plan__list--02 li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../img/icon02.png") no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02 li::before {
        top: 19px;
    }
}
@media only screen and (max-width:767px) {
    .content__plan__list--02 li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 10px 10px 10px 30px;
        gap: 0.5em;
    }
}
.content__plan__list--02__title {
    width: 400px;
    display: inline-block;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02__title {
        width: 100%;
    }
}
.content__plan__list--02__desc {
    width: 100%;
    display: inline-block;
    font-weight: 400;
}
.content__plan__list--02__price {
    text-align: right;
    font-weight: 500;
    display: inline-block;
    width: 300px;
    white-space: nowrap;
}
@media only screen and (max-width:767px) {
    .content__plan__list--02__price {
        width: 100%;
    }
}
.content__flow__list {
    max-width: 920px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
}
@media only screen and (max-width:767px) {
    .content__flow__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 50px;
    }
}
.content__flow__list li {
    -webkit-box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
            box-shadow: 0px 0px 8.1px rgba(168, 153, 144, 0.4);
    background: #fff;
    border-radius: 10px;
    padding: 25px 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .content__flow__list li {
        padding: 10px;
    }
}
.content__flow__list li::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url("../img/arrow01.png") no-repeat center center;
    background-size: contain;
}
.content__flow__list li:last-child::after {
    display: none;
}
.content__flow__list__title {
    font-weight: 700;
    font-size: 20px;
    width: 300px;
    height: auto;
    border-right: 1px solid #b3b3b3;
    display: inline-block;
    padding: 10px 10px 10px 0;
}
@media only screen and (max-width:767px) {
    .content__flow__list__title {
        font-size: 16px;
    }
}
.content__flow__list__title br {
    display: none;
}
@media only screen and (max-width:767px) {
    .content__flow__list__title {
        padding: 12px 5px;
        width: 170px;
    }
    .content__flow__list__title br {
        display: inline;
    }
}
.content__flow__list__desc {
    font-weight: 400;
    font-size: 16px;
    max-width: 680px;
    width: 100%;
    display: inline-block;
    padding-left: 50px;
}
@media only screen and (max-width:767px) {
    .content__flow__list__desc {
        font-size: 14px;
    }
}
@media only screen and (max-width:767px) {
    .content__flow__list__desc {
        padding-left: 15px;
    }
}
.content-worries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.content-worries__box {
    max-width: 380px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:767px) {
    .content-worries__box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.content-worries__box img {
    display: block;
    margin: auto;
}
.content-worries__title {
    font-weight: 700;
    font-size: 24px;
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .content-worries__title {
        font-size: 20px;
    }
}
.content-worries__text {
    font-weight: 400;
    font-size: 21px;
    padding-block: 10px;
}
@media only screen and (max-width:767px) {
    .content-worries__text {
        font-size: 16px;
    }
}
.content-worries__text span {
    font-weight: 700;
}
.content-reason {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 100px;
}
@media only screen and (max-width:767px) {
    .content-reason {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 40px;
    }
}
.content-reason__left, .content-reason__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width:991px) {
    .content-reason__left, .content-reason__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 40px;
    }
}
.content-reason__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-reason__img {
    min-width: 500px;
}
@media only screen and (max-width:991px) {
    .content-reason__left .content-reason__img, .content-reason__right .content-reason__img {
        padding-right: 20px;
        min-width: auto;
    }
}
@media only screen and (max-width:991px) {
    .content-reason__right .content-reason__img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 20px;
        padding-right: 0;
        margin-left: auto;
        min-width: auto;
    }
}
.content-reason__body {
    max-width: 540px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .content-reason__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:991px) {
    .content-reason__body {
        padding-inline: 20px;
        margin: auto;
        max-width: 580px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
.content-reason__body sup {
    font-size: 0.7em; /* 小さくする */
    vertical-align: super; /* 上付き */
}
.content-reason__title {
    font-weight: 700;
    font-size: 36px;
}
@media only screen and (max-width:767px) {
    .content-reason__title {
        font-size: 22px;
    }
}
.content-reason__title span {
    color: #DD5569;
}
.content-reason__text {
    font-size: 20px;
}
@media only screen and (max-width:767px) {
    .content-reason__text {
        font-size: 16px;
    }
}
.content-reason__text span {
    font-size: 12px;
    padding-top: 1em;
    display: block;
}

.form-input, .form-input--100, .form-input--240, .form-input--400 {
    padding: 0.75em 1em;
    width: 100%;
    border: 1px solid #aaa;
}
.form-input::-webkit-input-placeholder, .form-input--100::-webkit-input-placeholder, .form-input--240::-webkit-input-placeholder, .form-input--400::-webkit-input-placeholder {
    color: #ccc;
}
.form-input::-moz-placeholder, .form-input--100::-moz-placeholder, .form-input--240::-moz-placeholder, .form-input--400::-moz-placeholder {
    color: #ccc;
}
.form-input:-ms-input-placeholder, .form-input--100:-ms-input-placeholder, .form-input--240:-ms-input-placeholder, .form-input--400:-ms-input-placeholder {
    color: #ccc;
}
.form-input::-ms-input-placeholder, .form-input--100::-ms-input-placeholder, .form-input--240::-ms-input-placeholder, .form-input--400::-ms-input-placeholder {
    color: #ccc;
}
.form-input::placeholder, .form-input--100::placeholder, .form-input--240::placeholder, .form-input--400::placeholder {
    color: #ccc;
}
.form-input--400 {
    max-width: 400px;
}
.form-input--240 {
    max-width: 240px;
}
.form-input--100 {
    max-width: 100px;
}
.form-select, .form-select--100, .form-select--400 {
    padding: 0.95em 1em;
    width: 100%;
    border: 1px solid #aaa;
}
.form-select::-webkit-input-placeholder, .form-select--100::-webkit-input-placeholder, .form-select--400::-webkit-input-placeholder {
    color: #333;
}
.form-select::-moz-placeholder, .form-select--100::-moz-placeholder, .form-select--400::-moz-placeholder {
    color: #333;
}
.form-select:-ms-input-placeholder, .form-select--100:-ms-input-placeholder, .form-select--400:-ms-input-placeholder {
    color: #333;
}
.form-select::-ms-input-placeholder, .form-select--100::-ms-input-placeholder, .form-select--400::-ms-input-placeholder {
    color: #333;
}
.form-select::placeholder, .form-select--100::placeholder, .form-select--400::placeholder {
    color: #333;
}
.form-select--400 {
    max-width: 400px;
}
.form-select--100 {
    max-width: 100px;
}
.form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--240, .form-select--400 + .form-input--240, .form-select--100 + .form-input--240, .form-select + .form-input--100, .form-select--400 + .form-input--100, .form-select--100 + .form-input--100 {
    margin-top: 20px;
}
@media only screen and (max-width:767px) {
    .form-select + .form-input, .form-select--400 + .form-input, .form-select--100 + .form-input, .form-select + .form-input--400, .form-select--400 + .form-input--400, .form-select--100 + .form-input--400, .form-select + .form-input--240, .form-select--400 + .form-input--240, .form-select--100 + .form-input--240, .form-select + .form-input--100, .form-select--400 + .form-input--100, .form-select--100 + .form-input--100 {
        margin-top: 10px;
    }
}
.form-label, .form-label--req {
    font-weight: 700;
}
.form-label--req {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
    .form-label--req {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.form-label--req::after {
    content: "必須";
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-left: auto;
    background-color: #BF0000;
    line-height: 2;
    width: 35px;
    text-align: center;
    border: 1px solid #BF0000;
}
@media only screen and (max-width:767px) {
    .form-label--req::after {
        margin-left: 1em;
    }
}
.form-label--req-mail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 70px 0 10px;
}
@media only screen and (max-width:767px) {
    .form-label--req-mail {
        display: none;
    }
}
.form-label--req-mail::after {
    content: "必須";
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: auto;
    width: 35px;
    line-height: 2;
    text-align: center;
    background-color: #BF0000;
    font-weight: 700;
    border: 1px solid #BF0000;
}
@media only screen and (max-width:767px) {
    .form-label--req-mail::after {
        display: none;
    }
}
.form-caption {
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
}
@media only screen and (max-width:767px) {
    .form-caption {
        font-size: 12px;
    }
}
.form-caption i {
    margin-right: 5px;
}
.form-textarea {
    resize: none;
    width: 100%;
    height: 200px;
    padding: 0.5em 1em;
    border: 1px solid #aaa;
    font: inherit;
}
.form-textarea::-webkit-input-placeholder {
    color: #aaa;
}
.form-textarea::-moz-placeholder {
    color: #aaa;
}
.form-textarea:-ms-input-placeholder {
    color: #aaa;
}
.form-textarea::-ms-input-placeholder {
    color: #aaa;
}
.form-textarea::placeholder {
    color: #aaa;
}
.form-btn {
    max-width: 380px;
    width: 100%;
    margin: 40px auto 0;
}
.form-btn--finish {
    max-width: 300px;
    margin: 40px auto 0;
}
@media only screen and (max-width:767px) {
    .form-btn--finish {
        margin: 10px auto 0;
    }
}
.form-btn--check {
    max-width: 1040px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
@media only screen and (max-width:767px) {
    .form-btn--check {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.form-btn--col2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1040px;
    margin: 40px auto 0;
}
.form-btn--col2 > * {
    width: 50%;
    padding: 0 20px;
}
@media only screen and (max-width:767px) {
    .form-btn--col2 > * {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .form-btn--col2 > *:last-child {
        margin-bottom: 0;
    }
}
.form-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25em 0;
    margin-right: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
}
.form-flex--02 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25em 0;
    margin-right: 1em;
}
@media only screen and (max-width:767px) {
    .form-flex--02 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }
}
@media only screen and (max-width:767px) {
    .form-flex--02 {
        margin: 0;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
    }
}
.form-privacytext {
    color: #BF0000;
    border-bottom: 1px solid #BF0000;
    padding-bottom: 5px;
    font-weight: 700;
}
.form-privacytext i {
    margin-left: 5px;
}
.form-privacytext:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.form-mail {
    vertical-align: top;
}

.checkbox-adjust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.checkbox-adjust-01 {
    padding-bottom: 20px;
    display: inline-block;
    max-width: 330px;
    width: 100%;
}
.checkbox-adjust-02 {
    padding-bottom: 20px;
    max-width: 190px;
    display: inline-block;
    width: 100%;
}
.checkbox-adjust-03 {
    padding-bottom: 20px;
    max-width: 280px;
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .req02 {
        display: none;
    }
}

.form-group {
    padding-bottom: 40px;
}
@media only screen and (max-width:767px) {
    .form-group {
        padding-bottom: 20px;
    }
}
.form-group label {
    display: block;
    margin-bottom: 1rem;
}
.form-group label .required {
    background: #ff0000;
    font-size: 14px;
    margin-left: 0.5rem;
    color: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}
.form-group-input, .form-group-input--290 {
    width: 100%;
    padding: 14px;
    border: 1px solid #808080;
    border-radius: 8px;
    font-size: 15px;
    height: 42px;
    max-width: 365px;
}
.form-group-input--290 {
    max-width: 290px;
}
.form-group-input::-webkit-input-placeholder, .form-group-input--290::-webkit-input-placeholder {
    color: #ccc;
}
.form-group-input::-moz-placeholder, .form-group-input--290::-moz-placeholder {
    color: #ccc;
}
.form-group-input:-ms-input-placeholder, .form-group-input--290:-ms-input-placeholder {
    color: #ccc;
}
.form-group-input::-ms-input-placeholder, .form-group-input--290::-ms-input-placeholder {
    color: #ccc;
}
.form-group-input::placeholder, .form-group-input--290::placeholder {
    color: #ccc;
}
.form-group-input:focus, .form-group-input--290:focus {
    outline: none;
    border-color: #000;
}
.form-group-select {
    width: 200px;
    padding: 5px;
    border-radius: 10px;
}
.form-group-textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #808080;
    border-radius: 8px;
    font-size: 15px;
    height: 280px;
}
.form-group-textarea::-webkit-input-placeholder {
    color: #ccc;
}
.form-group-textarea::-moz-placeholder {
    color: #ccc;
}
.form-group-textarea:-ms-input-placeholder {
    color: #ccc;
}
.form-group-textarea::-ms-input-placeholder {
    color: #ccc;
}
.form-group-textarea::placeholder {
    color: #ccc;
}
ß .form-group-textarea:focus {
    outline: none;
    border-color: #000;
}
.form-group.has-error input, .form-group.has-error textarea {
    border-color: #ff0000;
}
.form-group .error {
    margin-top: 0.25rem;
    font-size: 14px;
    color: #ff0000;
}
.form-group-required {
    background: #ff0000;
    font-size: 14px;
    margin-left: 0.5rem;
    color: #fff;
    width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

.radio-grid {
    padding: 100px 0 40px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
}
@media only screen and (max-width:767px) {
    .radio-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
@media only screen and (max-width:767px) {
    .radio-grid {
        padding: 40px 0;
    }
}
.radio-item {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .radio-item {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
@media only screen and (max-width:767px) {
    .radio-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.radio-title {
    width: 270px;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    margin-right: 0.5em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #6C9BD2;
    -webkit-box-shadow: inset 0 0 0 2px #f4f4f4;
            box-shadow: inset 0 0 0 2px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #6C9BD2;
}
.radio input[type=radio]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
            box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #ccc;
    background: #ccc;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

.confirm-list dt {
    padding-top: 10px;
    padding-bottom: 10px;
}
.confirm-list dd {
    margin-left: 0;
    padding: 14px;
    background: #f7f7f7;
    border-radius: 8px;
    word-break: break-all;
    margin-bottom: 30px;
}

.confirm-actions {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.btn-send {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* font-size: 1rem; */
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 260px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto;
}
.btn-send:hover {
    opacity: 0.8;
}
.btn-send--back {
    background: #777;
}

.privacy__box {
    width: 100%;
    padding: 20px;
    height: 150px;
    overflow-y: scroll;
    border: #808080 1px solid;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 12px;
}
.privacy__box > p:first-of-type {
    margin-bottom: 2em;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.privacy__box > p.mt {
    margin: 2em 0 0.3em;
    font-weight: 600;
}
.privacy-note {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}
@media only screen and (max-width:767px) {
    .privacy-note {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

.headline-lv1 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .headline-lv1 {
        gap: 10px;
    }
}
.headline-lv1__main, .headline-lv1__main--03, .headline-lv1__main--02 {
    position: relative;
    font-size: 68px;
    font-weight: 900;
    line-height: 1.2;
    width: 100%;
    background: linear-gradient(25deg, #43cbff 0%, #9708cc 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    display: inline-block;
}
@media only screen and (max-width:767px) {
    .headline-lv1__main, .headline-lv1__main--03, .headline-lv1__main--02 {
        font-size: 30px;
    }
}
.headline-lv1__main--02 {
    font-size: 74px;
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--02 {
        font-size: 30px;
    }
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--02 {
        text-align: center;
    }
}
.headline-lv1__main--03 {
    font-size: clamp(1.875rem, 0.4rem + 6.93vw, 9.25rem);
    white-space: nowrap;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--03 {
        text-align: center;
    }
}
.headline-lv1__main--04 {
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    font-size: 74px;
    background: none;
    color: #fff;
    font-style: italic;
}
@media only screen and (max-width:767px) {
    .headline-lv1__main--04 {
        font-size: 28px;
    }
}
.headline-lv1__sub, .headline-lv4__sub--right, .headline-lv3__sub--right, .headline-lv1__sub--02 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .headline-lv1__sub, .headline-lv4__sub--right, .headline-lv3__sub--right, .headline-lv1__sub--02 {
        font-size: 14px;
    }
}
.headline-lv1__sub--02 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}
@media only screen and (max-width:767px) {
    .headline-lv1__sub--02 {
        font-size: 24px;
    }
}
.headline-lv2 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    position: relative;
    justify-items: center;
    text-align: center;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
@media only screen and (max-width:767px) {
    .headline-lv2 {
        gap: 5px;
    }
}
.headline-lv2 img {
    display: block;
    width: 100%;
    max-width: 35px;
}
@media only screen and (max-width:767px) {
    .headline-lv2 img {
        max-width: 20px;
    }
}
.headline-lv2__main {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .headline-lv2__main {
        font-size: 24px;
    }
}
@media only screen and (max-width:767px) {
    .headline-lv2__main {
        gap: 15px;
    }
}
.headline-lv2__main--02 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.3em;
}
@media only screen and (max-width:767px) {
    .headline-lv2__main--02 {
        font-size: 20px;
    }
}
.headline-lv2__sub, .headline-lv2__sub--02 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #808080;
}
@media only screen and (max-width:767px) {
    .headline-lv2__sub, .headline-lv2__sub--02 {
        font-size: 14px;
    }
}
.headline-lv2__sub--02 {
    color: #5A73B7;
}
.headline-lv2__containar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .headline-lv2__containar {
        gap: 10px;
    }
}
.headline-lv3 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width:767px) {
    .headline-lv3 {
        gap: 5px;
    }
}
.headline-lv3__main {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.8;
    width: 100%;
    letter-spacing: 0.3em;
}
@media only screen and (max-width:767px) {
    .headline-lv3__main {
        font-size: 24px;
    }
}
.headline-lv3__sub {
    font-family: "Rounded Mplus 1c";
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: block;
    font-weight: 500;
}
@media only screen and (max-width:767px) {
    .headline-lv3__sub {
        font-size: 14px;
    }
}
.headline-lv3__sub--right {
    text-align: right;
}
.headline-lv3__fukidashi, .headline-lv3__fukidashi--04, .headline-lv3__fukidashi--03, .headline-lv3__fukidashi--02 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    max-width: 350px;
    text-align: center;
    width: 100%;
    height: 95px;
}
.headline-lv3__fukidashi::after, .headline-lv3__fukidashi--04::after, .headline-lv3__fukidashi--03::after, .headline-lv3__fukidashi--02::after {
    content: url("../img/top/news/sub_fukidashi_bg02.png");
    display: block;
    position: absolute;
    bottom: 0;
}
.headline-lv3__fukidashi--02 {
    max-width: 475px;
}
@media only screen and (max-width:767px) {
    .headline-lv3__fukidashi--02 {
        font-size: 22px;
        width: 100%;
        max-width: 345px;
    }
}
.headline-lv3__fukidashi--02::after {
    content: url("../img/top/news/sub_fukidashi_bg02.png");
}
.headline-lv3__fukidashi--03 {
    max-width: 325px;
}
.headline-lv3__fukidashi--03::after {
    content: url("../img/top/more/sub_fukidashi_bg04.png");
}
.headline-lv3__fukidashi--04 {
    max-width: 232px;
}
.headline-lv3__fukidashi--04::after {
    content: url("../img/top/more/sub_fukidashi_bg05.png");
}
.headline-lv4 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
}
@media only screen and (max-width:767px) {
    .headline-lv4 {
        font-size: 20px;
    }
}
.headline-lv4__main {
    font-family: "Rounded Mplus 1c";
    position: relative;
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .headline-lv4__main {
        font-size: 20px;
    }
}
.headline-lv4__sub {
    font-family: "Rounded Mplus 1c";
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    display: block;
    font-weight: 500;
}
@media only screen and (max-width:767px) {
    .headline-lv4__sub {
        font-size: 14px;
    }
}
.headline-lv4__sub--right {
    text-align: right;
}
.headline-lv4__fukidashi {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    max-width: 310px;
    text-align: center;
    width: 100%;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.headline-lv4__fukidashi::after {
    content: url("../img/top/relly/sub_fukidashi_bg01.png");
    display: block;
    position: absolute;
    bottom: 10px;
}
.headline-lv4__fukidashi__sub {
    position: relative;
    padding: 10px;
    background: #FFAAAA;
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    max-width: 144px;
    width: 100%;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.headline-lv4__fukidashi__sub::before,
.headline-lv4__fukidashi__sub ::after {
    position: absolute;
    right: 15px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.headline-lv4__fukidashi__sub::before {
    top: 100%;
    margin-left: -10px;
    border-color: transparent;
    border-top-color: #FFAAAA;
    border-right-color: #FFAAAA;
    border-width: 4px;
}
.headline-lv4__fukidashi__sub::after {
    top: 99%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    border-width: 7px;
}
.headline-num {
    background: #fff;
    color: #5A73B7;
    border: 1px solid #5A73B7;
    border-radius: 30px;
    width: 100%;
    display: block;
    padding: 0.8em 1.2em;
    font-weight: 400;
    line-height: 1;
    max-width: 210px;
    font-size: 18px;
}
@media only screen and (max-width:767px) {
    .headline-num {
        font-size: 16px;
    }
}
.headline-num span {
    padding-inline: 0.5em;
}
.headline-num-detail {
    max-width: 280px;
}

.keyvisual {
    position: relative;
    width: 100%;
    z-index: -10;
}
.keyvisual img {
    width: 100%;
    -webkit-transition: none;
    transition: none;
    background-size: contain;
}
.keyvisual__sp {
    display: none;
}
@media only screen and (max-width:767px) {
    .keyvisual__sp {
        display: block;
    }
}

.list-dot {
    list-style: disc;
    padding-left: 1em;
}
.list-num {
    list-style: decimal;
    padding-left: 1em;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .list-option {
        gap: 20px;
    }
}
.list-option li {
    max-width: 350px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #808080;
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-flow {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}
@media only screen and (max-width:767px) {
    .list-flow {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.list-flow li {
    border-bottom: 0.5px solid #231815;
    padding-bottom: 30px;
    padding-inline: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .list-flow li {
        gap: 20px;
    }
}
.list-flow__num {
    font-size: 24px;
}
@media only screen and (max-width:767px) {
    .list-flow__num {
        font-size: 20px;
    }
}
.list-flow__body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .list-flow__body {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-flow__title {
    font-size: 22px;
    font-weight: 700;
}
@media only screen and (max-width:767px) {
    .list-flow__title {
        font-size: 18px;
    }
}
.list-flow__text {
    font-size: 16px;
}
@media only screen and (max-width:767px) {
    .list-flow__text {
        font-size: 14px;
    }
}
.list-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow-y: scroll;
}
.list-plan li {
    padding-block: 25px;
    border-top: 1px solid #808080;
}
.list-plan li:last-child {
    border-bottom: 1px solid #808080;
}
.list-plan__menu {
    width: 280px;
}
@media only screen and (max-width:767px) {
    .list-plan__menu {
        width: 170px;
    }
}
.list-plan__menu li {
    padding-left: 1em;
}
.list-plan__lite {
    width: 270px;
}
@media only screen and (max-width:767px) {
    .list-plan__lite {
        width: 220px;
    }
}
.list-plan__lite li {
    text-align: center;
}
.list-plan__lite-header {
    background: #F3F6F7;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    justify-items: center;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .list-plan__lite-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-plan__lite-price {
    font-size: 24px;
    font-weight: 700;
}
.list-plan__lite-price--num {
    font-size: 32px;
    font-weight: 700;
}
.list-plan__lite-price--tax {
    font-size: 16px;
    font-weight: 400;
}
.list-plan__standard {
    width: 270px;
    position: relative;
}
@media only screen and (max-width:767px) {
    .list-plan__standard {
        width: 220px;
    }
}
.list-plan__standard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 9px solid #5A73B7;
    border-right: 9px solid #5A73B7;
    border-left: 9px solid #5A73B7;
    pointer-events: none;
}
.list-plan__standard li {
    text-align: center;
}
.list-plan__standard-header {
    background: #5A73B7;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    justify-items: center;
    line-height: 1;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .list-plan__standard-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-plan__standard-price {
    font-size: 24px;
    font-weight: 700;
}
.list-plan__standard-price--num {
    font-size: 32px;
    font-weight: 700;
}
.list-plan__standard-price--tax {
    font-size: 16px;
    font-weight: 400;
}
.list-plan__standard-border {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 9px solid #5A73B7;
    border-right: 9px solid #5A73B7;
    border-left: 9px solid #5A73B7;
}
.list-plan__pro {
    width: 270px;
}
@media only screen and (max-width:767px) {
    .list-plan__pro {
        width: 220px;
    }
}
.list-plan__pro li {
    text-align: center;
}
.list-plan__pro-header {
    background: #F3F6F7;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    justify-items: center;
    line-height: 1;
}
@media only screen and (max-width:767px) {
    .list-plan__pro-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 5px;
    }
}
.list-plan__pro-price {
    font-size: 24px;
    font-weight: 700;
}
.list-plan__pro-price--num {
    font-size: 32px;
    font-weight: 700;
}
.list-plan__pro-price--tax {
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width:767px) {
    .nav-header {
        padding-bottom: 2rem;
    }
}
.nav-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    font-weight: 500;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner {
        gap: 1rem;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        color: #333;
        padding: 0;
    }
}
.nav-header__inner li {
    white-space: nowrap;
}
.nav-header__inner li:nth-last-child(2) {
    border-right: none;
}
.nav-header__inner li:last-child {
    border-right: none;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner li {
        border-right: none;
    }
}
.nav-header__inner__sp {
    display: none;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner__sp {
        display: block;
        width: 100%;
        padding: 10px 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}
@media only screen and (max-width:1199px) {
    .nav-header__inner > * {
        width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding: 10px 0;
    }
    .nav-header__inner > *:last-child {
        padding: 0;
    }
}
.nav-header__inner__btn, .nav-header__inner__btn__contact {
    font-size: 15px;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 500;
    line-height: 1;
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
    font-family: "Noto Sans JP", sans-serif, "Noto Sans JP", serif;
}
@media only screen and (max-width:767px) {
    .nav-header__inner__btn, .nav-header__inner__btn__contact {
        font-size: 18px;
    }
}
@media only screen and (max-width:767px) {
    .nav-header__inner__btn, .nav-header__inner__btn__contact {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
@media only screen and (max-width:1199px) {
    .nav-header__inner__btn, .nav-header__inner__btn__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #333;
    }
}
.nav-header__inner__btn:hover, .nav-header__inner__btn__contact:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav-header__inner__btn__img {
    display: inline-block;
    width: 35px;
}
.nav-header__inner__btn__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background: #F2B65A;
    padding: 20px;
    min-width: 185px;
    width: 100%;
    border-radius: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
@media only screen and (max-width:1199px) {
    .nav-header__inner__btn__contact {
        border-radius: 0;
    }
}
.nav-header__inner__btn--sub {
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    display: block;
    padding: 10px 0;
}
.nav-header__inner--01 {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 40px;
    gap: 10px;
}
@media only screen and (max-width:1299px) {
    .nav-header__inner--01 {
        width: 100%;
        padding: 0;
        border-top: 1px solid #b8c9d1;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        gap: 0;
    }
}
@media only screen and (max-width:1299px) {
    .nav-header__inner--01 > * {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #fff;
        background-color: #e87d1d;
    }
}
@media only screen and (max-width:1299px) {
    .nav-header__inner--01-mail {
        background-color: #0cd637;
    }
}
.nav-header__inner--01--last {
    border-right: 1px solid #7d8546;
}
.nav-header__logo {
    margin-right: auto;
}
@media only screen and (max-width:1299px) {
    .nav-header__logo {
        display: none;
    }
}
.nav-header__mobile {
    padding-right: 20px;
}
@media only screen and (max-width:1299px) {
    .nav-header__mobile {
        display: none;
    }
}
.nav-header__cloud {
    padding-right: 30px;
}
@media only screen and (max-width:1299px) {
    .nav-header__cloud {
        display: none;
    }
}
.nav-header__btn {
    color: #FFFFFF;
}
@media only screen and (max-width:1299px) {
    .nav-header__btn {
        display: block;
        width: 100%;
        padding: 10px;
    }
}
.nav-header__btn-main {
    font-weight: 400;
    display: block;
    text-align: center;
}
.nav-header__btn-sub {
    font-size: 12px;
    display: block;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .nav-header__btn-sub {
        font-size: 10px;
    }
}
.nav-header__btn--02 {
    display: block;
    background: url(../img/btn_bg.png);
    color: #fff;
    padding: 10px 30px 10px 0;
    border-radius: 40px;
    line-height: 1;
    min-width: 260px;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-header__btn--03 {
    padding: 18px 0;
    display: block;
    background-color: #0cd637;
    color: #fff;
    border-radius: 40px;
    line-height: 1;
    min-width: 260px;
}
@media only screen and (max-width:1299px) {
    .nav-header__btn--03 {
        display: block;
        width: 100%;
        padding: 10px;
    }
}
.nav-header__btn--04 {
    padding: 17px 0;
    display: block;
    color: #3488d4;
    border: 1px solid #3488d4;
    border-radius: 40px;
    line-height: 1;
}
@media only screen and (max-width:1299px) {
    .nav-header__btn--04 {
        display: block;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        border-radius: 0;
    }
}
@media only screen and (max-width:1299px) {
    .nav-header__mail {
        background: #0cd637;
    }
}
.nav-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 20px;
}
@media only screen and (max-width:1199px) {
    .nav-footer__inner {
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.nav-footer__inner li {
    padding-right: 20px;
    border-right: 1px solid #231815;
}
.nav-footer__inner li:last-child {
    border-right: none;
}
.nav-footer__inner__btn {
    color: #231815;
    text-align: center;
    display: block;
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
    white-space: nowrap;
}
.nav-footer__inner__btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nav-footer__inner__btn__img {
    display: block;
}

/* -------------------------------
   1) ハンバーガーアイコン
-------------------------------- */
.hamburger {
    position: relative;
    margin-left: auto;
    width: 35px;
    height: 23px;
    z-index: 1200;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #333;
    right: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 10px;
    width: 20px;
}
.hamburger span:nth-child(3) {
    top: 20px;
    width: 27px;
}
.hamburger.active span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.hamburger.hide {
    display: none;
}

/* -------------------------------
   2) スライドアップ＋フェードインメニュー
-------------------------------- */
.globalMenuSp {
    position: fixed;
    right: 0;
    /* 70% 幅なので右寄せ */
    bottom: 0;
    width: 40%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    /* 画面内 30% 下げた位置からスタート */
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1100;
    /* 閉じるボタン */
    /* メニューリスト */
}
@media only screen and (max-width:767px) {
    .globalMenuSp {
        width: 70%;
    }
}
.globalMenuSp.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.globalMenuSp .menuClose {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
}
.globalMenuSp .menuClose::before, .globalMenuSp .menuClose::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background: #333;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.globalMenuSp .menuClose::before {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
}
.globalMenuSp .menuClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg);
}
.globalMenuSp .menuClose:hover::before, .globalMenuSp .menuClose:hover::after {
    background: #777;
}
.globalMenuSp__list {
    margin: 80px 0 0;
    padding-left: 30px;
    list-style: none;
}
.globalMenuSp__list li {
    margin-bottom: 24px;
}
.globalMenuSp__list__btn {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #333;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.globalMenuSp__list__btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.globalMenuSp__list__btn:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

/* -------------------------------
   3) レスポンシブ制御
-------------------------------- */
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media only screen and (max-width:1199px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
.table {
    border-bottom: none;
}
.table-01 {
    width: 100%;
}
.table-01 thead {
    background-color: #fcfcfc;
}
.table-01 tr {
    border-bottom: 1px solid #aaa;
}
.table-01 tr:last-child {
    border-bottom: none;
}
.table-01 th {
    width: 18.3%;
    vertical-align: top;
    padding: 20px;
    background-color: #eee;
}
@media only screen and (max-width:767px) {
    .table-01 th {
        width: 30%;
    }
}
.table-01 td {
    vertical-align: top;
    padding: 20px;
}
.table-02 {
    width: 100%;
}
.table-02 thead {
    background-color: #1d3774;
    color: #FFFFFF;
}
.table-02 tr {
    border: 1px solid #b8c9d1;
}
.table-02 tr > *:last-child {
    width: 25%;
}
.table-02 th {
    width: 20%;
    border: 1px solid #b8c9d1;
    vertical-align: top;
    padding: 20px;
}
.table-02 td {
    border: 1px solid #b8c9d1;
    vertical-align: top;
    padding: 20px;
}
.table-02 tbody th {
    background-color: #fcfcfc;
}
.table-03 {
    width: 100%;
}
.table-03 tr {
    border-bottom: 1px solid #ccc;
}
.table-03 tr:first-child {
    border-top: 1px solid #ccc;
}
.table-03 th {
    width: 31%;
    font-weight: 700;
    vertical-align: top;
    padding: 20px 10px 20px 0;
}
.table-03 td {
    vertical-align: top;
    padding: 20px 0 20px 10px;
}
.table-03--check {
    width: 100%;
}
.table-03--check tr {
    border-bottom: 1px solid #aaa;
}
.table-03--check th {
    width: 25%;
    font-weight: 700;
    vertical-align: top;
    padding: 20px 10px 20px 0;
}
.table-03--check td {
    vertical-align: top;
    padding: 20px 0 20px 10px;
}
.table-04 {
    width: 100%;
    table-layout: fixed;
}
.table-04 tr {
    border-bottom: 1px solid #ccc;
}
.table-04 th {
    width: 48%;
    padding: 15px 60px;
}
@media only screen and (max-width:767px) {
    .table-04 th {
        width: 30%;
        padding: 15px 20px;
    }
}
.table-04 td {
    width: 52%;
    padding: 15px 0;
}
@media only screen and (max-width:767px) {
    .table-04 td {
        width: 70%;
    }
}
.table-05 {
    width: 100%;
}
.table-05 thead {
    background-color: #fcfcfc;
}
.table-05 tr {
    border-bottom: 1px solid #ccc;
}
.table-05 th {
    width: 25%;
    vertical-align: middle;
    padding: 20px;
    background-color: #fbf1dd;
    font-weight: 700;
    position: relative;
}
@media only screen and (max-width:767px) {
    .table-05 th {
        width: 30%;
    }
}
.table-05 th::after {
    content: "";
    height: 35px;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 25%;
}
.table-05 td {
    vertical-align: top;
    padding: 20px;
}
.table-06 {
    width: 100%;
}
.table-06 thead {
    background-color: #fcfcfc;
}
.table-06 tr {
    border-bottom: 1px solid #ccc;
}
.table-06 th {
    width: 25%;
    vertical-align: middle;
    padding: 20px;
    background-color: #fbf1dd;
    font-weight: 700;
    position: relative;
}
@media only screen and (max-width:767px) {
    .table-06 th {
        width: 100%;
        display: block;
    }
}
.table-06 th::after {
    content: "";
    height: 80%;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 10%;
}
.table-06 td {
    vertical-align: top;
    padding: 20px;
}
@media only screen and (max-width:767px) {
    .table-06 td {
        display: block;
    }
}
.table-07 {
    width: 100%;
}
.table-07 tr {
    border-bottom: 1px solid #d4d4dc;
}
.table-07 th {
    width: 25%;
    vertical-align: middle;
    padding: 30px 0;
    font-weight: 700;
    position: relative;
    vertical-align: baseline;
}
@media only screen and (max-width:767px) {
    .table-07 th {
        width: 100%;
        display: block;
        padding: 20px 0 0;
        font-size: 18px;
    }
}
.table-07 td {
    vertical-align: top;
    padding: 30px 0;
}
@media only screen and (max-width:767px) {
    .table-07 td {
        display: block;
        padding: 20px 0;
    }
}
.table-08 {
    width: 100%;
    font-size: 18px;
    margin: 10px 0;
}
@media only screen and (max-width:767px) {
    .table-08 {
        font-size: 16px;
    }
}
.table-08 th {
    width: 150px;
    vertical-align: middle;
    font-weight: 600;
    padding: 10px 0;
}
.table-08 td {
    vertical-align: middle;
    padding: 10px 0;
}
.table-09 {
    width: 100%;
    border-collapse: collapse;
    background-color: #f0f0f0;
}
.table-09 th, .table-09 td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}
.table-09 th {
    background-color: #c0c0c0;
    width: 30%;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .table-09 th {
        width: 100%;
        display: block;
        margin-bottom: -1px;
    }
}
.table-09 td {
    background-color: white;
    padding-left: 60px;
    width: 70%;
}
@media only screen and (max-width:767px) {
    .table-09 td {
        width: 100%;
        display: block;
        margin-bottom: -1px;
        padding-left: 0;
        text-align: center;
    }
}
.table-10 {
    width: 100%;
    border-collapse: collapse;
}
.table-10 th, .table-10 td {
    padding: 10px;
    text-align: left;
}
.table-10 tr {
    padding: 15px 0;
}
.table-10 th {
    font-size: 20px;
    width: 30%;
}
@media only screen and (max-width:767px) {
    .table-10 th {
        width: 100%;
        display: block;
        padding: 0;
    }
}
.table-10 td {
    width: 70%;
}
@media only screen and (max-width:767px) {
    .table-10 td {
        width: 100%;
        display: block;
        padding-bottom: 30px;
    }
}
.table-form {
    width: 100%;
}
.table-form tr {
    border-bottom: 1px solid #aaa;
}
.table-form tr:first-child {
    border-top: 1px solid #aaa;
}
.table-form th {
    padding: 30px 10px 30px 0;
    width: 25%;
}
@media only screen and (max-width:767px) {
    .table-form th {
        display: block;
        width: 100%;
        padding: 20px 0 5px;
    }
}
.table-form-mail_02 {
    padding-bottom: 65px;
}
@media only screen and (max-width:767px) {
    .table-form-mail_02 {
        padding: 0;
    }
}
.table-form-label02 {
    padding-top: 10px;
}
.table-form td {
    vertical-align: top;
    padding: 30px 0 30px 10px;
    width: 100%;
}
@media only screen and (max-width:767px) {
    .table-form td {
        display: block;
        width: 100%;
        padding: 5px 0 20px;
    }
}
.table-form-checkmail {
    vertical-align: text-top;
}
.table-form-checkmail-text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .table-form-checkmail-text {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}

#th-textarea {
    vertical-align: baseline;
}

.transaction {
    margin-top: 120px;
    padding: auto;
}

.transaction-table {
    margin: 20px auto 120px;
    width: 100%;
    max-width: 1200px;
}
@media only screen and (max-width:767px) {
    .transaction-table {
        margin: 20px auto;
    }
}

.transaction-table td, .transaction-table th {
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.transaction-table th {
    background: #f2f2f2;
    text-align: left;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}

.transaction-table .notice {
    font-size: 1.4rem;
    margin-top: 8px;
    position: fixed;
}

.index-grid--01 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .index-grid--01 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
.index-img--01 {
    max-width: 62%;
    width: 100%;
    margin: auto;
}
.index-img--01 img {
    width: 100%;
}
.index-img--02 img {
    width: 100%;
}
.index-img--03 {
    max-width: 70%;
    width: 100%;
    margin: auto;
    padding: 1rem 0;
}
.index-img--03 img {
    width: 100%;
}
.index-btn__tel {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background: #DE2E1D;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.index-btn__tel i {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    margin-right: 5px;
}
.index-btn__tel:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.index-btn__detail {
    max-width: 250px;
    width: 100%;
    margin: auto;
}
.index-contact {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
    padding: 5cqi 3cqi;
    background: url("../img/contact-bg.png");
    background-size: 4cqi;
}
@media only screen and (max-width:767px) {
    .index-contact {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.index-contact__container {
    max-width: 753px;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding-block: clamp(15px, 4.5cqi, 37px);
    padding-inline: clamp(20px, 5cqi, 43px);
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .index-contact__container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
.index-contact__text {
    font-size: clamp(20px, 5cqi, 40px);
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}
.index-contact__text span {
    font-size: clamp(28px, 7cqi, 56px);
    color: #DE2E1D;
    font-weight: 700;
}
.index-contact__btn {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .index-contact__btn {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}
.index-contact__btn a {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-contact__btn a:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.8;
}
.index-contact__btn a:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.6;
}
.index-contact__btn a img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-sec01 {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .index-sec01 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media only screen and (max-width:767px) {
    .index-sec01 {
        padding: 20px 0;
    }
}
ß .index-sec01-text {
    font-weight: 400;
    text-align: justify;
}
ß .index-sec01-text-campaign {
    font-size: 14px;
}
ß .index-sec01-text-campaign span {
    font-weight: 700;
}
.index-sec02 {
    padding: 20px 0;
}
.index-sec02__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .index-sec02__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
.index-sec02__grid--02 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width:767px) {
    .index-sec02__grid--02 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.index-sec02__ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
}
@media only screen and (max-width:767px) {
    .index-sec02__ceo {
        font-size: 14px;
    }
}
.index-sec02__ceo-since {
    font-size: 40px;
}
@media only screen and (max-width:767px) {
    .index-sec02__ceo-since {
        font-size: 20px;
    }
}
@media only screen and (max-width:767px) {
    .index-sec02__ceo-br {
        display: block;
    }
}
.index-sec02__ceo-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
@media only screen and (max-width:767px) {
    .index-sec02__ceo-img {
        -ms-flex-negative: 1;
            flex-shrink: 1;
    }
}
.index-sec02__comment {
    font-weight: 400;
    text-align: justify;
}

.campaign-sec {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}
@media only screen and (max-width:767px) {
    .campaign-sec {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
}
@media only screen and (max-width:767px) {
    .campaign-sec {
        padding: 20px 0;
    }
}
.campaign-header {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    justify-items: center;
}
@media only screen and (max-width:767px) {
    .campaign-header {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
.campaign-title {
    width: 72%;
    display: block;
    border: 6px solid #E60012;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    font-family: "TenhamasenFont", "Noto Sans JP", sans-serif;
    color: #E60012;
    position: relative;
    z-index: 1;
    margin-bottom: 1em;
}
@media only screen and (max-width:767px) {
    .campaign-title {
        padding: 9px;
        border: 3px solid #E60012;
    }
}
.campaign-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 72px;
    height: 27px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #E60012;
    z-index: 10;
}
@media only screen and (max-width:767px) {
    .campaign-title::after {
        width: 36px;
        height: 14px;
        bottom: -14px;
    }
}
.campaign-title__main {
    display: block;
    line-height: 1;
    font-size: clamp(28px, 7cqi, 56px);
}
.campaign-title__sub {
    display: block;
    font-size: clamp(14px, 3.5cqi, 28px);
}
.campaign-text__main {
    font-family: "TenhamasenFont", "Noto Sans JP", sans-serif;
    color: #E60012;
    font-size: clamp(28px, 7cqi, 56px);
    text-align: center;
}
.campaign-text__main span {
    background: #E60012;
    padding: 2px 4px;
    color: #FFE627;
}
.campaign-text__sub {
    font-family: "TenhamasenFont", "Noto Sans JP", sans-serif;
    color: #E60012;
    font-size: clamp(20px, 5cqi, 40px);
    text-align: center;
}
.campaign-text__massage {
    font-weight: 500;
    font-size: clamp(16px, 3cqi, 20px);
    text-align: center;
}
@media only screen and (max-width:767px) {
    .campaign-text__massage span {
        display: block;
    }
}
.campaign-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}
@media only screen and (max-width:767px) {
    .campaign-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}
.campaign-list__title {
    font-family: "TenhamasenFont", "Noto Sans JP", sans-serif;
    color: #E60012;
    font-size: clamp(28px, 7cqi, 56px);
    text-align: center;
}
.campaign-guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(230, 0, 18, 0.05);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.campaign-guarantee__title {
    font-family: "TenhamasenFont", "Noto Sans JP", sans-serif;
    color: #fff;
    background: #E60012;
    position: relative;
    padding: 15px;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    line-height: 1;
    width: 90%;
    text-align: center;
    height: 100%;
    font-size: clamp(28px, 7cqi, 56px);
}
.campaign-guarantee__price {
    width: 100%;
    font-family: "TenhamasenFont", "Noto Sans JP", sans-serif;
    color: #E60012;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(24px, 7cqi, 56px);
    font-weight: 700;
}
@media only screen and (max-width:767px) {
    .campaign-guarantee__price {
        line-height: 2.2;
    }
}
.campaign-guarantee__price-sub {
    font-size: clamp(14px, 3cqi, 24px);
}
.campaign-item__box {
    position: relative;
    border: 6px solid #E60012;
    -webkit-box-shadow: 0 6px 0 #B7000E;
            box-shadow: 0 6px 0 #B7000E;
    padding: clamp(10px, 5cqi, 20px);
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
@media only screen and (max-width:767px) {
    .campaign-item__box {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}
@media only screen and (max-width:767px) {
    .campaign-item__box {
        border: 3px solid #E60012;
        -webkit-box-shadow: 0 3px 0 #B7000E;
                box-shadow: 0 3px 0 #B7000E;
        padding: 10px;
    }
}
.campaign-item__header {
    max-width: 74%;
    width: 100%;
    margin-left: auto;
}
.campaign-item__title {
    font-size: clamp(28px, 7cqi, 56px);
    font-family: "TenhamasenFont", "Noto Sans JP", sans-serif;
    color: #E60012;
}
.campaign-item__sub {
    font-size: 22px;
}
@media only screen and (max-width:767px) {
    .campaign-item__sub {
        font-size: 14px;
    }
}
.campaign-item__img, .campaign-item__img--audio, .campaign-item__img--camera, .campaign-item__img--doll, .campaign-item__img--fur, .campaign-item__img--sawing {
    position: absolute;
    top: -5%;
    left: 1%;
    z-index: 1;
    width: clamp(90px, 21.5cqi, 172px);
}
.campaign-item__img--sawing {
    width: clamp(105px, 28.5cqi, 230px);
    left: -3%;
    top: -10%;
}
.campaign-item__img--fur {
    width: clamp(80px, 18cqi, 145px);
    left: 3%;
    top: -7%;
}
.campaign-item__img--doll {
    width: clamp(80px, 25cqi, 205px);
    left: 0%;
    top: 5%;
}
.campaign-item__img--camera {
    width: clamp(80px, 25cqi, 205px);
    left: 0%;
    top: 5%;
}
.campaign-item__img--audio {
    width: clamp(80px, 25cqi, 205px);
    left: 0%;
    top: 5%;
}

.u-mt0 {
    margin-top: 0px;
}

.u-mb0 {
    margin-bottom: 0px;
}

.u-mr0 {
    margin-right: 0px;
}

.u-ml0 {
    margin-left: 0px;
}

.u-mt-0 {
    margin-top: -0px;
}

.u-mb-0 {
    margin-bottom: -0px;
}

.u-mr-0 {
    margin-right: -0px;
}

.u-ml-0 {
    margin-left: -0px;
}

.u-mt5 {
    margin-top: 5px;
}

.u-mb5 {
    margin-bottom: 5px;
}

.u-mr5 {
    margin-right: 5px;
}

.u-ml5 {
    margin-left: 5px;
}

.u-mt-5 {
    margin-top: -5px;
}

.u-mb-5 {
    margin-bottom: -5px;
}

.u-mr-5 {
    margin-right: -5px;
}

.u-ml-5 {
    margin-left: -5px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-mt-10 {
    margin-top: -10px;
}

.u-mb-10 {
    margin-bottom: -10px;
}

.u-mr-10 {
    margin-right: -10px;
}

.u-ml-10 {
    margin-left: -10px;
}

.u-mt15 {
    margin-top: 15px;
}

.u-mb15 {
    margin-bottom: 15px;
}

.u-mr15 {
    margin-right: 15px;
}

.u-ml15 {
    margin-left: 15px;
}

.u-mt-15 {
    margin-top: -15px;
}

.u-mb-15 {
    margin-bottom: -15px;
}

.u-mr-15 {
    margin-right: -15px;
}

.u-ml-15 {
    margin-left: -15px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-ml20 {
    margin-left: 20px;
}

.u-mt-20 {
    margin-top: -20px;
}

.u-mb-20 {
    margin-bottom: -20px;
}

.u-mr-20 {
    margin-right: -20px;
}

.u-ml-20 {
    margin-left: -20px;
}

.u-mt25 {
    margin-top: 25px;
}

.u-mb25 {
    margin-bottom: 25px;
}

.u-mr25 {
    margin-right: 25px;
}

.u-ml25 {
    margin-left: 25px;
}

.u-mt-25 {
    margin-top: -25px;
}

.u-mb-25 {
    margin-bottom: -25px;
}

.u-mr-25 {
    margin-right: -25px;
}

.u-ml-25 {
    margin-left: -25px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mr30 {
    margin-right: 30px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-mt-30 {
    margin-top: -30px;
}

.u-mb-30 {
    margin-bottom: -30px;
}

.u-mr-30 {
    margin-right: -30px;
}

.u-ml-30 {
    margin-left: -30px;
}

.u-mt35 {
    margin-top: 35px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mr35 {
    margin-right: 35px;
}

.u-ml35 {
    margin-left: 35px;
}

.u-mt-35 {
    margin-top: -35px;
}

.u-mb-35 {
    margin-bottom: -35px;
}

.u-mr-35 {
    margin-right: -35px;
}

.u-ml-35 {
    margin-left: -35px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-ml40 {
    margin-left: 40px;
}

.u-mt-40 {
    margin-top: -40px;
}

.u-mb-40 {
    margin-bottom: -40px;
}

.u-mr-40 {
    margin-right: -40px;
}

.u-ml-40 {
    margin-left: -40px;
}

.u-mt45 {
    margin-top: 45px;
}

.u-mb45 {
    margin-bottom: 45px;
}

.u-mr45 {
    margin-right: 45px;
}

.u-ml45 {
    margin-left: 45px;
}

.u-mt-45 {
    margin-top: -45px;
}

.u-mb-45 {
    margin-bottom: -45px;
}

.u-mr-45 {
    margin-right: -45px;
}

.u-ml-45 {
    margin-left: -45px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mr50 {
    margin-right: 50px;
}

.u-ml50 {
    margin-left: 50px;
}

.u-mt-50 {
    margin-top: -50px;
}

.u-mb-50 {
    margin-bottom: -50px;
}

.u-mr-50 {
    margin-right: -50px;
}

.u-ml-50 {
    margin-left: -50px;
}

.u-mt55 {
    margin-top: 55px;
}

.u-mb55 {
    margin-bottom: 55px;
}

.u-mr55 {
    margin-right: 55px;
}

.u-ml55 {
    margin-left: 55px;
}

.u-mt-55 {
    margin-top: -55px;
}

.u-mb-55 {
    margin-bottom: -55px;
}

.u-mr-55 {
    margin-right: -55px;
}

.u-ml-55 {
    margin-left: -55px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mb60 {
    margin-bottom: 60px;
}

.u-mr60 {
    margin-right: 60px;
}

.u-ml60 {
    margin-left: 60px;
}

.u-mt-60 {
    margin-top: -60px;
}

.u-mb-60 {
    margin-bottom: -60px;
}

.u-mr-60 {
    margin-right: -60px;
}

.u-ml-60 {
    margin-left: -60px;
}

.u-mt65 {
    margin-top: 65px;
}

.u-mb65 {
    margin-bottom: 65px;
}

.u-mr65 {
    margin-right: 65px;
}

.u-ml65 {
    margin-left: 65px;
}

.u-mt-65 {
    margin-top: -65px;
}

.u-mb-65 {
    margin-bottom: -65px;
}

.u-mr-65 {
    margin-right: -65px;
}

.u-ml-65 {
    margin-left: -65px;
}

.u-mt70 {
    margin-top: 70px;
}

.u-mb70 {
    margin-bottom: 70px;
}

.u-mr70 {
    margin-right: 70px;
}

.u-ml70 {
    margin-left: 70px;
}

.u-mt-70 {
    margin-top: -70px;
}

.u-mb-70 {
    margin-bottom: -70px;
}

.u-mr-70 {
    margin-right: -70px;
}

.u-ml-70 {
    margin-left: -70px;
}

.u-mt75 {
    margin-top: 75px;
}

.u-mb75 {
    margin-bottom: 75px;
}

.u-mr75 {
    margin-right: 75px;
}

.u-ml75 {
    margin-left: 75px;
}

.u-mt-75 {
    margin-top: -75px;
}

.u-mb-75 {
    margin-bottom: -75px;
}

.u-mr-75 {
    margin-right: -75px;
}

.u-ml-75 {
    margin-left: -75px;
}

.u-mt80 {
    margin-top: 80px;
}

.u-mb80 {
    margin-bottom: 80px;
}

.u-mr80 {
    margin-right: 80px;
}

.u-ml80 {
    margin-left: 80px;
}

.u-mt-80 {
    margin-top: -80px;
}

.u-mb-80 {
    margin-bottom: -80px;
}

.u-mr-80 {
    margin-right: -80px;
}

.u-ml-80 {
    margin-left: -80px;
}

.u-mt85 {
    margin-top: 85px;
}

.u-mb85 {
    margin-bottom: 85px;
}

.u-mr85 {
    margin-right: 85px;
}

.u-ml85 {
    margin-left: 85px;
}

.u-mt-85 {
    margin-top: -85px;
}

.u-mb-85 {
    margin-bottom: -85px;
}

.u-mr-85 {
    margin-right: -85px;
}

.u-ml-85 {
    margin-left: -85px;
}

.u-mt90 {
    margin-top: 90px;
}

.u-mb90 {
    margin-bottom: 90px;
}

.u-mr90 {
    margin-right: 90px;
}

.u-ml90 {
    margin-left: 90px;
}

.u-mt-90 {
    margin-top: -90px;
}

.u-mb-90 {
    margin-bottom: -90px;
}

.u-mr-90 {
    margin-right: -90px;
}

.u-ml-90 {
    margin-left: -90px;
}

.u-mt95 {
    margin-top: 95px;
}

.u-mb95 {
    margin-bottom: 95px;
}

.u-mr95 {
    margin-right: 95px;
}

.u-ml95 {
    margin-left: 95px;
}

.u-mt-95 {
    margin-top: -95px;
}

.u-mb-95 {
    margin-bottom: -95px;
}

.u-mr-95 {
    margin-right: -95px;
}

.u-ml-95 {
    margin-left: -95px;
}

.u-mt100 {
    margin-top: 100px;
}

.u-mb100 {
    margin-bottom: 100px;
}

.u-mr100 {
    margin-right: 100px;
}

.u-ml100 {
    margin-left: 100px;
}

.u-mt-100 {
    margin-top: -100px;
}

.u-mb-100 {
    margin-bottom: -100px;
}

.u-mr-100 {
    margin-right: -100px;
}

.u-ml-100 {
    margin-left: -100px;
}

@media only screen and (max-width:991px) {
    .u-mt0--tab {
        margin-top: 0px;
    }
    .u-mb0--tab {
        margin-bottom: 0px;
    }
    .u-mr0--tab {
        margin-right: 0px;
    }
    .u-ml0--tab {
        margin-left: 0px;
    }
    .u-mt-0--tab {
        margin-top: -0px;
    }
    .u-mb-0--tab {
        margin-bottom: -0px;
    }
    .u-mr-0--tab {
        margin-right: -0px;
    }
    .u-ml-0--tab {
        margin-left: -0px;
    }
    .u-mt5--tab {
        margin-top: 5px;
    }
    .u-mb5--tab {
        margin-bottom: 5px;
    }
    .u-mr5--tab {
        margin-right: 5px;
    }
    .u-ml5--tab {
        margin-left: 5px;
    }
    .u-mt-5--tab {
        margin-top: -5px;
    }
    .u-mb-5--tab {
        margin-bottom: -5px;
    }
    .u-mr-5--tab {
        margin-right: -5px;
    }
    .u-ml-5--tab {
        margin-left: -5px;
    }
    .u-mt10--tab {
        margin-top: 10px;
    }
    .u-mb10--tab {
        margin-bottom: 10px;
    }
    .u-mr10--tab {
        margin-right: 10px;
    }
    .u-ml10--tab {
        margin-left: 10px;
    }
    .u-mt-10--tab {
        margin-top: -10px;
    }
    .u-mb-10--tab {
        margin-bottom: -10px;
    }
    .u-mr-10--tab {
        margin-right: -10px;
    }
    .u-ml-10--tab {
        margin-left: -10px;
    }
    .u-mt15--tab {
        margin-top: 15px;
    }
    .u-mb15--tab {
        margin-bottom: 15px;
    }
    .u-mr15--tab {
        margin-right: 15px;
    }
    .u-ml15--tab {
        margin-left: 15px;
    }
    .u-mt-15--tab {
        margin-top: -15px;
    }
    .u-mb-15--tab {
        margin-bottom: -15px;
    }
    .u-mr-15--tab {
        margin-right: -15px;
    }
    .u-ml-15--tab {
        margin-left: -15px;
    }
    .u-mt20--tab {
        margin-top: 20px;
    }
    .u-mb20--tab {
        margin-bottom: 20px;
    }
    .u-mr20--tab {
        margin-right: 20px;
    }
    .u-ml20--tab {
        margin-left: 20px;
    }
    .u-mt-20--tab {
        margin-top: -20px;
    }
    .u-mb-20--tab {
        margin-bottom: -20px;
    }
    .u-mr-20--tab {
        margin-right: -20px;
    }
    .u-ml-20--tab {
        margin-left: -20px;
    }
    .u-mt25--tab {
        margin-top: 25px;
    }
    .u-mb25--tab {
        margin-bottom: 25px;
    }
    .u-mr25--tab {
        margin-right: 25px;
    }
    .u-ml25--tab {
        margin-left: 25px;
    }
    .u-mt-25--tab {
        margin-top: -25px;
    }
    .u-mb-25--tab {
        margin-bottom: -25px;
    }
    .u-mr-25--tab {
        margin-right: -25px;
    }
    .u-ml-25--tab {
        margin-left: -25px;
    }
    .u-mt30--tab {
        margin-top: 30px;
    }
    .u-mb30--tab {
        margin-bottom: 30px;
    }
    .u-mr30--tab {
        margin-right: 30px;
    }
    .u-ml30--tab {
        margin-left: 30px;
    }
    .u-mt-30--tab {
        margin-top: -30px;
    }
    .u-mb-30--tab {
        margin-bottom: -30px;
    }
    .u-mr-30--tab {
        margin-right: -30px;
    }
    .u-ml-30--tab {
        margin-left: -30px;
    }
    .u-mt35--tab {
        margin-top: 35px;
    }
    .u-mb35--tab {
        margin-bottom: 35px;
    }
    .u-mr35--tab {
        margin-right: 35px;
    }
    .u-ml35--tab {
        margin-left: 35px;
    }
    .u-mt-35--tab {
        margin-top: -35px;
    }
    .u-mb-35--tab {
        margin-bottom: -35px;
    }
    .u-mr-35--tab {
        margin-right: -35px;
    }
    .u-ml-35--tab {
        margin-left: -35px;
    }
    .u-mt40--tab {
        margin-top: 40px;
    }
    .u-mb40--tab {
        margin-bottom: 40px;
    }
    .u-mr40--tab {
        margin-right: 40px;
    }
    .u-ml40--tab {
        margin-left: 40px;
    }
    .u-mt-40--tab {
        margin-top: -40px;
    }
    .u-mb-40--tab {
        margin-bottom: -40px;
    }
    .u-mr-40--tab {
        margin-right: -40px;
    }
    .u-ml-40--tab {
        margin-left: -40px;
    }
    .u-mt45--tab {
        margin-top: 45px;
    }
    .u-mb45--tab {
        margin-bottom: 45px;
    }
    .u-mr45--tab {
        margin-right: 45px;
    }
    .u-ml45--tab {
        margin-left: 45px;
    }
    .u-mt-45--tab {
        margin-top: -45px;
    }
    .u-mb-45--tab {
        margin-bottom: -45px;
    }
    .u-mr-45--tab {
        margin-right: -45px;
    }
    .u-ml-45--tab {
        margin-left: -45px;
    }
    .u-mt50--tab {
        margin-top: 50px;
    }
    .u-mb50--tab {
        margin-bottom: 50px;
    }
    .u-mr50--tab {
        margin-right: 50px;
    }
    .u-ml50--tab {
        margin-left: 50px;
    }
    .u-mt-50--tab {
        margin-top: -50px;
    }
    .u-mb-50--tab {
        margin-bottom: -50px;
    }
    .u-mr-50--tab {
        margin-right: -50px;
    }
    .u-ml-50--tab {
        margin-left: -50px;
    }
    .u-mt55--tab {
        margin-top: 55px;
    }
    .u-mb55--tab {
        margin-bottom: 55px;
    }
    .u-mr55--tab {
        margin-right: 55px;
    }
    .u-ml55--tab {
        margin-left: 55px;
    }
    .u-mt-55--tab {
        margin-top: -55px;
    }
    .u-mb-55--tab {
        margin-bottom: -55px;
    }
    .u-mr-55--tab {
        margin-right: -55px;
    }
    .u-ml-55--tab {
        margin-left: -55px;
    }
    .u-mt60--tab {
        margin-top: 60px;
    }
    .u-mb60--tab {
        margin-bottom: 60px;
    }
    .u-mr60--tab {
        margin-right: 60px;
    }
    .u-ml60--tab {
        margin-left: 60px;
    }
    .u-mt-60--tab {
        margin-top: -60px;
    }
    .u-mb-60--tab {
        margin-bottom: -60px;
    }
    .u-mr-60--tab {
        margin-right: -60px;
    }
    .u-ml-60--tab {
        margin-left: -60px;
    }
    .u-mt65--tab {
        margin-top: 65px;
    }
    .u-mb65--tab {
        margin-bottom: 65px;
    }
    .u-mr65--tab {
        margin-right: 65px;
    }
    .u-ml65--tab {
        margin-left: 65px;
    }
    .u-mt-65--tab {
        margin-top: -65px;
    }
    .u-mb-65--tab {
        margin-bottom: -65px;
    }
    .u-mr-65--tab {
        margin-right: -65px;
    }
    .u-ml-65--tab {
        margin-left: -65px;
    }
    .u-mt70--tab {
        margin-top: 70px;
    }
    .u-mb70--tab {
        margin-bottom: 70px;
    }
    .u-mr70--tab {
        margin-right: 70px;
    }
    .u-ml70--tab {
        margin-left: 70px;
    }
    .u-mt-70--tab {
        margin-top: -70px;
    }
    .u-mb-70--tab {
        margin-bottom: -70px;
    }
    .u-mr-70--tab {
        margin-right: -70px;
    }
    .u-ml-70--tab {
        margin-left: -70px;
    }
    .u-mt75--tab {
        margin-top: 75px;
    }
    .u-mb75--tab {
        margin-bottom: 75px;
    }
    .u-mr75--tab {
        margin-right: 75px;
    }
    .u-ml75--tab {
        margin-left: 75px;
    }
    .u-mt-75--tab {
        margin-top: -75px;
    }
    .u-mb-75--tab {
        margin-bottom: -75px;
    }
    .u-mr-75--tab {
        margin-right: -75px;
    }
    .u-ml-75--tab {
        margin-left: -75px;
    }
    .u-mt80--tab {
        margin-top: 80px;
    }
    .u-mb80--tab {
        margin-bottom: 80px;
    }
    .u-mr80--tab {
        margin-right: 80px;
    }
    .u-ml80--tab {
        margin-left: 80px;
    }
    .u-mt-80--tab {
        margin-top: -80px;
    }
    .u-mb-80--tab {
        margin-bottom: -80px;
    }
    .u-mr-80--tab {
        margin-right: -80px;
    }
    .u-ml-80--tab {
        margin-left: -80px;
    }
    .u-mt85--tab {
        margin-top: 85px;
    }
    .u-mb85--tab {
        margin-bottom: 85px;
    }
    .u-mr85--tab {
        margin-right: 85px;
    }
    .u-ml85--tab {
        margin-left: 85px;
    }
    .u-mt-85--tab {
        margin-top: -85px;
    }
    .u-mb-85--tab {
        margin-bottom: -85px;
    }
    .u-mr-85--tab {
        margin-right: -85px;
    }
    .u-ml-85--tab {
        margin-left: -85px;
    }
    .u-mt90--tab {
        margin-top: 90px;
    }
    .u-mb90--tab {
        margin-bottom: 90px;
    }
    .u-mr90--tab {
        margin-right: 90px;
    }
    .u-ml90--tab {
        margin-left: 90px;
    }
    .u-mt-90--tab {
        margin-top: -90px;
    }
    .u-mb-90--tab {
        margin-bottom: -90px;
    }
    .u-mr-90--tab {
        margin-right: -90px;
    }
    .u-ml-90--tab {
        margin-left: -90px;
    }
    .u-mt95--tab {
        margin-top: 95px;
    }
    .u-mb95--tab {
        margin-bottom: 95px;
    }
    .u-mr95--tab {
        margin-right: 95px;
    }
    .u-ml95--tab {
        margin-left: 95px;
    }
    .u-mt-95--tab {
        margin-top: -95px;
    }
    .u-mb-95--tab {
        margin-bottom: -95px;
    }
    .u-mr-95--tab {
        margin-right: -95px;
    }
    .u-ml-95--tab {
        margin-left: -95px;
    }
    .u-mt100--tab {
        margin-top: 100px;
    }
    .u-mb100--tab {
        margin-bottom: 100px;
    }
    .u-mr100--tab {
        margin-right: 100px;
    }
    .u-ml100--tab {
        margin-left: 100px;
    }
    .u-mt-100--tab {
        margin-top: -100px;
    }
    .u-mb-100--tab {
        margin-bottom: -100px;
    }
    .u-mr-100--tab {
        margin-right: -100px;
    }
    .u-ml-100--tab {
        margin-left: -100px;
    }
}
@media only screen and (max-width:767px) {
    .u-mt0--sp {
        margin-top: 0px;
    }
    .u-mb0--sp {
        margin-bottom: 0px;
    }
    .u-mr0--sp {
        margin-right: 0px;
    }
    .u-ml0--sp {
        margin-left: 0px;
    }
    .u-mt-0--sp {
        margin-top: -0px;
    }
    .u-mb-0--sp {
        margin-bottom: -0px;
    }
    .u-mr-0--sp {
        margin-right: -0px;
    }
    .u-ml-0--sp {
        margin-left: -0px;
    }
    .u-mt5--sp {
        margin-top: 5px;
    }
    .u-mb5--sp {
        margin-bottom: 5px;
    }
    .u-mr5--sp {
        margin-right: 5px;
    }
    .u-ml5--sp {
        margin-left: 5px;
    }
    .u-mt-5--sp {
        margin-top: -5px;
    }
    .u-mb-5--sp {
        margin-bottom: -5px;
    }
    .u-mr-5--sp {
        margin-right: -5px;
    }
    .u-ml-5--sp {
        margin-left: -5px;
    }
    .u-mt10--sp {
        margin-top: 10px;
    }
    .u-mb10--sp {
        margin-bottom: 10px;
    }
    .u-mr10--sp {
        margin-right: 10px;
    }
    .u-ml10--sp {
        margin-left: 10px;
    }
    .u-mt-10--sp {
        margin-top: -10px;
    }
    .u-mb-10--sp {
        margin-bottom: -10px;
    }
    .u-mr-10--sp {
        margin-right: -10px;
    }
    .u-ml-10--sp {
        margin-left: -10px;
    }
    .u-mt15--sp {
        margin-top: 15px;
    }
    .u-mb15--sp {
        margin-bottom: 15px;
    }
    .u-mr15--sp {
        margin-right: 15px;
    }
    .u-ml15--sp {
        margin-left: 15px;
    }
    .u-mt-15--sp {
        margin-top: -15px;
    }
    .u-mb-15--sp {
        margin-bottom: -15px;
    }
    .u-mr-15--sp {
        margin-right: -15px;
    }
    .u-ml-15--sp {
        margin-left: -15px;
    }
    .u-mt20--sp {
        margin-top: 20px;
    }
    .u-mb20--sp {
        margin-bottom: 20px;
    }
    .u-mr20--sp {
        margin-right: 20px;
    }
    .u-ml20--sp {
        margin-left: 20px;
    }
    .u-mt-20--sp {
        margin-top: -20px;
    }
    .u-mb-20--sp {
        margin-bottom: -20px;
    }
    .u-mr-20--sp {
        margin-right: -20px;
    }
    .u-ml-20--sp {
        margin-left: -20px;
    }
    .u-mt25--sp {
        margin-top: 25px;
    }
    .u-mb25--sp {
        margin-bottom: 25px;
    }
    .u-mr25--sp {
        margin-right: 25px;
    }
    .u-ml25--sp {
        margin-left: 25px;
    }
    .u-mt-25--sp {
        margin-top: -25px;
    }
    .u-mb-25--sp {
        margin-bottom: -25px;
    }
    .u-mr-25--sp {
        margin-right: -25px;
    }
    .u-ml-25--sp {
        margin-left: -25px;
    }
    .u-mt30--sp {
        margin-top: 30px;
    }
    .u-mb30--sp {
        margin-bottom: 30px;
    }
    .u-mr30--sp {
        margin-right: 30px;
    }
    .u-ml30--sp {
        margin-left: 30px;
    }
    .u-mt-30--sp {
        margin-top: -30px;
    }
    .u-mb-30--sp {
        margin-bottom: -30px;
    }
    .u-mr-30--sp {
        margin-right: -30px;
    }
    .u-ml-30--sp {
        margin-left: -30px;
    }
    .u-mt35--sp {
        margin-top: 35px;
    }
    .u-mb35--sp {
        margin-bottom: 35px;
    }
    .u-mr35--sp {
        margin-right: 35px;
    }
    .u-ml35--sp {
        margin-left: 35px;
    }
    .u-mt-35--sp {
        margin-top: -35px;
    }
    .u-mb-35--sp {
        margin-bottom: -35px;
    }
    .u-mr-35--sp {
        margin-right: -35px;
    }
    .u-ml-35--sp {
        margin-left: -35px;
    }
    .u-mt40--sp {
        margin-top: 40px;
    }
    .u-mb40--sp {
        margin-bottom: 40px;
    }
    .u-mr40--sp {
        margin-right: 40px;
    }
    .u-ml40--sp {
        margin-left: 40px;
    }
    .u-mt-40--sp {
        margin-top: -40px;
    }
    .u-mb-40--sp {
        margin-bottom: -40px;
    }
    .u-mr-40--sp {
        margin-right: -40px;
    }
    .u-ml-40--sp {
        margin-left: -40px;
    }
    .u-mt45--sp {
        margin-top: 45px;
    }
    .u-mb45--sp {
        margin-bottom: 45px;
    }
    .u-mr45--sp {
        margin-right: 45px;
    }
    .u-ml45--sp {
        margin-left: 45px;
    }
    .u-mt-45--sp {
        margin-top: -45px;
    }
    .u-mb-45--sp {
        margin-bottom: -45px;
    }
    .u-mr-45--sp {
        margin-right: -45px;
    }
    .u-ml-45--sp {
        margin-left: -45px;
    }
    .u-mt50--sp {
        margin-top: 50px;
    }
    .u-mb50--sp {
        margin-bottom: 50px;
    }
    .u-mr50--sp {
        margin-right: 50px;
    }
    .u-ml50--sp {
        margin-left: 50px;
    }
    .u-mt-50--sp {
        margin-top: -50px;
    }
    .u-mb-50--sp {
        margin-bottom: -50px;
    }
    .u-mr-50--sp {
        margin-right: -50px;
    }
    .u-ml-50--sp {
        margin-left: -50px;
    }
    .u-mt55--sp {
        margin-top: 55px;
    }
    .u-mb55--sp {
        margin-bottom: 55px;
    }
    .u-mr55--sp {
        margin-right: 55px;
    }
    .u-ml55--sp {
        margin-left: 55px;
    }
    .u-mt-55--sp {
        margin-top: -55px;
    }
    .u-mb-55--sp {
        margin-bottom: -55px;
    }
    .u-mr-55--sp {
        margin-right: -55px;
    }
    .u-ml-55--sp {
        margin-left: -55px;
    }
    .u-mt60--sp {
        margin-top: 60px;
    }
    .u-mb60--sp {
        margin-bottom: 60px;
    }
    .u-mr60--sp {
        margin-right: 60px;
    }
    .u-ml60--sp {
        margin-left: 60px;
    }
    .u-mt-60--sp {
        margin-top: -60px;
    }
    .u-mb-60--sp {
        margin-bottom: -60px;
    }
    .u-mr-60--sp {
        margin-right: -60px;
    }
    .u-ml-60--sp {
        margin-left: -60px;
    }
    .u-mt65--sp {
        margin-top: 65px;
    }
    .u-mb65--sp {
        margin-bottom: 65px;
    }
    .u-mr65--sp {
        margin-right: 65px;
    }
    .u-ml65--sp {
        margin-left: 65px;
    }
    .u-mt-65--sp {
        margin-top: -65px;
    }
    .u-mb-65--sp {
        margin-bottom: -65px;
    }
    .u-mr-65--sp {
        margin-right: -65px;
    }
    .u-ml-65--sp {
        margin-left: -65px;
    }
    .u-mt70--sp {
        margin-top: 70px;
    }
    .u-mb70--sp {
        margin-bottom: 70px;
    }
    .u-mr70--sp {
        margin-right: 70px;
    }
    .u-ml70--sp {
        margin-left: 70px;
    }
    .u-mt-70--sp {
        margin-top: -70px;
    }
    .u-mb-70--sp {
        margin-bottom: -70px;
    }
    .u-mr-70--sp {
        margin-right: -70px;
    }
    .u-ml-70--sp {
        margin-left: -70px;
    }
    .u-mt75--sp {
        margin-top: 75px;
    }
    .u-mb75--sp {
        margin-bottom: 75px;
    }
    .u-mr75--sp {
        margin-right: 75px;
    }
    .u-ml75--sp {
        margin-left: 75px;
    }
    .u-mt-75--sp {
        margin-top: -75px;
    }
    .u-mb-75--sp {
        margin-bottom: -75px;
    }
    .u-mr-75--sp {
        margin-right: -75px;
    }
    .u-ml-75--sp {
        margin-left: -75px;
    }
    .u-mt80--sp {
        margin-top: 80px;
    }
    .u-mb80--sp {
        margin-bottom: 80px;
    }
    .u-mr80--sp {
        margin-right: 80px;
    }
    .u-ml80--sp {
        margin-left: 80px;
    }
    .u-mt-80--sp {
        margin-top: -80px;
    }
    .u-mb-80--sp {
        margin-bottom: -80px;
    }
    .u-mr-80--sp {
        margin-right: -80px;
    }
    .u-ml-80--sp {
        margin-left: -80px;
    }
    .u-mt85--sp {
        margin-top: 85px;
    }
    .u-mb85--sp {
        margin-bottom: 85px;
    }
    .u-mr85--sp {
        margin-right: 85px;
    }
    .u-ml85--sp {
        margin-left: 85px;
    }
    .u-mt-85--sp {
        margin-top: -85px;
    }
    .u-mb-85--sp {
        margin-bottom: -85px;
    }
    .u-mr-85--sp {
        margin-right: -85px;
    }
    .u-ml-85--sp {
        margin-left: -85px;
    }
    .u-mt90--sp {
        margin-top: 90px;
    }
    .u-mb90--sp {
        margin-bottom: 90px;
    }
    .u-mr90--sp {
        margin-right: 90px;
    }
    .u-ml90--sp {
        margin-left: 90px;
    }
    .u-mt-90--sp {
        margin-top: -90px;
    }
    .u-mb-90--sp {
        margin-bottom: -90px;
    }
    .u-mr-90--sp {
        margin-right: -90px;
    }
    .u-ml-90--sp {
        margin-left: -90px;
    }
    .u-mt95--sp {
        margin-top: 95px;
    }
    .u-mb95--sp {
        margin-bottom: 95px;
    }
    .u-mr95--sp {
        margin-right: 95px;
    }
    .u-ml95--sp {
        margin-left: 95px;
    }
    .u-mt-95--sp {
        margin-top: -95px;
    }
    .u-mb-95--sp {
        margin-bottom: -95px;
    }
    .u-mr-95--sp {
        margin-right: -95px;
    }
    .u-ml-95--sp {
        margin-left: -95px;
    }
    .u-mt100--sp {
        margin-top: 100px;
    }
    .u-mb100--sp {
        margin-bottom: 100px;
    }
    .u-mr100--sp {
        margin-right: 100px;
    }
    .u-ml100--sp {
        margin-left: 100px;
    }
    .u-mt-100--sp {
        margin-top: -100px;
    }
    .u-mb-100--sp {
        margin-bottom: -100px;
    }
    .u-mr-100--sp {
        margin-right: -100px;
    }
    .u-ml-100--sp {
        margin-left: -100px;
    }
}
.ma-l {
    margin-left: auto;
}

.ma-r {
    margin-right: auto;
}

.ma-c {
    margin: auto;
}

.u-pd0 {
    padding: 0px;
}

.u-pt0 {
    padding-top: 0px;
}

.u-pb0 {
    padding-bottom: 0px;
}

.u-pr0 {
    padding-right: 0px;
}

.u-pl0 {
    padding-left: 0px;
}

.u-pd5 {
    padding: 5px;
}

.u-pt5 {
    padding-top: 5px;
}

.u-pb5 {
    padding-bottom: 5px;
}

.u-pr5 {
    padding-right: 5px;
}

.u-pl5 {
    padding-left: 5px;
}

.u-pd10 {
    padding: 10px;
}

.u-pt10 {
    padding-top: 10px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pr10 {
    padding-right: 10px;
}

.u-pl10 {
    padding-left: 10px;
}

.u-pd15 {
    padding: 15px;
}

.u-pt15 {
    padding-top: 15px;
}

.u-pb15 {
    padding-bottom: 15px;
}

.u-pr15 {
    padding-right: 15px;
}

.u-pl15 {
    padding-left: 15px;
}

.u-pd20 {
    padding: 20px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pb20 {
    padding-bottom: 20px;
}

.u-pr20 {
    padding-right: 20px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pd25 {
    padding: 25px;
}

.u-pt25 {
    padding-top: 25px;
}

.u-pb25 {
    padding-bottom: 25px;
}

.u-pr25 {
    padding-right: 25px;
}

.u-pl25 {
    padding-left: 25px;
}

.u-pd30 {
    padding: 30px;
}

.u-pt30 {
    padding-top: 30px;
}

.u-pb30 {
    padding-bottom: 30px;
}

.u-pr30 {
    padding-right: 30px;
}

.u-pl30 {
    padding-left: 30px;
}

.u-pd35 {
    padding: 35px;
}

.u-pt35 {
    padding-top: 35px;
}

.u-pb35 {
    padding-bottom: 35px;
}

.u-pr35 {
    padding-right: 35px;
}

.u-pl35 {
    padding-left: 35px;
}

.u-pd40 {
    padding: 40px;
}

.u-pt40 {
    padding-top: 40px;
}

.u-pb40 {
    padding-bottom: 40px;
}

.u-pr40 {
    padding-right: 40px;
}

.u-pl40 {
    padding-left: 40px;
}

.u-pd45 {
    padding: 45px;
}

.u-pt45 {
    padding-top: 45px;
}

.u-pb45 {
    padding-bottom: 45px;
}

.u-pr45 {
    padding-right: 45px;
}

.u-pl45 {
    padding-left: 45px;
}

.u-pd50 {
    padding: 50px;
}

.u-pt50 {
    padding-top: 50px;
}

.u-pb50 {
    padding-bottom: 50px;
}

.u-pr50 {
    padding-right: 50px;
}

.u-pl50 {
    padding-left: 50px;
}

.u-pd55 {
    padding: 55px;
}

.u-pt55 {
    padding-top: 55px;
}

.u-pb55 {
    padding-bottom: 55px;
}

.u-pr55 {
    padding-right: 55px;
}

.u-pl55 {
    padding-left: 55px;
}

.u-pd60 {
    padding: 60px;
}

.u-pt60 {
    padding-top: 60px;
}

.u-pb60 {
    padding-bottom: 60px;
}

.u-pr60 {
    padding-right: 60px;
}

.u-pl60 {
    padding-left: 60px;
}

.u-pd65 {
    padding: 65px;
}

.u-pt65 {
    padding-top: 65px;
}

.u-pb65 {
    padding-bottom: 65px;
}

.u-pr65 {
    padding-right: 65px;
}

.u-pl65 {
    padding-left: 65px;
}

.u-pd70 {
    padding: 70px;
}

.u-pt70 {
    padding-top: 70px;
}

.u-pb70 {
    padding-bottom: 70px;
}

.u-pr70 {
    padding-right: 70px;
}

.u-pl70 {
    padding-left: 70px;
}

.u-pd75 {
    padding: 75px;
}

.u-pt75 {
    padding-top: 75px;
}

.u-pb75 {
    padding-bottom: 75px;
}

.u-pr75 {
    padding-right: 75px;
}

.u-pl75 {
    padding-left: 75px;
}

.u-pd80 {
    padding: 80px;
}

.u-pt80 {
    padding-top: 80px;
}

.u-pb80 {
    padding-bottom: 80px;
}

.u-pr80 {
    padding-right: 80px;
}

.u-pl80 {
    padding-left: 80px;
}

.u-pd85 {
    padding: 85px;
}

.u-pt85 {
    padding-top: 85px;
}

.u-pb85 {
    padding-bottom: 85px;
}

.u-pr85 {
    padding-right: 85px;
}

.u-pl85 {
    padding-left: 85px;
}

.u-pd90 {
    padding: 90px;
}

.u-pt90 {
    padding-top: 90px;
}

.u-pb90 {
    padding-bottom: 90px;
}

.u-pr90 {
    padding-right: 90px;
}

.u-pl90 {
    padding-left: 90px;
}

.u-pd95 {
    padding: 95px;
}

.u-pt95 {
    padding-top: 95px;
}

.u-pb95 {
    padding-bottom: 95px;
}

.u-pr95 {
    padding-right: 95px;
}

.u-pl95 {
    padding-left: 95px;
}

.u-pd100 {
    padding: 100px;
}

.u-pt100 {
    padding-top: 100px;
}

.u-pb100 {
    padding-bottom: 100px;
}

.u-pr100 {
    padding-right: 100px;
}

.u-pl100 {
    padding-left: 100px;
}

@media only screen and (max-width:991px) {
    .u-pd0--tab {
        padding: 0px;
    }
    .u-pt0--tab {
        padding-top: 0px;
    }
    .u-pb0--tab {
        padding-bottom: 0px;
    }
    .u-pr0--tab {
        padding-right: 0px;
    }
    .u-pl0--tab {
        padding-left: 0px;
    }
    .u-pd5--tab {
        padding: 5px;
    }
    .u-pt5--tab {
        padding-top: 5px;
    }
    .u-pb5--tab {
        padding-bottom: 5px;
    }
    .u-pr5--tab {
        padding-right: 5px;
    }
    .u-pl5--tab {
        padding-left: 5px;
    }
    .u-pd10--tab {
        padding: 10px;
    }
    .u-pt10--tab {
        padding-top: 10px;
    }
    .u-pb10--tab {
        padding-bottom: 10px;
    }
    .u-pr10--tab {
        padding-right: 10px;
    }
    .u-pl10--tab {
        padding-left: 10px;
    }
    .u-pd15--tab {
        padding: 15px;
    }
    .u-pt15--tab {
        padding-top: 15px;
    }
    .u-pb15--tab {
        padding-bottom: 15px;
    }
    .u-pr15--tab {
        padding-right: 15px;
    }
    .u-pl15--tab {
        padding-left: 15px;
    }
    .u-pd20--tab {
        padding: 20px;
    }
    .u-pt20--tab {
        padding-top: 20px;
    }
    .u-pb20--tab {
        padding-bottom: 20px;
    }
    .u-pr20--tab {
        padding-right: 20px;
    }
    .u-pl20--tab {
        padding-left: 20px;
    }
    .u-pd25--tab {
        padding: 25px;
    }
    .u-pt25--tab {
        padding-top: 25px;
    }
    .u-pb25--tab {
        padding-bottom: 25px;
    }
    .u-pr25--tab {
        padding-right: 25px;
    }
    .u-pl25--tab {
        padding-left: 25px;
    }
    .u-pd30--tab {
        padding: 30px;
    }
    .u-pt30--tab {
        padding-top: 30px;
    }
    .u-pb30--tab {
        padding-bottom: 30px;
    }
    .u-pr30--tab {
        padding-right: 30px;
    }
    .u-pl30--tab {
        padding-left: 30px;
    }
    .u-pd35--tab {
        padding: 35px;
    }
    .u-pt35--tab {
        padding-top: 35px;
    }
    .u-pb35--tab {
        padding-bottom: 35px;
    }
    .u-pr35--tab {
        padding-right: 35px;
    }
    .u-pl35--tab {
        padding-left: 35px;
    }
    .u-pd40--tab {
        padding: 40px;
    }
    .u-pt40--tab {
        padding-top: 40px;
    }
    .u-pb40--tab {
        padding-bottom: 40px;
    }
    .u-pr40--tab {
        padding-right: 40px;
    }
    .u-pl40--tab {
        padding-left: 40px;
    }
    .u-pd45--tab {
        padding: 45px;
    }
    .u-pt45--tab {
        padding-top: 45px;
    }
    .u-pb45--tab {
        padding-bottom: 45px;
    }
    .u-pr45--tab {
        padding-right: 45px;
    }
    .u-pl45--tab {
        padding-left: 45px;
    }
    .u-pd50--tab {
        padding: 50px;
    }
    .u-pt50--tab {
        padding-top: 50px;
    }
    .u-pb50--tab {
        padding-bottom: 50px;
    }
    .u-pr50--tab {
        padding-right: 50px;
    }
    .u-pl50--tab {
        padding-left: 50px;
    }
    .u-pd55--tab {
        padding: 55px;
    }
    .u-pt55--tab {
        padding-top: 55px;
    }
    .u-pb55--tab {
        padding-bottom: 55px;
    }
    .u-pr55--tab {
        padding-right: 55px;
    }
    .u-pl55--tab {
        padding-left: 55px;
    }
    .u-pd60--tab {
        padding: 60px;
    }
    .u-pt60--tab {
        padding-top: 60px;
    }
    .u-pb60--tab {
        padding-bottom: 60px;
    }
    .u-pr60--tab {
        padding-right: 60px;
    }
    .u-pl60--tab {
        padding-left: 60px;
    }
    .u-pd65--tab {
        padding: 65px;
    }
    .u-pt65--tab {
        padding-top: 65px;
    }
    .u-pb65--tab {
        padding-bottom: 65px;
    }
    .u-pr65--tab {
        padding-right: 65px;
    }
    .u-pl65--tab {
        padding-left: 65px;
    }
    .u-pd70--tab {
        padding: 70px;
    }
    .u-pt70--tab {
        padding-top: 70px;
    }
    .u-pb70--tab {
        padding-bottom: 70px;
    }
    .u-pr70--tab {
        padding-right: 70px;
    }
    .u-pl70--tab {
        padding-left: 70px;
    }
    .u-pd75--tab {
        padding: 75px;
    }
    .u-pt75--tab {
        padding-top: 75px;
    }
    .u-pb75--tab {
        padding-bottom: 75px;
    }
    .u-pr75--tab {
        padding-right: 75px;
    }
    .u-pl75--tab {
        padding-left: 75px;
    }
    .u-pd80--tab {
        padding: 80px;
    }
    .u-pt80--tab {
        padding-top: 80px;
    }
    .u-pb80--tab {
        padding-bottom: 80px;
    }
    .u-pr80--tab {
        padding-right: 80px;
    }
    .u-pl80--tab {
        padding-left: 80px;
    }
    .u-pd85--tab {
        padding: 85px;
    }
    .u-pt85--tab {
        padding-top: 85px;
    }
    .u-pb85--tab {
        padding-bottom: 85px;
    }
    .u-pr85--tab {
        padding-right: 85px;
    }
    .u-pl85--tab {
        padding-left: 85px;
    }
    .u-pd90--tab {
        padding: 90px;
    }
    .u-pt90--tab {
        padding-top: 90px;
    }
    .u-pb90--tab {
        padding-bottom: 90px;
    }
    .u-pr90--tab {
        padding-right: 90px;
    }
    .u-pl90--tab {
        padding-left: 90px;
    }
    .u-pd95--tab {
        padding: 95px;
    }
    .u-pt95--tab {
        padding-top: 95px;
    }
    .u-pb95--tab {
        padding-bottom: 95px;
    }
    .u-pr95--tab {
        padding-right: 95px;
    }
    .u-pl95--tab {
        padding-left: 95px;
    }
    .u-pd100--tab {
        padding: 100px;
    }
    .u-pt100--tab {
        padding-top: 100px;
    }
    .u-pb100--tab {
        padding-bottom: 100px;
    }
    .u-pr100--tab {
        padding-right: 100px;
    }
    .u-pl100--tab {
        padding-left: 100px;
    }
}
@media only screen and (max-width:767px) {
    .u-pd0--sp {
        padding: 0px;
    }
    .u-pt0--sp {
        padding-top: 0px;
    }
    .u-pb0--sp {
        padding-bottom: 0px;
    }
    .u-pr0--sp {
        padding-right: 0px;
    }
    .u-pl0--sp {
        padding-left: 0px;
    }
    .u-pd5--sp {
        padding: 5px;
    }
    .u-pt5--sp {
        padding-top: 5px;
    }
    .u-pb5--sp {
        padding-bottom: 5px;
    }
    .u-pr5--sp {
        padding-right: 5px;
    }
    .u-pl5--sp {
        padding-left: 5px;
    }
    .u-pd10--sp {
        padding: 10px;
    }
    .u-pt10--sp {
        padding-top: 10px;
    }
    .u-pb10--sp {
        padding-bottom: 10px;
    }
    .u-pr10--sp {
        padding-right: 10px;
    }
    .u-pl10--sp {
        padding-left: 10px;
    }
    .u-pd15--sp {
        padding: 15px;
    }
    .u-pt15--sp {
        padding-top: 15px;
    }
    .u-pb15--sp {
        padding-bottom: 15px;
    }
    .u-pr15--sp {
        padding-right: 15px;
    }
    .u-pl15--sp {
        padding-left: 15px;
    }
    .u-pd20--sp {
        padding: 20px;
    }
    .u-pt20--sp {
        padding-top: 20px;
    }
    .u-pb20--sp {
        padding-bottom: 20px;
    }
    .u-pr20--sp {
        padding-right: 20px;
    }
    .u-pl20--sp {
        padding-left: 20px;
    }
    .u-pd25--sp {
        padding: 25px;
    }
    .u-pt25--sp {
        padding-top: 25px;
    }
    .u-pb25--sp {
        padding-bottom: 25px;
    }
    .u-pr25--sp {
        padding-right: 25px;
    }
    .u-pl25--sp {
        padding-left: 25px;
    }
    .u-pd30--sp {
        padding: 30px;
    }
    .u-pt30--sp {
        padding-top: 30px;
    }
    .u-pb30--sp {
        padding-bottom: 30px;
    }
    .u-pr30--sp {
        padding-right: 30px;
    }
    .u-pl30--sp {
        padding-left: 30px;
    }
    .u-pd35--sp {
        padding: 35px;
    }
    .u-pt35--sp {
        padding-top: 35px;
    }
    .u-pb35--sp {
        padding-bottom: 35px;
    }
    .u-pr35--sp {
        padding-right: 35px;
    }
    .u-pl35--sp {
        padding-left: 35px;
    }
    .u-pd40--sp {
        padding: 40px;
    }
    .u-pt40--sp {
        padding-top: 40px;
    }
    .u-pb40--sp {
        padding-bottom: 40px;
    }
    .u-pr40--sp {
        padding-right: 40px;
    }
    .u-pl40--sp {
        padding-left: 40px;
    }
    .u-pd45--sp {
        padding: 45px;
    }
    .u-pt45--sp {
        padding-top: 45px;
    }
    .u-pb45--sp {
        padding-bottom: 45px;
    }
    .u-pr45--sp {
        padding-right: 45px;
    }
    .u-pl45--sp {
        padding-left: 45px;
    }
    .u-pd50--sp {
        padding: 50px;
    }
    .u-pt50--sp {
        padding-top: 50px;
    }
    .u-pb50--sp {
        padding-bottom: 50px;
    }
    .u-pr50--sp {
        padding-right: 50px;
    }
    .u-pl50--sp {
        padding-left: 50px;
    }
    .u-pd55--sp {
        padding: 55px;
    }
    .u-pt55--sp {
        padding-top: 55px;
    }
    .u-pb55--sp {
        padding-bottom: 55px;
    }
    .u-pr55--sp {
        padding-right: 55px;
    }
    .u-pl55--sp {
        padding-left: 55px;
    }
    .u-pd60--sp {
        padding: 60px;
    }
    .u-pt60--sp {
        padding-top: 60px;
    }
    .u-pb60--sp {
        padding-bottom: 60px;
    }
    .u-pr60--sp {
        padding-right: 60px;
    }
    .u-pl60--sp {
        padding-left: 60px;
    }
    .u-pd65--sp {
        padding: 65px;
    }
    .u-pt65--sp {
        padding-top: 65px;
    }
    .u-pb65--sp {
        padding-bottom: 65px;
    }
    .u-pr65--sp {
        padding-right: 65px;
    }
    .u-pl65--sp {
        padding-left: 65px;
    }
    .u-pd70--sp {
        padding: 70px;
    }
    .u-pt70--sp {
        padding-top: 70px;
    }
    .u-pb70--sp {
        padding-bottom: 70px;
    }
    .u-pr70--sp {
        padding-right: 70px;
    }
    .u-pl70--sp {
        padding-left: 70px;
    }
    .u-pd75--sp {
        padding: 75px;
    }
    .u-pt75--sp {
        padding-top: 75px;
    }
    .u-pb75--sp {
        padding-bottom: 75px;
    }
    .u-pr75--sp {
        padding-right: 75px;
    }
    .u-pl75--sp {
        padding-left: 75px;
    }
    .u-pd80--sp {
        padding: 80px;
    }
    .u-pt80--sp {
        padding-top: 80px;
    }
    .u-pb80--sp {
        padding-bottom: 80px;
    }
    .u-pr80--sp {
        padding-right: 80px;
    }
    .u-pl80--sp {
        padding-left: 80px;
    }
    .u-pd85--sp {
        padding: 85px;
    }
    .u-pt85--sp {
        padding-top: 85px;
    }
    .u-pb85--sp {
        padding-bottom: 85px;
    }
    .u-pr85--sp {
        padding-right: 85px;
    }
    .u-pl85--sp {
        padding-left: 85px;
    }
    .u-pd90--sp {
        padding: 90px;
    }
    .u-pt90--sp {
        padding-top: 90px;
    }
    .u-pb90--sp {
        padding-bottom: 90px;
    }
    .u-pr90--sp {
        padding-right: 90px;
    }
    .u-pl90--sp {
        padding-left: 90px;
    }
    .u-pd95--sp {
        padding: 95px;
    }
    .u-pt95--sp {
        padding-top: 95px;
    }
    .u-pb95--sp {
        padding-bottom: 95px;
    }
    .u-pr95--sp {
        padding-right: 95px;
    }
    .u-pl95--sp {
        padding-left: 95px;
    }
    .u-pd100--sp {
        padding: 100px;
    }
    .u-pt100--sp {
        padding-top: 100px;
    }
    .u-pb100--sp {
        padding-bottom: 100px;
    }
    .u-pr100--sp {
        padding-right: 100px;
    }
    .u-pl100--sp {
        padding-left: 100px;
    }
}
.u-w0 {
    width: 0%;
}

.u-w10 {
    width: 10%;
}

.u-w20 {
    width: 20%;
}

.u-w30 {
    width: 30%;
}

.u-w40 {
    width: 40%;
}

.u-w50 {
    width: 50%;
}

.u-w60 {
    width: 60%;
}

.u-w70 {
    width: 70%;
}

.u-w80 {
    width: 80%;
}

.u-w90 {
    width: 90%;
}

.u-w100 {
    width: 100%;
}

@media only screen and (max-width:991px) {
    .u-w0--tab {
        width: 0%;
    }
    .u-w10--tab {
        width: 10%;
    }
    .u-w20--tab {
        width: 20%;
    }
    .u-w30--tab {
        width: 30%;
    }
    .u-w40--tab {
        width: 40%;
    }
    .u-w50--tab {
        width: 50%;
    }
    .u-w60--tab {
        width: 60%;
    }
    .u-w70--tab {
        width: 70%;
    }
    .u-w80--tab {
        width: 80%;
    }
    .u-w90--tab {
        width: 90%;
    }
    .u-w100--tab {
        width: 100%;
    }
}
@media only screen and (max-width:767px) {
    .u-w0--sp {
        width: 0%;
    }
    .u-w10--sp {
        width: 10%;
    }
    .u-w20--sp {
        width: 20%;
    }
    .u-w30--sp {
        width: 30%;
    }
    .u-w40--sp {
        width: 40%;
    }
    .u-w50--sp {
        width: 50%;
    }
    .u-w60--sp {
        width: 60%;
    }
    .u-w70--sp {
        width: 70%;
    }
    .u-w80--sp {
        width: 80%;
    }
    .u-w90--sp {
        width: 90%;
    }
    .u-w100--sp {
        width: 100%;
    }
}
.u-fs0 {
    font-size: 0px;
}

.u-fs1 {
    font-size: 1px;
}

.u-fs2 {
    font-size: 2px;
}

.u-fs3 {
    font-size: 3px;
}

.u-fs4 {
    font-size: 4px;
}

.u-fs5 {
    font-size: 5px;
}

.u-fs6 {
    font-size: 6px;
}

.u-fs7 {
    font-size: 7px;
}

.u-fs8 {
    font-size: 8px;
}

.u-fs9 {
    font-size: 9px;
}

.u-fs10 {
    font-size: 10px;
}

.u-fs11 {
    font-size: 11px;
}

.u-fs12 {
    font-size: 12px;
}

.u-fs13 {
    font-size: 13px;
}

.u-fs14 {
    font-size: 14px;
}

.u-fs15 {
    font-size: 15px;
}

.u-fs16 {
    font-size: 16px;
}

.u-fs17 {
    font-size: 17px;
}

.u-fs18 {
    font-size: 18px;
}

.u-fs19 {
    font-size: 19px;
}

.u-fs20 {
    font-size: 20px;
}

.u-fs21 {
    font-size: 21px;
}

.u-fs22 {
    font-size: 22px;
}

.u-fs23 {
    font-size: 23px;
}

.u-fs24 {
    font-size: 24px;
}

.u-fs25 {
    font-size: 25px;
}

.u-fs26 {
    font-size: 26px;
}

.u-fs27 {
    font-size: 27px;
}

.u-fs28 {
    font-size: 28px;
}

.u-fs29 {
    font-size: 29px;
}

.u-fs30 {
    font-size: 30px;
}

.u-fs31 {
    font-size: 31px;
}

.u-fs32 {
    font-size: 32px;
}

.u-fs33 {
    font-size: 33px;
}

.u-fs34 {
    font-size: 34px;
}

.u-fs35 {
    font-size: 35px;
}

.u-fs36 {
    font-size: 36px;
}

.u-fs37 {
    font-size: 37px;
}

.u-fs38 {
    font-size: 38px;
}

.u-fs39 {
    font-size: 39px;
}

.u-fs40 {
    font-size: 40px;
}

.u-fs41 {
    font-size: 41px;
}

.u-fs42 {
    font-size: 42px;
}

.u-fs43 {
    font-size: 43px;
}

.u-fs44 {
    font-size: 44px;
}

.u-fs45 {
    font-size: 45px;
}

.u-fs46 {
    font-size: 46px;
}

.u-fs47 {
    font-size: 47px;
}

.u-fs48 {
    font-size: 48px;
}

.u-fs49 {
    font-size: 49px;
}

.u-fs50 {
    font-size: 50px;
}

.u-fs51 {
    font-size: 51px;
}

.u-fs52 {
    font-size: 52px;
}

.u-fs53 {
    font-size: 53px;
}

.u-fs54 {
    font-size: 54px;
}

.u-fs55 {
    font-size: 55px;
}

.u-fs56 {
    font-size: 56px;
}

.u-fs57 {
    font-size: 57px;
}

.u-fs58 {
    font-size: 58px;
}

.u-fs59 {
    font-size: 59px;
}

.u-fs60 {
    font-size: 60px;
}

.u-fs61 {
    font-size: 61px;
}

.u-fs62 {
    font-size: 62px;
}

.u-fs63 {
    font-size: 63px;
}

.u-fs64 {
    font-size: 64px;
}

.u-fs65 {
    font-size: 65px;
}

.u-fs66 {
    font-size: 66px;
}

.u-fs67 {
    font-size: 67px;
}

.u-fs68 {
    font-size: 68px;
}

.u-fs69 {
    font-size: 69px;
}

.u-fs70 {
    font-size: 70px;
}

.u-fs71 {
    font-size: 71px;
}

.u-fs72 {
    font-size: 72px;
}

.u-fs73 {
    font-size: 73px;
}

.u-fs74 {
    font-size: 74px;
}

.u-fs75 {
    font-size: 75px;
}

.u-fs76 {
    font-size: 76px;
}

.u-fs77 {
    font-size: 77px;
}

.u-fs78 {
    font-size: 78px;
}

.u-fs79 {
    font-size: 79px;
}

.u-fs80 {
    font-size: 80px;
}

.u-fs81 {
    font-size: 81px;
}

.u-fs82 {
    font-size: 82px;
}

.u-fs83 {
    font-size: 83px;
}

.u-fs84 {
    font-size: 84px;
}

.u-fs85 {
    font-size: 85px;
}

.u-fs86 {
    font-size: 86px;
}

.u-fs87 {
    font-size: 87px;
}

.u-fs88 {
    font-size: 88px;
}

.u-fs89 {
    font-size: 89px;
}

.u-fs90 {
    font-size: 90px;
}

.u-fs91 {
    font-size: 91px;
}

.u-fs92 {
    font-size: 92px;
}

.u-fs93 {
    font-size: 93px;
}

.u-fs94 {
    font-size: 94px;
}

.u-fs95 {
    font-size: 95px;
}

.u-fs96 {
    font-size: 96px;
}

.u-fs97 {
    font-size: 97px;
}

.u-fs98 {
    font-size: 98px;
}

.u-fs99 {
    font-size: 99px;
}

.u-fs100 {
    font-size: 100px;
}

@media only screen and (max-width:991px) {
    .u-fs0--tab {
        font-size: 0px;
    }
    .u-fs1--tab {
        font-size: 1px;
    }
    .u-fs2--tab {
        font-size: 2px;
    }
    .u-fs3--tab {
        font-size: 3px;
    }
    .u-fs4--tab {
        font-size: 4px;
    }
    .u-fs5--tab {
        font-size: 5px;
    }
    .u-fs6--tab {
        font-size: 6px;
    }
    .u-fs7--tab {
        font-size: 7px;
    }
    .u-fs8--tab {
        font-size: 8px;
    }
    .u-fs9--tab {
        font-size: 9px;
    }
    .u-fs10--tab {
        font-size: 10px;
    }
    .u-fs11--tab {
        font-size: 11px;
    }
    .u-fs12--tab {
        font-size: 12px;
    }
    .u-fs13--tab {
        font-size: 13px;
    }
    .u-fs14--tab {
        font-size: 14px;
    }
    .u-fs15--tab {
        font-size: 15px;
    }
    .u-fs16--tab {
        font-size: 16px;
    }
    .u-fs17--tab {
        font-size: 17px;
    }
    .u-fs18--tab {
        font-size: 18px;
    }
    .u-fs19--tab {
        font-size: 19px;
    }
    .u-fs20--tab {
        font-size: 20px;
    }
    .u-fs21--tab {
        font-size: 21px;
    }
    .u-fs22--tab {
        font-size: 22px;
    }
    .u-fs23--tab {
        font-size: 23px;
    }
    .u-fs24--tab {
        font-size: 24px;
    }
    .u-fs25--tab {
        font-size: 25px;
    }
    .u-fs26--tab {
        font-size: 26px;
    }
    .u-fs27--tab {
        font-size: 27px;
    }
    .u-fs28--tab {
        font-size: 28px;
    }
    .u-fs29--tab {
        font-size: 29px;
    }
    .u-fs30--tab {
        font-size: 30px;
    }
    .u-fs31--tab {
        font-size: 31px;
    }
    .u-fs32--tab {
        font-size: 32px;
    }
    .u-fs33--tab {
        font-size: 33px;
    }
    .u-fs34--tab {
        font-size: 34px;
    }
    .u-fs35--tab {
        font-size: 35px;
    }
    .u-fs36--tab {
        font-size: 36px;
    }
    .u-fs37--tab {
        font-size: 37px;
    }
    .u-fs38--tab {
        font-size: 38px;
    }
    .u-fs39--tab {
        font-size: 39px;
    }
    .u-fs40--tab {
        font-size: 40px;
    }
    .u-fs41--tab {
        font-size: 41px;
    }
    .u-fs42--tab {
        font-size: 42px;
    }
    .u-fs43--tab {
        font-size: 43px;
    }
    .u-fs44--tab {
        font-size: 44px;
    }
    .u-fs45--tab {
        font-size: 45px;
    }
    .u-fs46--tab {
        font-size: 46px;
    }
    .u-fs47--tab {
        font-size: 47px;
    }
    .u-fs48--tab {
        font-size: 48px;
    }
    .u-fs49--tab {
        font-size: 49px;
    }
    .u-fs50--tab {
        font-size: 50px;
    }
    .u-fs51--tab {
        font-size: 51px;
    }
    .u-fs52--tab {
        font-size: 52px;
    }
    .u-fs53--tab {
        font-size: 53px;
    }
    .u-fs54--tab {
        font-size: 54px;
    }
    .u-fs55--tab {
        font-size: 55px;
    }
    .u-fs56--tab {
        font-size: 56px;
    }
    .u-fs57--tab {
        font-size: 57px;
    }
    .u-fs58--tab {
        font-size: 58px;
    }
    .u-fs59--tab {
        font-size: 59px;
    }
    .u-fs60--tab {
        font-size: 60px;
    }
    .u-fs61--tab {
        font-size: 61px;
    }
    .u-fs62--tab {
        font-size: 62px;
    }
    .u-fs63--tab {
        font-size: 63px;
    }
    .u-fs64--tab {
        font-size: 64px;
    }
    .u-fs65--tab {
        font-size: 65px;
    }
    .u-fs66--tab {
        font-size: 66px;
    }
    .u-fs67--tab {
        font-size: 67px;
    }
    .u-fs68--tab {
        font-size: 68px;
    }
    .u-fs69--tab {
        font-size: 69px;
    }
    .u-fs70--tab {
        font-size: 70px;
    }
    .u-fs71--tab {
        font-size: 71px;
    }
    .u-fs72--tab {
        font-size: 72px;
    }
    .u-fs73--tab {
        font-size: 73px;
    }
    .u-fs74--tab {
        font-size: 74px;
    }
    .u-fs75--tab {
        font-size: 75px;
    }
    .u-fs76--tab {
        font-size: 76px;
    }
    .u-fs77--tab {
        font-size: 77px;
    }
    .u-fs78--tab {
        font-size: 78px;
    }
    .u-fs79--tab {
        font-size: 79px;
    }
    .u-fs80--tab {
        font-size: 80px;
    }
    .u-fs81--tab {
        font-size: 81px;
    }
    .u-fs82--tab {
        font-size: 82px;
    }
    .u-fs83--tab {
        font-size: 83px;
    }
    .u-fs84--tab {
        font-size: 84px;
    }
    .u-fs85--tab {
        font-size: 85px;
    }
    .u-fs86--tab {
        font-size: 86px;
    }
    .u-fs87--tab {
        font-size: 87px;
    }
    .u-fs88--tab {
        font-size: 88px;
    }
    .u-fs89--tab {
        font-size: 89px;
    }
    .u-fs90--tab {
        font-size: 90px;
    }
    .u-fs91--tab {
        font-size: 91px;
    }
    .u-fs92--tab {
        font-size: 92px;
    }
    .u-fs93--tab {
        font-size: 93px;
    }
    .u-fs94--tab {
        font-size: 94px;
    }
    .u-fs95--tab {
        font-size: 95px;
    }
    .u-fs96--tab {
        font-size: 96px;
    }
    .u-fs97--tab {
        font-size: 97px;
    }
    .u-fs98--tab {
        font-size: 98px;
    }
    .u-fs99--tab {
        font-size: 99px;
    }
    .u-fs100--tab {
        font-size: 100px;
    }
}
@media only screen and (max-width:767px) {
    .u-fs0--sp {
        font-size: 0px;
    }
    .u-fs1--sp {
        font-size: 1px;
    }
    .u-fs2--sp {
        font-size: 2px;
    }
    .u-fs3--sp {
        font-size: 3px;
    }
    .u-fs4--sp {
        font-size: 4px;
    }
    .u-fs5--sp {
        font-size: 5px;
    }
    .u-fs6--sp {
        font-size: 6px;
    }
    .u-fs7--sp {
        font-size: 7px;
    }
    .u-fs8--sp {
        font-size: 8px;
    }
    .u-fs9--sp {
        font-size: 9px;
    }
    .u-fs10--sp {
        font-size: 10px;
    }
    .u-fs11--sp {
        font-size: 11px;
    }
    .u-fs12--sp {
        font-size: 12px;
    }
    .u-fs13--sp {
        font-size: 13px;
    }
    .u-fs14--sp {
        font-size: 14px;
    }
    .u-fs15--sp {
        font-size: 15px;
    }
    .u-fs16--sp {
        font-size: 16px;
    }
    .u-fs17--sp {
        font-size: 17px;
    }
    .u-fs18--sp {
        font-size: 18px;
    }
    .u-fs19--sp {
        font-size: 19px;
    }
    .u-fs20--sp {
        font-size: 20px;
    }
    .u-fs21--sp {
        font-size: 21px;
    }
    .u-fs22--sp {
        font-size: 22px;
    }
    .u-fs23--sp {
        font-size: 23px;
    }
    .u-fs24--sp {
        font-size: 24px;
    }
    .u-fs25--sp {
        font-size: 25px;
    }
    .u-fs26--sp {
        font-size: 26px;
    }
    .u-fs27--sp {
        font-size: 27px;
    }
    .u-fs28--sp {
        font-size: 28px;
    }
    .u-fs29--sp {
        font-size: 29px;
    }
    .u-fs30--sp {
        font-size: 30px;
    }
    .u-fs31--sp {
        font-size: 31px;
    }
    .u-fs32--sp {
        font-size: 32px;
    }
    .u-fs33--sp {
        font-size: 33px;
    }
    .u-fs34--sp {
        font-size: 34px;
    }
    .u-fs35--sp {
        font-size: 35px;
    }
    .u-fs36--sp {
        font-size: 36px;
    }
    .u-fs37--sp {
        font-size: 37px;
    }
    .u-fs38--sp {
        font-size: 38px;
    }
    .u-fs39--sp {
        font-size: 39px;
    }
    .u-fs40--sp {
        font-size: 40px;
    }
    .u-fs41--sp {
        font-size: 41px;
    }
    .u-fs42--sp {
        font-size: 42px;
    }
    .u-fs43--sp {
        font-size: 43px;
    }
    .u-fs44--sp {
        font-size: 44px;
    }
    .u-fs45--sp {
        font-size: 45px;
    }
    .u-fs46--sp {
        font-size: 46px;
    }
    .u-fs47--sp {
        font-size: 47px;
    }
    .u-fs48--sp {
        font-size: 48px;
    }
    .u-fs49--sp {
        font-size: 49px;
    }
    .u-fs50--sp {
        font-size: 50px;
    }
    .u-fs51--sp {
        font-size: 51px;
    }
    .u-fs52--sp {
        font-size: 52px;
    }
    .u-fs53--sp {
        font-size: 53px;
    }
    .u-fs54--sp {
        font-size: 54px;
    }
    .u-fs55--sp {
        font-size: 55px;
    }
    .u-fs56--sp {
        font-size: 56px;
    }
    .u-fs57--sp {
        font-size: 57px;
    }
    .u-fs58--sp {
        font-size: 58px;
    }
    .u-fs59--sp {
        font-size: 59px;
    }
    .u-fs60--sp {
        font-size: 60px;
    }
    .u-fs61--sp {
        font-size: 61px;
    }
    .u-fs62--sp {
        font-size: 62px;
    }
    .u-fs63--sp {
        font-size: 63px;
    }
    .u-fs64--sp {
        font-size: 64px;
    }
    .u-fs65--sp {
        font-size: 65px;
    }
    .u-fs66--sp {
        font-size: 66px;
    }
    .u-fs67--sp {
        font-size: 67px;
    }
    .u-fs68--sp {
        font-size: 68px;
    }
    .u-fs69--sp {
        font-size: 69px;
    }
    .u-fs70--sp {
        font-size: 70px;
    }
    .u-fs71--sp {
        font-size: 71px;
    }
    .u-fs72--sp {
        font-size: 72px;
    }
    .u-fs73--sp {
        font-size: 73px;
    }
    .u-fs74--sp {
        font-size: 74px;
    }
    .u-fs75--sp {
        font-size: 75px;
    }
    .u-fs76--sp {
        font-size: 76px;
    }
    .u-fs77--sp {
        font-size: 77px;
    }
    .u-fs78--sp {
        font-size: 78px;
    }
    .u-fs79--sp {
        font-size: 79px;
    }
    .u-fs80--sp {
        font-size: 80px;
    }
    .u-fs81--sp {
        font-size: 81px;
    }
    .u-fs82--sp {
        font-size: 82px;
    }
    .u-fs83--sp {
        font-size: 83px;
    }
    .u-fs84--sp {
        font-size: 84px;
    }
    .u-fs85--sp {
        font-size: 85px;
    }
    .u-fs86--sp {
        font-size: 86px;
    }
    .u-fs87--sp {
        font-size: 87px;
    }
    .u-fs88--sp {
        font-size: 88px;
    }
    .u-fs89--sp {
        font-size: 89px;
    }
    .u-fs90--sp {
        font-size: 90px;
    }
    .u-fs91--sp {
        font-size: 91px;
    }
    .u-fs92--sp {
        font-size: 92px;
    }
    .u-fs93--sp {
        font-size: 93px;
    }
    .u-fs94--sp {
        font-size: 94px;
    }
    .u-fs95--sp {
        font-size: 95px;
    }
    .u-fs96--sp {
        font-size: 96px;
    }
    .u-fs97--sp {
        font-size: 97px;
    }
    .u-fs98--sp {
        font-size: 98px;
    }
    .u-fs99--sp {
        font-size: 99px;
    }
    .u-fs100--sp {
        font-size: 100px;
    }
}
.u-al-c {
    text-align: center;
}

.u-al-r {
    text-align: right;
}

.u-al-l {
    text-align: left;
}