
/* page-voice-of-customer */

/* css by page @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* page_title */
.page_title {
    background: url(../../common/images/line-bg.jpg);
    padding: 60px 0;
    text-align: center;
    margin-top: 80px;
}

.page_title .ja {
    font-size: 28px;
    font-weight: bold;
}

.page_title .en {
    color: #008A7B;
    margin-top: 5px;
}

/* voice */
.voice {
    margin-top: 90px;
    /* margin-bottom: 200px; */
}

.voice .list {
    background-color: #DDF0ED;
    padding: 100px 0;
}

.voice .list ul,
.voice .list ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.voice .list li {
    background-color: #fff;
    width: 360px;
    padding: 20px;
    box-sizing: border-box;
}

.voice .list .day {
    background-color: #F5F4F2;
    color: #777;
    font-size: 14px;
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voice .list .title {
    font-weight: bold;
    border-bottom: 3px solid #777;
    padding: 10px 0;
}

/* content_body */
.voice .content_body {
    line-height: 22px;
    letter-spacing: 0.05em;
}

.voice .content_body ul,
.voice .content_body ol {
    gap:0;
}

.voice .content_body li {
    padding:0;
}

.voice .content_body a {
    text-decoration:underline;
}

.voice .content_body strong {
    font-weight: bold;
}

.voice .content_body p {
    margin-bottom: 8px;
}

.voice .content_body .alignleft {
    /* display: block; */
    float: left;
}

.voice .content_body .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.voice .content_body .alignright {
    /* display: block;
    margin-left: auto; */
    float: right;
}

.voice .content_body ul {
    list-style:disc;
    list-style-position: inside;
}

.voice .content_body ol {
    list-style:decimal;
    list-style-position: inside;
}

.voice .content_body iframe {
    max-width: 100%;
}

.voice .list img {
    width: 320px;
    cursor: zoom-in;
}

.voice .list .comment {
    padding-top: 20px;
}

.voice .list .staff {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
}

.nbutton {
    margin: 150px auto 0;
    margin-bottom: 200px;
}

/* pager */
.article-pager {
    margin: 150px 0 150px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.article-pager a {
    text-align: center;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
    color: #919191;
}

.article-pager a {
    padding: 6px 20px;
}

.article-pager span {
    text-align: center;
    color: #212121;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 5px;
    background: #EEEEEE;
}

.article-pager span {
    padding: 6px 20px;
}

@media only screen and (max-width: 1100px) {

    .w1100 {
        width: inherit;
        margin: 0;
    }
        
}
@media only screen and (max-width: 1000px) {
    /* 全ページ共通 */
    body {
        min-width: 1000px;
    }

    .w1000 {
        width: inherit;
        margin: 0;
    }

}
@media only screen and (max-width: 800px) {
    .w800 {
        width: inherit;
        margin: 0;
    }
    .overview dl {
        width: inherit;
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* 全ページ共通 */
    body {
        font-size: 14px;
        min-width: 375px;
    }

    /* voice */

    .voice .list img {
        width: 100%;
    }

    .voice .list li {
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .w400 {
        width: inherit;
        margin: 0;
    }
}

