@charset "utf-8";

/* 汎用パーツ */
.marg-top--none {
    margin-top: 0 !important;
}
.marg-top--1em {
    margin-top: 1em !important;
}
.marg-top--2em {
    margin-top: 2em !important;
}
.marg-bottom--none {
    margin-bottom: 0 !important;
}
.marg-left--none {
    margin-left: 0 !important;
}

.pad-top--none {
    padding-top: 0 !important;
}
.pad-top--1em {
    padding-top: 1em !important;
}
.pad-bottom--none {
    padding-bottom: 0 !important;
}
.pad-bottom--1em {
    padding-bottom: 1em !important;
}
.pad-left--1em {
    padding-left: 1em !important;
}


/* テキストパーツ */
.text--center {
    text-align: center;
}
.text--right {
    text-align: right;
}
.text--speech {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 2rem auto 1rem;
    font-size: 1.1rem;
}
.text--speech:before,
.text--speech:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 1.5rem;
    background: #000;
}
.text--speech:before {
    left: 0;
    transform: rotate(-40deg);
}
.text--speech:after {
    right: 0;
    transform: rotate(40deg);
}
.text--bold {
    font-weight: bold;
}
.text--lead {
    font-size: 1.05rem;
    font-weight: bold;
}


/* リンクパーツ */
a.link__type:link {
    color: #FF5192;
    text-decoration: underline;
}
a.link__type:visited {
    color: #4682B4;
    text-decoration: underline;
}
a.link__type:hover {
    color: #FF5192;
    text-decoration:none;
}
a.link__type:active {
    color: #FF5192;
    text-decoration:none;
}


/* ボタンパーツ(既存設定に追加) */
.mla-l1-f-i-btn {
    background-color: #FFD5EC;
}

.mla-l1-f-i-btn:hover {
    background-color: #FF82B2;
}


/* アコーディオンパーツ(既存設定に追加) */
.vb-acc-area {
    margin-top: 1em;
}


/* リストパーツ */
.list-wrap {
    margin: 1em 0 0 0;
}

.unorder-list{
    padding: 0;
    list-style: none;
    font-size: 0.9375rem;
}
.unorder-list > li {
    position: relative;
    list-style: none;
    padding-left: 1.2em;
}
.unorder-list > li:before {
    content: "";
    position: absolute;
    top: .42em;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #FF5192;
    border-radius: 50%;
}
.unorder-list__nest > *:first-child,
.unorder-list__nest > section:first-child > *:first-child,
.unorder-list__nest > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
}
.unorder-list__nest > *:last-child {
    margin-bottom: 0 !important;
}

.order-list{
    padding: 0;
    list-style: none;
    font-size: 0.9375rem;
}
.order-list > li {
    position: relative;
    list-style: none;
    padding-left: 2.5em;
}
.order-list__mark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #FF5192;
    color: #FFFFFF;
    font-family: Arial;
    text-align: center;
}
.order-list__nest > *:first-child,
.order-list__nest > section:first-child > *:first-child,
.order-list__nest > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
}
.order-list__nest > *:last-child {
    margin-bottom: 0 !important;
}

.note-list{
    padding: 0;
    list-style: none;
    font-size: 0.9375rem;
}
.note-list > li {
    position: relative;
    list-style: none;
    padding-left: 1.3em;
}
.note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.note-list__nest > *:first-child,
.note-list__nest > section:first-child > *:first-child,
.note-list__nest > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
}
.note-list__nest > *:last-child {
    margin-bottom: 0 !important;
}

.link-list{
    padding: 0;
    list-style: none;
    font-size: 0.9375rem;
}
.link-list > li {
    position: relative;
    list-style: none;
    padding-left: 1.2em;
}
.link-list > li:before {
    content: "";
    position: absolute;
    top: .45em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #FF5192;
    border-right: 1px solid #FF5192;
}
.link-list__nest > *:first-child,
.link-list__nest > section:first-child > *:first-child,
.link-list__nest > [class^=list-wrap] > *:first-child {
    margin-top: 0 !important;
}
.link-list__nest > *:last-child {
    margin-bottom: 0 !important;
}


/* ボックスパーツ */
.box-wrap {
    margin: 3em 0 1em;
    background-color: #ffe9f5;
}
.box__title {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1rem;
    color: #FF5192;
}
.box__inner {
    margin-top: 1em;
    font-size: 0.9375rem;
}


/* タブパーツ */
.vt-item:hover {
    background: #FF5192;
}
.vt-item-active {
    background: #FF5192;
    color: #fff;
}

.vt-v2-item {
    width: 32%;
    background: #e6e6e6;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #000;
    font-weight: bold;
    box-sizing: border-box;
    padding: 13px;
    font-size: 1rem;
    transition: all .3s;
    cursor: pointer;
}
.vc-v2-item {
    width: 49.5%;
    background: #f2f2f2;
    border-radius: 20px 20px 0 0;
}
.vt-v2-item-active {
    background: #FF5192;
    color: #fff;
}
.visa-borad-v2 {
    width: 100%;
    position: relative;
    display: none;
}
.visa-borad-v2-on {
    display: block;
}


/* モーダルパーツ */
.modal__trigger {
    cursor: pointer;
}
.modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}
.modal__layer {
    height: 100%;
    background: rgba(50, 50, 50, .85);
}
.modal__container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
}
.modal__inner {
    position: relative;
    padding: 30px 20px;
}
.modal__close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FF5192;
    cursor: pointer;
    transition: opacity .6s;
}
.modal__close:hover {
    opacity: .6;
}
.modal__close:before,
.modal__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    content: '';
}
.modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__inner .mla-l1-f-i-btn {
    margin-top: 20px;
    width: 70%;
    max-width: 350px;
    min-width: 250px;
}


/* SP */
@media screen and (max-width:768px) {

    /* テキストパーツ */
    .text--speech {
        padding: 0 1rem;
    }


    /* リストパーツ */
    .unorder-list > li:first-child {
        margin-top: 0;
    }
    .unorder-list > li {
        margin: 0.8em 0 0;
    }
    .unorder-list__nest {
        margin: .3em 0 0;
    }

    .order-list > li:first-child {
        margin-top: 0;
    }
    .order-list > li {
        margin: 0.8em 0 0;
    }
    .order-list__mark {
        min-width: 22.5px;
        height: 22.5px;
        font-weight: 700;
        line-height: 22.5px;
    }
    .order-list__nest {
        margin: .3em 0 0;
    }

    .note-list > li:first-child {
        margin-top: 0;
    }
    .note-list > li {
        margin: 0.8em 0 0;
    }
    .note-list__nest {
        margin: .3em 0 0;
    }

    .link-list > li:first-child {
        margin-top: 0;
    }
    .link-list > li {
        margin: 0.8em 0 0;
    }
    .link-list__nest {
        margin: .3em 0 0;
    }


    /* ボックスパーツ */
    .box-wrap {
        padding: 1em;
    }

    
    /* モーダルパーツ */
    .modal__container {
        width: 90%;
        max-height: 70vh;
    }
}


/* PC */
@media screen and (min-width:769px) {

    /* テキストパーツ */
    .text--speech {
        padding: 0 2rem;
    }


    /* リストパーツ */
    .unorder-list > li:first-child {
        margin-top: 0;
    }
    .unorder-list > li {
        margin: 1em 0 0;
    }
    .unorder-list__nest {
        margin: .5em 0 0;
    }

    .order-list > li:first-child {
        margin-top: 0;
    }
    .order-list > li {
        margin: 1em 0 0;
    }
    .order-list__mark {
        min-width: 24px;
        height: 24px;
        font-weight: 700;
        line-height: 24px;
    }
    .order-list__nest {
        margin: .5em 0 0;
    }

    .note-list > li:first-child {
        margin-top: 0;
    }
    .note-list > li {
        margin: 1em 0 0;
    }
    .note-list__nest {
        margin: .5em 0 0;
    }

    .link-list > li:first-child {
        margin-top: 0;
    }
    .link-list > li {
        margin: 1em 0 0;
    }
    .link-list__nest {
        margin: .5em 0 0;
    }


    /* ボックスパーツ */
    .box-wrap {
        padding: 1.5em;
    }


    /* モーダルパーツ */
    .modal__container {
        width: 80%;
        max-width: 700px;
        max-height: 90vh;
    }
}