@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/
#content .inner {
    width: 1000px;
}

/*MAIN*/
#main {
    background: url(../images/index/main-bg.jpg) no-repeat center top/1920px;
    overflow: hidden;
    min-height: 713px;
    padding: 129px 0 0;
}

#main .mainBG img {
    width: 100%;
}

#main .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
}

#main .mainTTL {
    margin-left: 1px;
}

#main .mainTTL2 {
    margin-top: -37px;
    margin-right: -18px;
}

/*MAIN*/

#content {
    margin-top: -399px;
    overflow: hidden;
}

#content .areaTrouble {
    padding-bottom: 26px;
    background: transparent;
}

/*AREALOGO*/
.areaLogo {
    overflow: hidden;
    background: #003cec;
    padding: 30px 0;
}

.logoSlider {
    display: flex;
}

.areaLogo .slick-slide img {
    width: 238px;
}

#content .areaLogo .inner {
    width: 100%;
}

.areaLogo .logoSlider .item {
    width: 238px;
    margin: 0 8px;
}

.areaLogo .logoSlider .slick-list {
    overflow: visible;
}

.areaLogo .logoSlider .slick-prev,
.areaLogo .logoSlider .slick-next {
    width: 47px;
    height: 47px;
    z-index: 1;
}

.areaLogo .logoSlider .slick-prev:before,
.areaLogo .logoSlider .slick-next:before {
    content: none;
}

.areaLogo .logoSlider .slick-prev {
    left: -31px;
    background: url(../images/index/arrow-prev.png) no-repeat center center/100%;
}

.areaLogo .logoSlider .slick-next {
    right: -31px;
    background: url(../images/index/arrow-next.png) no-repeat center center/100%;
}

/*AREALOGO*/

/*AREARANKINGPOST*/
.areaRankingPost {
    padding-top: 80px;
    margin-bottom: 65px;
    position: relative;
}

.areaNewPost{
    padding-top: 0;
}

.areaRankingPost .colLeft {
    position: relative;
    float: left;
    /*width: 226px;*/
    background: url(../images/index/bg-gradient.jpg) right center/cover;
    padding-top: 42px;
    min-height: 445px;
    border-radius: 0 5px 5px 0;
    margin-right: 32px;
    z-index: 1;
}

.areaRankingPost .colLeft .listCategory {
    float: right;
    width: 226px;
}

.areaRankingPost .colLeft .listCategory li {
    margin-bottom: 10px;
}

.areaRankingPost .colLeft .listCategory li a {
    display: block;
    font-size: 17px;
    color: #fff;
    background: url(../images/index/btn-arrow-white.png) no-repeat left 17px center/13px 12px;
    padding: 6px 0 9px 55px;
    transition: all 350ms linear;
}

.areaRankingPost .colLeft .listCategory li a.active,
.areaRankingPost .colLeft .listCategory li a:hover {
    color: #000;
    background: url(../images/index/btn-arrow-blue.png) no-repeat left 17px center/13px 12px, #fff;
    border-radius: 5px 0 0 5px;
}

.areaRankingPost .colRight {
    float: right;
    width: calc(100% - 258px);
}

.areaRankingPost .colRight .listPost {
    display: flex;
    justify-content: space-between;
}

.areaRankingPost .colRight .listPost .postItem {
    position: relative;
    width: 226px;
    min-height: 445px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 5px 10px rgba(26, 55, 75, 0.15);
    margin-right: 32px;
}

.areaRankingPost .colRight .listPost .postItem .special {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 1;
}

.areaRankingPost:not(.areaNewPost) .colRight .listPost .postItem:nth-child(1):before {
    content: '';
    position: absolute;
    top: -26px;
    left: 5px;
    width: 37px;
    height: 33px;
    background: url(../images/index/rank-01.png) no-repeat center center/100%;
    z-index: 2;
}

.areaRankingPost:not(.areaNewPost) .colRight .listPost .postItem:nth-child(2):before {
    content: '';
    position: absolute;
    top: -26px;
    left: 5px;
    width: 37px;
    height: 33px;
    background: url(../images/index/rank-02.png) no-repeat center center/100%;
    z-index: 2;
}

.areaRankingPost:not(.areaNewPost) .colRight .listPost .postItem:nth-child(3):before {
    content: '';
    position: absolute;
    top: -26px;
    left: 5px;
    width: 37px;
    height: 33px;
    background: url(../images/index/rank-03.png) no-repeat center center/100%;
    z-index: 2;
}

.areaRankingPost .colRight .listPost .postItem .thumbnail {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.areaRankingPost .colRight .listPost .postItem .thumbnail a {
    display: block;
}

.areaRankingPost .colRight .listPost .postItem .info {
    position: relative;
    padding: 16px 20px;
}

.areaRankingPost .colRight .listPost .postItem .info .favorite {
    position: absolute;
    right: 15px;
    top: -16px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.areaRankingPost .colRight .listPost .postItem .info .favorite a{
    display: block;
    position: relative;
}
.areaRankingPost .colRight .listPost .postItem .info .favorite a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/common/loading.gif) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    display: none;
}
.areaRankingPost .colRight .listPost .postItem .info .favorite a.loading{
    pointer-events: none;
}
.areaRankingPost .colRight .listPost .postItem .info .favorite a.loading:after{
    display: block;
}

.areaRankingPost .colRight .listPost .postItem .info .favorite img.active,
.areaRankingPost .colRight .listPost .postItem .info .favorite.fav-active img{
    display: none;
}

.areaRankingPost .colRight .listPost .postItem .info .favorite.fav-active img.active{
    display: block;
    border-radius: 50%;
}

.areaRankingPost .colRight .listPost .postItem .info .title {
    font-size: 17px;
    margin-bottom: 9px;
}

.areaRankingPost .colRight .listPost .postItem .info .expert {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin-bottom: 11px;
}

.areaRankingPost .colRight .listPost .postItem .info .location {
    background: url(../images/index/icon-map-black.png) no-repeat left 1px top 1px/13px;
    font-size: 13px;
    padding-left: 20px;
    letter-spacing: 1.1px;
    line-height: 1.45;
    margin-bottom: 7px;
}

.areaRankingPost .colRight .listPost .postItem .info .reviewBox .review {
    display: flex;
    padding-left: 1px;
    margin-bottom: -1px;
}

.areaRankingPost .colRight .listPost .postItem .info .reviewBox .review span.full {
    margin-right: 1px;
    margin-top: 0;
    width: 90px;
    position: relative;
}

.areaRankingPost .colRight .listPost .postItem .info .reviewBox .review span.full .bgColor{
    background: #ffd800;
    display: block;
    height: 17px;
}

.areaRankingPost .colRight .listPost .postItem .info .reviewBox .review span.full:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_star_non-five.png) no-repeat top center;
    background-size: 100%;
    z-index: 2;
}

.areaRankingPost .colRight .listPost .postItem .info .reviewBox .review span.number {
    display: inline-block;
    font-size: 20px;
    color: #e3427c;
    line-height: 1;
    margin-left: 4px;
    transform: translateY(-2px);
}

.areaRankingPost .colRight .listPost .postItem .info .reviewBox .numberReview {
    font-size: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 3px;
}

.areaRankingPost .colRight .listPost .postItem .info .reviewBox .numberReview span {
    font-size: 20px;
}

.areaRankingPost .colRight .listPost .postItem .info .btnBox .btn01 {
    text-align: center;
    margin-bottom: 11px;
}
.areaRankingPost .colRight .listPost .postItem .info .btnBox .charge{
    text-align: center;
    margin-bottom: 12px;
}
.areaRankingPost .colRight .listPost .postItem .info .btnBox .charge .work{
    display: block;
    color: #000;
    background: #bbe3ff;
    font-weight: 500;
    padding: 0 0;
    font-size: 13px;
}

.areaRankingPost .colRight .listPost .postItem .info .btnBox .charge .fee_wage_basic{
    display: block;
    color: #0096ff;
    background: #eef8ff;
    font-weight: bold;
    padding: 0 0;
    font-size: 16px;
}

.areaRankingPost .colRight .listPost .postItem .info .btnBox .btn02 {
    text-align: center;
    margin-bottom: 5px;
}

.areaRankingPost .colRight .listPost .postItem .info .btnBox .btn01 a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    background: url(../images/index/icon-carrot-right-black.png) no-repeat right 21px center/6px, #feed2b;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 2px 5px 5px rgba(222, 204, 0, 0.2);
}

.areaRankingPost .colRight .listPost .postItem .info .btnBox .btn02 a {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: url(../images/index/icon-carrot-right-white.png) no-repeat right 21px center/6px, #0096ff;
    border-radius: 5px;
    padding: 6px 0 5px;
    text-shadow: 2px 2px 0 rgba(0, 113, 217, 1);
    box-shadow: 2px 5px 5px rgba(0, 150, 255, 0.2);
    letter-spacing: 1px;
}

.areaRankingPost .colRight .listPost .postItem .info .contact {}

.areaRankingPost .colRight .listPost .postItem .info .contact .tel {
    margin-bottom: -7px;
}

.areaRankingPost .colRight .listPost .postItem .info .contact .tel a {
    display: block;
    font-size: 24px;
    color: #ff6918;
    background: url(../images/index/icon-tel-orange.png) no-repeat left 6px center/20px;
    padding-left: 30px;
}

.areaRankingPost .colRight .listPost .postItem .info .contact .note {
    font-size: 13px;
    text-align: center;
}

.areaRankingPost .colRight .listPost .slick-list {
    /*overflow: visible; */
    padding: 50px 10px;
    margin: -50px -10px;
}

.areaRankingPost .colRight .listPost .slick-prev,
.areaRankingPost .colRight .listPost .slick-next {
    width: 47px;
    height: 47px;
    z-index: 1;
}

.areaRankingPost .colRight .listPost .slick-prev:before,
.areaRankingPost .colRight .listPost .slick-next:before {
    content: none;
}

.areaRankingPost .colRight .listPost .slick-prev {
    left: -26px;
    background: url(../images/index/arrow-prev.png) no-repeat center center/100%;
}

.areaRankingPost .colRight .listPost .slick-next {
    left: 720px;
    right: auto;
    background: url(../images/index/arrow-next.png) no-repeat center center/100%;
}

.areaRankingPost .newsTitle {
    font-size: 29px;
    background: url(../images/index/icon-new-red.png) no-repeat left 6px top 8px/62px;
    padding: 12px 79px;
    margin-bottom: 11px;
}

.areaRankingPost .colLeft .colText {
    float: right;
    font-size: 15px;
    color: #fff;
    margin-top: -8px;
    margin-right: 6px;
    line-height: 1.75;
}

/*AREARANKINGPOST*/

/*AREABANNER*/
.areaBanner {
    margin-bottom: 76px;
}

.areaBanner .btnBanner {
    display: flex;
    justify-content: space-between;
    margin-top: -4px;
}

/*AREABANNER*/

/*AREASERVICE*/
.areaService {
    margin-bottom: 77px;
}

.areaService .serviceTitle {
    font-size: 24px;
    color: #00cdff;
    text-align: center;
    margin-bottom: 14px;
}

.areaService .serviceText {
    font-size: 15px;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 35px;
}

.areaService .serviceText span {
    color: #e31d1d;
    font-weight: bold;
}

.areaService .serviceList {
    display: flex;
    justify-content: space-between;
}

.areaService .serviceList li {
    position: relative;
    width: 312px;
    text-align: center;
}

.areaService .serviceList li+li:before {
    content: '';
    position: absolute;
    top: 30.5%;
    left: -26px;
    transform: translateY(-50%);
    width: 27px;
    height: 31px;
    background: url(../images/index/arrow-yellow.png) no-repeat center center/100%;
}

.areaService .serviceList li .photo {
    margin-bottom: 11px;
}

.areaService .serviceList li .info .text {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
    padding: 0 10px 0 20px;
    letter-spacing: -1.1px;
}

/*AREASERVICE*/

/*AREACONCIERGE*/
.areaConcierge {
    background: #e9f7ff;
    padding: 62px 0 59px;
}

.areaConcierge .ttl {
    text-align: center;
    margin-left: 7px;
}

.areaConcierge .contactBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border: 6px solid #afd2ed;
    margin-top: -18px;
    padding: 19px 29px 11px 31px;
}

.areaConcierge .contactBox .itemTel .tel a {
    font-size: 40px;
    font-weight: bold;
    color: #ff6918;
    background: url(../images/index/concierge-tel.png) no-repeat left center/35px;
    padding-left: 40px;
    letter-spacing: -1.5px;
    line-height: 1.25;
}

.areaConcierge .contactBox .itemTel .note {
    font-size: 13px;
    padding-left: 40px;
    margin-top: -7px;
    letter-spacing: 1.1px;
}

/*AREACONCIERGE*/

/*AREAREQUEST*/
.areaRequest {
    background: #fff;
}

.areaRequest .topRequest {
    position: relative;
    padding: 54px 0 11px;
    background: #00b1f2;
}

.areaRequest .topRequest:before {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    background: url(../images/index/bg-wave-cyan.png) center center/cover;
}

.areaRequest .topRequest .requestWrap {
    display: flex;
    position: relative;
    padding-top: 7px;
    padding-left: 20px;
}

.areaRequest .topRequest .requestWrap .text {
    width: calc(100% - 331px);
    font-size: 15px;
    color: #fff;
    line-height: 1.45;
    letter-spacing: 0.2px;
}

.areaRequest .topRequest .requestWrap .ttl {
    position: absolute;
    width: 331px;
    right: 0;
    transform: translateX(19px);
    margin-top: -2px;
}

.areaRequest .botRequest {
    padding: 110px 0 80px;
}

.areaRequest .botRequest .listRequest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 15px;
}

.areaRequest .botRequest .listRequest li {
    width: 272px;
    margin-bottom: 59px;
}

.areaRequest .botRequest .listRequest li .title {
    font-size: 20px;
    padding: 4px 20px 0 70px;
    background: url(../images/index/icon-check.png) no-repeat left 16px top/54px;
    line-height: 1.4;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

.areaRequest .botRequest .listRequest li .photo {
    margin-bottom: 1px;
}

.areaRequest .botRequest .listRequest li .text {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.7px;
}

/*AREAREQUEST*/

/*AREANEWCOMER*/
.areaNewComer {
    padding: 94px 0 74px;
}

.areaNewComer .comerTitle {
    display: flex;
    align-items: flex-end;
    margin-bottom: 17px;
}

.areaNewComer .comerTitle .title {
    background: url(../images/index/icon-comer.png) no-repeat left 1px top 1px/34px;
    font-size: 24px;
    color: #004eb8;
    padding-left: 47px;
    margin-left: -2px;
    margin-right: 60px;
}

.areaNewComer .comerTitle .text {
    font-size: 15px;
    margin-bottom: 2px;
}

.areaNewComer .comerSlider .item {
    width: 226px;
    border-radius: 5px;
    background: #fff;
    margin: 0 16px;
    overflow: hidden;
    box-shadow: 1px 4px 10px rgba(26, 55, 72, 0.15);
}

.areaNewComer .comerSlider .item .thumbnail a {
    display: block;
}

.areaNewComer .comerSlider .item .info {
    padding: 16px 22px 17px;
}

.areaNewComer .comerSlider .item .info .name {
    font-size: 15px;
    color: #139ded;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.areaNewComer .comerSlider .item .info .title {
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.areaNewComer .comerSlider .item .info .expert {
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.areaNewComer .comerSlider .item .info .expert .more a {
    color: #1669c5;
}

/*.areaNewComer .comerSlider .slick-list {
    padding: 0 20px 15px;
    margin: 0 -20px;
}*/

.areaNewComer .comerSlider .slick-list {
    padding: 50px 10px;
    margin: -50px -10px;
}

.areaNewComer .comerSlider .slick-prev,
.areaNewComer .comerSlider .slick-next {
    top: 51%;
    width: 47px;
    height: 47px;
    z-index: 1;
}

.areaNewComer .comerSlider .slick-prev:before,
.areaNewComer .comerSlider .slick-next:before {
    content: none;
}

.areaNewComer .comerSlider .slick-prev {
    left: -23px;
    background: url(../images/index/arrow-prev.png) no-repeat center center/100%;
}

.areaNewComer .comerSlider .slick-next {
    right: -24px;
    background: url(../images/index/arrow-next.png) no-repeat center center/100%;
}

/*AREANEWCOMER*/

/*AREANOTICE*/
.areaNotice {
    margin: 70px 0;
}

.areaNotice .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.areaNotice .colLeft {
    width: 656px;
}

.areaNotice .colLeft .noticeTitle {
    background: url(../images/index/icon-notice.png) no-repeat left 8px top 9px/29px;
    font-size: 24px;
    color: #004eb8;
    padding-left: 46px;
    margin-left: -2px;
    margin-bottom: 14px;
}

.areaNotice .colLeft .noticeList {
    margin-bottom: 28px;
}

.areaNotice .colLeft .noticeList>li {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cfe3ee;
    padding: 9px 12px 8px 22px;
    background: url(../images/index/icon-carrot-right-blue.png) no-repeat left 10px top 16px/5px;
}

.areaNotice .colLeft .noticeList>li:last-child {
    border-bottom: 1px solid #cfe3ee;
}

.areaNotice .colLeft .noticeList>li .info {
    display: flex;
    justify-content: space-between;
    width: 139px;
}

.areaNotice .colLeft .noticeList>li .info .time {
    font-size: 15px;
    color: #454545;
    font-weight: bold;
}

.areaNotice .colLeft .noticeList>li .info .listTag {
    margin-top: -1px;
}

.areaNotice .colLeft .noticeList>li .info .listTag li a {
    display: inline-block;
    width: 52px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background: #0096ff;
    padding: 2px 0;
    letter-spacing: 1px;
}

.areaNotice .colLeft .noticeList>li .info .listTag li a.newsCate{
    background: #004eb8;
}

.areaNotice .colLeft .noticeList>li .title {
    width: calc(100% - 139px);
}

.areaNotice .colLeft .noticeList>li .title a {
    display: block;
    font-size: 15px;
    padding-left: 12px;
    letter-spacing: 0.1px;
}

.areaNotice .colLeft .moreList {}

.areaNotice .colLeft .moreList a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 1px;
    padding-bottom: 8px;
    padding-right: 36px;
    background: url(../images/index/icon_circle_line.png) no-repeat right 1px top/31px;
}

.areaNotice .colLeft .moreList a:before {
    content: '';
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 103px;
    border-bottom: 3px solid #004eb8;
}

.areaNotice .colRight {
    width: 312px;
    margin-top: 6px;
}

.areaNotice .colRight .social {
    border: 1px solid #d0d0d0;
    text-align: center;
    padding: 11px 0 13px;
    margin-bottom: 20px;
}

.areaNotice .colRight .social .title {
    font-size: 19px;
    color: #1d3c62;
}

.areaNotice .colRight .social .subTitle {
    font-size: 13px;
    color: #1d3c62;
    letter-spacing: 0.6px;
    margin-bottom: 7px;
}

.areaNotice .colRight .social .socialList {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0 20px;
}

/*AREANOTICE*/

/*AREAUSER*/
.areaUser {
    background: url(../images/index/user-bg.jpg) repeat-x center top/1920px;
    padding: 93px 0 80px;
}

.areaUser .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.areaUser .userReview {
    width: 430px;
}

.areaUser .userReview .userTitle {
    text-align: center;
    text-indent: 45px;
    margin-bottom: 16px;
}

.areaUser .userReview .userTitle span {
    font-size: 24px;
    color: #fff;
    background: url(../images/index/icon-fukidashi-white.png) no-repeat left top 7px/24px;
    padding: 0 44px;
}

.areaUser .userReview .userWrap {
    background: #fff;
    border-radius: 5px;
    padding: 28px 0 41px 39px;
}

.areaUser .userReview .userWrap .userScroll {
    height: 446px;
    padding-right: 59px;
}

.areaUser .userReview .userWrap .item {
    border-bottom: 1px solid #cfe3ee;
    padding-top: 13px;
    padding-bottom: 22px;
}

.areaUser .userReview .userWrap .item .userInfo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.areaUser .userReview .userWrap .item .userInfo .avatar {
    width: 42px;
    border-radius: 50%;
    margin-right: 7px;
    overflow: hidden;
}

.areaUser .userReview .userWrap .item .userInfo .detail {
    width: calc(100% - 49px);
    margin-top: -2px;
}

.areaUser .userReview .userWrap .item .userInfo .detail .time {
    font-size: 13px;
    margin-bottom: -2px;
}

.areaUser .userReview .userWrap .item .userInfo .detail .nameDetail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.areaUser .userReview .userWrap .item .userInfo .detail .nameDetail .name {
    font-size: 15px;
    letter-spacing: -0.2px;
    margin-right: 11px;
}

.areaUser .userReview .userWrap .item .userInfo .detail .nameDetail .review span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    margin-right: -2px;
    line-height: 1;
}

.areaUser .userReview .userWrap .item .userInfo .detail .nameDetail .review span.number {
    font-size: 13px;
    color: #cb3c3c;
    margin-left: 5px;
}

.areaUser .userReview.cusReview .userWrap .item .userInfo .detail .nameDetail .review span.full {
    margin-right: 1px;
    margin-top: 0;
    width: 77px;
    position: relative;
}

.areaUser .userReview.cusReview .userWrap .item .userInfo .detail .nameDetail .review span.full .bgColor{
    background: #ffd800;
    display: block;
    height: 15px;
}

.areaUser .userReview.cusReview .userWrap .item .userInfo .detail .nameDetail .review span.full:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_star_non-five.png) no-repeat top center;
    background-size: 100%;
    z-index: 2;
}

.areaUser .userReview .userWrap .item .userContent {}

.areaUser .userReview .userWrap .item .userContent .subTitle {
    font-size: 13px;
    margin-bottom: 2px;
}

.areaUser .userReview .userWrap .item .userContent .title {
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}

.areaUser .userReview .userWrap .item .userContent .expert {
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.areaUser .userReview .userWrap .item .userContent .nameTeam {
    font-size: 13px;
}

.areaUser .userReview .userWrap .item .userContent .nameTeam a {
    color: #00b4ff;
    border-bottom: 1px solid #00b4ff;
    padding-bottom: 4px;
}

.areaUser .userReview .userWrap .userScroll.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 1px;
}

.areaUser .userReview .userWrap .userScroll.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    right: 19px;
}

.areaUser .userReview .userWrap .userScroll.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #21d2f3;
}

.areaUser .userReview .userWrap .userScroll.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.areaUser .userReview .userWrap .userScroll.os-theme-light>.os-scrollbar>.os-scrollbar-track {
    background: #f2f2f2;
}

.areaUser .userReview.googleReview .userWrap .item {
    padding-bottom: 8px;
}

.areaUser .userReview.googleReview .userWrap .item .userInfo .detail {
    margin-top: -4px;
}

.areaUser .userReview.googleReview .userWrap .item .userInfo .detail .nameDetail .name {
    font-size: 13px;
    letter-spacing: 1.2px;
}

.areaUser .userReview.googleReview .userWrap .item .userContent {
    padding-left: 49px;
    margin-top: -23px;
}

.areaUser .userReview.googleReview .userWrap .item .userContent .expert {
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/*AREAUSER*/

/*ONLY PC*/
@media (min-width: 769px) {

    .areaRankingPost .colRight .listPost .postItem .info .contact .tel a,
    .areaConcierge .contactBox .itemTel .tel a {
        pointer-events: none;
    }

    .areaNotice .colLeft .noticeList>li .title a:hover {
        text-decoration: underline;
    }

    .areaUser .userReview .userWrap .item .userContent .nameTeam a:hover {
        border-bottom: 1px solid transparent;
    }
}

/*SP STYLE*/
@media (max-width: 768px) {

    /*MAIN*/
    #main {
        background: url(../images/index/main-bg-sp.jpg) no-repeat center top/cover;
        padding-top: 60px;
        min-height: 211vw;
    }

    #main .inner {
        flex-direction: column;
    }

    #main .mainTTL {
        width: 100%;
        margin-left: 0;
        margin-bottom: 12px;
        padding-right: 4px;
    }

    #main .mainTTL2 {
        position: absolute;
        margin: 0;
        right: 20px;
        bottom: -6vw;
        width: 43vw;
    }

    #main .mainReview {
        position: relative;
        width: 38.4vw;
        margin-left: 1px;
    }

    #main .mainReview .reviewList {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #main .mainReview .reviewList li {
        display: flex;
        justify-content: center;
        font-size: 2.8vw;
        color: #454545;
        font-weight: bold;
        margin-bottom: -2px;
    }

    #main .mainReview .reviewList li .field {
        min-width: 11.75vw;
        margin-right: 6px;
        text-align: left;
    }

    #main .mainReview .reviewList li .detail {
        min-width: 44px;
        text-align: right;
    }

    #main .mainReview .reviewList li .detail span {
        font-size: 3.5vw;
        color: #cf3f39;
        letter-spacing: -0.5px;
        line-height: 1.4;
        margin-right: 2px;
    }

    /*MAIN*/

    #content {
        margin-top: -148vw;
    }

    #content .inner {
        width: 100%;
    }

    #content .areaTrouble {
        padding-bottom: 52px;
    }

    /*AREALOGO*/
    .areaLogo {
        padding: 20px 0 18px;
    }
    .logoSlider{
        display: block;
    }
    .areaLogo .logoSlider .item {
        width: 230px;
        margin: 0 8.5px;
    }

    .areaLogo .logoSlider .slick-prev,
    .areaLogo .logoSlider .slick-next {
        width: 38px;
        height: 39px;
    }

    .areaLogo .logoSlider .slick-prev {
        left: 8%;
        background: url(../images/index/arrow-prev-sp.png) no-repeat center center/100%;
    }

    .areaLogo .logoSlider .slick-next {
        right: 8%;
        background: url(../images/index/arrow-next-sp.png) no-repeat center center/100%;
    }

    /*AREALOGO*/

    /*AREARANKINGPOST*/
    .areaRankingPost {
        margin-bottom: 0px;
        padding-top: 49px;
    }

    #content .areaRankingPost .inner {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .areaRankingPost .colLeft {
        width: 94.5%;
        margin-right: 0;
        padding-top: 22px;
        padding-bottom: 65px;
        min-height: 147px;
    }

    .areaRankingPost .colLeft .listCategory {
        display: flex;
        float: none;
        width: 100%;
        padding-left: 5%;
    }

    .areaRankingPost .colLeft .listCategory li {
        width: calc(100%/4);
        margin-bottom: 0;
    }

    .areaRankingPost .colLeft .listCategory li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        text-align: center;
        font-weight: bold;
        background: url(../images/index/btn-arrow-bottom-white.png) no-repeat center bottom 8px/11px 11px;
        padding: 0 0 5.1vw 0;
        line-height: 1.2;
        min-height: 16vw;
    }

    .areaRankingPost .colLeft .listCategory li a.active,
    .areaRankingPost .colLeft .listCategory li a:hover {
        color: #000;
        background: url(../images/index/btn-arrow-bottom-blue.png) no-repeat center bottom 8px/11px 11px, #fff;
        border-radius: 3px;
    }

    .areaRankingPost .colRight {
        width: 100%;
        padding-left: 4.9%;
        margin-top: -55px;
        z-index: 2;
    }

    .areaRankingPost .colRight .listPost .slick-list{
        padding: 0 10px;
        margin: 0 -10px;
    }

    .areaRankingPost .colRight .listPost .postItem .special {
        top: -2px;
        right: 5px;
        width: 41px;
    }



    .areaRankingPost:not(.areaNewPost) .colRight .listPost .postItem:nth-child(1):before {
        width: 25px;
        height: 26px;
        top: 5px;
        left: 8px;
    }

    .areaRankingPost:not(.areaNewPost) .colRight .listPost .postItem:nth-child(2):before {
        width: 25px;
        height: 26px;
        top: 5px;
        left: 8px;
    }

    .areaRankingPost:not(.areaNewPost) .colRight .listPost .postItem:nth-child(3):before {
        width: 25px;
        height: 26px;
        top: 5px;
        left: 8px;
    }

    .areaRankingPost .colRight .listPost .postItem {
        width: 225px;
        min-height: 340px;
        border-radius: 3px;
        margin-right: 20px;
    }

    .areaRankingPost .colRight .listPost .postItem .info {
        padding: 10px;
        min-height: 244px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .title {
        font-size: 15px;
        letter-spacing: -0.5px;
        margin-bottom: 0;
    }

    .areaRankingPost .colRight .listPost .postItem .info .favorite {
        right: 11px;
        top: -19px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .expert {
        letter-spacing: -0.3px;
        line-height: 1.35;
        margin-bottom: 9px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .location {
        background: url(../images/index/icon-map-black.png) no-repeat left 1px top 1px/8px;
        font-size: 11px;
        padding-left: 10px;
        letter-spacing: 1.1px;
        line-height: 1.45;
        margin-bottom: 4px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .reviewBox {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 9px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .reviewBox .review {
        margin-bottom: 0;
        align-items: flex-end;
    }

    .areaRankingPost .colRight .listPost .postItem .info .reviewBox .review span {
        width: 9px;
        margin-right: 0.5px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .reviewBox .review span.number {
        font-size: 16px;
        width: auto;
        margin-left: 3px;
        transform: translateY(2px);
    }

    .areaRankingPost .colRight .listPost .postItem .info .reviewBox .numberReview {
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 1px;
        margin-right: -2px;
        line-height: 1;
        letter-spacing: 0.4px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .reviewBox .numberReview span {
        font-size: 16px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .btnBox .charge{
        width: 100%;
    }

    .areaRankingPost .colRight .listPost .postItem .info .btnBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .areaRankingPost .colRight .listPost .postItem .info .btnBox .btn01,
    .areaRankingPost .colRight .listPost .postItem .info .btnBox .btn02 {
        width: 100%;
        margin-bottom: 0;
    }

    .areaRankingPost .colRight .listPost .postItem .info .btnBox .btn01 a {
        font-size: 11px;
        background: url(../images/index/icon-carrot-right-black.png) no-repeat right 10px center/6px, #feed2b;
        padding: 8px 8px 11px 0;
    }

    .areaRankingPost .colRight .listPost .postItem .info .btnBox .btn02 a {
        font-size: 11px;
        background: url(../images/index/icon-carrot-right-white.png) no-repeat right 10px center/6px, #0096ff;
        padding: 8px 18px 11px 0;
        letter-spacing: 0;
    }

    .areaRankingPost .colRight .listPost .postItem .info .contact .tel {
        margin-bottom: 0;
    }

    .areaRankingPost .colRight .listPost .postItem .info .contact .tel a {
        padding: 6px 0 0;
        padding-left: 0;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        background: url(../images/index/tel-bg-sp.png) no-repeat center center/cover;
    }

    .areaRankingPost .colRight .listPost .postItem .info .contact .tel .note {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: -8px;
        text-shadow: 2px 2px 0 rgba(240, 83, 0, 1);
    }

    .areaRankingPost .colRight .listPost .postItem .info .contact .tel .telNumber {
        font-size: 22px;
        background: url(../images/index/icon-tel-white.png) no-repeat left center/18px;
        padding-left: 21px;
        text-shadow: 2px 2px 0 rgba(240, 83, 0, 1);
    }

    .areaRankingPost .newsTitle {
        font-size: 19px;
        background: url(../images/index/icon-new-red.png) no-repeat left 19px top 7px/44px;
        padding: 12px 69px;
        margin-bottom: 0;
        letter-spacing: -0.7px;
    }

    .areaRankingPost .colLeft .colText {
        float: none;
        font-size: 13px;
        margin-top: -6px;
        margin-left: 5%;
        letter-spacing: -0.2px;
    }

    .areaRankingPost.areaNewPost {
        margin-bottom: 34px;
    }

    .areaRankingPost.areaNewPost .colRight {
        margin-top: -94px;
    }

    /*AREARANKINGPOST*/

    /*AREABANNER*/
    .areaBanner {
        margin-bottom: 41px;
    }

    .areaBanner .btnBanner {
        flex-direction: column;
        margin-top: 0;
    }

    .areaBanner .btnBanner .btn+.btn {
        margin-top: 20px;
    }

    .areaBanner .btnBanner .btn img {
        width: 100%;
    }

    /*AREABANNER*/

    /*AREASERVICE*/
    .areaService {
        margin-bottom: 22px;
    }

    .areaService .serviceTitle {
        font-size: 17px;
        margin-bottom: 11px;
    }

    .areaService .serviceText {
        font-size: 13px;
        text-align: left;
        margin-bottom: 13px;
    }

    .areaService .serviceList {
        flex-direction: column;
    }

    .areaService .serviceList li {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .areaService .serviceList li+li {
        margin-top: 31px;
    }

    .areaService .serviceList li+li:before {
        content: '';
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        width: 13px;
        height: 11px;
        background: url(../images/index/arrow-yellow.png) no-repeat center center/100%;
    }

    .areaService .serviceList li .photo {
        width: 90px;
        margin-bottom: 0;
        margin-left: 7px;
        margin-top: 6px;
    }

    .areaService .serviceList li .info {
        width: calc(100% - 97px);
        text-align: left;
        padding-left: 24px;
    }

    .areaService .serviceList li .info .title {
        display: flex;
        margin-bottom: 4px;
    }

    .areaService .serviceList li .info .title .number {
        width: 30px;
        font-size: 19px;
        color: #fff;
        text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px 1px 0 rgba(0, 0, 0, 0.3);
    }

    .areaService .serviceList li .info .title .titleText {
        font-size: 15px;
        color: #253a9e;
        letter-spacing: -0.4px;
        line-height: 1.45;
    }

    .areaService .serviceList li .info .text {
        font-size: 13px;
        padding: 0;
        letter-spacing: -1.1px;
    }

    /*AREASERVICE*/

    /*AREACONCIERGE*/
    .areaConcierge {
        padding: 42px 0 41px;
    }

    .areaConcierge .ttl {
        margin-left: 1px;
    }

    .areaConcierge .contactBox {
        flex-direction: column;
        align-items: center;
        border: 0;
        margin-top: -10px;
        padding: 23px 21px 24px;
    }

    .areaConcierge .contactBox .itemTel {
        margin-bottom: 10px;
    }

    .areaConcierge .Common.telNum a{
        padding: 4px 0 8px 0;
        flex-wrap: wrap;
    }

    .areaConcierge .Common.telNum a .left{
        margin-right: 14px;
        padding-left: 19px;
        background: url(../images/index/tel-photo-2.png) no-repeat top 5vw left 22px;
        background-size: 15px;
    }
    .areaConcierge .Common.telNum a .subTel{
        font-size: 4.8vw;
        padding-left: 23px;
    }
    .areaConcierge .Common.telNum a .subNote{
        font-size: 3.3vw;
    }
    .areaConcierge .Common.telNum a .right{
        width: 27.6vw;
        margin-top: -3px;
    }
    .areaConcierge .contactBox .itemLine {
        margin-bottom: 10px;
    }

    /*AREACONCIERGE*/

    /*AREAREQUEST*/
    .areaRequest {}

    .areaRequest .topRequest {
        padding: 21px 0 11px;
    }

    .areaRequest .topRequest:before {
        bottom: -18px;
        height: 18px;
        background: url(../images/index/bg-wave-cyan-sp.png) center center/cover;
    }

    .areaRequest .topRequest .requestWrap {
        padding: 0;
        flex-direction: column;
    }

    .areaRequest .topRequest .requestWrap .text {
        width: 100%;
        font-size: 13px;
        line-height: 1.75;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }

    .areaRequest .topRequest .requestWrap .ttl {
        position: static;
        transform: none;
        width: 240px;
        margin: 0 auto;
        transform: translateX(5px);
        margin-bottom: -46px;
    }

    .areaRequest .botRequest {
        padding: 45px 0 41px;
    }

    .areaRequest .botRequest .listRequest {
        padding: 0;
        margin-bottom: 18px;
    }

    .areaRequest .botRequest .listRequest li {
        width: 47%;
        margin-bottom: 23px;
    }

    .areaRequest .botRequest .listRequest li .title {
        font-size: 16px;
        padding: 0;
        margin-bottom: 1px;
        background: transparent;
    }

    .areaRequest .botRequest .listRequest li .text {
        font-size: 13px;
        letter-spacing: -0.8px;
        text-align: justify;
    }

    .areaRequest .botRequest .listRequest li .photo {
        margin-bottom: -4px;
    }

    /*AREAREQUEST*/

    /*AREANEWCOMER*/
    .areaNewComer {
        padding: 44px 0 64px;
    }

    #content .areaNewComer .inner {
        padding: 0;
    }

    .areaNewComer .comerTitle {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 5%;
        margin-bottom: 11px;
    }

    .areaNewComer .comerTitle .title {
        background: url(../images/index/icon-comer.png) no-repeat left top 2px /29px;
        font-size: 17px;
        padding: 5px 41px 8px;
        margin-left: 0;
        margin-right: 0;
    }

    .areaNewComer .comerTitle .text {
        font-size: 13px;
        line-height: 1.75;
        margin-bottom: 0;
    }

    .areaNewComer .comerSlider .slick-list {
        padding: 50px 10px 20px !important;
    }

    .areaNewComer .comerSlider .item {
        margin: 0 10px;
    }

    .areaNewComer .comerSlider .item .info {
        padding: 15px 10px 19px;
    }

    .areaNewComer .comerSlider .item .info .name {
        font-size: 13px;
        letter-spacing: -0.2px;
        margin-bottom: 2px;
    }

    .areaNewComer .comerSlider .item .info .title {
        font-size: 13px;
        letter-spacing: -0.7px;
        margin-bottom: 5px;
    }

    .areaNewComer .comerSlider .item .info .expert {
        font-size: 11px;
        line-height: 1.45;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .areaNewComer .comerSlider .item .info .time {
        font-size: 10px;
        color: #666666;
        letter-spacing: 1.1px;
    }

    .areaNewComer .comerSlider .slick-prev,
    .areaNewComer .comerSlider .slick-next {
        top: 43.5%;
        width: 39px;
        height: 33px;
    }

    .areaNewComer .comerSlider .slick-prev {
        left: 12%;
        background: url(../images/index/arrow-prev-sp.png) no-repeat center center/100%;
    }

    .areaNewComer .comerSlider .slick-next {
        right: 12%;
        background: url(../images/index/arrow-next-sp.png) no-repeat center center/100%;
    }

    /*AREANEWCOMER*/

    /*AREANOTICE*/
    .areaNotice {
        margin-bottom: -2px;
    }

    .areaNotice .colLeft {
        width: 100%;
        margin-bottom: 41px;
    }

    .areaNotice .colLeft .noticeTitle {
        background: url(../images/index/icon-notice.png) no-repeat left 6px top 8px /25px;
        font-size: 17px;
        padding: 5px 0 8px 41px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -3px;
    }

    .areaNotice .colLeft .noticeList {
        margin-bottom: 7px;
    }

    .areaNotice .colLeft .noticeList>li {
        flex-direction: column;
        padding: 5px 0 7px 22px;
        background: url(../images/index/icon-carrot-right-blue.png) no-repeat left 5px top 30px /5px;
    }

    .areaNotice .colLeft .noticeList>li .info {
        justify-content: flex-start;
        width: 100%;
    }

    .areaNotice .colLeft .noticeList>li .info .time {
        font-size: 13px;
        margin-right: 7px;
    }

    .areaNotice .colLeft .noticeList>li .info .listTag {
        margin-top: -3px;
    }

    .areaNotice .colLeft .noticeList>li .info .listTag li a {
        width: 43px;
        font-size: 8px;
        padding: 2px 0 1px;
    }

    .areaNotice .colLeft .noticeList>li .title {
        width: 100%;
    }

    .areaNotice .colLeft .noticeList>li .title a {
        font-size: 13px;
        padding-left: 0;
        text-indent: -2px;
    }

    .areaNotice .colLeft .moreList {
        text-align: right;
    }

    .areaNotice .colLeft .moreList a {
        font-size: 13px;
        padding-top: 7px;
        padding-left: 2px;
        padding-bottom: 5px;
        padding-right: 42px;
    }

    .areaNotice .colLeft .moreList a:before {
        left: 2px;
        bottom: 3px;
        width: 91px;
        border-bottom: 2px solid #004eb8;
    }

    .areaNotice .colRight {
        width: 100%;
        margin-top: 0;
    }

    .areaNotice .colRight .social {
        padding: 13px 0 14px;
        margin-bottom: 20px;
    }

    .areaNotice .colRight .social .title {
        font-size: 20px;
    }

    .areaNotice .colRight .social .subTitle {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .areaNotice .colRight .social .socialList {
        padding: 0 17px 0 22px;
    }

    .areaNotice .colRight .social .socialList li {
        width: 49%;
    }

    .areaNotice .colRight .storeBanner {
        display: none;
    }

    /*AREANOTICE*/

    /*AREAUSER*/
    .areaUser {
        background: url(../images/index/user-bg-sp.jpg) repeat-x center top/cover;
        padding: 41px 0 0;
    }

    .areaUser .userReview {
        width: 100%;
        margin-bottom: 29px;
    }

    .areaUser .userReview .userTitle span {
        font-size: 17px;
        background: url(../images/index/icon-fukidashi-white-sp.png) no-repeat left 1px top 4px /20px;
        padding: 0 30px 4px;
    }

    .areaUser .userReview .userTitle {
        text-align: left;
        text-indent: 0;
        margin-bottom: 17px;
    }

    .areaUser .userReview .userWrap {
        border-radius: 3px;
        margin: 0 1px;
        padding: 8px 0 8px 20px;
    }

    .areaUser .userReview .userWrap .userScroll {
        height: 371px;
        padding-right: 50px;
    }

    .areaUser .userReview .userWrap .item {
        padding-top: 11px;
        padding-bottom: 13px;
    }

    .areaUser .userReview .userWrap .item+.item {
        padding-top: 9px;
    }

    .areaUser .userReview .userWrap .item .userInfo .avatar {
        width: 35.5px;
        margin-right: 9px;
    }

    .areaUser .userReview .userWrap .item .userInfo .detail .time {
        font-size: 11px;
        font-weight: normal;
        margin-bottom: -6px;
    }

    .areaUser .userReview .userWrap .item .userInfo .detail {
        width: calc(100% - 45px);
        margin-top: 6px;
    }

    .areaUser .userReview .userWrap .item .userInfo .detail .nameDetail .name {
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0px;
        margin-right: 11px;
    }

    .areaUser .userReview .userWrap .item .userInfo .detail .nameDetail .review span {
        width: 11px;
        margin-right: -2px;
    }

    .areaUser .userReview .userWrap .item .userInfo .detail .nameDetail .review span.number {
        font-size: 11px;
        margin-left: 1px;
    }

    .areaUser .userReview .userWrap .item .userContent .subTitle {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .areaUser .userReview .userWrap .item .userContent .title {
        font-size: 13px;
        letter-spacing: 0.2px;
        margin-bottom: 7px;
    }

    .areaUser .userReview .userWrap .item .userContent .expert {
        font-size: 11px;
        letter-spacing: 0.1px;
        margin-bottom: 9px;
    }

    .areaUser .userReview .userWrap .item .userContent .nameTeam {
        font-size: 11px;
    }

    .areaUser .userReview .userWrap .item .userContent .nameTeam a {
        padding-bottom: 3px;
    }

    .areaUser .userReview .userWrap .userScroll.os-theme-dark>.os-scrollbar,
    .os-theme-light>.os-scrollbar {
        padding: 0;
    }

    .areaUser .userReview .userWrap .userScroll.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
        right: 11px;
    }

    .areaUser .userReview .userWrap .userScroll.os-theme-dark>.os-scrollbar-vertical,
    .areaUser .userReview .userWrap .userScroll.os-theme-light>.os-scrollbar-vertical {
        width: 4px;
    }


    .areaUser .userReview.googleReview {
        margin-bottom: 32px;
    }

    .areaUser .userReview.googleReview .userWrap .item {
        padding-bottom: 11px;
    }

    .areaUser .userReview.googleReview .userWrap .item .userInfo .avatar {
        width: 31px;
        margin-right: 11px;
    }

    .areaUser .userReview.googleReview .userWrap .item .userInfo .detail .nameDetail .name {
        font-size: 11px;
        margin-right: 7px;
        font-weight: bold;
    }

    .areaUser .userReview.googleReview .userWrap .item .userContent {
        padding-left: 39px;
        margin-top: -3px;
    }

    .areaUser .userReview.googleReview .userWrap .item .userContent .expert {
        letter-spacing: 0.4px;
        margin-bottom: 0;
    }

    /*AREAUSER*/

}