
.site_title {
    margin-top: 40px;
    text-align: center;
}

.annotation {
    color: #1f2f53;
    font-weight: bold;
}

.voice .content {
    align-items: center;
    display: flex;
    margin-top: 60px;
}

.voice .right .strong {
    color: #ef8700;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
}
.voice .content .left {
    text-align: center;
    width: 50%;
}

.voice .content .right {
    width: 50%;
}

.hnumber {
    background-color: #f3f3f3;
    border-radius: 20px;
    box-shadow: #ccc 3px 3px ;
    padding: 30px;
}

.hnumber .strong {
    color: #ef8700;
    font-weight: bold;
}

.flow h3 {
    background-color: #1f2f53;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.flow .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.flow .list .list_items {
    border: #1f2f53 solid 1px;
    margin-bottom: 10px;
    text-align: center;
    width: 33%;
}

.flow .list .list_items img {
    margin: 10px;
}
.flow .list .list_items p {
    font-size: 14px;
    margin: 10px;
    text-align: initial;
}

.nav-open {
    background: #1f2f53;
    color: #fff;
    font-size: 20px;
    margin: 20px auto;
    max-width: 900px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.nav-open::before {
    /* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 20px;
}
.nav-open.active::before {
    /* 開いている時 */
    content: "－";
}

.nav-open.active {
    /* 開いている時 */
    margin: 0 auto;
}


.price_chat {
    margin: 60px 0;
}

.price_chat nav {
    display: none;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.price_chat h2 {
    color: #1f2f53;
    font-size: 24px;
    text-align: center;
}

.price_chat h3 {
    color: #ef8700;
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 900px;
    width: 100%;
}

tbody {
    display: flex;
}

tr {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: calc(100% / 6);
}

th {
    background-color: #f3f3f3;
    border: #1f2f53 solid 1px;
    color: #1f2f53;
    padding: 5px;
}

td {
    background-color: #fff;
    border: #1f2f53 solid 1px;
    color: #1f2f53;
    padding: 5px;
    text-align: center;
}

.total {
    color: #ef8700;
    font-weight: bold;
}


@media screen and (max-width: 425px) {
    .inner {
        margin: 0 auto;
        max-width: 1000px;
        width: 90%;
    }

    .voice .content {
        flex-direction: column;
    }

    .voice .content .left {
        text-align: center;
        width: 100%;
    }

    .voice .content .right {
        width: 100%;
    }

    .voice .right .strong {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }

    .flow .list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    .flow .list .list_items {
        width: 100%;
    }



    table {
        border-collapse: collapse;
        border-spacing: 0;
        max-width: 900px;
        width: 100%;
    }


    tbody {
        display: flex;
        flex-direction: column;
    }

    tr {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
    }

    th {
        background-color: #f3f3f3;
        border: #1f2f53 solid 1px;
        color: #1f2f53;
        padding: 10px 0;
    }

    td {
        background-color: #fff;
        border: #1f2f53 solid 1px;
        color: #1f2f53;
        padding: 10px 0;
        text-align: center;
    }
}
