@charset "UTF-8";
.lowdtl_wrap {
    margin-top: 77px;
    margin-bottom: 65px;
}
.uv_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.uv_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}
.uv_dtl {
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}
.uv_rate {
    display: flex;
    line-height: 1.3;
}
.rate_star {
    position: relative;
    width: 150px;
    height: 24px;
}
.rate_star.ver2 {
    width: 110px;
    height: 17px;
}
.rate_list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.rate_list li {
    width: 24px;
}
.rate_star.ver2 .rate_list li {
    width: 17px;
}
.rate_list li span {
    display: block;
    overflow: hidden;
}
.rate_list.org {
    z-index: 10;
}
.rate_list.org .ver0 span {
    width: 0;
}
.rate_list.org .ver1 span {
    width: 2.4px;
}
.rate_list.org .ver2 span {
    width: 4.8px;
}
.rate_list.org .ver3 span {
    width: 7.2px;
}
.rate_list.org .ver4 span {
    width: 9.6px;
}
.rate_list.org .ver5 span {
    width: 12px;
}
.rate_list.org .ver6 span {
    width: 14.4px;
}
.rate_list.org .ver7 span {
    width: 16.8px;
}
.rate_list.org .ver8 span {
    width: 19.2px;
}
.rate_list.org .ver9 span {
    width: 21.6px;
}
.rate_star.ver2 .rate_list.org .ver0 span {
    width: 0;
}
.rate_star.ver2 .rate_list.org .ver1 span {
    width: 1.7px;
}
.rate_star.ver2 .rate_list.org .ver2 span {
    width: 3.4px;
}
.rate_star.ver2 .rate_list.org .ver3 span {
    width: 5.1px;
}
.rate_star.ver2 .rate_list.org .ver4 span {
    width: 6.8px;
}
.rate_star.ver2 .rate_list.org .ver5 span {
    width: 8.5px;
}
.rate_star.ver2 .rate_list.org .ver6 span {
    width: 10.2px;
}
.rate_star.ver2 .rate_list.org .ver7 span {
    width: 11.9px;
}
.rate_star.ver2 .rate_list.org .ver8 span {
    width: 13.6px;
}
.rate_star.ver2 .rate_list.org .ver9 span {
    width: 15.3px;
}
.green {
    color: #3cbd70;
    font-weight: bold;
}
.green.fs_42 {
    font-size: 42px;
    padding: 0 26px 0 13px;
    line-height: 0.8;
}
.uv_ttl_2 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
}
.uv_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
    color: #333333;
}
.gray_box {
    display: -webkit-box;
    display: flex;
    text-align: center;
    border: 1px solid #d9e0e4;
}
.gray_box dt {
    background: #f4f4f4;
    width: 160px;
    height: 51px;
    border-right: 1px solid #d9e0e4;
    font-weight: bold;
    font-size: 16px;
    line-height: 51px;
}
.gray_box dd {
    width: 130px;
    height: 51px;
    color: #3cbd70;
    font-size: 24px;
    font-weight: bold;
    line-height: 51px;
}
.comment_box {
    box-sizing: border-box;
    padding: 40px 40px 48px;
    border: 1px solid #d9e0e4;
    border-radius: 20px;
    margin-bottom: 40px;
    width: 900px;
}
.comment_box:last-child {
    margin-bottom: 0;
}
.comment_ttl {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}
.comment_txt {
    background: #f5f6f5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 12px 25px 11px 25px;
}

.comment_txt {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
.comment_box {
    margin-bottom: 55px;
}
.comment_boxin {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}
.comment_boxin:last-of-type {
    margin-bottom: 0;
}
.comment_dtl {
    width: calc(100% - 82px);
}
.comment_icn {
    margin-right: 25px;
}
.comment_icn p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
}
.rate_dtl {
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px;
}
.rate_ttl_in {
    display: flex;
    align-items: flex-end;
}
.rate_dtlin {
    display: flex;
    margin-left: 32px;
    line-height: 2;
}
.rate_num {
    color: #3cbd70;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-right: 8px;
}
.rate_type {
    display: flex;
    border-left: solid 1px #d5d3d3;
    padding-left: 25px;
    line-height: 1;
    margin-left: 18px;
}
.rate_type li {
    font-size: 14px;
    margin-right: 18px;
}
.rate_type li:last-child {
    margin-right: 18px;
}
.rate_type li span {
    color: #3cbd70;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}
.dog_info_wrap {
    display: flex;
    padding-left: 25px;
}
.dog_info {
    min-width: 455px;
    box-sizing: border-box;
    padding-right: 20px;
}
.dog_type {
    font-size: 16px;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: solid 1px #d5d3d3;
}
.dog_dtl_info {
    font-size: 12px;
}
.dog_time {
    display: flex;
}
.dog_time dt {
    font-weight: bold;
    margin-right: 30px;
}
.feed_back {
    margin-top: 40px;
}
.feed_ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.rate_btn_wrap {
    margin: 0 auto 40px;
    width: 520px;
    display: flex;
    justify-content: space-between;
}
.rate_btn {
    background: #fff;
}
.rate_btn a {
    display: flex;
    width: 520px;
    height: 60px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background: #3cbd70;
}
.rate_btn_wrap .rate_btn a {
    width: 250px;
}
.rate_btn_lst {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.rate_btn_lst li {
    margin-right: 5px;
}
.rate_btn_lst li.on a {
    border: solid 1px #3cbd70;
    background: #3cbd70;
    color: #fff;
}
.rate_btn_lst li span.current {
    border: solid 1px #3cbd70;
    background: #3cbd70;
    color: #fff;
}
.rate_btn_lst li:last-child {
    margin-right: 0;
}
.rate_btn_lst li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d5d3d3;
    width: 40px;
    height: 50px;
    box-sizing: border-box;
}
.rate_btn_lst li span.dots,
.rate_btn_lst li span.current {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #d5d3d3;
    width: 40px;
    height: 50px;
    box-sizing: border-box;
}
.rate_btn_lst li.is-mark a {
    letter-spacing: -6px;
    padding-right: 6px;
    text-align: center;
}
.rate_btn_lst li.ver2 a {
    width: 60px;
}
.rate_btn_lst li.is-right a {
    background: url(/cmn/img/arw_rate_right.png) no-repeat center center;
}
.rate_btn_lst li.is-left a {
    background: url(/cmn/img/arw_rate_left.png) no-repeat center center;
}
@media (min-width: 896px) {
    .page_mainIn.is-wid .gray_box dt {
        width: 160px;
    }
    .page_mainIn.is-wid .gray_box dd {
        width: 120px;
    }
    .page_mainIn.is-wid .comment_box {
        width: 100%;
    }
    .rate_btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .rate_btn_lst li a:hover {
        border: solid 1px #3cbd70;
        background: #3cbd70;
        color: #fff;
        text-decoration: none;
    }
    .rate_btn_lst li.is-right a:hover {
        background: #3cbd70 url(/cmn/img/arw_rate_right_w.png) no-repeat center center;
    }
    .rate_btn_lst li.is-left a:hover {
        background: #3cbd70 url(/cmn/img/arw_rate_left_w.png) no-repeat center center;
    }
}
@media (min-width: 1240px) {
    .page_mainIn.is-wid .gray_box dt {
        width: 210px;
    }
    .page_mainIn.is-wid .gray_box dd {
        width: 170px;
    }
}
@media only screen and (max-width: 896px) {
    .uv_wrap {
        display: block;
    }
    .uv_box {
        margin-bottom: 50px;
    }
    .rate_star {
        width: 117px;
        height: 18px;
    }
    .rate_dtl {
        display: block;
        margin-left: 6px;
        margin-bottom: 17px;
    }
    .rate_dtl {
        display: block;
    }
    .rate_dtlin {
        margin-left: 12px;
    }
    .rate_star.ver2 .rate_list {
        line-height: 1.5;
    }
    .rate_type li span {
        font-size: 18px;
    }
    .rate_type li {
        margin-right: 16px;
        font-size: 16px;
    }
    .rate_type li span {
        margin-left: 5px;
    }
    .rate_ttl_in {
        margin-bottom: 7px;
    }
    .comment_dtl {
        width: calc(100% - 45px);
    }
    .comment_icn p {
        font-size: 12px;
    }
    .comment_boxin {
        margin-bottom: 17px;
    }
    .dog_info_wrap {
        display: block;
        padding-left: 0;
    }
    .dog_type {
        font-size: 14px;
    }
    .comment_icn {
        margin-right: 9px;
    }
    .rate_num {
        font-size: 20px;
    }
    .comment_ttl {
        display: inline-block;
    }
    .rate_type {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
    .uv_ttl {
        margin-bottom: 20px;
    }
    .uv_ttl_2 {
        font-size: 14px;
        padding-left: 10px;
        line-height: 1.2;
    }
    .rate_star.ver2 {
        width: 80px;
        height: 13px;
    }
    .green.fs_42 {
        padding: 0 10px 0 0;
        font-size: 33px;
    }
    .rate_list li {
        width: 18px;
    }
    .rate_list li img {
        width: 18px;
        height: 18px;
    }
    .gray_box:first-child {
        border-top: 1px solid #d9e0e4;
    }
    .gray_box {
        width: 100%;
        border-top: 0;
    }
    .gray_box dt {
        width: 220px;
        height: 40px;
        line-height: 2.3;
        font-size: 18px;
        box-sizing: border-box;
    }
    .gray_box dd {
        width: calc(100% - 220px);
        height: 40px;
        line-height: 2.3;
        font-size: 18px;
        box-sizing: border-box;
    }
    .uv_rate {
        line-height: 0.9;
    }
    .rate_star.ver2 .rate_list li {
        width: 13px;
    }
    .rate_star.ver2 .rate_list li img {
        width: 13px;
        height: 13px;
    }
    .rate_list.org .ver0 span {
        width: 0;
    }
    .rate_list.org .ver1 span {
        width: 1.8px;
    }
    .rate_list.org .ver2 span {
        width: 3.6px;
    }
    .rate_list.org .ver3 span {
        width: 5.4px;
    }
    .rate_list.org .ver4 span {
        width: 7.2px;
    }
    .rate_list.org .ver5 span {
        width: 9px;
    }
    .rate_list.org .ver6 span {
        width: 10.8px;
    }
    .rate_list.org .ver7 span {
        width: 12.6px;
    }
    .rate_list.org .ver8 span {
        width: 14.4px;
    }
    .rate_list.org .ver9 span {
        width: 16.2px;
    }
    .rate_star.ver2 .rate_list.org .ver0 span {
        width: 0;
    }
    .rate_star.ver2 .rate_list.org .ver1 span {
        width: 1.3px;
    }
    .rate_star.ver2 .rate_list.org .ver2 span {
        width: 2.6px;
    }
    .rate_star.ver2 .rate_list.org .ver3 span {
        width: 3.9px;
    }
    .rate_star.ver2 .rate_list.org .ver4 span {
        width: 5.2px;
    }
    .rate_star.ver2 .rate_list.org .ver5 span {
        width: 6.5px;
    }
    .rate_star.ver2 .rate_list.org .ver6 span {
        width: 7.8px;
    }
    .rate_star.ver2 .rate_list.org .ver7 span {
        width: 9.1px;
    }
    .rate_star.ver2 .rate_list.org .ver8 span {
        width: 10.4px;
    }
    .rate_star.ver2 .rate_list.org .ver9 span {
        width: 11.7px;
    }
    .dog_info {
        min-width: initial;
        padding-right: 0;
    }
    .comment_box {
        width: 100%;
        padding: 15px 15px 15px 9px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .comment_txt {
        padding: 13px;
    }
    .lowdtl_wrap {
        margin-top: 40px;
        margin-bottom: 38px;
    }
    .rate_btn_wrap {
        width: 100%;
    }
    .rate_btn a {
        width: 100%;
        height: 40px;
    }
    .rate_btn_wrap .rate_btn {
        width: 48%;
    }
    .rate_btn_wrap .rate_btn a {
        width: 100%;
    }
    .rate_btn_lst {
        padding: 0 30px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .rate_btn_lst li a {
        width: 28px;
        height: 35px;
    }
    .rate_btn_lst li span.dots,
    .rate_btn_lst li span.current {
        width: 28px;
        height: 35px;
    }
    .rate_btn_lst li.ver2 a {
        width: 42px;
    }
}
@media only screen and (max-width: 374px) {
    .rate_btn_lst {
        padding: 0 10px;
    }
}
