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

#cus_page {
    margin: -32px 0 0!important;
}
#cus_contents {
    width: 1128px !important;

}
.kv {
    overflow: auto;
    width: 100%;
}
.header_title_nav {
    width: 1128px;
}
.pagetop p {
    font-size: 16px;
    letter-spacing: 6px;
    width: 60px;
    height: 400px;
    bottom: 20px;
}

/* ポイント 調整コード */
#point {
    margin-top: 100px;
    padding: 80px 0 0;
}
#point .lead__row {
    justify-content: center;
}
#point .lead__row img {
    margin: 0;
}
#point .content__row {
    width: 950px;
    margin: 40px auto 0;
}

/* お客様の声 */
#voc {
    background: #fff;
    padding: 80px 0;
    margin-top: 80px;
}
.voc_list {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
.voc_box {
    display: flex;
    background: #ECF2FA;
    width: 340px;
    padding: 1.5rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.voc_box img {
    width: 48px;
}
.voc_box h4 {
    color: #1B3466;
    font-size: 20px;
}
