<!-- 202504ペーパーサンプル改善追加CSS start -->
<style>
.subtitle-onerow_dots {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.subtitle-onerow_dots .cate_caption {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 7px;
    text-align: center;
    line-height: 100%;
    position: relative;
}
.subtitle-onerow_dots .cate_caption::before, .subtitle-onerow_dots .cate_caption::after {
    width: 27px;
    height: 1px;
    background-image: linear-gradient(to right, #333 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: '';
    display: inline-block;
    top: 7px;
    position: absolute;
}
.subtitle-onerow_dots .cate_caption::before {
    transform: rotate(60deg);
    left: -25px;
}
.subtitle-onerow_dots .cate_caption::after {
    transform: rotate(-60deg);
    right: -25px;
}
.newset_appear {
    margin-bottom: 50px;
    padding: 25px;
    background-color: #F1EFD9;
    border-radius: 16px;
    position: relative;
}
.newset_appear .newicon {
    position: absolute;
    top: -26px;
    left: 5px;
    width: 73px;
    height: 73px;
}
.newset_appear .newset_appear-inner {
    display: flex;
    justify-content: right;
    column-gap: 3%;
}
.newset_appear .newset_appear-inner .inner_left {
    width: 44%;
}
.newset_appear .newset_appear-inner .inner_left p {
    font-size: 1.7em;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
}
.newset_appear .newset_appear-inner .inner_left p span.green {
    font-size: 1.1em;
    color: #639EA2;
    font-weight: bold;
}
.newset_appear .newset_appear-inner .inner_left p span.small {
    font-size: 0.9em;
}
.newset_appear .newset_appear-inner .inner_right {
    width: 53%;
    display: flex;
    column-gap: 10px;
    justify-content: right;
}

.newset_appear .newset_appear-inner .inner_right p {
    max-width: 205px;
    max-height: fit-content;
}
.newset_appear .newset_appear-inner .inner_right img {
    width: 100vw;
}

#add_newset {
    margin: 40px 0 0;
}
.add_newset-inner {
    padding: 0 15px;
}
.newset_title {
    display: flex;
    justify-content: center;
    column-gap: 7px;
    margin-bottom: 30px;
}
.newset_title .newicon {
    width: 73px;
    height: 73px;
}
.newset_title .caption {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}
.add_newset-img p {
    width: 90%;
    margin: 0 auto;
}

.modal_text_box {
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
}
.modal_text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    display: block;
}
.modal_text span {
    margin-right: 10px;
}

/* ポップアップモーダル */
.popmodal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index:2000;
}
.popmodal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(64, 64, 64, 0.6);
    z-index:2100;
}
.popmodal-content {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    overflow-y: scroll;
    height: 90%;
    background: white;
    z-index:2200;
    max-width:600px;
    width: 90%;
    padding: 30px 20px 20px;
}
.popmodal-content.wd450 {
    max-width:508px;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
.popclosebtn{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 10px;
}
i.fas:not(.fa-home):not(.fa-gift):not(.fa-video):before {
    font-size: 28px;
    line-height: 40px;
}
.fa-times:before {
    content: "✕"!important;
    color: #BFB863;
}
.popmodal.f_sample h3 {
    font-size: 20px;
    color: #81CACE;
    text-align: center;
    margin-bottom: 10px;
}
.popmodal.f_sample p.caption {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}
.popmodal.f_sample p.imgbox {
    padding: 0 11px;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 16px;
  border-radius: 80px;
  background-color: rgba(129, 202, 206, 0.2);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  width: 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 13px 0 13px;
  border-color: rgba(129, 202, 206, 0.2) transparent transparent;
  translate: -50% 100%;
}

@media screen and (max-width: 767px) {
    .newset_appear {
        margin-bottom: 45px;
        padding: 15px 10px 10px;
    }
    .subtitle-onerow_dots .cate_caption {
        font-size: 16px;
    }
    .newset_appear .newset_appear-inner {
        flex-wrap: wrap;
    }
    .newset_appear .newset_appear-inner .inner_left {
        margin-bottom: 10px;
    }
    .newset_appear .newset_appear-inner .inner_left, .newset_appear .newset_appear-inner .inner_right {
        width: 100%;
    }
    .newset_appear .newset_appear-inner .inner_left p {
        font-size: 16px;
    }
    .newset_appear .newset_appear-inner .inner_left p span.green {
        font-size: 18px;
    }
    .newset_appear .newicon {
        position: absolute;
        top: -15px;
        left: 10px;
        width: 58px;
        height: 58px;
    }

    #add_newset {
        margin: 40px 0 0;
    }
    .add_newset-inner {
        padding: 0 15px;
    }
    .newset_title {
        display: flex;
        justify-content: center;
        column-gap: 7px;
        margin-bottom: 10px;
    }
    .newset_title .newicon {
        width: 47px;
        height: 47px;
    }
    .newset_title .caption {
        font-size: 19px;
        font-weight: bold;
        line-height: 25px;
    }
    .add_newset-img {
        margin-bottom: 17px;
    }
    .add_newset-img p {
        width: 100%;
    }
    .modal_text_box {
        padding-top: 10px;
        width: 100%;
        margin: 0;
    }
    .modal_text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        display: block;
    }
    .modal_text span {
        margin-right: 5px;
    }

    .popmodal-content {
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (min-width:768px) and ( max-width:1380px) {
    .newset_appear .newset_appear-inner .inner_left p {
        font-size: 1.2em;
    }
}
</style>
<!-- 202504ペーパーサンプル改善追加CSS end -->