@charset "utf-8";

/* outline
------------------------------*/
.customerDetail__top {
    margin-bottom: 50px;
    display: flex;
}
.customerDetail__wrap {
    margin-bottom: 50px;
}

/* category
------------------------------*/
.customerDetail__category {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
}

/* customerDetail__gallery
------------------------------*/
.customerDetail__gallery {
    width: 400px;
    margin-right: 20px;
}
    .customerDetail__img {
        width: 400px;
        height: 300px;
        background: #eee;
        position: relative;
    }
        .customerDetail__img img {
            max-width: 400px;
            max-height: 300px;
            margin: auto;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

.customerDetail__right {
    min-height: 300px;
}
/* customerDetail__comment
------------------------------*/
.customerDetail__comment {
    width: 660px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}

/* slider
------------------------------*/
.slick-slide {
    outline: none;
}
.slick-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
    .slick-dots li {
        width: 11px;
        height: 11px;
        margin: 0 5px;
        text-indent: -10000px;
        background: #ddd;
        border-radius: 50%;
    }
    .slick-dots .slick-active {
        background: #000;
    }


.customerDetail__cont {
    margin-bottom: 30px;
    padding-top: 10px;
    border: 1px solid #ddd;
    position: relative;
}
    .customerDetail__name {
        padding: 3px 10px;
        font-size: 16px;
        font-weight: bold;
        background: #fff;
        display: inline-block;
        position: absolute;
        top: -15px;
        left: 5px;
    }
    .customerDetail__text {
        padding: 10px 15px 15px;
        font-size: 14px;
        color: #000;
    }

.staffCont {
    padding: 20px 25px;
    background: #f5f5f5;
}
    .staffCont__ttl {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }
    .staffCont__wrap {
        display: flex;
    }
        .staffCont__img {
            width: 120px;
            height: 120px;
            margin-right: 20px;
            background: #eee;
            position: relative;
        }
            .staffCont__img img {
                max-width: 120px;
                max-height: 120px;
                margin: auto;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }
        .staffCont__inner {
            width: 490px;
        }
            .staffCont__name {
                margin-bottom: 5px;
                font-size: 18px;
                font-weight: bold;
            }
            .staffCont__comment {
                font-size: 14px;
                color: #777;
                line-height: 1.6;;
            }


.customerCont {
    margin-top: 30px;
}

.customer__ttl {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.customerCont__list {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
    .customerCont__list [class*="customerCont__item"] {
        width: 255px;
        box-shadow: 0 0 7px #ddd;
    }
    .customerCont__item:not(:first-child) {
        margin-left: 20px;
    }
        .customerCont__img {
            position: relative;
        }
            .customerCont__link {
                width: 255px;
                height: 200px;
                display: block;
            }
        .customerCont__detail {
            padding: 10px;
        }
            .customerCont__name {
                margin-bottom: 5px;
                font-size: 18px;
                font-weight: bold;
                color: #000;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }
            .customerCont__comment {
                height: 40px;
                font-size: 14px;
                color: #000;
            }

/* 他ページへの導線 */
p.customerDetail__moreBt {
    width: auto;
    text-align: center;
}
p.customerDetail__moreBt a {
    color: #333;
    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
    line-height: 50px;
}

/* コンバージョン */
.customerDetail_conversion {
    margin-top: 40px;
}
