@charset "utf-8";
/* CSS Document */

/* レビュー一覧用 */

/* ---- title ---- */

/* 画像用 */

.titleBack05 .titleArea,
.titleBack06 .titleArea {
    display: block !important;
    width: 100%;
    margin: 0 0 10px 0;
}

.titleBack05 .titleImgWrapper,
.titleBack06 .titleImgWrapper {
    margin-bottom: 5px;
}

.titleBack05 .titleImg,
.titleBack06 .titleImg{
    display: block;
    width: 100%;
}

.titleBack05 .updateDate,
.titleBack06 .updateDate{
    width: auto;
}

.titleBack05 .titleText,
.titleBack06 .titleText{
    display: none;
}

/* ---- title ここまで ---- */

/* ---- tile ---- */
.outer{
    position: relative;
    padding-right: 20px;
    height: 400px;
}

.tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 120px;
    height: auto;
    background: #B0E0E6;
    margin-bottom: 10px;
    z-index: 0;
}

/* 青画像用 */
.titleBack05 .tile{
    background: #B0E0E6;
}

/* 緑画像用 */
.titleBack06 .tile{
    background: #D4F9AE;
}

a {
    color: #2388da;
}

a:hover,
a:hover p{
    opacity: 0.7;
}


/* ---- 共通 ---- */

/* 左画像 */

.imgWrapper {
    width: 120px;
}

.imgWrapper img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 10px;
    object-fit: cover;
}

/* SP 520px以下 */
@media screen and (max-width: 520px) {

    #sp .imgWrapper {
        width: 100px;
    }

    #sp .imgWrapper img {
        width: 80px;
        height: 80px;
        padding-top: 20px;
    }
}

/* SP 370px以下 */
@media screen and (max-width: 370px) {

    #sp .imgWrapper {
        width: 80px;
    }

    #sp .imgWrapper img {
        width: 60px;
        height: 60px;
        padding-top: 30px;
    }
}


/* テキストエリア */

.textArea {
    width: calc(100% - 190px);
    margin: 10px 10px 10px 0;
    overflow: hidden;
}

/* SP 520px以下 */
@media screen and (max-width: 520px) {

    #sp .textArea {
        width: calc(100% - 140px);
    }
}

/* SP 370px以下 */
@media screen and (max-width: 370px) {

    #sp .textArea {
        width: calc(100% - 120px);
    }
}

/* ---- 共通ここまで ---- */


.textWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 2px solid #FF8E00;
}

.star {
    margin-right: 10px;
}

.star .full:before,
.star .half:before,
.star .off:before {
    font-family: 'icomoon';
    color: orange;
    font-size: 16px;
}

.star .full:before {
    content: "\e9d9";
}

.star .half:before {
    content: "\e9d8";
}

.star .off:before {
    content: "\e9d7";
}

.point{
    padding-top: 3px;
    margin-right: 15px;
}

#sp .point{
    padding-top: 5px;
}

.date{
    display: none;
    font-size: 12px;
    padding-top: 4px;
}

.main_text {
    font-size: 13px;
    line-height: 19px;
}

.textArea {
    position: relative;
    width: calc(100% - 165px);
    min-height: 90px;
    margin-left: 15px;
    padding: 5px 7px 5px 10px;
    border-radius: 15px;
    background: #fff;
    overflow: visible;
}

.textWrapper {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
}

.star {
    position: relative;
}

.main_text_wrapper {
    min-height: 48px;
    overflow: hidden;
}


.main_text {
    line-height: 16px;
}

.fukidasi01 .textArea:before {
    content: "";
    position: absolute;
    display: block;
    top: 16px;
    left: -19px;
    border-top: 7px solid transparent;
    border-right: 21px solid #fff;
    border-bottom: 7px solid transparent;
}

.fukidasi02 .textArea:before {
    content: "";
    position: absolute;
    top: 17px;
    left: -20px;
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: -2;
}

.fukidasi02 .textArea:after {
    content: "";
    position: absolute;
    top: 27px;
    left: -31px;
    display: block;
    background: #B0E0E6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: -1;
}


/* 青画像用 */
.titleBack05.fukidasi02 .textArea:after{
    background: #B0E0E6;
}

/* 緑画像用 */
.titleBack06.fukidasi02 .textArea:after{
    background: #D4F9AE;
}


/* ---- review ここまで ---- */



/* ---- tile ここまで ---- */

/* スクロールバー設定 */

.ps > .ps__rail-x,
.ps > .ps__rail-y {
    opacity: 0.6;
    background: #eee;
}


.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__thumb-y{
    background-color: #999;
    width: 11px;

}

