article.container {
    /* background: url(../images/w_bg.jpg); */
    padding: 10px 5px 0;
}

@media (min-width: 992px) {
    .border {
        border: none !important;
    }
}

.is_guide p.border {
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border: none !important;
}


.is_guide section .in_box {
    /* padding: 0 10px!important; */
}

.is_guide h3 {
    font-size: 1.2rem;
    padding-left: 50px;
    line-height: 40px;
    background: url(../images/guide/tit_icn.png)no-repeat;
}


ol,
ul {
    padding-left: 0rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}


.is_guide section {
    /* margin-bottom: 10px; */
    background: url(../images/guide/line_dot.png)repeat-x bottom;
    padding-bottom: 20px;
}

.is_guide ul {
    margin-bottom: 10px;
}

.is_guide ul.w_circle li:before,
.is_guide .handicap_box h4:before,
.is_guide .beginner_box h4:before,
.is_guide .retouch_box h4:before {
    content: "◆";
}

.is_guide .handicap_box h4,
.is_guide .beginner_box h4,
.is_guide .retouch_box h4 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-top: 10px;
}



.toggle-label p {
    position: absolute;
    bottom: -3px;
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 1;
    font-size: 0.7rem;
}

section {
    display: block;
    padding-top: 80px !important;
    margin-top: -80px !important;
    overflow: hidden;
}


@media screen and (min-width:992px) {
    .is_guide h3 {
        font-size: 1.2rem;
        padding-left: 50px;
        line-height: 40px;
        background: #fbb0d0;
        color: white;
    }

    .pc-font-size-1-2vw {
        font-size: 1.2vw;
    }

    .is_guide ul {
        margin-bottom: 10px;
        font-size: 16px;
        padding: 1vw;
    }

    .is_guide section {
        margin-bottom: 0px !important;
        background: none !important;
        padding-bottom: 0px !important;
    }

    .is_guide section .rookie-in_box {
        display: flex;
        flex-wrap: wrap;
        gap: 0px 21px;
        justify-content: center;
    }

    .rookie-inner {
        width: 48%;
        /* padding: 3vw; */
        display: block;
        border: solid 8px #9bd3ff;
    }

    .rookie-inner h4 {
        background: #9bd3ff;
        margin: 0 !important;
        padding: 10px;
        font-size: 2vw;
    }

    .pc-w-96 {
        width: 98.2% !important;
    }

    .guide-photo-border {
        border-bottom: solid 1px;
        display: inline-block;
    }

    .is_guide .handicap_box h4,
    .is_guide .beginner_box h4,
    .is_guide .retouch_box h4 {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 39px;
    }

    .guide-photo-border-2 {
        border-bottom: solid 1px;
        display: inline-block;
    }

    .inner_txt {
        text-align: left;
        font-weight: 500;
    }

    .guide-question-title {
        margin: 0 !important;
        font-size: 2vw !important;
        padding-top: 7vh !important;
        font-weight: 400 !important;
    }

    .guide-question-title:before {
        content: none !important;
    }

    .qa-content-arrangement {
        flex-wrap: wrap;
        gap: 0px 13px;
        justify-content: center;
        align-items: baseline;
    }

    .question-img::before {
        content: url(../images/guide/question.png);
        display: inline-block;
        vertical-align: middle;
        transform: scale(0.8);
        padding-right: 10px;
    }

    .anser-img::before {
        content: url(../images/guide/A.png);
        display: inline-block;
        vertical-align: middle;
        transform: scale(0.8);

    }

    .question-text {
        width: 48%;
        font-size: 1.26vw;
    }

    .anser-text {
        width: 30%;
        font-size: 1.1vw;
    }
}

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