@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);

@font-face {
    font-family: "icon";
    src: url("/assets/dcms_media/css/fonts3/icon-7553ecfd.eot");
    src: url("/assets/dcms_media/css/fonts3/icon-7553ecfd.eot#iefix")format("eot"), url("/assets/dcms_media/css/fonts3/icon-9bbd0124.woff")format("woff"), url("/assets/dcms_media/css/fonts3/icon-bda95b59.ttf")format("truetype"), url("/assets/dcms_media/css/fonts3/icon-5795b7ec.svg#icon")format("svg");
    font-style: normal;
    font-display: swipe
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 400;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Regular-302a4bdf.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Regular-f6eac53a.woff")format("woff")
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 500;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Medium-99987da0.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Medium-155ae2a4.woff")format("woff")
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 700;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Bold-9cdb4110.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Bold-097e7c13.woff")format("woff")
}

@font-face {
    font-family: "LIFULL Font";
    font-weight: 900;
    src: url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Heavy-16a5ea23.woff2")format("woff2"), url("/assets/dcms_media/css/fonts_lifull/LIFULLFont-Heavy-abb97334.woff")format("woff")
}

.full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    margin: 0 auto !important;
    left: 50% !important
}

.full-width__inner {
    padding: 100px 0 0
}

@media (max-width:768px) {
    .full-width__inner {
        padding: 70px 20px 0 20px
    }
}

.full-width .ttl__wrap {
    font-weight: bold;
    text-align: center
}

.full-width .ttl__wrap+* {
    margin-top: 60px
}

@media (max-width:768px) {
    .full-width .ttl__wrap+* {
        margin-top: 30px
    }
}

.full-width .ttl__wrap h2 {
    font-size: 3.8rem;
    color: #ed6103
}

@media (max-width:768px) {
    .full-width .ttl__wrap h2 {
        font-size: 2.4rem
    }
}

.full-width .ttl__wrap h2.black {
    color: #1f1f1f
}

.full-width .ttl__wrap .small {
    display: block;
    font-size: 3rem;
    color: #1f1f1f
}

@media (max-width:768px) {
    .full-width .ttl__wrap .small {
        font-size: 1.8rem
    }
}

.full-width .ttl__wrap .small.decoration {
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    display: inline-block
}

@media (max-width:768px) {
    .full-width .ttl__wrap .small.decoration {
        line-height: 24px
    }
}

.full-width .ttl__wrap .small.decoration::after,
.full-width .ttl__wrap .small.decoration::before {
    background: url("/assets/dcms_media/other/market001_icon_slash-4b663280.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 30px;
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -20px
}

@media (max-width:768px) {

    .full-width .ttl__wrap .small.decoration::after,
    .full-width .ttl__wrap .small.decoration::before {
        width: 9px;
        height: 26px;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

.full-width .ttl__wrap .small.decoration::after {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: auto;
    right: -20px
}

@media (max-width:768px) {
    .full-width .ttl__wrap .small.decoration::after {
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg)
    }
}

@media (max-width:768px) {

    .full-width .ttl__wrap .small.decoration.sp__long::before,
    .full-width .ttl__wrap .small.decoration.sp__long::after {
        background: url("/assets/dcms_media/other/market001_icon_slash_sp-3eee464b.svg");
        width: 21px;
        height: 42px;
        left: -30px;
        -webkit-transform: inherit;
        transform: inherit
    }

    .full-width .ttl__wrap .small.decoration.sp__long::after {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        left: auto;
        right: -30px
    }
}

.full-width .orange {
    color: #ed6103
}

.row {
    margin: 0
}

@media (max-width:768px) {
    .sp__100vw {
        width: 100vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: relative
    }
}

.mod-header {
    height: 88px;
    border-bottom: none
}

.mod-header .header .logo {
    margin: 28px
}

.mod-header .header .logo img {
    width: 243px
}

@media (max-width:768px) {
    .mod-header .upper {
        background: #fff;
        color: #ed6103
    }

    .mod-header .upper>.categoryName .header__logo_sp,
    .mod-header .mod-header .upper>.categoryName span {
        padding: 9px 11px;
        height: 50px
    }
}

@media (max-width:768px) {
    body.is-visible .mod-nav .navBody {
        height: auto;
        padding-bottom: 0
    }

    body .mod-nav .navBody .serviseLinks {
        margin-bottom: 0
    }

    .mod-header .selectMenuInn .bar,
    .mod-header .selectMenuInn::before,
    .mod-header .selectMenuInn::after {
        background-color: #ed6103
    }

    .mod-header .selectMenu {
        width: 38px
    }

    body .mod-nav .navBody .serviseLinks a {
        border: none
    }

    body .mod-nav .navBody .serviseLinks>li:first-child a {
        border-top: none
    }
}

.mv {
    background: rgb(255, 246, 240);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 246, 240)), to(rgb(252, 229, 215)));
    background: linear-gradient(180deg, rgb(255, 246, 240) 0%, rgb(252, 229, 215) 100%);
    height: 700px
}

@media (max-width:768px) {
    .mv {
        display: contents;
        height: auto
    }
}

.mv__inner {
    max-width: 1060px;
    height: 700px;
    margin: 0 auto;
    padding: 244px 0 60px;
    position: relative;
    z-index: 0
}

@media (max-width:768px) {
    .mv__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 50px 0 0 0
    }
}

.mv__ttl {
    position: relative;
    padding: 27px 27px 32px 43px;
    text-align: center;
    width: 446px
}

@media (max-width:768px) {
    .mv__ttl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 40px);
        margin: 17px 20px;
        padding: 18px 16px
    }
}

.mv__ttl::before,
.mv__ttl::after {
    position: absolute;
    bottom: 0;
    font-family: "icon" !important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #ed6103;
    font-size: 35.2px;
    font-size: 2.2rem
}

@media (max-width:768px) {

    .mv__ttl::before,
    .mv__ttl::after {
        font-size: 1.3rem
    }
}

.mv__ttl::before {
    left: -4px;
    bottom: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mv__ttl::after {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mv__ttl__inner::before,
.mv__ttl__inner::after {
    position: absolute;
    top: 0;
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #ed6103;
    font-size: 35.2px;
    font-size: 2.2rem
}

@media (max-width:768px) {

    .mv__ttl__inner::before,
    .mv__ttl__inner::after {
        font-size: 1.3rem
    }
}

.mv__ttl__inner::before {
    left: 0
}

.mv__ttl__inner::after {
    right: -4px;
    top: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mv__img {
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: -1
}

@media (max-width:768px) {
    .mv__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        right: auto;
        bottom: auto;
        background: rgb(255, 246, 240);
        background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 246, 240)), to(rgb(252, 229, 215)));
        background: linear-gradient(180deg, rgb(255, 246, 240) 0%, rgb(252, 229, 215) 100%);
        width: 100%
    }
}

.mv__img__badge {
    position: absolute;
    top: 65px;
    right: 25px;
    background: url("/assets/dcms_media/other/lp_market001_badge_bg-415341da.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 170px;
    height: 118px;
    text-align: center;
    line-height: 1;
    color: #ed6103;
    font-size: 18px;
    font-weight: 900;

    strong {
        font-size: 56px;
        padding-left: 10px;
    }

    .percent {
        font-weight: 700;
    }

    sup {
        position: relative;
        top: 20px;
        right: 11px;
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .mv__img__badge {
        width: 78px;
        height: 59px;
        right: 18px;
        top: 20px;
        font-size: 10px;

        strong {
            font-size: 24px;
            display: inline-block;
            padding: 2px 0 0 5px;
        }

        sup {
            font-size: 5px;
            top: 8px;
            right: 4px;
        }
    }
}

.mv__ttl__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    gap: 15px
}

@media (max-width:768px) {
    .mv__ttl__tag {
        gap: 8px
    }
}

.mv__ttl__tag li {
    font-size: 2.1rem;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 8px;
    font-weight: bold;
    color: #ed6103;
    line-height: 1
}

@media (max-width:768px) {
    .mv__ttl__tag li {
        font-size: 1.2rem;
        background-color: #FEF5EF
    }
}

.mv__ttl__main {
    font-size: 4.7rem;
    font-weight: bold;
    color: #ed6103;
    margin-top: 3px
}

@media (max-width:768px) {
    .mv__ttl__main {
        font-size: 3rem
    }
}

@media (max-width:320px) {
    .mv__ttl__main {
        font-size: 2.4rem
    }
}

@media (max-width:768px) {
    .promise::before {
        content: "";
        display: block;
        height: 1px;
        width: calc(100% - 40px);
        margin: 0 auto;
        border-bottom: 1px solid #E8E8E8
    }
}

.promise .full-width__inner {
    padding-top: 90px
}

@media (max-width:768px) {
    .promise .full-width__inner {
        padding-top: 18px
    }
}

.promise__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 21px
}

@media (max-width:768px) {
    .promise__list {
        gap: 7px
    }
}

.promise__list__item {
    width: 300px
}

@media (max-width:768px) {
    .promise__list__item {
        width: calc((100% - 14px)/3)
    }

    .promise__list__item:first-child .promise__ttl {
        padding-left: 13px
    }
}

@media (max-width:320px) {
    .promise__list__item:first-child .promise__ttl {
        padding-left: 10px
    }
}

.promise__ttl {
    background-color: #FFF6F0;
    position: relative;
    color: #ed6103;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 24px 30px 24px 19px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .promise__ttl {
        padding: 8px;
        padding-left: 9px
    }
}

@media (max-width:320px) {
    .promise__ttl {
        padding: 6px
    }
}

.promise__ttl__number {
    font-size: 3.2rem
}

@media (max-width:320px) {
    .promise__ttl__number {
        font-size: 2.4rem
    }
}

.promise__ttl__main {
    margin-left: 20px;
    text-align: center;
    display: inline-block;
    width: 100%
}

@media (max-width:768px) {
    .promise__ttl__main {
        font-size: 1.6rem;
        line-height: 1.25;
        margin-left: 5px;
        text-align: left
    }
}

@media (max-width:320px) {
    .promise__ttl__main {
        font-size: 1.4rem
    }
}

.promise__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    padding-top: 13px
}

@media (max-width:768px) {
    .promise__img {
        display: none
    }
}

.solution__list {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 36px
}

@media (max-width:768px) {
    .solution__list {
        font-size: 1.4rem;
        padding: 0
    }
}

.solution__list__wrap {
    background-color: #FFF6F0;
    border-radius: 8px;
    padding: 22px 95px 0;
    position: relative;
    margin: 179px auto 0 !important;
    width: 872px
}

@media (max-width:768px) {
    .solution__list__wrap {
        padding: 24px 20px;
        margin-top: 77px !important;
        width: 100%
    }
}

.solution__list__wrap::before {
    content: "";
    display: block;
    background: url("/assets/dcms_media/image/market001_img_solution_chara-879d5f22.png");
    background-size: contain;
    width: 152px;
    height: 131px;
    position: absolute;
    left: 50%;
    top: -119px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width:768px) {
    .solution__list__wrap::before {
        width: 60px;
        height: 52px;
        top: -47px
    }
}

.solution__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 54px;
    padding-left: 78px;
    position: relative;
    line-height: 1
}

@media (max-width:768px) {
    .solution__list li {
        padding-left: 28px;
        margin-top: 24px;
        line-height: 1.5
    }
}

.solution__list li::before {
    content: "";
    display: block;
    background: url("/assets/dcms_media/other/market001_icon_check-4681e236.svg");
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:768px) {
    .solution__list li::before {
        width: 18px;
        height: 18px
    }
}

.solution__list li:first-child {
    margin-top: 0
}

.feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 21px
}

@media (max-width:768px) {
    .feature__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.feature__list__wrap {
    background-color: #F9F9F9;
    padding: 20px;
    margin: 60px 0
}

@media (max-width:768px) {
    .feature__list__wrap {
        margin: 0
    }
}

.feature__list__item {
    width: calc((100% - 21px)/2);
    background-color: #fff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px
}

@media (max-width:768px) {
    .feature__list__item {
        width: 100%;
        gap: 20px
    }
}

.feature__list__item .img img {
    max-width: inherit;
    width: 60px;
    height: 60px
}

@media (max-width:768px) {
    .feature__list__item .img img {
        width: 50px;
        height: 50px
    }
}

.feature__list__item .text {
    font-size: 1.6rem
}

.adviser .ttl__wrap .read {
    line-height: 1;
    margin-top: 30px
}

@media (max-width:768px) {
    .adviser .ttl__wrap .read {
        line-height: inherit;
        font-size: 1.6rem
    }
}

@media (max-width:768px) {
    .voice .full-width__inner {
        padding-top: 32px
    }
}

@media (max-width:320px) {
    .voice .ttl__wrap .small {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"
    }
}

.voice__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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
}

.voice__ttl .ttl__icon {
    width: 56px;
    height: 56px
}

.voice__ttl h3 {
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 12px
}

@media (max-width:768px) {
    .voice__ttl h3 {
        font-size: 1.6rem
    }
}

.voice__desc {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 30px
}

@media (max-width:768px) {
    .voice__desc {
        text-align: left;
        padding: 0 20px;
        margin-top: 7px
    }
}

.voice__list__wrap {
    background-color: #F9F9F9;
    padding: 36px 34px;
    margin-top: 60px
}

@media (max-width:768px) {
    .voice__list__wrap {
        margin-top: 30px;
        padding: 20px
    }
}

.voice__list__item {
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 4px;
    margin-top: 30px
}

.voice__list__item:first-child {
    margin-top: 0
}

@media (max-width:768px) {
    .voice__list__item {
        margin-top: 16px
    }
}

.voice__list__item .item__ttl__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 2px
}

@media (max-width:768px) {
    .voice__list__item .item__ttl__wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 10px
    }
}

.voice__list__item .item__ttl__wrap .ttl__icon {
    width: 46px;
    height: 46px
}

.voice__list__item .item__ttl__wrap .ttl__main {
    font-size: 1.6rem;
    padding-left: 16px;
    font-weight: bold
}

@media (max-width:768px) {
    .voice__list__item .item__ttl__wrap .ttl__main {
        padding-left: 5px
    }
}

.voice__list__item .item__text {
    font-size: 1.6rem;
    padding-top: 13px
}

.satisfaction__percent {
    position: relative;
    display: inline-block;
    line-height: 1
}

.satisfaction__percent .number {
    font-size: 6rem
}

.satisfaction__percent .percent {
    font-size: 2.4rem
}

.satisfaction__percent sup {
    font-size: 1.6rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px
}

.cv .full-width__inner {
    padding-top: 52px
}

@media (max-width:768px) {
    .cv .full-width__inner {
        padding-top: 24px
    }
}

.cv__wrap {
    margin-top: 60px
}

@media (max-width:768px) {
    .cv__wrap {
        margin-top: 30px
    }
}

.cv__read {
    padding-left: 74px;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    width: 330px;
    margin: 0 auto;
    padding-bottom: 23px
}

@media (max-width:768px) {
    .cv__read {
        width: 267px;
        padding-left: 64px;
        height: 61px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: 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;
        padding-bottom: 0
    }
}

.cv__read::before {
    content: "";
    background: url("/assets/dcms_media/image/market001_img_tel-cta_chara-f6a024e2.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 63px;
    height: 61px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px
}

@media (max-width:768px) {
    .cv .ttl__wrap h2 {
        font-size: 1.6rem
    }

    .cv .satisfaction__note {
        padding: 0 30px
    }
}

.cv__kv {
    background-color: #FFF6F0;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px
}

@media (max-width:768px) {
    .cv__kv {
        margin-top: 15px
    }
}

.cv__kv figure {
    padding-top: 38px;
    margin: 0
}

@media (max-width:768px) {
    .cv__kv figure {
        padding: 20px 15px 0 17px
    }
}

.cv__kv img {
    width: 607px;
    height: auto
}

.cv__tel {
    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;
    margin-top: 30px;
    line-height: 1
}

.cv__tel__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 23px;
    line-height: 1
}

.cv__tel__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 62px;
    line-height: 1
}

.cv__tel__detail a {
    text-decoration: none;
    font-size: 3.6rem;
    font-weight: 700;
    color: #ed6103
}

.cv__tel__type {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ed6103;
    background: #fff;
    border: 1px solid #ed6103;
    border-radius: 10px;
    padding: 9px 9px 8px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1
}

.cv__tel__cauti {
    margin-top: 30px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-right: 0.5em;
    line-height: 1;
    text-align: center
}

.cv__tel__sp {
    text-align: center;
    background: #fff;
    border: 1px solid #a7abad;
    border-radius: 5px;
    padding: 10px 5px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 5px
}

.cv__tel__sp a {
    font-size: 1.8rem;
    text-decoration: none;
    color: #ed6103
}

.cv__tel__sp__label {
    margin-left: 5px;
    padding: 0.4em 0.5em;
    color: #ed6103;
    border: 1px solid #ed6103;
    border-radius: 100px;
    font-size: 1rem
}

.satisfaction__note {
    font-size: 1.4rem;
    margin-top: 30px;
    text-align: center
}

@media (max-width:768px) {
    .satisfaction__note {
        text-align: left;
        padding: 0 10px;
        line-height: 20px
    }
}

.seminar__list {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .seminar__list {
        margin-bottom: 26px
    }
}

.seminar__list__wrap {
    background-color: #F9F9F9;
    padding: 20px 24px 24px;
    border-radius: 4px
}

@media (max-width:768px) {
    .seminar__list__wrap {
        padding: 20px 20px 24px
    }
}

.seminar__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
    gap: 54px;
    padding: 40px;
    border-radius: 4px
}

.seminar__list__item:not(:first-child) {
    margin-top: 20px
}

@media (max-width:768px) {
    .seminar__list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        padding: 24px 20px
    }
}

@media (max-width:768px) {
    .seminar__list__item .item__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px
    }
}

.seminar__list__item .item__img img {
    max-width: inherit;
    width: 460px
}

@media (max-width:768px) {
    .seminar__list__item .item__img img {
        width: 100%
    }
}

@media (max-width:768px) {
    .seminar__list__item .item__text {
        display: contents
    }
}

.seminar__list__item .item__ttl__wrap .ttl__read {
    font-size: 1.5rem;
    font-weight: bold
}

.seminar__list__item .item__ttl__wrap .ttl__main {
    font-size: 2.3rem;
    color: #ed6103;
    font-weight: bold
}

@media (max-width:320px) {
    .seminar__list__item .item__ttl__wrap .ttl__main {
        font-size: 2rem;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"
    }
}

@media (max-width:768px) {
    .seminar__list__item .item__ttl__wrap {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }
}

.seminar__list__item .item__subttl__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px
}

@media (max-width:768px) {
    .seminar__list__item .item__subttl__wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 26px
    }
}

.seminar__list__item .item__subttl__wrap .ttl__main {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ed6103
}

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

@media (max-width:768px) {
    .seminar__list__item .btn {
        margin-top: 30px
    }
}

@media screen and (max-width:355px) {
    .seminar__list__item .btn a {
        min-width: auto;
        max-width: 272px;
        width: 100%
    }
}

@media (max-width:768px) {
    .seminar__feature {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.seminar__feature li {
    font-size: 1.6rem;
    padding-left: 15px;
    position: relative;
    margin-top: 15px
}

@media (max-width:768px) {
    .seminar__feature li {
        padding-left: 13px
    }
}

.seminar__feature li::before {
    content: "";
    display: block;
    background: #ed6103;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0.5em;
    border-radius: 100%
}

@media (max-width:768px) {
    .seminar__bottom__read {
        font-size: 1.6rem;
        line-height: 1.3
    }
}

.faq .full-width__inner {
    padding-bottom: 100px
}

@media (max-width:768px) {
    .faq .full-width__inner {
        padding-bottom: 70px
    }
}

.mod-faq-v2 .contentsHeading {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .contentsHeading {
        font-size: 2rem;
        margin-bottom: 0.5rem
    }
}

.mod-faq-v2 .linktext {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center
}

.mod-faq-v2 .linktext a {
    color: #ed6103
}

.mod-faq-v2 .linktext a:hover {
    text-decoration: none
}

.mod-faq-v2 .contents-wrap {
    background-color: #F9F9F9;
    padding: 40px 35px
}

@media (max-width:768px) {
    .mod-faq-v2 .contents-wrap {
        padding: 20px
    }
}

.mod-faq-v2 .body {
    border-radius: 3px;
    border-bottom: none
}

.mod-faq-v2 .item {
    line-height: 1.4
}

.mod-faq-v2 .item .a,
.mod-faq-v2 .item .q {
    padding: 24px 28px
}

@media screen and (max-width:768px) {

    .mod-faq-v2 .item .a,
    .mod-faq-v2 .item .q {
        padding: 2rem 3rem 2rem 2rem
    }
}

.mod-faq-v2 .item .a a,
.mod-faq-v2 .item .q a {
    color: #ed6103;
    font-weight: bold
}

.mod-faq-v2 .item .a a:hover,
.mod-faq-v2 .item .q a:hover {
    text-decoration: none
}

.mod-faq-v2 .item .q {
    position: relative;
    border: 1px solid #DDD;
    border-bottom: none;
    cursor: pointer;
    background-color: #fff
}

.mod-faq-v2 .item .q.last {
    border-bottom: 1px solid #DDD
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q {
        background: #fff
    }
}

.mod-faq-v2 .item .q:before {
    display: inline-block;
    content: "Q";
    color: #ed6103;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 18px;
    vertical-align: top
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q:before {
        margin-right: 0
    }
}

.mod-faq-v2 .item .q span {
    display: inline-block;
    max-width: 825px;
    vertical-align: top;
    font-size: 1.6rem;
    padding-left: 46px
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q span {
        padding-left: 0.6em;
        width: calc(100% - 30px)
    }
}

.mod-faq-v2 .item .q::after {
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 24px;
    right: 1.8rem;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ed6103;
    border-right: 2px solid #ed6103;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q::after {
        width: 9px;
        height: 9px;
        border-top: 2px solid #ed6103;
        border-right: 2px solid #ed6103
    }
}

.mod-faq-v2 .item .a {
    display: none;
    background: #f9f9f9;
    border-top: 1px solid #ddd
}

.mod-faq-v2 .item .a.last {
    border-top: none
}

.mod-faq-v2 .item .a:before {
    display: inline-block;
    margin-right: 16px;
    margin-right: 1rem;
    content: "A";
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    vertical-align: top
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .a:before {
        margin-right: 0
    }
}

.mod-faq-v2 .item .a p {
    display: inline-block;
    max-width: 766px;
    vertical-align: top;
    font-size: 1.4rem
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .a p {
        padding-left: 0.6em;
        width: calc(100% - 30px)
    }
}

.mod-faq-v2 .item .-active.q::after {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mod-faq-v2 .item.open:last-of-type .q {
    border-bottom: 1px solid #eee
}

.mod-faq-v2 .item .a a[href^="tel:"] {
    text-decoration: none
}

.site-footer__middle__lead {
    max-width: 940px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    background: #F5F5F5;
    font-size: 1.4rem
}

@media (max-width:768px) {
    .site-footer__middle__lead {
        width: calc(100% - 20px);
        margin-top: 10px;
        font-size: 1.2rem;
        padding: 10px;
        text-align: left
    }
}

.mod-securityArea {
    margin: 20px auto 40px
}

@media (max-width:768px) {
    .mod-securityArea {
        border-top: none;
        padding: 0;
        margin: 20px 0 12px
    }
}

.mod-footer {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .mod-footer {
        display: block
    }
}

@media (max-width:768px) {
    .sec-footer {
        border-top: 1px solid #D2D2D2
    }

    .mod-footer .navUtility li a {
        font-weight: bold
    }
}

.mod-footer .logo {
    padding-top: 20px
}

.mod-footer .serviceLinks {
    position: relative;
    margin-top: 10px;
    top: 0
}

.mod-footer .serviceLinks ul {
    width: 500px
}

.mod-footer .serviceLinks li:nth-of-type(5n),
.mod-footer .serviceLinks li:last-child {
    margin-right: 10px
}

.mod-footer .serviceLinks li:nth-of-type(5n):after,
.mod-footer .serviceLinks li:last-child:after {
    content: "";
    display: inline-block;
    border-right: 1px solid #fff;
    height: 10px;
    padding-right: 8px;
    vertical-align: -1px
}

.mod-footer .serviceLinks li:nth-of-type(4n),
.mod-footer .serviceLinks li:last-child {
    margin-right: 0
}

.mod-footer .serviceLinks li:nth-of-type(4n):after,
.mod-footer .serviceLinks li:last-child:after {
    border-right: none;
    display: none
}

.mod-footer .copyright {
    width: 100%;
    font-size: 1.2rem
}

.site-pagetop {
    position: fixed;
    height: 0;
    right: 20px;
    bottom: 85px;
    z-index: 999
}

@media screen and (max-width:768px) {
    .site-pagetop {
        right: 5px;
        bottom: 150px
    }
}

.site-pagetop a {
    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;
    text-decoration: none;
    height: 80px;
    text-indent: -5000px;
    color: #ed6103
}

@media screen and (max-width:768px) {
    .site-pagetop a {
        height: 60px
    }
}

.site-pagetop a:hover::after {
    background-color: #a54402;
    border-color: #a54402;
    color: #fff
}

.site-pagetop a::after {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    border-radius: 25px;
    border: 3px solid #ed6103;
    text-indent: 0;
    font-size: 24px;
    font-size: 2.4rem;
    background: #fff;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease
}

@media screen and (max-width:768px) {
    .site-pagetop a::after {
        border: 2px solid #ed6103;
        width: 46px;
        height: 46px
    }
}

.btn {
    margin-top: 16px
}

.btn>a {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ed6103;
    background: #fff;
    color: #ed6103;
    min-width: 272px;
    font-size: 1.8rem;
    padding: 0.8em 2em;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1.4;
    top: 0
}

.btn>a:hover {
    background: #ed6103;
    color: #fff;
    top: 2px
}

.btn>a::before {
    font-family: "icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    font-size: 16px;
    font-size: 1.6rem
}

.btn-shop>*,
.btn-video>*,
.btn-seminar>*,
.btn-phone>* {
    cursor: pointer;
    display: inline-block;
    background: #0052E8;
    color: #fff;
    min-width: 294px;
    font-size: 1.8rem;
    padding: 0.8em 20px 0.8em 80px;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1;
    top: 0;
    width: 320px;
    height: 64px
}

@media screen and (max-width:768px) {

    .btn-shop>*,
    .btn-video>*,
    .btn-seminar>*,
    .btn-phone>* {
        padding: 1.2em 20px 1.2em 80px;
        font-size: 1.6rem;
        min-width: 100%
    }
}

.btn-shop>*:hover,
.btn-video>*:hover,
.btn-seminar>*:hover,
.btn-phone>*:hover {
    background: #073ACC;
    top: 2px
}

.btn-shop>*:hover .-free,
.btn-video>*:hover .-free,
.btn-seminar>*:hover .-free,
.btn-phone>*:hover .-free {
    background: #0531BA
}

.btn-shop>*::before,
.btn-video>*::before,
.btn-seminar>*::before,
.btn-phone>*::before {
    content: "";
    width: 60px;
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #5A65FF
}

.btn-shop>*::after,
.btn-video>*::after,
.btn-seminar>*::after,
.btn-phone>*::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-shop .-free,
.btn-video .-free,
.btn-seminar .-free,
.btn-phone .-free {
    background: #0A4AD0;
    font-size: 1.2rem !important;
    padding: 5px 6px 3px;
    float: right;
    margin-top: 0;
    border-radius: 5px;
    color: #fff;
    width: 48px;
    text-align: center;
    margin-left: 20px
}

.btn-shop>*::after {
    background: url("/assets/dcms_media/other/common_img_icon_shop-b4a49af7.svg")center center no-repeat;
    background-size: contain
}

.btn-video>*::after {
    background: url("/assets/dcms_media/other/common_img_icon_video-b4b217ba.svg")center center no-repeat;
    background-size: contain
}

.btn-seminar>*::after {
    background: url("/assets/dcms_media/other/common_img_icon_seminar-7052430f.svg")center center no-repeat !important;
    background-size: contain
}

.btn-phone>*::after {
    background: url("/assets/dcms_media/other/common_img_icon_phone-49e21497.svg")center center no-repeat;
    background-size: contain
}

.support_btn .btn-video {
    padding: 5px 20px 5px 10px !important
}

.support_btn .btn-seminar {
    padding: 5px 5px 5px 10px !important
}

.support_btn .btn-phone {
    padding: 5px 5px 5px 10px !important
}

.support_btn .btn-shop>* {
    padding: 24px 15px 24px 102px
}

.support_btn .btn-video>* {
    padding: 24px 15px 24px 76px
}

.support_btn .btn-seminar>* {
    padding: 1.4em 20px 1.3em 80px
}

.support_btn .btn-phone>* {
    padding: 1.4em 20px 1.3em 80px
}

.support_btn .btn-shop>*,
.support_btn .btn-video>*,
.support_btn .btn-seminar>*,
.support_btn .btn-phone>* {
    min-width: 330px;
    height: 70px
}

.support_btn .btn-shop>*:hover,
.support_btn .btn-video>*:hover,
.support_btn .btn-seminar>*:hover,
.support_btn .btn-phone>*:hover {
    background: #073ACC
}

.support_btn .btn-shop>*:hover .-free,
.support_btn .btn-video>*:hover .-free,
.support_btn .btn-seminar>*:hover .-free,
.support_btn .btn-phone>*:hover .-free {
    background: #0531BA
}

.support_btn .btn-shop .-free,
.support_btn .btn-video .-free,
.support_btn .btn-seminar .-free,
.support_btn .btn-phone .-free {
    background: #004AD0;
    font-size: 1.1rem !important;
    width: 34px;
    height: 22px;
    line-height: 1
}

.support_btn .btn-shop>*::before,
.support_btn .btn-video>*::before,
.support_btn .btn-seminar>*::before,
.support_btn .btn-phone>*::before {
    width: 64px;
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #5A65FF
}

.support_txt a {
    color: #1f1f1f
}

@media screen and (max-width:768px) {
    .support_btn .btn-shop>* {
        padding: 22px 15px 24px 80px;
        min-width: 267px;
        width: 267px;
        max-width: 267px;
        font-size: 1.6rem;
        line-height: 1
    }

    .support_btn .btn-video>* {
        padding: 22px 15px 1.3em 56px;
        min-width: 267px;
        width: 267px;
        max-width: 267px;
        font-size: 1.8rem;
        line-height: 1
    }

    .support_btn .btn-seminar>* {
        padding: 22px 15px 1.3em 56px;
        min-width: 267px;
        width: 267px;
        max-width: 267px;
        font-size: 1.8rem
    }

    .support_btn .btn-phone>* {
        padding: 22px 15px 1.3em 80px;
        min-width: 267px;
        width: 267px;
        max-width: 267px;
        font-size: 1.8rem
    }

    .support_btn .btn-shop>*,
    .support_btn .btn-video>*,
    .support_btn .btn-seminar>*,
    .support_btn .btn-phone>* {
        height: 64px
    }

    .support_btn .btn-video .-free {
        margin-left: 0
    }

    .support_btn .btn-seminar .-free {
        margin-left: 0
    }

    .support_btn .btn-shop>*::before,
    .support_btn .btn-video>*::before,
    .support_btn .btn-seminar>*::before,
    .support_btn .btn-phone>*::before {
        width: 56px
    }

    .support_btn .btn-shop>*::after,
    .support_btn .btn-video>*::after,
    .support_btn .btn-seminar>*::after,
    .support_btn .btn-phone>*::after {
        left: 16px
    }

    .support_txt {
        width: 267px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.3rem;
        text-align: left !important
    }
}

.cv-fixed {
    position: fixed !important;
    top: 350px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 0;
    z-index: 100
}

.cv-fixed__btn a {
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    border-radius: 5px 0 0 5px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0052E8;
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cv-fixed__btn a:hover {
    background: #063ACC
}

.cv-fixed__btn a::before {
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    margin-bottom: 5px;
    background: url("/assets/dcms_media/other/img_top_cta_icon_1-3c9eef69.svg")center center no-repeat
}

@media (max-width:768px) {
    .cv-fixed__btn a {
        font-size: 1.5rem;
        height: 50px;
        width: 100%;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        padding: 20px 10px;
        border-radius: 5px;
        font-size: 1.6rem
    }
}

@media (max-width:768px) {
    .cv-fixed__btn {
        width: 268px;
        margin: 0 auto;
        padding: 5px
    }
}

@media (max-width:768px) {
    .cv-fixed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
        flex-flow: inherit;
        top: auto;
        bottom: 0;
        height: auto;
        background: #f2f2f2;
        padding: 10px 5px;
        z-index: 10;
        width: 100%
    }
}

.cv__reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0-15px
}

@media screen and (max-width:768px) {
    .cv__reservation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cv__reservation>* {
    width: 50%;
    padding: 15px
}

@media screen and (max-width:768px) {
    .cv__reservation>* {
        width: 100%
    }
}

.cv__reservation>* a {
    width: 100%
}

@media screen and (max-width:768px) {
    .cv__reservation>.movie {
        padding-top: 5px
    }
}

.cv__reservation__btn {
    text-align: center
}

.cv__reservation__btn a {
    position: relative;
    padding: 0;
    text-align: center;
    height: 70px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0052E8;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0
}

@media screen and (max-width:768px) {
    .cv__reservation__btn a {
        height: 60px;
        width: 100%;
        margin: 0 auto
    }
}

.cv__reservation__btn a:hover {
    top: 2px;
    background: #121ecb
}

.cv__reservation__btn a:before {
    content: "";
    width: 60px;
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #5A65FF
}

@media screen and (max-width:768px) {
    .cv__reservation__btn a:before {
        font-size: 54.4px;
        font-size: 3.4rem;
        width: 60px
    }
}

.cv__reservation__btn a::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cv__reservation__btn a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.3rem;
    margin-top: 1px
}

@media screen and (max-width:900px) {
    .cv__reservation__btn a span {
        font-size: 1.8rem
    }
}

@media screen and (max-width:768px) {
    .cv__reservation__btn a span {
        font-size: 1.8rem;
        line-height: 60px
    }
}

@media screen and (max-width:373px) {
    .cv__reservation__btn a span {
        font-size: 1.6rem
    }
}

.cv__reservation__btn a span.-label {
    padding-top: 0;
    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;
    font-size: 1rem;
    height: 25px;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    border-radius: 5px
}

@media screen and (max-width:768px) {
    .cv__reservation__btn a span.-label {
        background: #004AD0;
        font-size: 1.1rem !important;
        width: 34px
    }
}

.cv__reservation__btn.movie a:before {
    font-family: icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    background-image: url("/assets/dcms_media/other/common_img_icon_video-b4b217ba.svg");
    width: 70px
}

@media screen and (max-width:768px) {

    .cv__reservation__btn a,
    .cv-fixed__btn a {
        background-color: #0052E8
    }

    .cv__reservation__btn a span.-label {
        background-color: #0A4AD0
    }

    .cv__reservation__btn a:hover,
    .cv-fixed__btn a:hover {
        background-color: #073ACC
    }

    .cv__reservation__btn a:hover span.-label {
        background-color: #0531BA
    }

    .cv__reservation__btn.shop a::before {
        content: "";
        background: url("/assets/dcms_media/other/common_img_icon_shop-b4a49af7.svg")center center no-repeat
    }

    .cv__reservation__btn.movie a::before {
        content: "";
        background: url("/assets/dcms_media/other/common_img_icon_video-b4b217ba.svg")center center no-repeat
    }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: 0 !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0 !important
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}

.ui-label {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    padding: 0.3rem 1rem
}

.ui-label-default {
    background-color: #ccc
}

.ui-label-active {
    background-color: #ed6103
}

.ui-label-with {
    display: inline-block
}

.ui-label-with:after {
    display: inline-block;
    content: "〇・"
}

.ui-label-with:last-of-type:after {
    content: "〇"
}

.ui-label-without {
    display: inline-block
}

.ui-label-without:after {
    display: inline-block;
    content: "×・"
}

.ui-label-without:last-of-type:after {
    content: "×"
}

.ui-modal-container {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ui-modal-header {
    background: #ed6103;
    color: #fff;
    position: relative;
    min-height: 50px;
    line-height: 50px
}

.ui-modal-header .title {
    text-align: center;
    margin-right: 50px;
    font-size: 1.8rem;
    font-weight: 400;
    padding-left: 6rem;
    font-weight: 700
}

.ui-modal-close {
    border: 2px solid #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-modal-close span {
    font-weight: 100;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    margin-top: -0.3rem
}

.ui-modal-body {
    padding: 0 1rem 1rem;
    max-height: 60vh;
    overflow-y: scroll
}

@media screen and (max-width:768px) {
    .ui-modal-body {
        max-height: 50vh
    }
}

.note-top {
    padding: 20px 10px
}

@media screen and (max-width:768px) {
    .note-top {
        padding: 20px 0
    }
}

.note-top>p {
    text-align: center
}

@media screen and (max-width:768px) {
    .note-top>p {
        line-height: 1.6;
        font-size: 1.2rem
    }
}

.note-top>p+p {
    margin-top: 1rem
}

.note-top>p a {
    color: #ed6103
}

.ui-modal-footer {
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #bdc8ca
}

.ui-modal-footer a {
    color: #ed6103
}

.ui-modal-footer .ui-btn-sm {
    margin-top: 10px;
    padding: 1rem 3rem;
    font-weight: 400;
    font-size: 1.3rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bdc8ca
}

.ui-modal-footer .ui-btn-sm:hover {
    top: 0
}

.ui-table {
    width: 100%;
    max-width: 100%
}

.ui-table td,
.ui-table th {
    padding: 0.75rem 1rem;
    line-height: 1.4
}

.ui-table th {
    background-color: #f7f7f7;
    font-weight: 400;
    vertical-align: middle;
    text-align: left
}

@media screen and (max-width:768px) {
    .ui-table th {
        vertical-align: top;
        width: 30%
    }
}

.ui-table th a {
    color: #1f1f1f
}

.ui-table-bordered th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 25%
}

.ui-table-bordered td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 75%
}

@media screen and (max-width:768px) {

    .ui-table-bordered td,
    .ui-table-bordered th {
        font-size: 1.4rem
    }
}

.ui-table-bordered td+td,
.ui-table-bordered td+th,
.ui-table-bordered th+td,
.ui-table-bordered th+th {
    border-left: 1px solid #e5e5e5
}

.ui-table-full-bordered td,
.ui-table-full-bordered th {
    border: 1px solid #e5e5e5
}

#modal-shops .access {
    font-size: 1.4rem
}

@media screen and (max-width:768px) {
    #modal-shops .access {
        line-height: 1.6;
        margin: 0.5em 0
    }
}

#modal-shops .shop td {
    position: relative;
    padding-right: 44px
}

#modal-shops .shop address {
    font-style: normal;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 1.4rem
}

#modal-shops .shop .ui-btn {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    color: #ed6103;
    border: 1px solid #bdc8ca;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    background: url("/assets/dcms_media/image/pin-c7fe5df4.png")center center no-repeat #fff;
    background-size: auto 80%;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2)
}

#modal-shops .shop .ui-btn:hover {
    top: 0.9rem;
    -webkit-box-shadow: 0 2px 1px 0 transparent;
    box-shadow: 0 2px 1px 0 transparent
}

#modal-shops .shop .tags {
    font-size: 1.2rem
}

#modal-shops .shop .tags li {
    display: inline-block;
    margin-top: 0.5rem;
    margin-right: 0.5rem
}

#modal-shops .ui-modal-footer .notes {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8
}

.ui-modal .notification p {
    margin-bottom: 1rem
}

.ui-btn-mouse {
    display: inline-block;
    background: #fff;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    padding: 1.2rem 1.8rem;
    border: 1px solid #bdc8ca;
    border-radius: 100px;
    -webkit-box-shadow: 0 1px 2px rgba(132, 132, 132, 0.3);
    box-shadow: 0 1px 2px rgba(132, 132, 132, 0.3);
    text-align: center;
    position: relative;
    font-size: 1.7rem
}

.ui-modal-footer .ui-btn-sm {
    width: auto;
    padding: 1rem 3rem;
    font-weight: 400;
    font-size: 1.3rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bdc8ca;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}

.ui-modal-footer .ui-btn-sm:hover {
    background: #fffe9a;
    color: #ed6103
}

button.lity-close {
    display: none
}

@media screen and (max-width:768px) {
    #modal-shops .modalList {
        padding: 1rem;
        border-bottom: 1px solid #bdc8ca;
        font-size: 1.6rem;
        line-height: 1.5
    }

    #modal-shops .modalList .modalList-title {
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
        color: #ed6103
    }

    #modal-shops .modalList .not-accept-reserve {
        color: #a5a5a5
    }

    #modal-shops .modalList .modalList-body address {
        font-style: normal;
        position: relative;
        margin-bottom: 1rem;
        font-size: 1.4rem
    }

    #modal-shops .modalList .modalList-body .buttons {
        border-spacing: 0
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        table-layout: auto;
        table-layout: initial;
        width: 100%
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner a[class*=btn-] {
        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
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-another {
        margin-right: 5px;
        padding: 1.2rem 0.5rem;
        border: 1px solid #bfcacc;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
        background: #fff;
        text-decoration: none;
        font-weight: 700;
        text-align: center
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-another.shop-datail {
        width: 33%;
        color: #1f1f1f
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-another.map {
        width: 20%;
        color: #1f1f1f
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation {
        margin-right: 0;
        padding: 1.2rem 5.7rem 1.2rem 0.5rem;
        width: 47%;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background: #2c3af6;
        position: relative
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.not-accept-reserve {
        background: #a5a5a5;
        color: #fff
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.not-accept-reserve span {
        background: #dadada;
        color: #a5a5a5
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.disabled {
        background: #ebebeb;
        color: #a5a5a5;
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation.disabled span {
        background: #dadada
    }

    #modal-shops .modalList .modalList-body .buttons .buttonsInner .btn-consultation span {
        display: inline-block;
        margin-left: 0.2rem;
        width: 40px;
        height: 24px;
        border-radius: 5px;
        font-size: 1.4rem;
        vertical-align: middle;
        font-weight: 400;
        line-height: 24px;
        background: #0e15a8;
        position: absolute;
        right: 1.2rem;
        bottom: 1.2rem
    }

    #modal-shops .ui-modal-footer .ui-btn-sm {
        padding: 1rem
    }

    .ui-modal-header {
        background: #ed6103;
        color: #fff;
        position: relative;
        min-height: 50px;
        line-height: 50px
    }

    .ui-modal-header .title {
        text-align: center;
        margin-right: 50px;
        padding-left: 40px;
        font-size: 1.8rem
    }

    .ui-modal-close {
        border: 1px solid #fff;
        border-radius: 2px;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 1rem;
        top: 1rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        padding: 0;
        color: #fff;
        font-style: normal;
        font-family: Arial, Baskerville, monospace;
        line-height: 30px;
        background: 0 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .ui-modal-scroll {
        max-height: calc(90vh - 90px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .ui-modal-footer {
        text-align: center;
        padding: 1rem;
        border-radius: 0 0 5px 5px
    }

    .ui-modal-container {
        background: #fff
    }

    .modalList-body a {
        color: #ed6103
    }

    button.lity-close {
        display: none
    }

    .lity-wrap {
        padding: 10px
    }

    .btn-consultation.prg-add-param.inquire_link {
        text-decoration: none
    }

    .ui-modal .notification {
        padding: 20px 0
    }

    .ui-modal .notification p {
        text-align: center;
        font-size: 1.4rem
    }

    .ui-modal .notification p a {
        color: #ed6103
    }

    .ui-btn-sm {
        border: 1px solid #bdc8ca;
        border-radius: 4px;
        padding: 0.5rem;
        background: #fff;
        text-align: center;
        position: relative;
        font-size: 1.7rem;
        width: auto;
        -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2)
    }

    #modal-shop-1 {
        border-top: 1px solid #bdc8ca
    }
}

.ui-modal .notification {
    padding: 20px;
    text-align: center;
    margin: auto
}

.ui-modal .notification a {
    color: #ed6103
}

.ui-modal .notification a[href^="tel:"] {
    text-decoration: none;
    font-weight: bold
}

#modal-shops .modal-pref-anchor {
    background-color: #f9f9f9
}

#modal-shops .modal-pref-anchor .area-list-box {
    width: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0 10px
}

#modal-shops .modal-pref-anchor .area-list-box .area-list {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    width: 140px;
    height: 39px;
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    text-decoration: none;
    white-space: nowrap;
    text-align: center
}

#modal-shops .modal-pref-anchor .area-list-box .area-list a {
    display: block;
    color: #1f1f1f;
    line-height: 39px;
    text-decoration: none;
    padding-left: 26px
}

#modal-shops .modal-pref-anchor .area-list-box .area-list h3 {
    font-size: 14px;
    font-weight: 700;
    text-align: left
}

#modal-shops .modal-pref-anchor .area-list-box .area-list h3 .arrow::after {
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 14px;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    border-radius: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#modal-shops .shops-pref-heading {
    text-align: center;
    padding: 30px 0 20px
}

#modal-shops .shops-pref-heading .heading {
    font-size: 24px;
    font-weight: 700;
    display: inline-block
}

#modal-shops .shops-pref-heading .subheading {
    font-size: 18px
}

#modal-shops .shops-pref-heading .subheading .homes-color {
    color: #ed6103
}

.ui-icon-blank-window:before,
.ui-icon-heart:before,
.ui-icon-mail:before,
.ui-icon-map-marker:before,
.ui-icon-tel:before,
.ui-icon-zoom:before,
[data-icon]:before {
    display: inline-block;
    font-family: homes;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

#modal-shops .modal-pref-anchor .area-list-box::after {
    content: "";
    display: block;
    width: 140px
}

@media screen and (max-width:768px) {
    #modal-shops .modalList {
        padding: 1rem;
        border-bottom: 1px solid #bdc8ca;
        font-size: 1.6rem;
        line-height: 1.5
    }

    #modal-shops .modal-pref-anchor .area-list-box {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #modal-shops .modal-pref-anchor .area-list-box {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #modal-shops .modal-pref-anchor .area-list-box {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #modal-shops .modal-pref-anchor .area-list-box .area-list a {
        padding-left: 0
    }

    #modal-shops .modal-pref-anchor .area-list-box .area-list h3 {
        text-align: center
    }

    #modal-shops .modal-pref-anchor .area-list-box .area-list {
        width: 48%;
        margin-bottom: 3%
    }

    #modal-shops .modal-pref-anchor .area-list-box::after {
        width: 48%;
        margin-bottom: 3%
    }
}

@media screen and (max-width:768px) {
    .Date__lock {
        opacity: 0.4
    }
}