.linez-linebtn-modal-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 1rem 1rem 0.5rem;
    border-bottom: 1px dashed;
    padding-bottom: 0.5rem;
}

.linez-boost-h2-undar-p {
    display: inline-block;
    vertical-align: middle;
    /*color: #ff7600;*/
    font-size: 1.1rem;
    left: 0.5rem;
    top: 0;
    padding-right: 5px;
    /* position: absolute; */
    /*font-weight: bold;*/
    line-height: 1.3;
}

.line-button-close {
    height: 3.5rem;
    width: 5rem;
    color: #1f1f1f;
    display: flex;
    text-align: center;
    font-size: 2rem;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px;
}

.linez-linebtn-modal-h2 {
    border-radius: 1rem 1rem 0 0;
    background-color: #06c755;
    height: auto;
    text-align: center;
    padding: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.3;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .bonus-span {
        display: inline-block;
        margin-top: 1.2rem;
        text-align: center;
        font-size: 0.8rem;
    }

    .yellow_line {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fbff00 0%) repeat scroll 0 0;
        font-weight: 700;
    }

    .sig-bot-boxtu-tu {
        position: relative;
    }

    .bonus-span {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .sig-bot-p-tu {
        position: relative;
    }

    .bonus-span {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        text-align: center;
    }

    .yellow_line {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fbff00 0%) repeat scroll 0 0;
        font-weight: 700;
    }
}

.hide {
    display: none;
}

#tukin:checked+.line-modal-job,
#zaitaku:checked+.line-modal-job {
    background-color: #ffa;
}



.linez-linebtn-modal-p::before {
    content: '▼';
    display: inline-block;
    vertical-align: middle;
    color: #ff7600;
    font-size: 1rem;
    left: 0.5rem;
    top: 0;
    padding-right: 5px;
    position: absolute;
}

.line-modal-window {
    border-radius: 1rem;
    max-width: 40rem;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    background-color: #fff;
    z-index: 11;
    padding: 0 0 2rem;
    overflow: scroll;
}

.line-modal {
    display: flex;
    justify-content: space-evenly;
    background-color: #eee;
    padding: 1rem 0;
}

.line-modal-job {
    width: 45%;
    border: 1px solid #1f1f1f;
    height: 3rem;
    border-radius: 1rem;
    padding: 0.6rem;
    text-align: center;
    background-color: #fff;
}

.line-modal-job-p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    line-height: 1.2;
}

.boost-divbox {
    width: 30%;
    padding: 0.5rem;
    border: 1px solid #1f1f1f;
    border-radius: 1rem;
    background-color: #fff;
}

.boost-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.input-box {
    display: none;
}

.boost-img-p {
    letter-spacing: -2px;
    line-height: 1.1;
    font-size: .9rem;
    text-align: center;
    font-weight: bold;
}

.boost-h3 {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.heught-7 {
    height: 7rem;
}

.pd-b1 {
    padding-bottom: 1rem;
}

#livechat:checked+.boost-divbox,
#vchat:checked+.boost-divbox,
#tell:checked+.boost-divbox {
    background-color: #ffa;
}
/*#area_1:checked{
    background-color: #ffa;
}
*/

.chb-h3-span {
    position: relative;
}

.chb-h3-span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 0.3rem;
    left: -2.5rem;
    background: url(/assets/images/line/chb-arrow01.svg) no-repeat;
    background-size: contain;
}

.line-modal-box {
    display: flex;
    flex-direction: column;
}

.line-modal-li {
    border: 1px solid #1f1f1f;
    margin: 1rem 1rem 0;
}

.line-modal-li-01 {
    border: 1px solid #1f1f1f;
    margin: 0 1rem 0;
}
.line-modal-li-01 dl{
    margin: 0;
}
.line-modal-li dl{
    margin: 0;
}

.line-modal-li-box {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px dashed;
}

.line-modal-li-box label {
    border: 1px solid #1f1f1f;
    background-color: #eee;
    padding: .5rem;
    width: 32%;
    margin: 0.2rem 0;
    border-radius: 0.5rem;
}

/*.line-modal-li-box label>input:checked {
    background-color: #ffa;
}*/

.toggle_title {
   background-color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 1rem;
}

.line-modal-dd {
    display: none;
    margin-left: 0;
}

.toggle_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #F845FF;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}

.toggle_btn:before,
.toggle_btn:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 1rem;
    height: .2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle_btn:before {
    width: 2px;
    height: 10px;
}

.toggle_title.selected .toggle_btn:before {
    content: normal;
}

/*.toggle_title.selected {
    background-color: #ffa;
}*/

.chb-area-box {
   background-color: #eee;
    padding: 1rem 0;
}

.chb-line-btn-box {
    background-color: #fff;
    margin: 0.5rem auto;
    text-align: center;
    width: 80%;
}

.chb-p02 {
    font-size: 1rem;
    padding: 1rem;
    line-height: 1.2;
    width: 80%;
    margin: 0 auto;
}

.boost-btn01-1 {
    padding: 1rem;
    border-radius: 2rem;
    display: block;
    width: 80%;
    background-color: #ccc;
    height: auto;
    margin: 1rem auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

.chb-fin-h3 {
    position: relative;
    padding-left: 3rem;
}

.chb-fin-h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: -1rem;
    left: 0rem;
    background: url(/assets/images/line/chb-pokeko-fin.svg) no-repeat;
    background-size: contain;
}
.no_scroll {
    overflow: hidden;
}
.line-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
}
/* has:をつかって親要素のlabelに色をつける_2023/0224*/
.line-modal-li-box > label:has(input[type="radio"]:checked ) {
    background-color: #ffa;
  }