.page-tl .red {
    color: var(--primary-color);
}
h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 400;
}
.results_content {
    margin-bottom: 50px;
}
.results_items {
    background: #f4f4f4;
    margin-bottom: 40px;
}
.results_ttl {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ededed;
    position: relative;
    font-size: 20px;
}
.results_ttl span {
    width: 40px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 20px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--font-en);
}
.results_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px 35px;
}
.results_txt img {
    width: min(1.0946051603vw, 14px);
    position: relative;
    transform: rotate(90deg);
    margin: 10px;
}
.results_txt .red {
    font-size: 20px;
    color: var(--primary-color);
}

@media (min-width: 768px) {
    .section-04 {
        padding: min(5.1602814699vw, 66px) 0 min(7.036747459vw, 90px);
        margin: min(14.8553557467vw, 190px) min(3.5183737295vw, 45px) min(3.5183737295vw, 45px);
    }
}
@media (max-width: 767px) {
    .section-04 {
        padding: 12.8vw 0 16.5333333333vw;
        margin: 28.5333333333vw 5.3333333333vw 6.6666666667vw;
    }
}
.line-qr {
    width: 100px;
    margin: auto;
    margin-top: 60px;
}
.line_sample {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.sample_items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
}
.sample_items::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/common/fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
}
.sample_items p {
    line-height: 22px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 17px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
    .results_items {
        margin-bottom: 15px;
    }
    .results_ttl {
        font-size: 17px;
    }
    .results_txt img {
        width: 3.08vw;
    }
    .results_txt .red {
        font-size: 17px;
    }
    .line-qr {
        margin-top: 35px;
    }
    .sample_items {
        display: block;
        height: auto;
        border-radius: 20px;
        margin-bottom: 15px;
        text-align: left;
        padding: 20px 25px;
    }
    .sample_items::before {
        width: 10px;
        height: 10px;
    }
    .sample_items p {
        line-height: 1.6;
    }
}