@charset "UTF-8";

/* base.cssに追加 */
[class*="up-z-"] {
    position: relative;
}

.list-inner {
    width: 100%;
    height: 100%;
}

.no-opacity a:hover {
    opacity: 1;
}

.img img {
    width: 100%;
    text-align: center;
}

.up-lst-disc {
    padding-left: 30px;
}

.up-text-vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.up-text-horizonal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

.up-w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.up-ls-1 {
    letter-spacing: 1px;
}

.up-ls-2 {
    letter-spacing: 2px;
}

.up-ls-3 {
    letter-spacing: 3px;
}

.up-ls-4 {
    letter-spacing: 4px;
}

.up-ls-5 {
    letter-spacing: 5px;
}

.up-lh-1 {
    line-height: 1;
}

.up-lh-2 {
    line-height: 2;
}

.up-lh-3 {
    line-height: 3;
}

.up-lh-4 {
    line-height: 4;
}

.up-lh-5 {
    line-height: 5;
}

.up-lh-1vw {
    line-height: 1vw;
}

.up-lh-2vw {
    line-height: 2vw;
}

.up-lh-3vw {
    line-height: 3vw;
}

.up-lh-4vw {
    line-height: 4vw;
}

.up-lh-5vw {
    line-height: 5vw;
}

.up-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.up-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.up-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.up-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.up-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.up-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.up-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.up-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.up-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.up-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.gothic {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fz-exsmall {
    font-size: 50%;
}

.fz-small {
    font-size: 70%;
}

.fz-large {
    font-size: 120%;
}

.fz-exlarge {
    font-size: 150%;
}

input,
textarea,
select {
    font-size: 16px !important;
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    cursor: pointer;
}

.mobile-only,
.sp-only {
    display: none;
}

@media (max-width: 1024px) {
    .up-text-vertical\@tb {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .up-text-horizonal\@tb {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .up-w-fit\@tb {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .up-ls-1\@tb {
        letter-spacing: 1px;
    }

    .up-ls-2\@tb {
        letter-spacing: 2px;
    }

    .up-ls-3\@tb {
        letter-spacing: 3px;
    }

    .up-ls-4\@tb {
        letter-spacing: 4px;
    }

    .up-ls-5\@tb {
        letter-spacing: 5px;
    }

    .up-lh-1\@tb {
        line-height: 1;
    }

    .up-lh-2\@tb {
        line-height: 2;
    }

    .up-lh-3\@tb {
        line-height: 3;
    }

    .up-lh-4\@tb {
        line-height: 4;
    }

    .up-lh-5\@tb {
        line-height: 5;
    }

    .up-order-1\@tb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .up-order-2\@tb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .up-order-3\@tb {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .up-order-4\@tb {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .up-order-5\@tb {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .up-order-6\@tb {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .up-order-7\@tb {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .up-order-8\@tb {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .up-order-9\@tb {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .up-order-10\@tb {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .fz-exsmall\@tb {
        font-size: 50%;
    }

    .fz-small\@tb {
        font-size: 70%;
    }

    .fz-large\@tb {
        font-size: 120%;
    }

    .fz-exlarge\@tb {
        font-size: 150%;
    }

    .mobile-only {
        display: block;
    }
}

@media (max-width: 599px) {
    .up-text-vertical\@sp {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .up-text-horizonal\@sp {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .up-w-fit\@sp {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .up-ls-1\@sp {
        letter-spacing: 1px;
    }

    .up-ls-2\@sp {
        letter-spacing: 2px;
    }

    .up-ls-3\@sp {
        letter-spacing: 3px;
    }

    .up-ls-4\@sp {
        letter-spacing: 4px;
    }

    .up-ls-5\@sp {
        letter-spacing: 5px;
    }

    .up-lh-1\@sp {
        line-height: 1;
    }

    .up-lh-2\@sp {
        line-height: 2;
    }

    .up-lh-3\@sp {
        line-height: 3;
    }

    .up-lh-4\@sp {
        line-height: 4;
    }

    .up-lh-5\@sp {
        line-height: 5;
    }

    .up-order-1\@sp {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .up-order-2\@sp {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .up-order-3\@sp {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .up-order-4\@sp {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .up-order-5\@sp {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .up-order-6\@sp {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .up-order-7\@sp {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .up-order-8\@sp {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .up-order-9\@sp {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .up-order-10\@sp {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .fz-exsmall\@sp {
        font-size: 50%;
    }

    .fz-small\@sp {
        font-size: 70%;
    }

    .fz-large\@sp {
        font-size: 120%;
    }

    .fz-exlarge\@sp {
        font-size: 150%;
    }

    .sp-only {
        display: block;
    }
}

/* 汎用css */
.square {
    position: relative;
}

.square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.centering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.centering.-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.noinner500-right {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
}

.noinner500-left {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.noinner600-right {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
}

.noinner600-left {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}

.infinity {
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.infinity-left {
    margin-left: -999rem;
    padding-left: 999rem;
}

.infinity-right {
    margin-right: -999rem;
    padding-right: 999rem;
}

.bg-cont {
    position: relative;
    z-index: 2;
}

.bg-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-img.-height-auto {
    height: auto;
}

.bg-img.-height-100\% {
    height: 100%;
}

.bg-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.bg-img.-position-left img {
    -o-object-position: top left;
    object-position: top left;
}

.bg-img.-half {
    height: 50%;
}

.bg-img.-top {
    top: 0;
}

.bg-img.-center {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
}

.bg-img.-bottom {
    top: auto;
    bottom: 0;
}

.bg-img.-full {
    height: 100%;
}

.bg-parent {
    position: relative;
}

.bg-parent.-height90\% .bg-img {
    height: calc(100% - 100px);
}

.shadow-box-black {
    -webkit-box-shadow: 0px 0px 15px -5px black;
    box-shadow: 0px 0px 15px -5px black;
}

.shadow-box-white {
    -webkit-box-shadow: 0px 0px 15px -5px white;
    box-shadow: 0px 0px 15px -5px white;
}

.shadow-text-black {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.shadow-text-white {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

.tel a {
    letter-spacing: 1px;
    white-space: nowrap;
}

.tel-item a {
    padding-left: 1.5em;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
}

.tel-item a::before {
    content: "\f879";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.address.-icon {
    padding-left: 1.5em;
    position: relative;
}

.address.-icon::before {
    content: "\f3c5";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 120%;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
}

.underline-text {
    text-decoration: underline;
}

.underline-link a {
    color: #333;
    text-decoration: underline;
}

.underline-link.-colored a {
    color: #333;
}

@media (max-width: 1024px) {
    .bg-img.-height-auto\@tb {
        height: auto;
    }

    .bg-img.-half\@tb {
        height: 50%;
    }

    .bg-img.-top\@tb {
        top: 0;
    }

    .bg-img.-center\@tb {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
    }

    .bg-img.-bottom\@tb {
        top: auto;
        bottom: 0;
    }

    .bg-img.-full\@tb {
        height: 100%;
    }
}

@media (max-width: 599px) {
    .tel-item a {
        font-size: 24px;
    }

    .bg.-img.-height-auto\@sp {
        height: auto;
    }

    .bg.-img.-half\@sp {
        height: 50%;
    }

    .bg.-img.-top\@sp {
        top: 0;
    }

    .bg.-img.-center\@sp {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
    }

    .bg.-img.-bottom\@sp {
        top: auto;
        bottom: 0;
    }

    .bg.-img.-full\@sp {
        height: 100%;
    }
}

[class*="radius"] {
    overflow: hidden;
}

.radius5 {
    border-radius: 5px;
}

.radius10 {
    border-radius: 10px;
}

.radius15 {
    border-radius: 15px;
}

.radius20 {
    border-radius: 20px;
}

.radius25 {
    border-radius: 25px;
}

.radius30 {
    border-radius: 30px;
}

@media (max-width: 1024px) {
    .radius5\@tb {
        border-radius: 5px;
    }

    .radius10\@tb {
        border-radius: 10px;
    }

    .radius15\@tb {
        border-radius: 15px;
    }

    .radius20\@tb {
        border-radius: 20px;
    }

    .radius25\@tb {
        border-radius: 25px;
    }

    .radius30\@tb {
        border-radius: 30px;
    }
}

@media (max-width: 599px) {
    .radius5\@sp {
        border-radius: 5px;
    }

    .radius10\@sp {
        border-radius: 10px;
    }

    .radius15\@sp {
        border-radius: 15px;
    }

    .radius20\@sp {
        border-radius: 20px;
    }

    .radius25\@sp {
        border-radius: 25px;
    }

    .radius30\@sp {
        border-radius: 30px;
    }
}

/*  negative margin  */
.minus-mt0\% {
    margin-top: -0%;
}

.minus-mt5\% {
    margin-top: -5%;
}

.minus-mt10\% {
    margin-top: -10%;
}

.minus-mt15\% {
    margin-top: -15%;
}

.minus-mt20\% {
    margin-top: -20%;
}

.minus-mt25\% {
    margin-top: -25%;
}

.minus-mt30\% {
    margin-top: -30%;
}

.minus-mt35\% {
    margin-top: -35%;
}

.minus-mt40\% {
    margin-top: -40%;
}

.minus-mt45\% {
    margin-top: -45%;
}

.minus-mt50\% {
    margin-top: -50%;
}

.minus-ml0\% {
    margin-left: -0%;
}

.minus-ml5\% {
    margin-left: -5%;
}

.minus-ml10\% {
    margin-left: -10%;
}

.minus-ml15\% {
    margin-left: -15%;
}

.minus-ml20\% {
    margin-left: -20%;
}

.minus-ml25\% {
    margin-left: -25%;
}

.minus-ml30\% {
    margin-left: -30%;
}

.minus-ml35\% {
    margin-left: -35%;
}

.minus-ml40\% {
    margin-left: -40%;
}

.minus-ml45\% {
    margin-left: -45%;
}

.minus-ml50\% {
    margin-left: -50%;
}

.minus-mr0\% {
    margin-right: -0%;
}

.minus-mr5\% {
    margin-right: -5%;
}

.minus-mr10\% {
    margin-right: -10%;
}

.minus-mr15\% {
    margin-right: -15%;
}

.minus-mr20\% {
    margin-right: -20%;
}

.minus-mr25\% {
    margin-right: -25%;
}

.minus-mr30\% {
    margin-right: -30%;
}

.minus-mr35\% {
    margin-right: -35%;
}

.minus-mr40\% {
    margin-right: -40%;
}

.minus-mr45\% {
    margin-right: -45%;
}

.minus-mr50\% {
    margin-right: -50%;
}

@media (max-width: 1024px) {
    .minus-mt0\%\@tb {
        margin-top: -0%;
    }

    .minus-mt5\%\@tb {
        margin-top: -5%;
    }

    .minus-mt10\%\@tb {
        margin-top: -10%;
    }

    .minus-mt15\%\@tb {
        margin-top: -15%;
    }

    .minus-mt20\%\@tb {
        margin-top: -20%;
    }

    .minus-mt25\%\@tb {
        margin-top: -25%;
    }

    .minus-mt30\%\@tb {
        margin-top: -30%;
    }

    .minus-mt35\%\@tb {
        margin-top: -35%;
    }

    .minus-mt40\%\@tb {
        margin-top: -40%;
    }

    .minus-mt45\%\@tb {
        margin-top: -45%;
    }

    .minus-mt50\%\@tb {
        margin-top: -50%;
    }

    .minus-ml0\%\@tb {
        margin-left: -0%;
    }

    .minus-ml5\%\@tb {
        margin-left: -5%;
    }

    .minus-ml10\%\@tb {
        margin-left: -10%;
    }

    .minus-ml15\%\@tb {
        margin-left: -15%;
    }

    .minus-ml20\%\@tb {
        margin-left: -20%;
    }

    .minus-ml25\%\@tb {
        margin-left: -25%;
    }

    .minus-ml30\%\@tb {
        margin-left: -30%;
    }

    .minus-ml35\%\@tb {
        margin-left: -35%;
    }

    .minus-ml40\%\@tb {
        margin-left: -40%;
    }

    .minus-ml45\%\@tb {
        margin-left: -45%;
    }

    .minus-ml50\%\@tb {
        margin-left: -50%;
    }

    .minus-mr0\%\@tb {
        margin-right: -0%;
    }

    .minus-mr5\%\@tb {
        margin-right: -5%;
    }

    .minus-mr10\%\@tb {
        margin-right: -10%;
    }

    .minus-mr15\%\@tb {
        margin-right: -15%;
    }

    .minus-mr20\%\@tb {
        margin-right: -20%;
    }

    .minus-mr25\%\@tb {
        margin-right: -25%;
    }

    .minus-mr30\%\@tb {
        margin-right: -30%;
    }

    .minus-mr35\%\@tb {
        margin-right: -35%;
    }

    .minus-mr40\%\@tb {
        margin-right: -40%;
    }

    .minus-mr45\%\@tb {
        margin-right: -45%;
    }

    .minus-mr50\%\@tb {
        margin-right: -50%;
    }
}

@media (max-width: 599px) {
    .minus-mt0\%\@sp {
        margin-top: -0%;
    }

    .minus-mt5\%\@sp {
        margin-top: -5%;
    }

    .minus-mt10\%\@sp {
        margin-top: -10%;
    }

    .minus-mt15\%\@sp {
        margin-top: -15%;
    }

    .minus-mt20\%\@sp {
        margin-top: -20%;
    }

    .minus-mt25\%\@sp {
        margin-top: -25%;
    }

    .minus-mt30\%\@sp {
        margin-top: -30%;
    }

    .minus-mt35\%\@sp {
        margin-top: -35%;
    }

    .minus-mt40\%\@sp {
        margin-top: -40%;
    }

    .minus-mt45\%\@sp {
        margin-top: -45%;
    }

    .minus-mt50\%\@sp {
        margin-top: -50%;
    }

    .minus-ml0\%\@sp {
        margin-left: -0%;
    }

    .minus-ml5\%\@sp {
        margin-left: -5%;
    }

    .minus-ml10\%\@sp {
        margin-left: -10%;
    }

    .minus-ml15\%\@sp {
        margin-left: -15%;
    }

    .minus-ml20\%\@sp {
        margin-left: -20%;
    }

    .minus-ml25\%\@sp {
        margin-left: -25%;
    }

    .minus-ml30\%\@sp {
        margin-left: -30%;
    }

    .minus-ml35\%\@sp {
        margin-left: -35%;
    }

    .minus-ml40\%\@sp {
        margin-left: -40%;
    }

    .minus-ml45\%\@sp {
        margin-left: -45%;
    }

    .minus-ml50\%\@sp {
        margin-left: -50%;
    }

    .minus-mr0\%\@sp {
        margin-right: -0%;
    }

    .minus-mr5\%\@sp {
        margin-right: -5%;
    }

    .minus-mr10\%\@sp {
        margin-right: -10%;
    }

    .minus-mr15\%\@sp {
        margin-right: -15%;
    }

    .minus-mr20\%\@sp {
        margin-right: -20%;
    }

    .minus-mr25\%\@sp {
        margin-right: -25%;
    }

    .minus-mr30\%\@sp {
        margin-right: -30%;
    }

    .minus-mr35\%\@sp {
        margin-right: -35%;
    }

    .minus-mr40\%\@sp {
        margin-right: -40%;
    }

    .minus-mr45\%\@sp {
        margin-right: -45%;
    }

    .minus-mr50\%\@sp {
        margin-right: -50%;
    }
}

/*  column-count  */
.column-1 {
    -webkit-column-count: 1;
    column-count: 1;
}

.column-2 {
    -webkit-column-count: 2;
    column-count: 2;
}

.column-3 {
    -webkit-column-count: 3;
    column-count: 3;
}

.column-4 {
    -webkit-column-count: 4;
    column-count: 4;
}

.column-5 {
    -webkit-column-count: 5;
    column-count: 5;
}

.column-6 {
    -webkit-column-count: 6;
    column-count: 6;
}

.column-7 {
    -webkit-column-count: 7;
    column-count: 7;
}

.column-8 {
    -webkit-column-count: 8;
    column-count: 8;
}

.column-9 {
    -webkit-column-count: 9;
    column-count: 9;
}

.column-10 {
    -webkit-column-count: 10;
    column-count: 10;
}

.column-gap-5 {
    -webkit-column-gap: 5px;
    column-gap: 5px;
}

.column-gap-10 {
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

.column-gap-15 {
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.column-gap-20 {
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.column-gap-25 {
    -webkit-column-gap: 25px;
    column-gap: 25px;
}

.column-gap-30 {
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-35 {
    -webkit-column-gap: 35px;
    column-gap: 35px;
}

.column-gap-40 {
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.column-gap-45 {
    -webkit-column-gap: 45px;
    column-gap: 45px;
}

.column-gap-50 {
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.column-none {
    -webkit-column-count: auto;
    column-count: auto;
}

[class*="column-"]>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

@media (max-width: 1024px) {
    .column-1\@tb {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .column-2\@tb {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .column-3\@tb {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .column-4\@tb {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .column-5\@tb {
        -webkit-column-count: 5;
        column-count: 5;
    }

    .column-6\@tb {
        -webkit-column-count: 6;
        column-count: 6;
    }

    .column-gap-5\@tb {
        -webkit-column-gap: 5px;
        column-gap: 5px;
    }

    .column-gap-10\@tb {
        -webkit-column-gap: 10px;
        column-gap: 10px;
    }

    .column-gap-15\@tb {
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }

    .column-gap-20\@tb {
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }

    .column-gap-25\@tb {
        -webkit-column-gap: 25px;
        column-gap: 25px;
    }

    .column-gap-30\@tb {
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

    .column-gap-35\@tb {
        -webkit-column-gap: 35px;
        column-gap: 35px;
    }

    .column-gap-40\@tb {
        -webkit-column-gap: 40px;
        column-gap: 40px;
    }

    .column-gap-45\@tb {
        -webkit-column-gap: 45px;
        column-gap: 45px;
    }

    .column-gap-50\@tb {
        -webkit-column-gap: 50px;
        column-gap: 50px;
    }

    .column-none\@tb {
        -webkit-column-count: auto;
        column-count: auto;
    }
}

@media (max-width: 599px) {
    .column-1 \@sp {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .column-2 \@sp {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .column-3 \@sp {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .column-4 \@sp {
        -webkit-column-count: 4;
        column-count: 4;
    }

    .column-5 \@sp {
        -webkit-column-count: 5;
        column-count: 5;
    }

    .column-6 \@sp {
        -webkit-column-count: 6;
        column-count: 6;
    }

    .column-gap-5\@sp {
        -webkit-column-gap: 5px;
        column-gap: 5px;
    }

    .column-gap-10\@sp {
        -webkit-column-gap: 10px;
        column-gap: 10px;
    }

    .column-gap-15\@sp {
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }

    .column-gap-20\@sp {
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }

    .column-gap-25\@sp {
        -webkit-column-gap: 25px;
        column-gap: 25px;
    }

    .column-gap-30\@sp {
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }

    .column-gap-35\@sp {
        -webkit-column-gap: 35px;
        column-gap: 35px;
    }

    .column-gap-40\@sp {
        -webkit-column-gap: 40px;
        column-gap: 40px;
    }

    .column-gap-45\@sp {
        -webkit-column-gap: 45px;
        column-gap: 45px;
    }

    .column-gap-50\@sp {
        -webkit-column-gap: 50px;
        column-gap: 50px;
    }

    .column-none\@sp {
        -webkit-column-count: auto;
        column-count: auto;
    }
}

/*  sectionの余白  */
.section-large {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-middle {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-mini {
    padding-top: 15px;
    padding-bottom: 15px;
}

[class*="section-"].-only-top {
    padding-bottom: 0;
}

[class*="section-"].-only-bottom {
    padding-top: 0;
}

@media (max-width: 1024px) {
    .section-large {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .section-middle {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-small {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    [class*="section-"].-only-top\@tb {
        padding-bottom: 0;
    }

    [class*="section-"].-only-bottom\@tb {
        padding-top: 0;
    }
}

@media (max-width: 599px) {
    .section-large {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section-middle {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-small {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    [class*="section-"].-only-top\@sp {
        padding-bottom: 0;
    }

    [class*="section-"].-only-bottom\@sp {
        padding-top: 0;
    }
}

/*  余白（margin）  */
.space-v5>.space+.space {
    margin-top: 5px;
}

.space-v10>.space+.space {
    margin-top: 10px;
}

.space-v15>.space+.space {
    margin-top: 15px;
}

.space-v20>.space+.space {
    margin-top: 20px;
}

.space-v25>.space+.space {
    margin-top: 25px;
}

.space-v30>.space+.space {
    margin-top: 30px;
}

.space-v35>.space+.space {
    margin-top: 35px;
}

.space-v40>.space+.space {
    margin-top: 40px;
}

.space-v45>.space+.space {
    margin-top: 45px;
}

.space-v50>.space+.space {
    margin-top: 50px;
}

.space-v55>.space+.space {
    margin-top: 55px;
}

.space-v60>.space+.space {
    margin-top: 60px;
}

.space-v65>.space+.space {
    margin-top: 65px;
}

.space-v70>.space+.space {
    margin-top: 70px;
}

.space-v75>.space+.space {
    margin-top: 75px;
}

.space-v80>.space+.space {
    margin-top: 80px;
}

.space-v85>.space+.space {
    margin-top: 85px;
}

.space-v90>.space+.space {
    margin-top: 90px;
}

.space-v95>.space+.space {
    margin-top: 95px;
}

.space-v100>.space+.space {
    margin-top: 100px;
}

.space-v105>.space+.space {
    margin-top: 105px;
}

.space-v110>.space+.space {
    margin-top: 110px;
}

.space-v115>.space+.space {
    margin-top: 115px;
}

.space-v120>.space+.space {
    margin-top: 120px;
}

.space-v125>.space+.space {
    margin-top: 125px;
}

.space-v130>.space+.space {
    margin-top: 130px;
}

.space-v135>.space+.space {
    margin-top: 135px;
}

.space-v140>.space+.space {
    margin-top: 140px;
}

.space-v145>.space+.space {
    margin-top: 145px;
}

.space-v150>.space+.space {
    margin-top: 150px;
}

.space-h5>.space+.space {
    margin-left: 5px;
}

.space-h10>.space+.space {
    margin-left: 10px;
}

.space-h15>.space+.space {
    margin-left: 15px;
}

.space-h20>.space+.space {
    margin-left: 20px;
}

.space-h25>.space+.space {
    margin-left: 25px;
}

.space-h30>.space+.space {
    margin-left: 30px;
}

.space-h35>.space+.space {
    margin-left: 35px;
}

.space-h40>.space+.space {
    margin-left: 40px;
}

.space-h45>.space+.space {
    margin-left: 45px;
}

.space-h50>.space+.space {
    margin-left: 50px;
}

.space-h55>.space+.space {
    margin-left: 55px;
}

.space-h60>.space+.space {
    margin-left: 60px;
}

.space-h65>.space+.space {
    margin-left: 65px;
}

.space-h70>.space+.space {
    margin-left: 70px;
}

.space-h75>.space+.space {
    margin-left: 75px;
}

.space-h80>.space+.space {
    margin-left: 80px;
}

.space-h85>.space+.space {
    margin-left: 85px;
}

.space-h90>.space+.space {
    margin-left: 90px;
}

.space-h95>.space+.space {
    margin-left: 95px;
}

.space-h100>.space+.space {
    margin-left: 100px;
}

.space-h105>.space+.space {
    margin-left: 105px;
}

.space-h110>.space+.space {
    margin-left: 110px;
}

.space-h115>.space+.space {
    margin-left: 115px;
}

.space-h120>.space+.space {
    margin-left: 120px;
}

.space-h125>.space+.space {
    margin-left: 125px;
}

.space-h130>.space+.space {
    margin-left: 130px;
}

.space-h135>.space+.space {
    margin-left: 135px;
}

.space-h140>.space+.space {
    margin-left: 140px;
}

.space-h145>.space+.space {
    margin-left: 145px;
}

.space-h150>.space+.space {
    margin-left: 150px;
}

.space-v0>.space+.space {
    margin-top: 0;
}

.space-h0>.space+.space {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .space-v5\@tb>.space+.space {
        margin-top: 5px;
    }

    .space-v10\@tb>.space+.space {
        margin-top: 10px;
    }

    .space-v15\@tb>.space+.space {
        margin-top: 15px;
    }

    .space-v20\@tb>.space+.space {
        margin-top: 20px;
    }

    .space-v25\@tb>.space+.space {
        margin-top: 25px;
    }

    .space-v30\@tb>.space+.space {
        margin-top: 30px;
    }

    .space-v35\@tb>.space+.space {
        margin-top: 35px;
    }

    .space-v40\@tb>.space+.space {
        margin-top: 40px;
    }

    .space-v45\@tb>.space+.space {
        margin-top: 45px;
    }

    .space-v50\@tb>.space+.space {
        margin-top: 50px;
    }

    .space-v55\@tb>.space+.space {
        margin-top: 55px;
    }

    .space-v60\@tb>.space+.space {
        margin-top: 60px;
    }

    .space-v65\@tb>.space+.space {
        margin-top: 65px;
    }

    .space-v70\@tb>.space+.space {
        margin-top: 70px;
    }

    .space-v75\@tb>.space+.space {
        margin-top: 75px;
    }

    .space-v80\@tb>.space+.space {
        margin-top: 80px;
    }

    .space-v85\@tb>.space+.space {
        margin-top: 85px;
    }

    .space-v90\@tb>.space+.space {
        margin-top: 90px;
    }

    .space-v95\@tb>.space+.space {
        margin-top: 95px;
    }

    .space-v100\@tb>.space+.space {
        margin-top: 100px;
    }

    .space-v105\@tb>.space+.space {
        margin-top: 105px;
    }

    .space-v110\@tb>.space+.space {
        margin-top: 110px;
    }

    .space-v115\@tb>.space+.space {
        margin-top: 115px;
    }

    .space-v120\@tb>.space+.space {
        margin-top: 120px;
    }

    .space-v125\@tb>.space+.space {
        margin-top: 125px;
    }

    .space-v130\@tb>.space+.space {
        margin-top: 130px;
    }

    .space-v135\@tb>.space+.space {
        margin-top: 135px;
    }

    .space-v140\@tb>.space+.space {
        margin-top: 140px;
    }

    .space-v145\@tb>.space+.space {
        margin-top: 145px;
    }

    .space-v150\@tb>.space+.space {
        margin-top: 150px;
    }

    .space-h5\@tb>.space+.space {
        margin-left: 5px;
    }

    .space-h10\@tb>.space+.space {
        margin-left: 10px;
    }

    .space-h15\@tb>.space+.space {
        margin-left: 15px;
    }

    .space-h20\@tb>.space+.space {
        margin-left: 20px;
    }

    .space-h25\@tb>.space+.space {
        margin-left: 25px;
    }

    .space-h30\@tb>.space+.space {
        margin-left: 30px;
    }

    .space-h35\@tb>.space+.space {
        margin-left: 35px;
    }

    .space-h40\@tb>.space+.space {
        margin-left: 40px;
    }

    .space-h45\@tb>.space+.space {
        margin-left: 45px;
    }

    .space-h50\@tb>.space+.space {
        margin-left: 50px;
    }

    .space-h55\@tb>.space+.space {
        margin-left: 55px;
    }

    .space-h60\@tb>.space+.space {
        margin-left: 60px;
    }

    .space-h65\@tb>.space+.space {
        margin-left: 65px;
    }

    .space-h70\@tb>.space+.space {
        margin-left: 70px;
    }

    .space-h75\@tb>.space+.space {
        margin-left: 75px;
    }

    .space-h80\@tb>.space+.space {
        margin-left: 80px;
    }

    .space-h85\@tb>.space+.space {
        margin-left: 85px;
    }

    .space-h90\@tb>.space+.space {
        margin-left: 90px;
    }

    .space-h95\@tb>.space+.space {
        margin-left: 95px;
    }

    .space-h100\@tb>.space+.space {
        margin-left: 100px;
    }

    .space-h105\@tb>.space+.space {
        margin-left: 105px;
    }

    .space-h110\@tb>.space+.space {
        margin-left: 110px;
    }

    .space-h115\@tb>.space+.space {
        margin-left: 115px;
    }

    .space-h120\@tb>.space+.space {
        margin-left: 120px;
    }

    .space-h125\@tb>.space+.space {
        margin-left: 125px;
    }

    .space-h130\@tb>.space+.space {
        margin-left: 130px;
    }

    .space-h135\@tb>.space+.space {
        margin-left: 135px;
    }

    .space-h140\@tb>.space+.space {
        margin-left: 140px;
    }

    .space-h145\@tb>.space+.space {
        margin-left: 145px;
    }

    .space-h150\@tb>.space+.space {
        margin-left: 150px;
    }

    .space-v0\@tb>.space+.space {
        margin-top: 0;
    }

    .space-h0\@tb>.space+.space {
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    .space-v5\@sp>.space+.space {
        margin-top: 5px;
    }

    .space-v10\@sp>.space+.space {
        margin-top: 10px;
    }

    .space-v15\@sp>.space+.space {
        margin-top: 15px;
    }

    .space-v20\@sp>.space+.space {
        margin-top: 20px;
    }

    .space-v25\@sp>.space+.space {
        margin-top: 25px;
    }

    .space-v30\@sp>.space+.space {
        margin-top: 30px;
    }

    .space-v35\@sp>.space+.space {
        margin-top: 35px;
    }

    .space-v40\@sp>.space+.space {
        margin-top: 40px;
    }

    .space-v45\@sp>.space+.space {
        margin-top: 45px;
    }

    .space-v50\@sp>.space+.space {
        margin-top: 50px;
    }

    .space-v55\@sp>.space+.space {
        margin-top: 55px;
    }

    .space-v60\@sp>.space+.space {
        margin-top: 60px;
    }

    .space-v65\@sp>.space+.space {
        margin-top: 65px;
    }

    .space-v70\@sp>.space+.space {
        margin-top: 70px;
    }

    .space-v75\@sp>.space+.space {
        margin-top: 75px;
    }

    .space-v80\@sp>.space+.space {
        margin-top: 80px;
    }

    .space-v85\@sp>.space+.space {
        margin-top: 85px;
    }

    .space-v90\@sp>.space+.space {
        margin-top: 90px;
    }

    .space-v95\@sp>.space+.space {
        margin-top: 95px;
    }

    .space-v100\@sp>.space+.space {
        margin-top: 100px;
    }

    .space-v105\@sp>.space+.space {
        margin-top: 105px;
    }

    .space-v110\@sp>.space+.space {
        margin-top: 110px;
    }

    .space-v115\@sp>.space+.space {
        margin-top: 115px;
    }

    .space-v120\@sp>.space+.space {
        margin-top: 120px;
    }

    .space-v125\@sp>.space+.space {
        margin-top: 125px;
    }

    .space-v130\@sp>.space+.space {
        margin-top: 130px;
    }

    .space-v135\@sp>.space+.space {
        margin-top: 135px;
    }

    .space-v140\@sp>.space+.space {
        margin-top: 140px;
    }

    .space-v145\@sp>.space+.space {
        margin-top: 145px;
    }

    .space-v150\@sp>.space+.space {
        margin-top: 150px;
    }

    .space-h5\@sp>.space+.space {
        margin-left: 5px;
    }

    .space-h10\@sp>.space+.space {
        margin-left: 10px;
    }

    .space-h15\@sp>.space+.space {
        margin-left: 15px;
    }

    .space-h20\@sp>.space+.space {
        margin-left: 20px;
    }

    .space-h25\@sp>.space+.space {
        margin-left: 25px;
    }

    .space-h30\@sp>.space+.space {
        margin-left: 30px;
    }

    .space-h35\@sp>.space+.space {
        margin-left: 35px;
    }

    .space-h40\@sp>.space+.space {
        margin-left: 40px;
    }

    .space-h45\@sp>.space+.space {
        margin-left: 45px;
    }

    .space-h50\@sp>.space+.space {
        margin-left: 50px;
    }

    .space-h55\@sp>.space+.space {
        margin-left: 55px;
    }

    .space-h60\@sp>.space+.space {
        margin-left: 60px;
    }

    .space-h65\@sp>.space+.space {
        margin-left: 65px;
    }

    .space-h70\@sp>.space+.space {
        margin-left: 70px;
    }

    .space-h75\@sp>.space+.space {
        margin-left: 75px;
    }

    .space-h80\@sp>.space+.space {
        margin-left: 80px;
    }

    .space-h85\@sp>.space+.space {
        margin-left: 85px;
    }

    .space-h90\@sp>.space+.space {
        margin-left: 90px;
    }

    .space-h95\@sp>.space+.space {
        margin-left: 95px;
    }

    .space-h100\@sp>.space+.space {
        margin-left: 100px;
    }

    .space-h105\@sp>.space+.space {
        margin-left: 105px;
    }

    .space-h110\@sp>.space+.space {
        margin-left: 110px;
    }

    .space-h115\@sp>.space+.space {
        margin-left: 115px;
    }

    .space-h120\@sp>.space+.space {
        margin-left: 120px;
    }

    .space-h125\@sp>.space+.space {
        margin-left: 125px;
    }

    .space-h130\@sp>.space+.space {
        margin-left: 130px;
    }

    .space-h135\@sp>.space+.space {
        margin-left: 135px;
    }

    .space-h140\@sp>.space+.space {
        margin-left: 140px;
    }

    .space-h145\@sp>.space+.space {
        margin-left: 145px;
    }

    .space-h150\@sp>.space+.space {
        margin-left: 150px;
    }

    .space-v0\@sp>.space+.space {
        margin-top: 0;
    }

    .space-h0\@sp>.space+.space {
        margin-left: 0;
    }
}

/*  レイアウト  */
.cross-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.parallel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.parallel.-jc-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.parallel.-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.parallel.-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parallel.-rowr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .cross.-rowr\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@tb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 599px) {
    .cross.-rowr\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

/* float */
.up-fl-left {
    float: left;
}

.up-fl-right {
    float: right;
}

.up-fl-none {
    float: none;
}

.up-flc-left {
    clear: left;
}

.up-flc-rigjt {
    clear: right;
}

.up-flc-both {
    clear: both;
}

.float-box {
    display: block;
}

.float-box::before,
.float-box:after {
    content: "";
    display: block;
    clear: both;
}

.float-box .float-box-img {
    float: right;
}

.float-box .float-box-title {
    float: left;
}

.float-box .float-box-content {
    float: left;
}

.float-box-alternate .float-box:nth-of-type(odd) .float-box-img {
    float: right;
}

.float-box-alternate .float-box:nth-of-type(odd) .float-box-title {
    float: left;
}

.float-box-alternate .float-box:nth-of-type(odd) .float-box-content {
    float: left;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box.-rowr:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box.-rowr:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box.-rowr:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box.-rowr:nth-of-type(even) .float-box-img {
    float: right;
}

.float-box.-rowr:nth-of-type(even) .float-box-title {
    float: left;
}

.float-box.-rowr:nth-of-type(even) .float-box-content {
    float: left;
}

@media (max-width: 1024px) {
    .up-fl-left\@tb {
        float: left;
    }

    .up-fl-right\@tb {
        float: right;
    }

    .up-fl-none\@tb {
        float: none;
    }

    .up-flc-left\@tb {
        clear: left;
    }

    .up-flc-rigjt\@tb {
        clear: right;
    }

    .up-flc-both\@tb {
        clear: both;
    }
}

@media (max-width: 599px) {
    .up-fl-left\@sp {
        float: left;
    }

    .up-fl-right\@sp {
        float: right;
    }

    .up-fl-none\@sp {
        float: none;
    }

    .up-flc-left\@sp {
        clear: left;
    }

    .up-flc-rigjt\@sp {
        clear: right;
    }

    .up-flc-both\@sp {
        clear: both;
    }
}

/* hamburger overlay */
.hamburger {
    display: none;
}

@media (max-width: 1024px) {
    .hamburger {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: fixed;
        top: 10px;
        left: -40px;
    }

    .hamburger a,
    .hamburger:hover,
    .hamburger:focus {
        opacity: 1;
    }

    .menu-trigger {
        width: 100%;
        height: 100%;
        display: inline-block;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: relative;
    }

    .menu-trigger span {
        width: 100%;
        height: 1px;
        display: inline-block;
        border-top: 2px solid white;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        left: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 50%;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .active .menu-trigger {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .active .menu-trigger span {
        width: 137%;
        border-top: 2px solid white;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

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

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}

@media (max-width: 1024px) {
    .menu-trigger span {
        border-top: 2px solid #333;
    }
}

@media (max-width: 599px) {
    .hamburger {
        top: 10px;
        left: -40px;
    }
}

/* A-BiSUスライダー */
.uk-slidenav-position {
    height: 100%;
}

.uk-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 40%;
}

.uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.uk-slideshow li>div {
    height: 100% !important;
}

.uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav .uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-position-bottom {
    bottom: -30px;
}

@media (max-width: 1024px) {
    .uk-slideshow::after {
        padding-top: 60%;
    }
}

@media (max-width: 599px) {
    .uk-slideshow::after {
        padding-top: 90%;
    }
}

/* title */
[class*="title"].-mb-large {
    margin-bottom: 80px;
}

[class*="title"].-mb-middle {
    margin-bottom: 50px;
}

[class*="title"].-mb-small {
    margin-bottom: 30px;
}

[class*="title"].-mb-exsmall {
    margin-bottom: 10px;
}

[class*="title"].-mb-0 {
    margin-bottom: 0;
}

[class*="title"].-ta-center {
    text-align: center;
}

[class*="title"].-ta-left {
    text-align: left;
}

[class*="title"].-ta-right {
    text-align: right;
}

@media (max-width: 1024px) {
    [class*="title"].-mb-large\@tb {
        margin-bottom: 80px;
    }

    [class*="title"].-mb-middle\@tb {
        margin-bottom: 50px;
    }

    [class*="title"].-mb-small\@tb {
        margin-bottom: 30px;
    }

    [class*="title"].-mb-exsmall\@tb {
        margin-bottom: 10px;
    }

    [class*="title"].-mb-0\@tb {
        margin-bottom: 0;
    }

    [class*="title"].-ta-center\@tb {
        text-align: center;
    }

    [class*="title"].-ta-left\@tb {
        text-align: left;
    }

    [class*="title"].-ta-right\@tb {
        text-align: right;
    }
}

@media (max-width: 599px) {
    [class*="title"].-mb-large\@sp {
        margin-bottom: 80px;
    }

    [class*="title"].-mb-middle\@sp {
        margin-bottom: 50px;
    }

    [class*="title"].-mb-small\@sp {
        margin-bottom: 30px;
    }

    [class*="title"].-mb-exsmall\@sp {
        margin-bottom: 10px;
    }

    [class*="title"].-mb-0\@sp {
        margin-bottom: 0;
    }

    [class*="title"].-ta-center\@sp {
        text-align: center;
    }

    [class*="title"].-ta-left\@sp {
        text-align: left;
    }

    [class*="title"].-ta-right\@sp {
        text-align: right;
    }
}

/* button */
[class^="mores"].-w-100\% {
    width: 100%;
    max-width: 100%;
}

[class^="mores"].-mt-0 {
    margin-top: 0;
}

[class^="mores"].-mt-exsmall {
    margin-top: 10px;
}

[class^="mores"].-mt-small {
    margin-top: 30px;
}

[class^="mores"].-mt-middle {
    margin-top: 50px;
}

[class^="mores"].-mt-large {
    margin-top: 80px;
}

[class^="mores"].-center {
    margin-left: auto;
    margin-right: auto;
}

[class^="mores"].-left {
    margin-left: 0;
    margin-right: auto;
}

[class^="mores"].-right {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1024px) {
    [class^="mores"].-w-100\%\@tb {
        width: 100%;
        max-width: 100%;
    }

    [class^="mores"].-mt-0\@tb {
        margin-top: 0;
    }

    [class^="mores"].-mt-small\@tb {
        margin-top: 30px;
    }

    [class^="mores"].-mt-middle\@tb {
        margin-top: 50px;
    }

    [class^="mores"].-mt-large\@tb {
        margin-top: 80px;
    }

    [class^="mores"].-center\@tb {
        margin-left: auto;
        margin-right: auto;
    }

    [class^="mores"].-left\@tb {
        margin-left: 0;
    }

    [class^="mores"].-right\@tb {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    [class^="mores"].-w-100\%\@sp {
        width: 100%;
        max-width: 100%;
    }

    [class^="mores"].-mt-0\@sp {
        margin-top: 0;
    }

    [class^="mores"].-mt-small\@sp {
        margin-top: 30px;
    }

    [class^="mores"].-mt-middle\@sp {
        margin-top: 50px;
    }

    [class^="mores"].-mt-large\@sp {
        margin-top: 80px;
    }

    [class^="mores"].-center\@sp {
        margin-left: auto;
        margin-right: auto;
    }

    [class^="mores"].-left\@sp {
        margin-left: 0;
        margin-right: auto;
    }

    [class^="mores"].-right\@sp {
        margin-left: auto;
        margin-right: 0;
    }
}

/* list */
.list-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flat>dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-flat>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
}

.list-flat.-fix_w.-large>dt {
    width: 40%;
}

.list-flat.-fix_w.-middle>dt {
    width: 35%;
}

.list-flat.-fix_w.-small>dt {
    width: 25%;
}

.list-flat.list-colon dd {
    margin-left: 0;
}

.list-colon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-colon>dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1em;
    position: relative;
}

.list-colon>dt::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.list-colon>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-indent {
    margin-left: 1em;
}

.list-indent li {
    text-indent: -1em;
}

.list-asterisk li {
    padding-left: 1.5em;
    position: relative;
}

.list-asterisk li::before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check li {
    padding-left: 2em;
    font-size: 20px;
    position: relative;
}

.list-check li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #333;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
}

.list-check li+li {
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .list-flat.-fix_w.-large>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-middle>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-small>dt {
        width: 100%;
    }

    .list-flat>dd {
        margin-left: 15px;
    }

    .list-check li {
        padding-left: 1.5em;
        font-size: 18px;
    }

    .list-check li::before {
        font-size: 20px;
    }

    .list-check li+li {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .list-flat.-fix_w.-large>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-middle>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-small>dt {
        width: 100%;
    }

    .list-flat>dd {
        margin-left: 10px;
    }

    .list-check li {
        font-size: 16px;
    }

    .list-check li::before {
        font-size: 18px;
    }
}

/* nav */
nav {
    overflow: hidden;
}

nav:hover {
    overflow: visible;
}

nav .mobile-nav-info .logo {
    display: none;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-list>li a,
.nav-list>li span {
    display: block;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list>li a:hover,
.nav-list>li span:hover {
    opacity: 0.5;
    cursor: pointer;
}

.megamenu-btn {
    position: relative;
}

.megamenu-btn::after {
    content: "";
    width: 150%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: -25%;
    z-index: 1;
}

.megamenu-box {
    width: 100%;
    height: auto;
    visibility: hidden;
    margin: auto;
    background-color: #333;
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.megamenu-box-list {
    width: 1200px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto;
}

.megamenu-box-list li {
    width: calc((100% - 80px) / 4);
    margin: 10px;
}

.megamenu-box-list li a {
    height: 100%;
    display: block;
    padding: 30px 10px;
    text-align: center;
    background-color: white;
}

.megamenu-box-list li a .megamenu-box-list-icon {
    width: 70%;
    display: block;
    margin: 15px auto;
    padding: 0;
}

.megamenu-menu {
    overflow: hidden;
}

.megamenu-menu:hover {
    overflow: visible;
}

.megamenu-menu:hover .megamenu-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dropdown-btn {
    position: relative;
}

.dropdown-btn::after {
    content: "";
    width: 150%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: -25%;
    z-index: 1;
}

.dropdown-box {
    width: 300px;
    height: auto;
    visibility: hidden;
    margin: 30px auto 0;
    padding: 30px 20px;
    background-color: #333;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: -150px;
    right: -150px;
    z-index: 2;
}

.dropdown-box::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
}

.dropdown-box::after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown-box-list a {
    color: white;
}

.dropdown-menu {
    overflow: hidden;
    position: relative;
}

.dropdown-menu:hover {
    overflow: visible;
}

.dropdown-menu:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1024px) {
    nav {
        width: 65%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: visible;
        background-color: white;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: fixed;
        top: 0;
        right: -65%;
        z-index: 20;
    }

    nav .mobile-nav-info .logo {
        width: 100%;
        display: block;
        margin: auto;
        padding: 20px;
    }

    nav .mobile-nav-info .header-address {
        display: block;
        text-align: center;
    }

    .active nav {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    .nav-list {
        width: 100%;
        height: auto;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 10px 50px;
    }

    .nav-list li>a,
    .nav-list li>span {
        display: block;
        padding: 5px 10px;
    }

    .nav-list li .dropdown-box-list li a,
    .nav-list li .dropdown-box-list li span {
        padding-left: 1.5em;
    }

    .megamenu-btn::before {
        content: "\f103";
        display: inline-block;
        margin: auto;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        color: #333;
        line-height: 1;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .megamenu-btn::after {
        display: none;
    }

    .megamenu-btn.action::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .megamenu-box {
        visibility: visible;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .megamenu-box-list {
        width: 90%;
        margin: 10px auto;
    }

    .megamenu-box-list li {
        width: 100%;
        margin: 0;
    }

    .megamenu-box-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 10px;
        font-size: 15px;
        text-align: left;
    }

    .megamenu-box-list li a .megamenu-box-list-icon {
        width: 15%;
    }

    .megamenu-box-list li a .megamenu-box-list-title {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px;
    }

    .dropdown-box {
        width: 100%;
        visibility: visible;
        margin-top: 0;
        padding: 15px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .dropdown-box::before,
    .dropdown-boxafter {
        display: none;
    }

    .dropdown-box-list a,
    .dropdown-box-list span {
        color: inherit;
        position: relative;
    }

    .dropdown-box-list a::before,
    .dropdown-box-list span::before {
        content: "└";
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 0;
    }
}

@media (max-width: 599px) {
    nav {
        width: 80%;
        right: -80%;
    }

    .nav-list {
        padding: 20px;
    }
}

.breadcrumbs {
    padding: 30px 0;
}

.breadcrumbs-list li {
    display: inline;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home {
    font-weight: bold;
    color: #333;
}

.breadcrumbs-list li+li::before {
    content: "\f105";
    display: inline-block;
    margin: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs li+li::before {
        margin: 0 5px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }
}

.pager {
    width: 100%;
    margin: 50px 0;
}

.pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list li {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.pager-list li a,
.pager-list li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 20px;
    line-height: 1;
    border-radius: 5px;
    position: relative;
}

.pager-list li a a:hover,
.pager-list li .now a:hover {
    color: inherit;
    background-color: #333;
    opacity: 1;
}

.pager-list li a:focus,
.pager-list li .now:focus {
    outline: none;
}

.pager-list li a:hover,
.pager-list li .now {
    color: white;
    background-color: #333;
    opacity: 1;
}

.pager-list .arrow a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pager-list .arrow.-prev a::before {
    content: "\f053";
}

.pager-list .arrow.-next a::before {
    content: "\f054";
}

@media (max-width: 1024px) {
    .pager {
        margin: 30px 0;
    }

    .pager-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pager-list li {
        margin: 0 5px;
    }
}

/* icon */
/* icon */
[class^="icon-"]::before {
    content: "";
    display: inline-block;
    line-height: 1;
}

[class^="icon-fa-brands"]::before {
    font-family: "Font Awesome 5 Brands";
}

[class^="icon-fa-free"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-fa-brands-facebook::before {
    content: "\f082";
}

.icon-fa-brands-instagram::before {
    content: "\f16d";
}

.icon-fa-brands-line::before {
    content: "\f3c0";
}

.icon-fa-free-map::before {
    content: "\f3c5";
}

.icon-fa-free-cal::before {
    content: "\f073";
}

.icon-fa-free-contact::before {
    content: "\f1d8";
}

/* table */
table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable {
    width: 100%;
}

.scroll-hint-icon {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50% !important;
    z-index: 1;
}

.table-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}

.note {
    margin: 5px 0;
    font-size: 10px;
}

.note.-right {
    text-align: right;
}

.must {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 15px;
    font-size: 14px;
    color: white;
    line-height: 1.2;
    background-color: #333;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-item dt,
.contact-item dd {
    padding: 15px;
}

.contact-item dt {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-item dt .text-wrap {
    display: block;
}

.contact-item dt .text-wrap span {
    display: block;
}

.contact-item dt .text-wrap .sub {
    font-family: "Montserrat", sans-serif;
    font-size: 80%;
}

.contact-item dt .must {
    margin-left: 10px;
}

.contact-item dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 15px 10px;
    outline: none;
    border: none;
    background-color: #eee;
}

.contact-item dd textarea {
    min-height: 200px;
}

.contact-item dd.radiobtn label {
    display: inline-block;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-item dd.radiobtn label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-item dd.radiobtn label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-item dd.radiobtn input {
    display: none;
}

.contact-item dd.radiobtn input:checked+label {
    text-decoration: underline;
}

.contact-item dd.radiobtn input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #333;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: -3px;
    left: 2px;
}

.contact-item dd.radiobtn input+label {
    margin-left: 15px;
}

.contact-item dd .code-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 10px;
}

.contact-item dd .code-wrap span {
    display: inline-block;
}

.contact-item dd .code-wrap .input-code3 {
    width: 150px;
    max-width: 40%;
}

.contact-item dd .code-wrap .input-code4 {
    width: 200px;
    max-width: 50%;
}

.contact-item dd .code-wrap .hyphen {
    margin: 0 5px;
}

.contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.contact-btns li {
    margin-left: 30px;
    margin-right: 30px;
}

.contact-btns li button {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .contact-item dt,
    .contact-item dd {
        width: 100%;
        padding: 10px;
    }

    .contact-item dt {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contact-item dd.radiobtn label {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-btns {
        margin-top: 30px;
    }

    .contact-btns li {
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 599px) {
    .contact-item dd {
        padding-top: 0;
    }

    .contact-item dd.radiobtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-item dd.radiobtn label {
        margin-bottom: 20px;
    }

    .contact-item+.contact-item {
        margin-top: 10px;
    }

    .contact-btns li {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* custom conetents */
.two-line,
.three-line {
    display: block;
}

.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 599px) {
    .category span {
        font-size: 12px;
    }
}
