@charset "UTF-8";
#bestreview .mainframe_{
    padding-bottom: 10%;
}
#bestreview .forcms_block{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: relative;
    background: #f7f4f0;
}
#bestreview .forcms_block img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
@media screen and (min-width: 769px) {
    .pchidden{display: none;}
    #bestreview .forcms_block a{
        transition: all 0.4s ease;
    }
    #bestreview .forcms_block a:hover{
        opacity: 0.8;
    }
    
}
@media screen and (max-width: 768px) {
    .sphidden{display: none;}
}

/**** headline ****/
.headline__award{
    width: 100%;
    height: 730px;
    background: url(/cms/img/usr/bestreview/bestreviw_title_back_pc.png) no-repeat center top;
    background-size: cover;
    position: relative;
}
.headline__award dl{
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: center;
    color: #a75d1b;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 100%;
}
.headline__award dl dd{
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.2em;
    border: 1px #a75d1b solid;
    border-radius: 100px;
    padding: 10px 40px;
    margin-top: 20px;

}

.headline__text{
    padding: 65px 100px 60px;
    font-size: 22px;
}
.headline__text ul{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.headline__text ul li{
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #a75d1b;
    margin: 0 2%;
}
.headline__text ul li a{
    color: #a75d1b;
}
@media screen and (max-width: 768px) {
    .headline__award{
        height: 105vw;
        background-image: url(/cms/img/usr/bestreview/bestreviw_title_back_sp.png);
    }
    .headline__award dl{
        bottom: 10vw;
        font-size: 3.8vw;
    }
    .headline__award dl dd{
        font-size: 2.8vw;
        padding: 2vw 6.6vw;
        margin-top: 3.3vw;

    }

    .headline__text{
        padding: 7.5vw 3vw 3.3vw;
        font-size: 3.0vw;
        line-height: 2;
    }
    .headline__text ul{
        padding-top: 5.5vw;
        justify-content: center;
        flex-wrap: wrap;
    }
    .headline__text ul li{
        font-size: 3.8vw;
        margin: 0 0 3.5vw;
    }
}


/**** review__area ****/
#bestreview .review__area{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding:80px 0 100px;
    background: #f4ebdd;
}

#bestreview .review__title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
#bestreview .review__title dt{
    font-size: 28px;
}
@media screen and (max-width: 768px) {
    #bestreview .review__area{
        padding:11vw 3.8vw 8.3vw;
    }
    #bestreview .review__title{
        font-size: 3.6vw;
        margin-bottom: 3.5vw;
    }
    #bestreview .review__title dt{
        font-size: 4.2vw;
    }
}

/**** review ****/
#bestreview .user__voice{
    max-width: 1200px;
    margin: 0 auto;
}
#bestreview .user__voice__list{
    background: #FFF;
    padding: 15px;
    color: #262626;
    font-size: 20px;
    border-radius: 5px;
    position: relative;
    box-shadow:0 0 15px 2px rgba(0, 0, 0, 0.1);
}
#bestreview .user__voice__list::before{
    content: "";
    display: block;
    width: 200px;
    height: 280px;
    background: url(/cms/img/usr/bestreview/bestreviw_tit.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -1px;
    right: 5%;
    z-index: 1;
}
#bestreview .user__voice__list__inner{
    border: 5px #fff8bb solid;
    padding: 50px 28% 50px 50px;
    position: relative;
    background:#FFF;
    overflow: hidden;
}
#bestreview .user__voice__list__inner::before{
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    background-image: linear-gradient(65deg, #ecd9b2, #f4ecdf 50%, #ecd9b2);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#bestreview .user__voice__list__inner::after{
    content: "";
    display: block;
    width: 40%;
    height: 120%;
    border-radius: 100%;
    background:#FFF;
    position: absolute;
    right: 22%;
    top: -10%;
}

#bestreview .user__box::before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(/cms/img/usr/bestreview/bestreviw_person.png) no-repeat;
    background-size: cover;
    margin-right: 15px;
}
#bestreview .user__box{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

#bestreview .user__voice__list dl{
    line-height: 1.8;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
#bestreview .user__voice__list dl dt{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.0055em;
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#bestreview .user__voice__list dl dt .user__star img{
    height: 26px;
    vertical-align: baseline;
}

#bestreview .user__voice__list .marker{
    position: relative;
    font-weight: bold;
    /*background-color: #fffc00;*/
}
@media screen and (max-width: 768px) {
    #bestreview .user__voice__list{
        padding: 1.6vw;
        font-size: 3.3vw;
    }
    #bestreview .user__voice__list::before{
        width: 22vw;
        height: 31vw;
        left: 5%;
        right: auto;
    }
    #bestreview .user__voice__list__inner{
        border-width: 3px;
        padding: 4vw 4% 3vw;
    }
    #bestreview .user__box{
        font-size: 4.5vw;
        padding-left: 20vw;
        margin-bottom: 1.5vw;
        justify-content: center;
    }
    #bestreview .user__box::before{
        width: 8.3vw;
        height: 8.3vw;
        margin-right: 2vw;
    }
    #bestreview .user__voice__list dl dt{
        display: block;
        text-align: center;
        font-size: 3.5vw;
        padding: 0 0 3vw 20vw;
    }
    #bestreview .user__voice__list dl dt .user__star img{
        height: 3.8vw;
    }
    #bestreview .user__voice__list__inner::after{
        right: 14%;
        width: 80%;
    }
}


/**** review__item ****/
#bestreview .review__item{
    background: #f4ebdd;
    padding: 0 0 80px;
}
#bestreview .review__item__inner{
    max-width: 1120px;
    margin: 0 auto;
}
#bestreview .review__item__title{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.review__item__box{
    background: #FFF;
    padding: 20px 40px;
}
.review__item__box dl{
    display: flex;
    justify-content: space-between;
}
.review__item__box dt{
    width: 290px;
}
.review__item__box dd{
    width: calc( 100% - 320px );
    font-weight: 600;
    line-height: 2.2;
}
.review__item__box dd.text b{
    display: block;
    font-size: 24px;
    padding-bottom: 20px;
}

.review__item__box .btn{
    padding: 0;
    display: block;
    width: 100%;
    text-align: right;
    margin: 20px 0 0;
}
.review__item__box .btn a{
    display: inline-block;
    background: #ebebeb;
    border: 1px #151516 solid;
    border-radius: 20px;
    text-align: center;
    width: 480px;
    line-height: 1;
    padding: 15px 0;
}
.review__item__box .btn a span{
    position: relative;
    display: block;
}
.review__item__box .btn a span::before,
.review__item__box .btn a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 3%;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.review__item__box .btn a span::before {
  transform: rotate(45deg);
}

.review__item__box .btn a span::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
    #bestreview .review__item{
        padding: 0 0 12.7vw;
    }
    #bestreview .review__item__inner{
        padding: 0 5vw;
    }
    #bestreview .review__item__title{
        font-size: 3.3vw;
        margin-bottom: 2.5vw;
    }
    .review__item__box{
        padding: 5.2vw 3.5vw;
    }
    .review__item__box dl{
        display: block;
    }
    .review__item__box dt{
        width: 100%;
        padding: 0 12vw 4vw;
    }
    .review__item__box dd{
        width: 100%;
        font-size: 2.6vw;
    }
    .review__item__box dd.text b{
        font-size: 3.2vw;
        padding-bottom: 2vw;
    }

    .review__item__box .btn{
        text-align: center;
        margin: 4vw 0 0;
    }
    .review__item__box .btn a{
        padding: 3.5vw 0;
        width: 98%;
    }
    .review__item__box .btn a span::before,
    .review__item__box .btn a span::after {
        right: 6%;
        width: 6px;
        height: 1px;
    }
}

/**** review__exp ****/
.review__exp .review__exp__inner{
    padding: 80px 100px 0;
    font-size: 24px;
    font-weight: 500;
}
.review__exp .review__exp__inner dl{
    padding-bottom: 80px;
}
.review__exp .review__exp__inner dl dt{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.review__exp .review__exp__inner dl dd p:not(:last-child){
    margin-bottom: 50px;
}
.review__exp a.underbar{
    text-decoration: underline;
}


@media screen and (max-width: 768px) {
    .review__exp .review__exp__inner{
        padding: 7.7vw 3.8vw 0;
        font-size: 3vw;
    }
    .review__exp .review__exp__inner dl{
        padding-bottom: 10vw;
    }
    .review__exp .review__exp__inner dl dt{
        font-size: 4.2vw;
        margin-bottom: 4.4vw;
    }
    .review__exp .review__exp__inner dl dd p:not(:last-child){
        margin-bottom: 4vw;
    }

}
