@charset "utf-8";

/* staffDetail
------------------------------*/
    .staffDetail__wrap {
        margin-bottom: 50px;
        display: flex;
        align-items: flex-start;
    }
        .staffImg {
            width: 300px;
            margin: 0 auto 0 0;
            display: flex;
            flex-wrap: wrap;
        }
            [class*="staffImg__item"] img {
                width: 100%;
            }
            .staffImg__item--1 {
                width: 300px;
            }
            .staffImg__item--2 {
                margin: 10px 10px 0 0;
                width: 145px;
            }
            .staffImg__item--3 {
                margin-top: 10px;
                width: 145px;
            }
            .staffDetail__comment {
                padding: 10px 0;
            }
        .staffInfo {
            width: 750px;
            margin: 0 0 0 auto;
        }
            .staffInfo__item {
                display: flex;
            }
            .staffInfo__item:not(:first-child) {
                border-top: 1px solid #aaa;
            }
                .staffInfo__name {
                    width: 100px;
                    padding: 10px;
                    font-size: 14px;
                    background: #f5f5f5;
                    display: flex;
                    align-items: center;
                }
                .staffInfo__text {
                    width: 590px;
                    padding: 10px;
                    font-size: 14px;
                }
    .staffDetail__message {
        margin-bottom: 50px;
        padding: 20px 25px;
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        border: 1px solid #ddd;
    }

/* customerVoice
------------------------------*/
.customerVoice {
    margin-bottom: 50px;
}
    .customerVoice__ttl {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }
    .customerVoice__list {
        display: flex;
    }
        .customerVoice__list .customerVoice__item {
            width: 255px;
            box-shadow: 0 0 7px #ddd;
            border-top-width: 2px;
            border-style: solid;
            border-right: none;
            border-bottom: none;
            border-left: none;
        }
        .customerVoice__item:not(:first-child) {
            margin-left: 20px;
        }
        .customerVoice__img {
            position: relative;
        }
        .customerVoice__link {
            width: 255px;
            height: 200px;
            display: block;
        }
        .customerVoice__img img {
            width: 100%;
        }
            .customerVoice__detail {
                padding: 10px;
            }
                .customerVoice__name {
                    margin-bottom: 5px;
                    font-size: 18px;
                    font-weight: bold;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }
                .customerVoice__text {
                    height: 40px;
                    font-size: 14px;
                    color: #777;
                }

/* staffBlog
------------------------------*/
.staffBlog {
    margin-bottom: 50px;
}
    .staffBlog__ttl {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }
    .staffBlog__list {
        display: flex;
    }
        .staffBlog__list .staffBlog__item {
            width: 255px;
            box-shadow: 0 0 7px #ddd;
            border-top-width: 2px;
            border-style: solid;
            border-right: none;
            border-bottom: none;
            border-left: none;
            position: relative;
        }
        .staffBlog__item:not(:first-child) {
            margin-left: 20px;
        }
            .staffBlog__link {
                width: 255px;
                height: 200px;
                display: block;
            }
            .staffBlog__date {
                padding: 3px 5px;
                position: absolute;
                bottom: 0;
                right: 0;
            }
            .staffBlog__detail {
                padding: 10px;
            }
                .staffBlog__name {
                    margin-bottom: 5px;
                    font-size: 18px;
                    font-weight: bold;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }
                .staffBlog__text {
                    height: 40px;
                    margin-bottom: 10px;
                    font-size: 14px;
                    color: #777;
                }

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