.__content {
    font-size: 14px;
}
.__content a:hover {
    opacity: 0.7;
}
h1.__h1 {
    display: none;
}
.page_title {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    background-image: url('https://files.bcart.jp/piecepack/uploads/page/images/tit_pc.jpg');
    color: #004D81;
    text-align: center;
    font-size: 30px;
    width: 100%;
    height: auto;
    aspect-ratio: 20 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.page_title span {
    display: block;
    color: #ADD5FA;
    font-size: 20px;
}
.sub_title {
    color: #004D81;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #D8E2E9;
    margin-bottom: 40px;
}
/* フォントカラー */
.txt_org {
    color: #F5A532;
}
.txt_ble01 {
    color: #004D81;
}
.txt_ble02 {
    color: #1A99CC;
}
.txt_ble03 {
    color: #D8E2E9;
}
.txt_red {
    color: #D83E3B;
}
/* フォントサイズ */
.f-bsize {
    font-size: 24px;
}
.f-msize {
    font-size: 20px;
}
.f-ssize {
    font-size: 16px;
}
/* 文字の太さ */
.f-bold {
    font-weight: bold;
}
/* 表示非表示 */
.disp_sp {
    display: none;
}
/* 文字配置 */
.txta-c {
    text-align: center;
}
.txta-r {
    text-align: right;
}
.txta-l {
    text-align: left;
}
/*青いボタン*/
.btn_ble {
    color: #fff !important;
    background-color: #1A99CC;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 70px;
    display: inline-block;
}
/* 内側寄りのコンテンツ */
.contents_inner {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}
/* 背景色のある箱 */
.bg_box {
    background-color: #F2F5F7;
    padding: 40px 0;
}
/* お客様の声 */
.voice .voice_txt {
    text-align: center;
    line-height: 2.5;
    margin-bottom: 48px;
}
.voice .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.voice .flex_box a {
    width: calc( ( 100% / 4 ) - 15px );
}
.voice .flex_box a .small {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.voice .flex_box a .small::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://files.bcart.jp/piecepack/uploads/page/images/arrow01.png');
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin-left: 4px;
}
/* スマホ */
@media (max-width: 599px) {
    .page_title {
        background-image: url('https://files.bcart.jp/piecepack/uploads/page/images/tit_sp.jpg');
        font-size: 20px;
        aspect-ratio: 60 / 19;
        margin-bottom: 24px;
    }
    .page_title span {
        font-size: 12px;
    }
    .sub_title {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .f-bsize {
        font-size: 20px;
    }
    .f-msize {
        font-size: 18px;
    }
    .f-ssize {
        font-size: 14px;
    }
    .disp_pc {
        display: none;
    }
    .disp_sp {
        display: inline-block;
    }
    .btn_ble {
        font-size: 14px;
        padding: 14px 40px;
    }
    .contents_inner {
        width: 100%;
    }
    .bg_box {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 40px 2em;
    }
    .voice .voice_txt {
        text-align: left;
        margin-bottom: 24px;
    }
    .voice .flex_box {
        flex-wrap: wrap;
    }
    .voice .flex_box a {
        width: calc( ( 100% / 2 ) - 10px );
    }
    .voice .flex_box a .f-bold {
        font-size: 12px;
    }
    .voice .flex_box a .small {
        font-size: 10px;
    }
    .voice .flex_box a .small::after {
        width: 20px;
        height: 20px;
    }
}