section.sokuyakusection {
    width: 100%;
    color: #2196f3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
        background-color: #c1f6ff;
}
section.sokuyakusection section {

 padding: 50px 56px;
}



sup.merit {
    color: #494949;
    line-height: 0.2em;
    font-size: 0.9em;
}
.sokufvarea {
    text-align: center;
    font-size: 20px;
    padding: 50px 56px;
}
p.tsuuinnashi {
    font-size: 2.2em;
}


.sokuimgarea {
    display: flex;
    flex-direction: column;
    justify-content: center; /* 上下中央配置のため追加 */
    align-items: center; /* 上下中央配置のため追加 */
    height: 100%; /* 子要素が親要素の高さを継承するように設定 */
}

.sokuleft, .sokuright {
    display: flex;
    align-items: center; /* 上下中央配置のため追加 */
    height: 100%; /* 子要素が親要素の高さを継承するように設定 */
}

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

.sokucatch p {
    display: block;
    font-size: 14px;
    background: -webkit-linear-gradient(0deg, #6eccee, #1bafef);
    padding: 10px 20px;
    margin: 0.5em !important;
    letter-spacing: 0.2em;
    border-radius: 22px;
    color: #FFF;
}
.sokufvflexy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 2;
}
.sokufvarea {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80vh;
       background-color: #c1f6ff;
    overflow: hidden; /* はみ出た部分を隠す */
}



.tsuuinnashi, .sokuleft, .sokuright, .sokucatch, .fvcatched {
    position: relative;
    z-index: 1; /* 背景の円の前に配置 */
}

.sokufvflexy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.sokuimgarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
.sokuleft, .sokuright {
    display: flex;
    align-items: center;
}


.sokufvarea::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    background-color: white;
    border-radius: 50%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sokupricearea {
    padding: 0px 60px;
}

.sokupriceboard {
    background: #FFF;
    border-radius: 10px;
    margin: 0 15px 15px 0;
    padding: 10px 40px 10px;
    border: 3px solid #082D59;
    box-shadow: 15px 15px 0px;
    display: flex;
    position: relative;
    justify-content: space-around;
}

.familyuse {
    display: flex;
    justify-content: space-around;
}
p.usersss {
    font-size: 24px;
    background: #2196f3;
    color: #FFF;
    padding: 16px;
    display: block;
    height: 80px;
}

.pricedisp {
    font-size: 30px;
    padding-bottom: 1.2em;
}
span.numprice {
    font-size: 1.8em;
}

span.taxdisp {
    display: block;
    line-height: 0.2em;
}

section.meritsecti {
    background: #fff;
    margin-top: 60px;
}

.sokupriceboard * {
    color: #082d59;
}



ul.onlinemerit li {
    display: flex;
}

.sokuappriname {
    background: linear-gradient(45deg, #b9a60f 0%, #b9a60f 50%, #d9c423 50%, #d9c423 100%);
    padding: 10px 30px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 50%;
}
h4.thisappri {
    color: #FFF;
    font-size: 2em;
}
.names {
    color: #FFF;
    font-size: 20px;
}


section.meritsecti {
    background: #eef7fe;
}

.merith {
    text-align: center;
    color: #2196f3;
  
 
}

.otokupoint {
    width: 390px;
    margin-right: 136px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
p.merittakusan {
    color: #212529;
    font-size: 40px !important;
    text-align: center;
    color: #212529;
    margin-bottom: 20px !important;
}



.sokuflexytextmerit h4 {
    font-weight: 900;
    font-size: 34px;
    background: linear-gradient(transparent 1.1em, #aafbff7d 1.1em, #1defdc 1.35em, transparent 1.35em);
    width: 190px;
    color: #2196f3;
    margin-bottom: -20px;
}

p.onlinemeritdisc {
    font-size: 20px;
    font-weight: bold;
color: #212529;
}

.sokuflexytextmerit {
    width: 50%;
}
ul.onlinemerit li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.familyuse img {
    width: 250px;
}

ul.onlinemerit img {
    width: 250px;
    margin: 0 auto;
}

.sokufleximgarea {
    position: relative;
    width: 50%;
}

.sokufleximgarea img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; /* Add this line */
    z-index: 2; /* Add this line */
}

.sokufleximgarea::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background-color: #fffcd4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: solid 14px #fffee4;
}

li.sokuright {
    flex-direction: row-reverse;
}

ul.onlinemerit {
    width: 680px;
    margin: 60px auto 60px;
}

p.sokukaiketsu {
    font-size: 20px;
    width: 300px;
    margin: 0 auto !important;
    display: block;
    color: #212529;
    border-radius: 33px;
    padding: 4px;
}
h4.okusuriichiran {
    font-size: 2.2em;
    text-align: center;
}

section.okusurilist {
    background: -webkit-linear-gradient(313deg, #d1e5ff, #d1ddff);
}
h4.okusuriichiran {
    font-size: 2.8em;
    text-align: center;
    color: #212529;
}
ul.meditlist li {
    background: #FFF;
    color: #212529;
    font-size: 16px;
    font-weight: bold;
    width: calc(94% / 3);
    padding: 40px 20px 20px;
    margin: 1%;
    border-radius: 10px;
}

ul.meditlist {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

ul.meditlist li img {
    width: 70Px;
}

section.meritsecti {
    background: #c1f6ff;
}


section.sokuapprisec {
    padding: 70px 0 0 0;
    background: #F5F5F5;
}

.sokuapimg {
    width: 300px;
}

.innerbox.clearfix {
    display: flex;
}

.txcont {
    width: calc(100% - 300px);
}
.appribox {
    color: #212529;
}



.tlbox.sp_none p {
font-weight: 400;
    font-size: 14px;
}

.tlbox.sp_none h3 {
    font-weight: 800;
    font-size: 1.4em;
}


.btncont {
    display: flex;
    width: 100%;
    padding: 13px 0;
    background: #f1f1f1;
    border-radius: 25px;
}

p.tl {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0 0 15px 0;
}

.btnbox {
    display: table;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.btnbox.box1 {
    border-right: solid 1px #212529;
}

.rights {
    font-size: 1.1rem;
    line-height: 1.8em;
    margin: 15px 0px 20px 0px;
    font-weight: 400;
}
.flowvision {
    display: flex;
    flex-direction: row-reverse;
    height: 480px;
    border-width: 4px;
    border: solid rgb(68, 85, 102);
    border-radius: 0.5rem;
}


.flowlist button {
    appearance: none;
    background: none;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    color: inherit;
    cursor: pointer;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    gap: 0.125rem;
    border-width: 1px;
    background: rgb(255, 255, 255);
    border-radius: 9999px;
    font-weight: 700;
    color: rgb(119, 136, 153);
}

p.stepicon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    gap: 0.125rem;
    border-width: 1px;
    background: rgb(255, 255, 255);
    border-radius: 9999px;
    font-weight: 700;
    color: rgb(119, 136, 153);
    border: solid 2px;
}

p.stepicon span {
    font-size: 13px;
    line-height: 1;
}
em.stepnumber {
    line-height: 1;
    font-weight: 900;
}

.flowlist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: fit-content;
    height: 100%;
    padding-block: 20px;
    padding-right: 20px;
    z-index: 1;
}

.flowkeyitem.nonedisp {
    display: none;
}

.visioncontents {
    width: 100%;
}

.flowvision {
    background: #f0f5ff;
}

.flowdisc img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 240px;
}

.flowdisc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    position:relative;
}

.flowkeyitem {
    height: 100%;
    scroll-snap-align: start;
}

.flowin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
        text-align: left;
}

.flowpara {
    width: calc(100% - 10px);
    padding: 10px;
    z-index: 4;
}
.flowtitle {
    font-size: 24px;
    color: #212529;
    font-weight: 800;
}

p.flowmessage {
     font-size: 14px;
    color: #212529;
    font-weight: 400;
}

.flobox h2 {
    color: #212529;
    font-size: 40px !important;
    text-align: center;
    color: #212529;
    margin-bottom: 20px !important;
}

section.sokuqasec {
    background: #e6f5f9;
}

.sokuqa h4 {
    color: #212529;
    font-size: 40px !important;
    text-align: center;
    color: #212529;
    margin-bottom: 20px !important;
}
.qaareabox li summary {
    background-color: #082D59;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
    cursor: pointer;
}

.sokuansewr {
    padding: 10px;
    background: #FFF;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #082d59;
    font-weight: 400;
}

.flowdisc img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 240px;
    z-index: 3;
}

.flowdisc::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    background-color: #fffcd4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: solid 20px #fffee4;
}
.flowkeyitem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: transform 0.05s ease, opacity 0.05s ease;
}

.flowkeyitem.active {
    opacity: 1;
}

.flowkeyitem.exit-up {
    transform: translateY(-100%);
    opacity: 0;
}

.flowkeyitem.exit-down {
    transform: translateY(100%);
    opacity: 0;
}

.flowkeyitem.enter-up {
    transform: translateY(0);
    opacity: 1;
}

.flowkeyitem.enter-down {
    transform: translateY(0);
    opacity: 1;
}

.visioncontents {
    position: relative;
    overflow: hidden; /* Prevent content overflow */
}

.flowlist button {
    transition: background-color 0.3s ease; /* Smooth color transition for buttons */
}
.flowlist button.active-button .stepicon {
    background-color: #2196f3;
    color: white; /* Optional: change the text color when active */
}

.sokuansewr {
    padding: 20px;
    background: #f7faff; /* 淡い青の背景 */
    border: 1px solid #cfe0f1; /* 淡い青の境界線 */
    border-radius: 8px; /* 角を丸く */
    margin-bottom: 30px;
    margin-top: 20px;
    color: #082d59;
    font-weight: 400;
    font-family: 'Arial', sans-serif; /* 親しみやすいフォント */
    line-height: 1.6; /* 読みやすい行間 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* わずかな影を追加して浮き上がり効果 */
}

.sokuansewr p {
    margin: 0 0 15px; /* 段落間のスペースを調整 */
}

.sokuansewr ul {
    list-style-type: disc; /* リストのスタイルをディスクに */
    padding-left: 20px; /* 左側のスペースを追加 */
}

.sokuansewr li {
    margin-bottom: 10px; /* リスト項目間のスペースを追加 */
}

.sokuansewr sup {
    font-size: 0.85em; /* 注釈のサイズを調整 */
    color: #555; /* 注釈の色を少し薄く */
}

.resp990{

    display:none;
}
.resp580{

    display:none;
}



.sokuyakucampaign {
    z-index: 1;
}

.sokuyakucampaign {
    z-index: 1;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 60px;
}

p.smallcamsokuyaku {
    font-weight: 800;
    font-size: 34px;
    background: linear-gradient(transparent 1.1em, #f3e4af7d 1.1em, #f4ff39 1.35em, transparent 1.35em);
    width: 380px;
    color: #2196f3;
    margin: 20px auto !important;
}

span.camupper, span.camdowner {
    display: block;
    background: #2196f3a3;
    color: #FFF;
    background: -webkit-linear-gradient(0deg, #2196f36b, #2196f3, #2196f36b);
}

span.camupper {
    padding-top:20px

}
span.camdowner {
   padding-bottom:20px
}


h3.bigcamsokuyaku {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2em;
}
.sokuyakucampaignkikan {
    font-size: 12px;
    background: #bbdffc;
    padding: 10px 0px;
    margin-bottom: 10px;
}


/* sp */


@media (max-width: 1300px)  {

.otokupoint {
    width: 390px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
}

@media (max-width: 990px)  {


    .sokufvarea::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 120%;
    background-color: white;
    border-radius: 50%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;


}

.sokucatch p {
    display: block;
    font-size: 12px;
    background: -webkit-linear-gradient(0deg, #6eccee, #1bafef);
    padding: 6px 12px;
    margin: 0.5em !important;
    letter-spacing: 0.2em;
    border-radius: 22px;
    color: #FFF;
}
    

.sokufvarea {

    height: 60vh;

}
p.tsuuinnashi {
    font-size: 34px;
}

p.usersss {
    font-size: 16px;
    background: #2196f3;
    color: #FFF;
    padding: 13px;
    display: block;
    height: 80px;
}
.resp990{

    display:block;
}

.sokuappriname {

    width: 60%;
        padding: 10px 15px;
}

.sokupriceboard {

    box-shadow: 15px 15px 0px;

}
.names {
    color: #FFF;
    font-size: 16px;
}

.pricedisp {
    font-size: 30px;
    padding-bottom: 1.2em;
    text-align: center;
}

.sokupriceboard {

    padding: 10px 10px 10px;
 
}

p.merittakusan {
    color: #212529;
    font-size: 30px !important;
    text-align: center;
    color: #212529;
    margin-bottom: 20px !important;
}

ul.onlinemerit {
    width: 100%;

}

.sokuflexytextmerit h4 {

    font-size: 26px;

}
p.onlinemeritdisc {
    font-size: 18px;

}
    ul.onlinemerit img {
        width: 84%;
        margin: 0 auto;
    }

    h4.okusuriichiran {
    font-size: 30px;
    text-align: center;
    color: #212529;
    margin-bottom: 20px;
}


    ul.meditlist li {
        background: #FFF;
        color: #212529;
        font-size: 15px;
        font-weight: bold;
        width: calc(94% / 3);
        padding: 20px 6px 10px;
        margin: 1%;
        border-radius: 10px;
    }

    .sokuapimg {
    width: 240px;
}

.txcont {
    width: calc(100% - 240px);
}

.btnbox {
    display: table;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.flobox h2 {
    color: #212529;
    font-size: 30px !important;
    text-align: center;
    color: #212529;
    margin-bottom: 20px !important;
}
.sokuqa h4 {
    color: #212529;
    font-size: 30px !important;
    text-align: center;
    color: #212529;
    margin-bottom: 20px !important;
}
}

@media (max-width: 768px)  {
    p.tsuuinnashi {
        font-size: 32px;
    }

        .sokucatch p {
        display: block;
        font-size: 11px;
        background: -webkit-linear-gradient(0deg, #6eccee, #1bafef);
        padding: 5px 10px;
        margin: 0.5em !important;
        letter-spacing: 0.2em;
        border-radius: 22px;
        color: #FFF;
    }

        .pricedisp {
        font-size: 26px;
        padding-bottom: 1.2em;
        text-align: center;
    }
        .sokuappriname {
        width: 50%;
        padding: 10px 15px;
    }

        p.onlinemeritdisc {
        font-size: 16px;
    }
.sokuflexytextmerit h4 {
    font-weight: 900;
    font-size: 22px;
    background: linear-gradient(transparent 1.1em, #aafbff7d 1.1em, #1defdc 1.35em, transparent 1.35em);
    width: 100%;
    color: #2196f3;
    margin-bottom: -20px;
}
    .sokufleximgarea::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    background-color: #fffcd4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: solid 14px #fffee4;


}


    ul.meditlist li {
        background: #FFF;
        color: #212529;
        font-size: 15px;
        font-weight: bold;
        width: calc(94% / 2);
        padding: 20px 6px 10px;
        margin: 1%;
        border-radius: 10px;
    }
    .innerbox.clearfix {
    display: block;
}

    .txcont {
        width: 100%;
    }

    .tlbox.sp_none h3 {
    font-weight: 800;
    font-size: 26px;
    text-align: center;
}

    .sokuqa h4 {
        color: #212529;
        font-size: 24px !important;
        text-align: center;
        color: #212529;
        margin-bottom: 20px !important;
    }

        .sokuapimg {
        width: 100%;
    }
}

@media (max-width: 680px)  {

    
    .sokufvarea {
    text-align: center;
    font-size: 18px;
    padding: 50px 28px;
}

    p.tsuuinnashi {
        font-size: 24px;
    }

    .sokufvflexy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    flex-wrap: wrap;
}

.sokuleft, .sokuright {
    display: flex;
    align-items: center;
    height: auto;
}

.sokuimgarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.sokucatch {
    display: block;
    justify-content: center;
}

.sokucatch {
    width: 80%;
}

    .sokucatch p {
        display: block;
        font-size: 13px;
        background: -webkit-linear-gradient(0deg, #6eccee, #1bafef);
        padding: 8px 8px;
        margin: 1.2em !important;
        letter-spacing: 0.2em;
        border-radius: 22px;
        color: #FFF;
    }
    .sokupricearea {
        padding: 0px 28px;
        width: 100%;
        display: block;
    }
    .familyuse {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

.familyuse img {
    width: 250px;
    margin: 0 auto;
}
    .otokupoint {
        width: 100%;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    br.resp990.non768 {
    display: none;
}



        p.usersss {
        font-size: 16px;
        background: #2196f3;
        color: #082d59;
        padding: 13px;
        display: block;
        font-weight: 700;
        height: auto;
        background: -webkit-linear-gradient(0deg, #ffffff00, #ffffff, #ffffff00);
    }
     .names {
        color: #FFF;
        font-size: 12px;
    }


        .pricedisp {
        font-size: 22px;
        padding-bottom: 1.2em;
        text-align: center;
    }

    section.sokuyakusection section {
    padding: 40px 28px;
}

    .sokuappriname {
        width: 50%;
        padding: 10px 10px;
    }

    p.sokukaiketsu {
    font-size: 18px;
    width: 300px;
    margin: 0 auto !important;
    display: block;
    color: #212529;
    border-radius: 33px;
    padding: 4px;
}

    p.merittakusan {
        color: #212529;
        font-size: 24px !important;
        text-align: center;
        color: #212529;
        margin-bottom: 20px !important;
    }

        .sokuflexytextmerit h4 {
        font-size: 22px;
    }

        p.onlinemeritdisc {
        font-size: 14px;
    }
        .sokufleximgarea::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 110px;
        height: 110px;
        background-color: #fffcd4;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        border: solid 14px #fffee4;
    }

    h4.okusuriichiran {
        font-size: 24px;
        text-align: center;
        color: #212529;
        margin-bottom: 20px;
    }

    ul.meditlist li img {
    width: 60Px;
}

    .sokuapimg {
        width: 100%;
    }

    .flowdisc::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    background-color: #fffcd4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: solid 20px #fffee4;
}
.flowdisc img {
    display: block;
    width: 70%;
    height: auto;
    max-width: 240px;
    z-index: 3;
}

    .flobox h2 {
        color: #212529;
        font-size: 24px !important;
        text-align: center;
        color: #212529;
        margin-bottom: 20px !important;
    }

        .sokuqa h4 {
        color: #212529;
        font-size: 20px !important;
        text-align: center;
        color: #212529;
        margin-bottom: 20px !important;
    }
}


@media (max-width: 548px)  {

        .sokufvarea {
        height: 90vh;
    }
        .sokufvarea::before {
        content: "";
        position: absolute;
        width: 240%;
        height: 120%;
        background-color: white;
        border-radius: 50%;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    

    .resp580{

        display:block;
    }
        .sokufvflexy {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        flex-wrap: wrap;
    }
        .sokucatch {
        width:100%;}

    .sokucatch p {
        display: block;
        font-size: 13px;
        background: -webkit-linear-gradient(0deg, #6eccee, #1bafef);
        padding: 8px 8px;
        margin: 0.6em !important;
        letter-spacing: 0.2em;
        border-radius: 22px;
        color: #FFF;
    }
    .sokupriceboard {
    background: #FFF;
    border-radius: 10px;
    margin: 0 15px 15px 0;
          padding: 10px 10px 10px;
    border: 3px solid #082D59;
    box-shadow: 15px 15px 0px;
    display: block;
    position: relative;
    justify-content: space-around;
}

    .sokuappriname {
        width: 100%;
        padding: 10px 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p.sokukaiketsu {
        font-size: 16px;
        width: 100%;
        margin: 0 auto !important;
        display: block;
        color: #212529;
        border-radius: 33px;
        padding: 4px;
    }

        section.sokuyakusection section {
        padding: 40px 14px;
    }

        .sokufleximgarea::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        background-color: #fffcd4;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        border: solid 14px #fffee4;
    }

        p.merittakusan {
        color: #212529;
        font-size: 18px !important;
        text-align: center;
        color: #212529;
        margin-bottom: 20px !important;
    }
        .sokuflexytextmerit h4 {
        font-size: 20px;
    }

        p.onlinemeritdisc {
        font-size: 12px;
    }

        h4.okusuriichiran {
        font-size: 18px;
        text-align: center;
        color: #212529;
        margin-bottom: 20px;
    }


    ul.meditlist p {
    display: block;
    text-align: center;
    margin-left: 20px;
    text-align: left;
}
    ul.meditlist li {
        background: #FFF;
        color: #212529;
        font-size: 15px;
        font-weight: bold;
        width: 100%;
        padding: 15px;
        margin: 1%;
        border-radius: 10px;
        display: flex;
    }
        .tlbox.sp_none h3 {
        font-weight: 800;
        font-size: 18px;
        text-align: center;
    }

    p.tl {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.flowdisc::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 110px;
        height: 110px;
        background-color: #fffcd4;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        border: solid 20px #fffee4;
    }
.flowlist {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: fit-content;
        height: 100%;
        padding-block: 80px;
        padding-right: 10px;
        z-index: 1;
    }

    .flowtitle {
    font-size: 16px;
    color: #212529;
    font-weight: 800;
}
    .sokuqa h4 {
        color: #212529;
        font-size: 16px !important;
        text-align: center;
        color: #212529;
        margin-bottom: 20px !important;
    }
    span.taxdisp {
    display: block;
    line-height: 1em;
}


p.stepicon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    gap: 0;
    border-width: 1px;
    background: rgb(255, 255, 255);
    border-radius: 9999px;
    font-weight: 700;
    color: rgb(119, 136, 153);
    border: solid 2px;
}
.flowlist button {
    appearance: none;
    background: none;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    gap: 0.125rem;
    border-width: 1px;
    background: rgb(255, 255, 255);
    border-radius: 9999px;
    font-weight: 700;
    color: rgb(119, 136, 153);
}


.sokuyakucampaign {
    z-index: 1;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 60px;
}

    p.smallcamsokuyaku {
        font-weight: 700;
        font-size: 24px;
        background: linear-gradient(transparent 1.1em, #f3e4af7d 1.1em, #f4ff39 1.35em, transparent 1.35em);
        width: 280px;
        color: #2196f3;
        margin: 10px auto !important;
    }

h3.bigcamsokuyaku {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2em;
}
.sokuyakucampaignkikan {
    font-size: 12px;
    background: #bbdffc;
    padding: 10px 10px;
    margin-bottom: 10px;
}
sup.supsokuyakucampaignkikan {
    font-size: 12px;
}
p.stepicon span {
    font-size: 10px;
    line-height: 1;
}
}


@media (max-width: 480px)  {

    p.smallcamsokuyaku {
        font-weight: 700;
        font-size: 19px;
        background: linear-gradient(transparent 1.1em, #f3e4af7d 1.1em, #f4ff39 1.35em, transparent 1.35em);
        width: 220px;
        color: #2196f3;
        margin: 10px auto !important;
    }

        .sokupricearea {
        padding: 0px 16px;
        width: 100%;
        display: block;
    }
}