p.caution {
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
    color: #4c4c4c;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
}

.rewrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.sfBox {
    width: 45%;
    margin: 10px 0;
    text-align: left;
    /* background: #eee4ba; */
    background: #0009;
    padding: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.sfBox .titleBox {
    display: flex;
}

.sfBox .titleBox span.sq {
    width: 31%;
    height: 20px;
    font-size: 16px;
    text-align: center;
    border: 1px solid white;
    padding: 10px 10px;
    margin: 0px 0 15px 0;
    color: white;
}

.sfBox .titleBox span.sq2 {
    margin: 0;
    padding: 10px 10px 10px 20px;
    font-size: 18px;
    color: white;
}

.sfBox .titleBox span.sq3 {
    height: 20px;
    width: 25%;
    font-size: clamp(0.875rem, 0.4306rem + 0.9259vw, 1.125rem);
    text-align: center;
    border: 1px solid white;
    padding: 10px 0px;
    margin: 0px 0 15px 0;
    color: white;
}


.sfBox .titleBox span.sq4 {
    width: 75%;
    margin: 0;
    padding: 0px 40px 10px 20px;
    font-size: clamp(0.875rem, 0.4306rem + 0.9259vw, 1.125rem);
    color: white;
}

.sfBox .iBox {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
}

.iBox2 {
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .iBox2 {
        width: 100%;
    }
}

p.twice {
    margin: 0;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}

.sfBox .iBox p.text_a {
    color: #4896c1;
    font-size: 14px;
}

.sfBox .iBox img {
    width: 100%;
    height: auto;
}

.sfBox table.table_a {
    width: 100%;
    /* margin: 10px 0 25px; */
    margin: 10px 0 0 0;
    border-collapse: collapse;
    /* border: 1px solid #5f5045; */
}

.sfBox table.table_a tr {
    /* border-top: 1px solid #5f5045; */
}

.sfBox table.table_a th {
    font-weight: bold;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    color: white;
    vertical-align: top;
    line-height: 1.6;
}

.sfBox table.table_a td {
    padding: 8px;
    text-align: left;
    font-size: 15px;
    color: white;
    vertical-align: top;
    line-height: 1.6;
}

.sfBox .boxL {
    float: left;
    width: 50%;
    background-color: white;
    margin: 0 10px 0 0;
}

.sfBox .boxL .iBox_b {
    margin: 0;
    padding: 10px;
}

.sfBox .boxL .iBox_b p.text_a {
    color: #4896c1;
    font-size: 12px;
}

.sfBox .boxL .iBox_b img {
    width: 100%;
    height: auto;
}

.sfBox .boxR {
    float: left;
    width: 48%;
    margin: 0;

}

.sfBox .boxR table.table_b {
    border-collapse: collapse;
    border: 1px solid #5f5045;
}

.sfBox .boxR table.table_b tr {
    border: 1px solid #5f5045;
}

.sfBox .boxR table.table_b th {
    font-weight: bold;
    margin: 0;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.7;
}

.sfBox .boxR table.table_b td {
    padding: 8px;
    text-align: left;
    font-size: 13px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.6;
}

/* ------------------------------------- */
.sfBox_b {
    width: 45%;
    margin: 0 0 20px 0;
    text-align: left;
    /* background: #eee4ba; */
    background: #0009;
    padding: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.sfBox_b .titleBox {
    display: flex;
    flex-direction: column;
}

.sfBox_b .titleBox span.sq {
    height: 20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid white;
    padding: 10px 40px;
    margin: 0px 0 15px 0;
    color: white;
}

.sfBox_b .titleBox span.sq2 {
    margin: 0;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    color: white;
}

.sfBox_b .titleBox span.sq3 {
    height: 20px;
    width: 35%;
    font-size: 16px;
    text-align: center;
    border: 1px solid white;
    padding: 5px 0px;
    margin: 0px 0 10px 0;
    color: white;
}


.sfBox_b .titleBox span.sq4 {
    width: 100%;
    margin: 0;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    color: white;
}

.sfBox_b .iBox {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
}

.sfBox_b .iBox p.text_a {
    color: #4896c1;
    font-size: 14px;
}

.sfBox_b .iBox img {
    width: 100%;
    height: auto;
}

.sfBox_b table.table_a {
    width: 100%;
    /* margin: 10px 0 25px; */
    margin: 25px 0 0 0;
    border-collapse: collapse;
    /* border: 1px solid #5f5045; */
}

.sfBox_b table.table_a tr {
    /* border-top: 1px solid #5f5045; */
}

.sfBox_b table.table_a th {
    font-weight: bold;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    color: white;
    vertical-align: top;
    line-height: 2;
}

.sfBox_b table.table_a td {
    padding: 8px;
    text-align: left;
    font-size: 15px;
    color: white;
    vertical-align: top;
    line-height: 2;
}

.sfBox_b .boxL {
    float: left;
    width: 50%;
    background-color: white;
    margin: 0 10px 0 0;
}

.sfBox_b .boxL .iBox_b {
    margin: 0;
    padding: 10px;
}

.sfBox_b .boxL .iBox_b p.text_a {
    color: #4896c1;
    font-size: 12px;
}

.sfBox_b .boxL .iBox_b img {
    width: 100%;
    height: auto;
}

.sfBox_b .boxR {
    float: left;
    width: 48%;
    margin: 0;

}

.sfBox_b .boxR table.table_b {
    border-collapse: collapse;
    border: 1px solid #5f5045;
}

.sfBox_b .boxR table.table_b tr {
    border: 1px solid #5f5045;
}

.sfBox_b .boxR table.table_b th {
    font-weight: bold;
    margin: 0;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.7;
}

.sfBox_b .boxR table.table_b td {
    padding: 8px;
    text-align: left;
    font-size: 13px;
    color: #4c4c4c;
    vertical-align: top;
    line-height: 1.6;
}


@media only screen and (max-width:768px) {

    p.caution {
        margin: 5px 0;
        padding: 0;
        font-size: calc(100vw * 28 / 850);
        color: #4c4c4c;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.6;
    }

    .sfBox {
        width: 100%;
        margin: 20px auto 0 auto;
        text-align: left;
        /* background: #ebf7fa; */
        padding: 15px;
        box-sizing: border-box;
    }

    .sfBox .titleBox {
        display: flex;
    }

    .sfBox .titleBox span.sq {
        height: 20px;
        font-size: 14px;
        text-align: center;
        /* border: 1px solid #4896c1; */
        padding: 5px 10px;
        margin: 0px 0 15px 0;
        /* color: #4896c1; */
        line-height: 1.4;
    }

    .sfBox .titleBox span.sq2 {
        margin: 0;
        padding: 8px 10px 0;
        font-size: 14px;
        /* color: #4896c1; */
    }

    .sfBox .titleBox span.sq3 {
        height: 20px;
        width: 35%;
        font-size: 14px;
        text-align: center;
        /* border: 1px solid #4896c1; */
        padding: 5px 0;
        margin: 0px 15px 15px 0;
        /* color: #4896c1; */
        line-height: 1.4;
    }

    .sfBox .titleBox span.sq4 {
        width: 55%;
        margin: 0;
        padding: 0px 0px 10px 0px;
        font-size: 14px;
        /* color: #4896c1; */
    }

    .sfBox .iBox {
        width: 100%;
        margin: 0 auto;
        background-color: white;
        padding: 10px;
    }

    .sfBox .iBox p.text_a {
        color: #4896c1;
        font-size: 14px;
    }

    .sfBox .iBox img {
        width: 100%;
        height: auto;
    }

    .sfBox table.table_a {
        width: 100%;
        margin: 10px 0 0 0;
        border-collapse: collapse;
        /* border: 1px solid #b3e0e9; */
    }

    .sfBox table.table_a tr {
        /* border-top: 1px solid #b3e0e9; */
    }

    .sfBox table.table_a th {
        font-size: 14px;
        font-weight: bold;
        padding: 8px;
        text-align: center;
        white-space: nowrap;
        color: white;
        line-height: 1.6;
    }

    .sfBox table.table_a td {
        font-size: 14px;
        padding: 8px;
        text-align: left;
        color: white;
        line-height: 1.6;
    }

    .sfBox table.table_a td p.tc {
        line-height: 1.6em;
        text-indent: -1em;
        padding-left: 1em;
    }

    .sfBox table.table_a td p.twice {
        line-height: 1.4em;
        padding-bottom: 5px;
        text-indent: -1em;
        padding-left: 1em;
        color: white;
    }

    .sfBox .boxL {
        float: left;
        width: 100%;
        background-color: white;
        margin: 0 10px 10px 0;
    }

    .sfBox .boxL .iBox_b {
        margin: 0;
        padding: 10px;
    }

    .sfBox .boxL .iBox_b p.text_a {
        color: #4896c1;
        font-size: 12px;
    }

    .sfBox .boxL .iBox_b img {
        width: 100%;
        height: auto;
    }

    .sfBox .boxR {
        float: left;
        width: 100%;
        margin: 0;

    }

    .sfBox .boxR table.table_b {
        border-collapse: collapse;
        border: 1px solid #4c4c4c;
    }

    .sfBox .boxR table.table_b tr {
        border: 1px solid #4c4c4c;
    }

    .sfBox .boxR table.table_b th {
        font-weight: bold;
        margin: 0;
        padding: 8px;
        text-align: center;
        white-space: nowrap;
        color: #4c4c4c;
        line-height: 1.4;
    }

    .sfBox .boxR table.table_b td {
        padding: 8px;
        text-align: left;
        color: #4c4c4c;
        line-height: 1.4;
    }

    /* -------------------------------- */
    .sfBox_b {
        width: 100%;
        margin: 20px auto 0 auto;
        text-align: left;
        /* background: #ebf7fa; */
        padding: 15px;
        box-sizing: border-box;
    }

    .sfBox_b .titleBox {
        display: flex;
    }

    .sfBox_b .titleBox span.sq {
        height: 20px;
        font-size: 14px;
        text-align: center;
        /* border: 1px solid #4896c1; */
        padding: 5px 10px;
        margin: 0px 0 15px 0;
        /* color: #4896c1; */
        line-height: 1.4;
    }

    .sfBox_b.titleBox span.sq2 {
        margin: 0;
        padding: 6px 10px;
        font-size: 14px;
        /* color: #4896c1; */
    }

    .sfBox_b .titleBox span.sq3 {
        height: 20px;
        width: 35%;
        font-size: 14px;
        text-align: center;
        /* border: 1px solid #4896c1; */
        padding: 5px 0;
        margin: 0px 0px 10px 0;
        /* color: #4896c1; */
        line-height: 1.4;
    }

    .sfBox_b .titleBox span.sq4 {
        width: 100%;
        margin: 0;
        padding: 0px 0px 10px 0px;
        font-size: 14px;
        /* color: #4896c1; */
    }

    .sfBox_b .iBox {
        width: 100%;
        margin: 0 auto;
        background-color: white;
        padding: 10px;
    }

    .sfBox_b .iBox p.text_a {
        color: #4896c1;
        font-size: 14px;
    }

    .sfBox_b .iBox img {
        width: 100%;
        height: auto;
    }

    .sfBox_b table.table_a {
        width: 100%;
        margin: 10px 0 0 0;
        border-collapse: collapse;
        /* border: 1px solid #b3e0e9; */
    }

    .sfBox_b table.table_a tr {
        /* border-top: 1px solid #b3e0e9; */
    }

    .sfBox_b table.table_a th {
        font-weight: bold;
        padding: 8px;
        text-align: center;
        white-space: nowrap;
        color: white;
        line-height: 1.6;
    }

    .sfBox_b table.table_a td {
        font-size: 14px;
        padding: 8px;
        text-align: left;
        color: white;
        line-height: 1.6;
    }

    .sfBox_b table.table_a td p.tc {
        line-height: 1.6em;
        text-indent: -1em;
        padding-left: 1em;
    }

    .sfBox_b table.table_a td p.twice {
        line-height: 1.4em;
        padding-bottom: 5px;
        text-indent: -1em;
        padding-left: 1em;
        color: white;
    }

    .sfBox_b .boxL {
        float: left;
        width: 100%;
        background-color: white;
        margin: 0 10px 10px 0;
    }

    .sfBox_b .boxL .iBox_b {
        margin: 0;
        padding: 10px;
    }

    .sfBox_b .boxL .iBox_b p.text_a {
        color: #4896c1;
        font-size: 12px;
    }

    .sfBox_b .boxL .iBox_b img {
        width: 100%;
        height: auto;
    }

    .sfBox_b .boxR {
        float: left;
        width: 100%;
        margin: 0;

    }

    .sfBox_b .boxR table.table_b {
        border-collapse: collapse;
        border: 1px solid #4c4c4c;
    }

    .sfBox_b .boxR table.table_b tr {
        border: 1px solid #4c4c4c;
    }

    .sfBox_b .boxR table.table_b th {
        font-weight: bold;
        margin: 0;
        padding: 8px;
        text-align: center;
        white-space: nowrap;
        color: #4c4c4c;
        line-height: 1.4;
    }

    .sfBox_b .boxR table.table_b td {
        padding: 8px;
        text-align: left;
        color: #4c4c4c;
        line-height: 1.4;
    }


    span.tex {
        font-size: 10px;
        line-height: 1.4em;
    }