@charset "UTF-8";
p.notice_text{
    font-size: 90%;
    line-height: 1.6;
    margin-bottom: 5px;
}
.voice_block {
    display: flex;
    align-items: center;
}
.voice_block .icon {
    width: 170px;
    height: 130px;
    padding: 20px;
    background: #f8d7e5;
    text-align: center;
    border-radius: 70%;
}
.voice_block .icon.men {
        background: #d7eff8;
}
.voice_block .icon i {
    font-size: 460%;
    line-height: 1;color:#fff;
}
.voice_block .star {
    width: 260px;
    padding-left: 20px;
}

.voice_block .comment {
    width: 850px;
    font-size: 120%;
    line-height: 180%;
}

.voice_block .star span {
    font-size: 200%;
    color: #F20505;
}

@media (max-width: 768px) {
    .voice_block {
        display: flex;
        flex-wrap: wrap;
    }

    .voice_block .icon {
        width: 70px;
        height: 70px;
    }
.voice_block .icon i {
    font-size: 190%;
    color:#fff;
}
    .voice_block .star {
        width: 60%;
    }

    .voice_block .comment {
        width: 100%;
        font-size: 100%;
        line-height: 180%;
    }

    .voice_block .star span {
        font-size: 180%;
    }
}

h4.price_h4{
    font-size: 110%;
    height: 3rem;
}

span.price_span {
    display: block;
    font-weight: normal;
    font-size: 90%;
    margin-top: 5px;
}

a.reserve_btn_price {
    width: 90%;
    box-sizing: border-box;
    display: block;
    margin: 20px auto;
    padding: 15px 0px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 150%;
    background: #35a22f;
    top: -2px;
    letter-spacing: 2px;
    position: relative;
    box-shadow: 0px 6px 0 rgb(62 103 47);
}

a.reserve_btn_price span {
    display: block;
    font-weight: bold;
    color: yellow;
    font-size: 130%;
}

.cp_qa .cp_actab label.faq_point {
    background: #E95207;
    color: #fff;
}

.pick_up {
    position: relative;
}

.pick_up .yelloe_line {
    background: #ffec6b;
}

.pick_up .ab_medal {
    position: absolute;
    right: 0;
    top: -35px;
}

.pick_up .ab_medal .pick_up_img{
    width: 60px;
}

@media (min-width: 768px) {
    .pick_up .ab_medal {
        top: -65px;
    }
    .pick_up .ab_medal .pick_up_img {
        width: 80px;
    }
}