@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

* {
    box-sizing: border-box;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
    margin: 0;
    padding: 0;
}

figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul,
li {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    text-decoration: none;
    color: unset;
}

@font-face {
    font-family: YuGothM;
    src: url(../fonts/YuGothM_0.ttc);
}

@font-face {
    font-family: YuGothB;
    src: url(../fonts/YuGothB.ttc);
}

@font-face {
    font-family: Braisetto-M;
    src: url(../fonts/Braisetto-Bold.otf);
}

@font-face {
    font-family: Hiragino Sans;
    src: url(../fonts/Hiragino-Sans.otf);
}

@font-face {
    font-family: DIN Alternate;
    src: url(../fonts/DINAlternate-Bold.ttf);
}

@font-face {
    font-family: Noto Sans JP;
    src: url(../fonts/Noto-Sans-JP.otf);
}

@font-face {
    font-family: Futura;
    src: url(../fonts/Futura.ttf);
}

html,
body {
    margin: 0;
    scroll-behavior: smooth;
    background: white;
    line-height: 1.75;
}

.is-pc {
    display: block;
}

@media screen and (max-width: 960px) {
    .is-pc {
        display: none;
    }
}

.is-sp {
    display: none;
}

@media screen and (max-width: 960px) {
    .is-sp {
        display: block;
    }
}

.mexiwave [data-scroll=in] .char {
    animation: wave 0.25s calc(var(--char-index) * 0.1s) ease;
}

@keyframes wave {
    50% {
        transform: translate(0, -50%);
    }
}

@keyframes animate_fadeleft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes animate_faderight {
    0% {
        opacity: 0;
        transform: translateX(-30%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes animate_fadedown {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.m0 {
    margin: 0px !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

@media screen and (min-width: 768px) {
    .mt-pc0 {
        margin-top: 0px !important;
    }
    .mt-pc5 {
        margin-top: 5px !important;
    }
    .mt-pc10 {
        margin-top: 10px !important;
    }
    .mt-pc15 {
        margin-top: 15px !important;
    }
    .mt-pc20 {
        margin-top: 20px !important;
    }
    .mt-pc25 {
        margin-top: 25px !important;
    }
    .mt-pc30 {
        margin-top: 30px !important;
    }
    .mt-pc35 {
        margin-top: 35px !important;
    }
    .mt-pc40 {
        margin-top: 40px !important;
    }
    .mt-pc45 {
        margin-top: 45px !important;
    }
    .mt-pc50 {
        margin-top: 50px !important;
    }
    .mb-pc0 {
        margin-bottom: 0px !important;
    }
    .mb-pc5 {
        margin-bottom: 5px !important;
    }
    .mb-pc10 {
        margin-bottom: 10px !important;
    }
    .mb-pc15 {
        margin-bottom: 15px !important;
    }
    .mb-pc20 {
        margin-bottom: 20px !important;
    }
    .mb-pc25 {
        margin-bottom: 25px !important;
    }
    .mb-pc30 {
        margin-bottom: 30px !important;
    }
    .mb-pc35 {
        margin-bottom: 35px !important;
    }
    .mb-pc40 {
        margin-bottom: 40px !important;
    }
    .mb-pc45 {
        margin-bottom: 45px !important;
    }
    .mb-pc50 {
        margin-bottom: 50px !important;
    }
    .ml-pc0 {
        margin-left: 0px !important;
    }
    .ml-pc5 {
        margin-left: 5px !important;
    }
    .ml-pc10 {
        margin-left: 10px !important;
    }
    .ml-pc15 {
        margin-left: 15px !important;
    }
    .ml-pc20 {
        margin-left: 20px !important;
    }
    .ml-pc25 {
        margin-left: 25px !important;
    }
    .ml-pc30 {
        margin-left: 30px !important;
    }
    .ml-pc35 {
        margin-left: 35px !important;
    }
    .ml-pc40 {
        margin-left: 40px !important;
    }
    .ml-pc45 {
        margin-left: 45px !important;
    }
    .ml-pc50 {
        margin-left: 50px !important;
    }
    .mr-pc0 {
        margin-right: 0px !important;
    }
    .mr-pc5 {
        margin-right: 5px !important;
    }
    .mr-pc10 {
        margin-right: 10px !important;
    }
    .mr-pc15 {
        margin-right: 15px !important;
    }
    .mr-pc20 {
        margin-right: 20px !important;
    }
    .mr-pc25 {
        margin-right: 25px !important;
    }
    .mr-pc30 {
        margin-right: 30px !important;
    }
    .mr-pc35 {
        margin-right: 35px !important;
    }
    .mr-pc40 {
        margin-right: 40px !important;
    }
    .mr-pc45 {
        margin-right: 45px !important;
    }
    .mr-pc50 {
        margin-right: 50px !important;
    }
}

@media screen and (max-width: 960px) {
    .mt-sp0 {
        margin-top: 0px !important;
    }
    .mt-sp5 {
        margin-top: 5px !important;
    }
    .mt-sp10 {
        margin-top: 10px !important;
    }
    .mt-sp15 {
        margin-top: 15px !important;
    }
    .mt-sp20 {
        margin-top: 20px !important;
    }
    .mt-sp25 {
        margin-top: 25px !important;
    }
    .mt-sp30 {
        margin-top: 30px !important;
    }
    .mt-sp35 {
        margin-top: 35px !important;
    }
    .mt-sp40 {
        margin-top: 40px !important;
    }
    .mt-sp45 {
        margin-top: 45px !important;
    }
    .mt-sp50 {
        margin-top: 50px !important;
    }
    .mb-sp0 {
        margin-bottom: 0px !important;
    }
    .mb-sp5 {
        margin-bottom: 5px !important;
    }
    .mb-sp10 {
        margin-bottom: 10px !important;
    }
    .mb-sp15 {
        margin-bottom: 15px !important;
    }
    .mb-sp20 {
        margin-bottom: 20px !important;
    }
    .mb-sp25 {
        margin-bottom: 25px !important;
    }
    .mb-sp30 {
        margin-bottom: 30px !important;
    }
    .mb-sp35 {
        margin-bottom: 35px !important;
    }
    .mb-sp40 {
        margin-bottom: 40px !important;
    }
    .mb-sp45 {
        margin-bottom: 45px !important;
    }
    .mb-sp50 {
        margin-bottom: 50px !important;
    }
    .ml-sp0 {
        margin-left: 0px !important;
    }
    .ml-sp5 {
        margin-left: 5px !important;
    }
    .ml-sp10 {
        margin-left: 10px !important;
    }
    .ml-sp15 {
        margin-left: 15px !important;
    }
    .ml-sp20 {
        margin-left: 20px !important;
    }
    .ml-sp25 {
        margin-left: 25px !important;
    }
    .ml-sp30 {
        margin-left: 30px !important;
    }
    .ml-sp35 {
        margin-left: 35px !important;
    }
    .ml-sp40 {
        margin-left: 40px !important;
    }
    .ml-sp45 {
        margin-left: 45px !important;
    }
    .ml-sp50 {
        margin-left: 50px !important;
    }
    .mr-sp0 {
        margin-right: 0px !important;
    }
    .mr-sp5 {
        margin-right: 5px !important;
    }
    .mr-sp10 {
        margin-right: 10px !important;
    }
    .mr-sp15 {
        margin-right: 15px !important;
    }
    .mr-sp20 {
        margin-right: 20px !important;
    }
    .mr-sp25 {
        margin-right: 25px !important;
    }
    .mr-sp30 {
        margin-right: 30px !important;
    }
    .mr-sp35 {
        margin-right: 35px !important;
    }
    .mr-sp40 {
        margin-right: 40px !important;
    }
    .mr-sp45 {
        margin-right: 45px !important;
    }
    .mr-sp50 {
        margin-right: 50px !important;
    }
}

.p0 {
    padding: 0px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.p50 {
    padding: 50px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

@media screen and (min-width: 768px) {
    .pt-pc0 {
        padding-top: 0px !important;
    }
    .pt-pc5 {
        padding-top: 5px !important;
    }
    .pt-pc10 {
        padding-top: 10px !important;
    }
    .pt-pc15 {
        padding-top: 15px !important;
    }
    .pt-pc20 {
        padding-top: 20px !important;
    }
    .pt-pc25 {
        padding-top: 25px !important;
    }
    .pt-pc30 {
        padding-top: 30px !important;
    }
    .pt-pc35 {
        padding-top: 35px !important;
    }
    .pt-pc40 {
        padding-top: 40px !important;
    }
    .pt-pc45 {
        padding-top: 45px !important;
    }
    .pt-pc50 {
        padding-top: 50px !important;
    }
    .pb-pc0 {
        padding-bottom: 0px !important;
    }
    .pb-pc5 {
        padding-bottom: 5px !important;
    }
    .pb-pc10 {
        padding-bottom: 10px !important;
    }
    .pb-pc15 {
        padding-bottom: 15px !important;
    }
    .pb-pc20 {
        padding-bottom: 20px !important;
    }
    .pb-pc25 {
        padding-bottom: 25px !important;
    }
    .pb-pc30 {
        padding-bottom: 30px !important;
    }
    .pb-pc35 {
        padding-bottom: 35px !important;
    }
    .pb-pc40 {
        padding-bottom: 40px !important;
    }
    .pb-pc45 {
        padding-bottom: 45px !important;
    }
    .pb-pc50 {
        padding-bottom: 50px !important;
    }
    .pl-pc0 {
        padding-left: 0px !important;
    }
    .pl-pc5 {
        padding-left: 5px !important;
    }
    .pl-pc10 {
        padding-left: 10px !important;
    }
    .pl-pc15 {
        padding-left: 15px !important;
    }
    .pl-pc20 {
        padding-left: 20px !important;
    }
    .pl-pc25 {
        padding-left: 25px !important;
    }
    .pl-pc30 {
        padding-left: 30px !important;
    }
    .pl-pc35 {
        padding-left: 35px !important;
    }
    .pl-pc40 {
        padding-left: 40px !important;
    }
    .pl-pc45 {
        padding-left: 45px !important;
    }
    .pl-pc50 {
        padding-left: 50px !important;
    }
    .pr-pc0 {
        padding-right: 0px !important;
    }
    .pr-pc5 {
        padding-right: 5px !important;
    }
    .pr-pc10 {
        padding-right: 10px !important;
    }
    .pr-pc15 {
        padding-right: 15px !important;
    }
    .pr-pc20 {
        padding-right: 20px !important;
    }
    .pr-pc25 {
        padding-right: 25px !important;
    }
    .pr-pc30 {
        padding-right: 30px !important;
    }
    .pr-pc35 {
        padding-right: 35px !important;
    }
    .pr-pc40 {
        padding-right: 40px !important;
    }
    .pr-pc45 {
        padding-right: 45px !important;
    }
    .pr-pc50 {
        padding-right: 50px !important;
    }
}

@media screen and (max-width: 960px) {
    .pt-sp0 {
        padding-top: 0px !important;
    }
    .pt-sp5 {
        padding-top: 5px !important;
    }
    .pt-sp10 {
        padding-top: 10px !important;
    }
    .pt-sp15 {
        padding-top: 15px !important;
    }
    .pt-sp20 {
        padding-top: 20px !important;
    }
    .pt-sp25 {
        padding-top: 25px !important;
    }
    .pt-sp30 {
        padding-top: 30px !important;
    }
    .pt-sp35 {
        padding-top: 35px !important;
    }
    .pt-sp40 {
        padding-top: 40px !important;
    }
    .pt-sp45 {
        padding-top: 45px !important;
    }
    .pt-sp50 {
        padding-top: 50px !important;
    }
    .pb-sp0 {
        padding-bottom: 0px !important;
    }
    .pb-sp5 {
        padding-bottom: 5px !important;
    }
    .pb-sp10 {
        padding-bottom: 10px !important;
    }
    .pb-sp15 {
        padding-bottom: 15px !important;
    }
    .pb-sp20 {
        padding-bottom: 20px !important;
    }
    .pb-sp25 {
        padding-bottom: 25px !important;
    }
    .pb-sp30 {
        padding-bottom: 30px !important;
    }
    .pb-sp35 {
        padding-bottom: 35px !important;
    }
    .pb-sp40 {
        padding-bottom: 40px !important;
    }
    .pb-sp45 {
        padding-bottom: 45px !important;
    }
    .pb-sp50 {
        padding-bottom: 50px !important;
    }
    .pl-sp0 {
        padding-left: 0px !important;
    }
    .pl-sp5 {
        padding-left: 5px !important;
    }
    .pl-sp10 {
        padding-left: 10px !important;
    }
    .pl-sp15 {
        padding-left: 15px !important;
    }
    .pl-sp20 {
        padding-left: 20px !important;
    }
    .pl-sp25 {
        padding-left: 25px !important;
    }
    .pl-sp30 {
        padding-left: 30px !important;
    }
    .pl-sp35 {
        padding-left: 35px !important;
    }
    .pl-sp40 {
        padding-left: 40px !important;
    }
    .pl-sp45 {
        padding-left: 45px !important;
    }
    .pl-sp50 {
        padding-left: 50px !important;
    }
    .pr-sp0 {
        padding-right: 0px !important;
    }
    .pr-sp5 {
        padding-right: 5px !important;
    }
    .pr-sp10 {
        padding-right: 10px !important;
    }
    .pr-sp15 {
        padding-right: 15px !important;
    }
    .pr-sp20 {
        padding-right: 20px !important;
    }
    .pr-sp25 {
        padding-right: 25px !important;
    }
    .pr-sp30 {
        padding-right: 30px !important;
    }
    .pr-sp35 {
        padding-right: 35px !important;
    }
    .pr-sp40 {
        padding-right: 40px !important;
    }
    .pr-sp45 {
        padding-right: 45px !important;
    }
    .pr-sp50 {
        padding-right: 50px !important;
    }
}

.d-flex {
    display: flex;
}

.flex-start {
    justify-content: flex-start;
}

.flex-center {
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
}

.flex-between {
    justify-content: space-between;
}

.flex-row {
    flex-direction: row;
}

.flex-rowwrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-col {
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .d-pc-flex {
        display: flex;
    }
    .flex-pc-start {
        justify-content: flex-start;
    }
    .flex-pc-center {
        justify-content: center;
    }
    .flex-pc-end {
        justify-content: flex-end;
    }
    .flex-pc-between {
        justify-content: space-between;
    }
    .flex-pc-row {
        flex-direction: row;
    }
    .flex-pc-rowwrap {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .flex-pc-col {
        flex-direction: column;
    }
}

@media screen and (max-width: 960px) {
    .d-sp-flex {
        display: flex;
    }
    .flex-sp-start {
        justify-content: flex-start;
    }
    .flex-sp-center {
        justify-content: center;
    }
    .flex-sp-end {
        justify-content: flex-end;
    }
    .flex-sp-between {
        justify-content: space-between;
    }
    .flex-sp-row {
        flex-direction: row;
    }
    .flex-sp-rowwrap {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .flex-sp-col {
        flex-direction: column;
    }
}

:root {
    /* Colors: */
    --unnamed-color-84a3b5: #84a3b5;
    --unnamed-color-242424: #242424;
}

main {
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
}

.final-both-form {
    padding: 49px 10px 36px 10px;
}

@media screen and (max-width: 960px) {
    .final-both-form {
        padding: 24px 12px 24px 12px;
    }
}

.final-both-form-title {
    margin-bottom: 16px;
    text-align: center;
    font: bold 24px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

@media screen and (max-width: 960px) {
    .final-both-form-title {
        text-align: left;
    }
}

.final-both-form .window-section-title {
    margin: 16px 0;
    padding: 8px 0 8px 22px;
    font: bold 18px Noto Sans JP;
    font-weight: 500;
    color: #1e1e1e;
    background-color: #84A3B5;
}

.final-both-form .window-section .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.final-both-form .window-section .img-wrap .img-item {
    position: relative;
    margin-top: 84px;
    width: 300px;
}

@media screen and (max-width: 960px) {
    .final-both-form .window-section .img-wrap .img-item {
        width: 230px;
    }
}

.final-both-form .window-section .img-wrap .top-bar {
    position: absolute;
    top: -40px;
}

.final-both-form .window-section .img-wrap .left-bar {
    position: absolute;
    left: -40px;
    top: 0px;
    height: 100%;
}

.final-both-form .window-section .img-wrap .left-bar figure {
    height: 100%;
    align-items: stretch;
}

.final-both-form .window-section .img-wrap .top-left-size {
    position: absolute;
    top: -40px;
    left: 25%;
    font: bold 22px Futura;
    transform: translate(-50%, -10%);
}

.final-both-form .window-section .img-wrap .top-right-size {
    position: absolute;
    top: -40px;
    left: 75%;
    font: bold 22px Futura;
    transform: translate(-50%, -10%);
}

.final-both-form .window-section .img-wrap .both-left-size {
    position: absolute;
    top: 48%;
    left: -50px;
    font: bold 22px Futura;
    transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
    .final-both-form .window-section .img-wrap .both-left-size {
        top: 46%;
    }
}

.final-both-form .window-section .count-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font: bold 16px Noto Sans JP;
    letter-spacing: 10px;
}

.final-both-form .window-section .count-wrap .count-item {
    font: bold 20px Futura;
}

.final-both-form .window-section .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.final-both-form .window-section .submit-btn {
    width: 250px;
    background-color: #92a8be;
    border: none;
    border-radius: 4px;
    padding: 16px;
    margin-top: 12px;
    font: bold 16px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
}

.final-side-form {
    padding: 49px 10px 36px 10px;
}

@media screen and (max-width: 960px) {
    .final-side-form {
        padding: 24px 12px 24px 12px;
    }
}

.final-side-form-title {
    margin-bottom: 16px;
    text-align: center;
    font: bold 24px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

@media screen and (max-width: 960px) {
    .final-side-form-title {
        text-align: left;
    }
}

.final-side-form .window-section-title {
    margin: 16px 0;
    padding: 8px 0 8px 22px;
    font: bold 18px Noto Sans JP;
    font-weight: 500;
    color: #1e1e1e;
    background: #84A3B5;
}

.final-side-form .window-section .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.final-side-form .window-section .img-wrap .img-item {
    position: relative;
    margin-top: 84px;
    width: 300px;
}

@media screen and (max-width: 960px) {
    .final-side-form .window-section .img-wrap .img-item {
        width: 230px;
    }
}

.final-side-form .window-section .img-wrap .top-bar {
    position: absolute;
    top: -40px;
}

.final-side-form .window-section .img-wrap .left-bar {
    position: absolute;
    left: -40px;
    top: 0px;
    height: 100%;
}

.final-side-form .window-section .img-wrap .left-bar figure {
    height: 100%;
    align-items: stretch;
}

.final-side-form .window-section .img-wrap .top-size {
    position: absolute;
    top: -40px;
    left: 50%;
    font: bold 22px Futura;
    transform: translate(-50%, -10%);
}

.final-side-form .window-section .img-wrap .side-left-size {
    position: absolute;
    top: 48%;
    left: -50px;
    font: bold 22px Futura;
    transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
    .final-side-form .window-section .img-wrap .side-left-size {
        top: 46%;
    }
}

.final-side-form .window-section .count-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font: bold 16px Noto Sans JP;
    letter-spacing: 10px;
}

.final-side-form .window-section .count-wrap .count-item {
    font: bold 20px Futura;
}

.final-side-form .window-section .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.final-side-form .window-section */

.submit-btn {
    width: 250px;
    background-color: #92a8be;
    border: none;
    border-radius: 4px;
    padding: 16px;
    margin-top: 12px;
    font: bold 16px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.wrapper {
    width: 356px;
    margin-bottom: 275px;
}

@media screen and (max-width: 960px) {
    .wrapper {
        width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
}

.container {
    background: #ffffff 0% 0% no-repeat;
}

.window-type-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.window-type .img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.window-type .img-wrap .img-item {
    width: calc((100% - 16px) / 2);
    background-color: #EDF0F3;
}

.window-type .img-wrap .img-item .window-type-radio {
    display: none;
}

.window-type .img-wrap .img-item img {
    width: 100%;
    padding: 12px 18px;
}

.window-type .img-wrap .img-item .img-name {
    font: 14px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 17.5px;
    color: #3c3c3c;
    text-align: center;
    margin: 0 auto 12px;
}

.window-type .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.window-type .modal-txt a {
    background-color: #ffffff;
    padding: 0 0 0 20px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
}

.window-type .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
}

.window-rail-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.window-rail .img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.window-rail .img-wrap .img-item {
    width: calc((100% - 16px) / 2);
    background-color: #EDF0F3;
    display: flex;
    align-items: center;
    min-height: 182px;
}

.window-rail .img-wrap .img-item .window-rail-radio {
    display: none;
}

.window-rail .img-wrap .img-item img {
    width: 100%;
    padding: 12px 38.5px;
}

.window-rail .img-wrap .img-item .img-name {
    font: 14px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 17.5px;
    color: #3c3c3c;
    text-align: center;
    margin: 0 auto 12px;
}

.window-rail .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0px;
    margin-top: 10px;
}

.window-rail .modal-txt a {
    background-color: #ffffff;
    padding: 0 0 0 20px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
}

.window-rail .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
}

.fold-shape-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.fold-shape .top-img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.fold-shape .top-img-wrap .img-item {
    width: calc((100% - 32px) / 3);
    background-color: #EDF0F3;
}

.fold-shape .top-img-wrap .img-item .window-shape-radio {
    display: none;
}

.fold-shape .top-img-wrap .img-item img {
    width: 100%;
}

.fold-shape .top-img-wrap .img-item .img-name {
    font: 14px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 17.5px;
    color: #3c3c3c;
    text-align: center;
    margin: 10px auto 12px;
    line-height: 1.5;
}

.fold-shape .bottom-img-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 16px 24px 16px;
}

.fold-shape .bottom-img-wrap .img-item {
    width: calc((100% - 16px) / 2);
    background-color: #EDF0F3;
}

.fold-shape .bottom-img-wrap .img-item .window-shape-radio {
    display: none;
}

.fold-shape .bottom-img-wrap .img-item img {
    width: 100%;
    padding: 12px 7.5px;
}

.fold-shape .bottom-img-wrap .img-item .img-name {
    font: 14px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 17.5px;
    color: #3c3c3c;
    text-align: center;
    margin: 0 auto 12px;
}

.fold-shape .bottom-img-wrap .modal-txt {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.fold-shape .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.fold-shape .modal-txt a {
    background-color: #ffffff;
    padding: 0 0 0 20px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
}

.fold-shape .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
}

.window-width-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.window-width .img-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 25px 16px 0 16px;
    background: #EDF0F3;
}

.window-width .img-wrap .img-item {
    width: 112px;
}

.window-width .img-wrap .img-item img {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .window-width .img-wrap .img-item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.window-width .img-wrap .txt-wrap {
    position: absolute;
    bottom: 0;
    right: 16px;
}

@media screen and (max-width: 960px) {
    .window-width .img-wrap .txt-wrap {
        position: static;
        margin-top: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
    }
}

.window-width .img-wrap .txt-wrap .txt-item {
    position: relative;
}

@media screen and (max-width: 960px) {
    .window-width .img-wrap .txt-wrap .txt-item {
        width: 100%;
    }
}

.window-width .img-wrap .txt-wrap .txt-item .input-field input[type=number] {
    width: 162px;
    border: 1px solid #cccccc;
    padding: 12px 20px;
    font: 12px Noto Sans JP;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .window-width .img-wrap .txt-wrap .txt-item .input-field input[type=number] {
        width: 100%;
    }
}

.window-width .img-wrap .txt-wrap .txt-item .input-field span {
    display: block;
    text-align: right;
    font: 14px Noto Sans JP;
}

.window-width .img-wrap .txt-wrap .txt-item .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.window-width .img-wrap .txt-wrap .txt-item .modal-txt a {
    padding: 0 0 0 15px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
}

.window-width .img-wrap .txt-wrap .txt-item .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 9999px;
}

.window-width .result-field {
    padding: 16px 16px 24px 16px;
    background: #EDF0F3;
}

.window-width .result-field .ret-txt {
    display: flex;
    justify-content: center;
}

.window-width .result-field .ret-txt div {
    font: 14px Noto Sans JP;
    font-family: 500;
    color: #3c3c3c;
    line-height: 17.5px;
    letter-spacing: 0.5px;
}

.window-width .result-field .ret-txt .width-first-part {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 4px;
    font-weight: bold;
}

.window-width .result-field .ret-txt .width-middle-part {
    display: block;
    width: 120px;
    text-align: center;
    padding: 7px 20px 8px;
    background: #fff;
    border: 1px solid #d1d1d1;
    font: 24px Futura;
    line-height: 25px;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 960px) {
    .window-width .result-field .ret-txt .width-middle-part {
        padding: 7px 20px 5px;
        width: 84px;
        font-size: 20px;
    }
}

.window-width .result-field .ret-txt .width-last-part {
    margin-top: 12px;
    margin-left: 8px;
    font-weight: bold;
}

.window-width .result-field .ref-txt {
    margin-top: 12px;
    padding: 12px 30px;
    background-color: #fff9f9;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    font: 10px Noto Sans JP;
}

@media screen and (max-width: 960px) {
    .window-width .result-field .ref-txt {
        padding: 12px 15px;
    }
}

.enter-width-title {
    padding-top: 12px;
    padding-bottom: 12px;
}

.enter-width-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.enter-width-title h3:nth-child(2) {
    margin-bottom: 5px;
}

.enter-width .enter-wrap {
    padding: 16px 16px 24px 16px;
    background: #fdeded;
}

.enter-width .enter-size .enter-txt input[type=number] {
    border: 1px solid #cccccc;
    padding: 20px;
    font: 12px Noto Sans JP;
    font-weight: 500;
}

.enter-width .enter-size .enter-txt input[type=number]::placeholder {
    text-align: center;
}

.enter-width .enter-size .enter-txt span {
    font: 14px Noto Sans JP;
    font-family: 500;
    margin-left: 6px;
}

.enter-width .enter-size .enter-txt .unit-part {
    font: 14px Noto Sans JP;
    font-weight: bold;
    display: block;
    text-align: right;
}

.enter-size .caution {
    font: 13px Noto Sans JP;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.enter-width .enter-size .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
}

@media screen and (max-width: 960px) {
    .enter-width .enter-size .modal-txt {
        justify-content: flex-end;
    }
}

.enter-width .enter-size .modal-txt a {
    padding: 0 0 0 15px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}

.enter-width .enter-size .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 9999px;
}

.enter-width .enter-ref {
    margin-top: 12px;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    font: 10px Noto Sans JP;
    color: #9A9A9A;
}

.window-length-title {
    padding-top: 12px;
    padding-bottom: 12px;
}

.window-length-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.window-length .img-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 25px 16px 0 16px;
    background: #EDF0F3;
}

@media screen and (max-width: 960px) {
    .window-length .img-wrap {
        padding: 23px 20px 5px 20px;
    }
}

.window-length .img-wrap .img-item {
    width: 112px;
}

.window-length .img-wrap .img-item img {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .window-length .img-wrap .img-item {
        margin-left: auto;
        margin-right: auto;
    }
}

.window-length .img-wrap .txt-wrap .txt-item {
    position: relative;
}

.window-length .img-wrap .txt-wrap .txt-item .input-field input[type=number] {
    width: 165px;
    border: 1px solid #cccccc;
    padding: 15px 20px;
    font: 12px Noto Sans JP;
    font-weight: 500;
}

@media screen and (max-width: 960px) {
    .window-length .img-wrap .txt-wrap .txt-item .input-field input[type=number] {
        width: calc(100%);
    }
}

.window-length .img-wrap .txt-wrap .txt-item .input-field span {
    display: block;
    text-align: right;
    font: 14px Noto Sans JP;
}

.window-length .img-wrap .txt-wrap .txt-item .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

@media screen and (max-width: 960px) {
    .window-length .img-wrap .txt-wrap .txt-item .modal-txt {
        justify-content: flex-end;
    }
}

.window-length .img-wrap .txt-wrap .txt-item .modal-txt a {
    padding: 0 0 0 15px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}

.window-length .img-wrap .txt-wrap .txt-item .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 9999px;
}

.window-length .result-field {
    padding: 16px 16px 24px 16px;
    background: #EDF0F3;
}

.window-length .result-field .inner-rail {
    padding-left: 20px;
}

@media screen and (max-width: 960px) {
    .window-length .result-field .inner-rail {
        padding-left: 5px;
    }
}

.window-length .result-field .rail-checkbox-label {
    padding-left: 3px;
    text-indent: -15px;
    font: 10px Noto Sans JP;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    color: #e00000;
}

.window-length .result-field input[type=checkbox] {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -5px;
}

.window-length .result-field .modal-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.window-length .result-field .modal-txt a {
    background-color: #ffffff;
    padding: 0 0 0 30px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
}

.window-length .result-field .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
}

.window-length .result-field .ret-txt {
    display: flex;
    justify-content: center;
}

.window-length .result-field .ret-txt div {
    font: 14px Noto Sans JP;
    font-family: 500;
    color: #3c3c3c;
    line-height: 17.5px;
    letter-spacing: 0.5px;
}

.window-length .result-field .ret-txt .length-first-part {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 4px;
}

.window-length .result-field .ret-txt .length-middle-part {
    display: block;
    width: 120px;
    text-align: center;
    padding: 7px 20px 8px;
    background: #fff;
    border: 1px solid #d1d1d1;
    font: 24px Futura;
    line-height: 25px;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 960px) {
    .window-length .result-field .ret-txt .length-middle-part {
        padding: 7px 20px 5px;
        width: 84px;
        font-size: 20px;
    }
}

.window-length .result-field .ret-txt .length-last-part {
    margin-top: 12px;
    margin-left: 8px;
}

.window-length .result-field .ref-txt {
    margin-top: 12px;
    padding: 12px 30px;
    background-color: #fff9f9;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    font: 10px Noto Sans JP;
}

@media screen and (max-width: 960px) {
    .window-length .result-field .ref-txt {
        padding: 12px 15px;
    }
}

.enter-length-title {
    padding-top: 12px;
    padding-bottom: 12px;
}

.enter-length-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

@media screen and (max-width: 960px) {
    .enter-length-title h3:nth-child(2) {
        margin-bottom: 5px;
    }
}

.enter-length .enter-size {
    padding: 25px 16px 24px 16px;
    background: #fdeded;
}

.enter-length .enter-size .enter-txt input[type=number] {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 20px;
    font: 12px Noto Sans JP;
    font-weight: 500;
}

.enter-length .enter-size .enter-txt input[type=number]::placeholder {
    text-align: center !important;
}

.enter-length .enter-size .enter-txt span {
    font: 14px Noto Sans JP;
    font-family: 500;
    margin-left: 6px;
}

.enter-length .enter-size .enter-txt .unit-part {
    display: block;
    font: 14px Noto Sans JP;
    font-weight: bold;
    text-align: right;
}

.enter-length .enter-size .caution {
    font: 13px Noto Sans JP;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.enter-length .enter-size .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 8px;
}

.enter-length .enter-size .modal-txt a {
    padding: 0 0 0 15px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
}

.enter-length .enter-size .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 9999px;
}

.enter-length .enter-ref {
    margin-top: 12px;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    font: 10px Noto Sans JP;
    color: #9A9A9A;
}

.open-method-title {
    padding-top: 12px;
    padding-bottom: 12px;
}

.open-method-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.open-method .img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.open-method .img-wrap .img-item {
    width: calc((100% - 16px) / 2);
    background-color: #EDF0F3;
}

.open-method .img-wrap .img-item.bg-white {
    background-color: #fff !important;
    padding: 10px 0;
}

.open-method .img-wrap .img-item.bg-white .item-text {
    text-align: center;
    font: 12px Noto Sans JP;
}

.open-method .img-wrap .img-item.bg-white .item-text span {
    color: #D90000;
}

.open-method .img-wrap .img-item .window-open-radio {
    display: none;
}

.open-method .img-wrap .img-item .left-img {
    width: 100%;
}

.open-method .img-wrap .img-item .right-img {
    width: 100%;
    margin: 12px 39px;
}

.open-method .img-wrap .img-item .img-name {
    font: 14px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 17.5px;
    color: #3c3c3c;
    text-align: center;
    margin: 0 auto 12px;
}

.tassel-type-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.tassel-type-selector {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 24px 0 24px 16px;
    font: 12px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
}

.tassel-type .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 16px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.tassel-type .modal-txt a {
    background-color: #ffffff;
    padding: 0 0 0 20px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
}

.tassel-type .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
}

.window-option-title {
    padding-top: 12px;
    padding-bottom: 12px;
}

.window-option-title h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.window-option .selector-wrap {
    margin: 16px 16px 0 16px;
}

.window-option-selector {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 24px 0 24px 16px;
    font: 12px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
}

.window-option .modal-txt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 24px;
}

.window-option .modal-txt a {
    background-color: #ffffff;
    padding: 0 0 0 20px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: underline;
}

.window-option .modal-txt a span {
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
}

.hor-line {
    margin-top: 4px;
    color: #dee4eb;
    width: 100%;
    border-top: 1px solid #dee4eb;
}

.result-cost {
    padding: 20px 16px 32px 16px;
    background: #EDF0F3;
    margin-bottom: 0 !important;
}

.result-cost .price-count .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: bold 16px Noto Sans JP;
    letter-spacing: 0.5px;
    line-height: 17.5px;
    color: #1e1e1e;
    font-weight: 500;
}

.result-cost .price-count .price .price-part {
    font: 24px Futura;
}

.result-cost .price-count .price .tax-part {
    font: 12px Noto Sans JP;
}

.result-cost .count .top-count {
    font: bold 16px Noto Sans JP;
    font-weight: 500;
    margin-top: 20px;
}

.result-cost .count .bottom-count {
    margin-top: 8px;
    font: bold 16px Noto Sans JP;
    font-weight: 500;
}


/* .result-cost .count .bottom-count input[type=text] {
    margin-left: 16px;
    width: 39px;
    height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font: 12px Noto Sans JP;
    font-weight: 500;
} */

.result-cost .notice-txt {
    margin-top: 12px;
    font: 12px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #707070;
    display: none;
}

.result-cost .notice-txt p {
    margin-top: 8px;
    font-size: 11px;
}

.result-cost .notice-txt span {
    color: #e00000;
}

.result-cost .fav-btn-wrap {
    margin-top: 20px;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-end;
}

.result-cost .fav-btn {
    width: 169px;
    padding: 6px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
}

.result-cost .fav-btn-label {
    font: 12px Noto Sans JP;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.8px;
    color: #3c3c3c;
}


/* .result-cost .fav-btn-label::before {
    content: "\f004";
    font-family: "FontAwesome";
    color: #e9e9e9;
    margin: 0 5px 0 3px;
} */

.result-cost .bucket-btn {
    display: block;
    width: 90%;
    margin: auto;
    background-color: #92A8BE;
    border: none;
    padding: 16px 10px;
    margin-top: 30px;
    font: bold 16px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
}

.result-cost .bucket-btn::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
    .result-cost .bucket-btn {
        width: 100%;
    }
}

.review-section {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 48px;
}

.review-section a {
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.review-section a div {
    position: relative;
    margin-right: 5px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: #1774b9;
    border-radius: 50%;
}

.review-section a div .fa-pencil {
    position: absolute;
    color: white;
    font-size: 8px;
}

.sample-wrapper {
    padding: 12px 16px 24px 16px;
    background-color: #edf0f3;
}

.sample-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    font: bold 16px Noto Sans JP;
    line-height: 17.5px;
    letter-spacing: 0.5px;
}

.sample-title span {
    margin-left: 8px;
}

.sample-item {
    width: 100%;
}

.sample-item .sample-selector {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 24px 0 24px 16px;
    font: 12px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
}

.sample-item .sam-btn {
    background-color: #686868;
    border: none;
    border-radius: 0px;
    padding: 14px;
    margin-top: 12px;
    font: 14px Noto Sans JP;
    font-weight: 500;
    color: white;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.sample-link {
    margin-top: 12px;
    font: 16px Noto Sans JP;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.5px;
    color: #1774b9;
    text-align: right;
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal_box {
    position: fixed;
    z-index: 3000;
    display: none;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    width: 728px;
    max-height: 90%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 50px;
    height: 90%;
}

@media screen and (max-width: 960px) {
    .modal_box {
        width: 343px;
    }
}

.modal_box .modal_close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #d2d2d2;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .modal_box .modal_close {
        top: 12px;
        right: 10px;
    }
}

.type-modal {
    padding: 20px 32px 48px 32px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

@media screen and (max-width: 960px) {
    .modal_close {
        top: 12px;
        right: 10px;
    }
    .type-modal {
        padding: 12px 12px 24px 12px;
    }
}

.type-modal-title {
    font: bold 24px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

@media screen and (max-width: 960px) {
    .type-modal-title {
        padding-bottom: 24px;
    }
}

.type-modal-section {
    margin-top: 24px;
}

.type-modal-section .img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.type-modal-section .img-wrap .img-item {
    width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 960px) {
    .type-modal-section .img-wrap .img-item {
        width: 100%;
    }
}

.type-modal-section .img-wrap .img-item .img-title {
    font: 18px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

.type-modal-section .img-wrap .img-item .hor-line {
    margin-top: 4px;
    color: #dee4eb;
    width: 100%;
    border-top: 1px solid #dee4eb;
}

.type-modal-section .img-wrap .img-item img {
    width: 40%;
    margin: 12px 84.5px;
}

.type-modal-section .img-wrap .img-item .description {
    font: 16px Noto Sans JP;
    letter-spacing: 0.8px;
    line-height: 175%;
    color: #707070;
    text-align: center;
}

.rail-modal {
    padding: 20px 32px 48px 32px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

@media screen and (max-width: 960px) {
    .rail-modal {
        padding: 12px 12px 24px 12px;
    }
}

.rail-modal-title {
    margin-bottom: 24px;
    font: bold 24px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

.rail-modal-section .img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.rail-modal-section .img-wrap .img-item {
    width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 960px) {
    .rail-modal-section .img-wrap .img-item {
        width: 100%;
    }
}

.rail-modal-section .img-wrap .img-item .img-title {
    font: 18px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

.rail-modal-section .img-wrap .img-item .hor-line {
    margin-top: 4px;
    color: #dee4eb;
    width: 100%;
    border-top: 1px solid #dee4eb;
}

.rail-modal-section .img-wrap .img-item img {
    width: 100%;
    margin: 12px 84.5px;
}

.rail-modal-section .img-wrap .img-item .description {
    font: 16px Noto Sans JP;
    letter-spacing: 0.8px;
    line-height: 175%;
    color: #707070;
    text-align: center;
}

.shape-modal {
    padding: 20px 32px 48px 32px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

@media screen and (max-width: 960px) {
    .shape-modal {
        padding: 12px 12px 24px 12px;
    }
}

.shape-modal-title {
    margin-bottom: 24px;
    text-align: center;
    font: bold 24px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

@media screen and (max-width: 960px) {
    .shape-modal-title {
        text-align: left;
    }
}

.shape-modal-section .img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.shape-modal-section .img-wrap .img-item {
    width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 960px) {
    .shape-modal-section .img-wrap .img-item {
        width: 100%;
    }
}

.shape-modal-section .img-wrap .img-item .img-title {
    font: 18px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

.shape-modal-section .img-wrap .img-item .hor-line {
    margin-top: 4px;
    color: #dee4eb;
    width: 100%;
    border-top: 1px solid #dee4eb;
}

.shape-modal-section .img-wrap .img-item img {
    width: 100%;
    margin: 12px 84.5px;
}

.shape-modal-section .img-wrap .img-item .description {
    font: 16px Noto Sans JP;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #707070;
    text-align: center;
    min-height: 120px;
}

@media screen and (max-width: 960px) {
    .shape-modal-section .img-wrap .img-item .description {
        min-height: 0px;
    }
}

.shape-modal-section .img-wrap .img-item .recommendations {
    width: 100%;
    margin-top: 20px;
    background-color: #E8EBEC;
    padding: 15px 20px;
}

.shape-modal-section .img-wrap .img-item .recommendations .title {
    font: 16px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #A4B2C0;
    font-weight: 700;
}

.shape-modal-section .img-wrap .img-item .recommendations .text {
    font: 16px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #707070;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 5px;
}

.width-measure {
    padding: 20px 32px 48px 32px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

@media screen and (max-width: 960px) {
    .width-measure {
        padding: 12px 12px 24px 12px;
    }
}

.width-measure-title {
    margin-bottom: 24px;
    text-align: center;
    font: bold 24px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
}

@media screen and (max-width: 960px) {
    .width-measure-title {
        text-align: left;
    }
}

.width-measure .measure-section-title {
    margin: 16px 0;
    padding: 8px 0 8px 22px;
    background: #edf0f3 0% 0% no-repeat;
    font: bold 18px Noto Sans JP;
    font-weight: 500;
    color: #1e1e1e;
}

.width-measure .measure-section .img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.width-measure .measure-section .img-wrap .img-item {
    width: calc((100% - 132px) / 2);
    border: 1px solid #707070;
}

@media screen and (max-width: 960px) {
    .width-measure .measure-section .img-wrap .img-item {
        width: calc(100% - 40px);
        margin-bottom: 16px;
    }
}

.width-measure .measure-section .img-wrap .img-item .img-title {
    margin: 15px 0 15px 16px;
    font: 16px Noto Sans JP;
    letter-spacing: 1.6px;
    color: #1e1e1e;
}

.width-measure .measure-section .img-wrap .img-item img {
    width: 100%;
    margin-left: 21px;
    margin-right: 21px;
}

.width-measure .measure-section .img-wrap .img-item p {
    margin: 0 0 20px 0;
    font: 14px Noto Sans JP;
    color: #707070;
}

@media screen and (max-width: 960px) {
    .width-measure .measure-section .img-wrap .img-item p {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .width-measure .measure-section-description h4 {
        margin: 14px 15px 5px 10px;
    }
}

.width-measure .measure-section-description h5 {
    font: 12px Noto Sans JP;
    letter-spacing: 0px;
    color: #707070;
}

@media screen and (max-width: 960px) {
    .width-measure .measure-section-description h5 {
        margin: 0 15px 0 15px;
    }
}

.height-measure {
    padding: 20px 32px 48px 32px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

@media screen and (max-width: 960px) {
    .height-measure {
        padding: 12px 12px 24px 12px;
    }
}

.height-measure-title {
    margin-bottom: 24px;
    text-align: center;
    font: bold 24px Noto Sans JP;
    color: #1e1e1e;
}

@media screen and (max-width: 960px) {
    .height-measure-title {
        text-align: left;
        font: bold 22px Noto Sans JP;
    }
}

.height-measure .measure-section-title {
    margin: 16px 0;
    padding: 8px 0 8px 22px;
    background: #edf0f3 0% 0% no-repeat;
    font: bold 18px Noto Sans JP;
    font-weight: 500;
    color: #1e1e1e;
}

.height-measure .measure-section .img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.height-measure .measure-section .img-wrap .img-item {
    width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 960px) {
    .height-measure .measure-section .img-wrap .img-item {
        width: calc(100%);
    }
}

.height-measure .measure-section .img-wrap .img-item .img-title {
    font: bold 16px Noto Sans JP;
    letter-spacing: 0.5px;
    color: #1e1e1e;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #edf0f3;
}

@media screen and (max-width: 960px) {
    .height-measure .measure-section .img-wrap .img-item .img-title {
        font: bold 16px Noto Sans JP;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

.height-measure .measure-section .img-wrap .img-item img {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 21px;
}

.height-measure .measure-section .img-wrap .img-item p {
    margin: 0 0 20px 0;
    font: 16px Noto Sans JP;
    color: #707070;
    line-height: 1.8;
}

.height-measure .measure-section .img-wrap .img-item .last-para {
    margin-left: 35px;
}

@media screen and (max-width: 960px) {
    .height-measure .measure-section .img-wrap .img-item .last-para {
        margin-left: 0;
    }
}

.height-measure .measure-section-description h4 {
    font: 16px Noto Sans JP;
    font-weight: bold;
    margin-bottom: 15px;
}

.height-measure .measure-section-description h5 {
    font: 16px Noto Sans JP;
    letter-spacing: 0px;
    color: #707070;
    line-height: 1.8;
}

.tassel-image {
    padding: 20px 32px 48px 32px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

@media screen and (max-width: 960px) {
    .tassel-image {
        padding: 12px 12px 24px 12px;
    }
}

.tassel-image-title,
.option-image-title {
    margin-bottom: 24px;
    text-align: center;
    font: bold 24px Noto Sans JP;
    color: #1e1e1e;
}

.tassel-image .kind-section-title,
.option-image .kind-section-title {
    margin: 16px;
    padding: 8px 0 8px 22px;
    background: #edf0f3 0% 0% no-repeat padding-box;
    font: bold 18px Noto Sans JP;
    font-weight: 500;
    color: #1e1e1e;
}

.tassel-image .kind-section .img-wrap,
.option-image .kind-section .img-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 47px;
    padding-right: 47px;
    gap: 20px;
}

@media screen and (max-width: 960px) {
    .tassel-image .kind-section .img-wrap,
    .option-image .kind-section .img-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.tassel-image .kind-section .img-wrap .img-item,
.option-image .kind-section .img-wrap .img-item {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .tassel-image .kind-section .img-wrap .img-item,
    .option-image .kind-section .img-wrap .img-item {
        width: calc(100% - 40px);
    }
}

.tassel-image .kind-section .img-wrap .img-item .img-title,
.option-image .kind-section .img-wrap .img-item .img-title {
    margin-bottom: 17px;
    font: 14px Noto Sans JP;
    color: #1e1e1e;
}

.tassel-image .kind-section .img-wrap .img-item img,
.option-image .kind-section .img-wrap .img-item img {
    width: 100%;
    height: auto;
}

.tassel-image .kind-section .img-wrap .img-item p,
.option-image .kind-section .img-wrap .img-item p {
    margin: 20px 0;
    font: 13px Noto Sans JP;
    letter-spacing: 0px;
    color: #707070;
    text-align: center;
}

#both,
#side {
    display: none;
}

.tassel-type2 .modal-txt{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 24px;
}

.tassel-type2 .modal-txt a{
    background-color: #ffffff;
    padding: 0 0 0 20px;
    position: relative;
    font: 10px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 17.5px;
    color: #1774b9;
    cursor: pointer;
}

.tassel-type2 .modal-txt a span{
    position: absolute;
    display: flex;
    width: 11px;
    height: 11px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1774b9;
    color: #ffffff;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
}

.tassel-type-title2 h3 {
    font: bold 18px Noto Sans JP;
    letter-spacing: 0.01em;
    color: #1e1e1e;
    padding: 1px 0 3px 7px;
}

.free_tassel, 
.free_option{
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 24px 0 24px 16px;
    font: 12px Noto Sans JP;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
}

/*# sourceMappingURL=style.css.map */