* {
    box-sizing: border-box;
}


body {
    margin: 0;

    padding: 5px;

    background: white;

    color: #000000;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


a {
    color: #6d9bea;

    font-weight: bold;

    overflow-wrap: anywhere;

    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}


.main {
    width: 97%;

    min-height: 740px;

    margin: 0 auto;

    border: 2px solid #3b5998;
}


.page_label {
    background-color: #3b5998;

    color: white;

    font-size: 20px;

    font-weight: bold;

    padding: 4px 6px;
}


.content {
    width: 85%;

    margin: 35px auto;
}


.content_title {
    margin-bottom: 30px;

    color: black;

    font-size: 32px;

    font-weight: bold;

    text-align: center;
}


.content_body {
    width: 90%;

    margin: 0 auto;
}


.box {
    margin-bottom: 20px;

    border: 2px solid #3b5998;
}


.box_label {
    background-color: #3b5998;

    color: white;

    font-size: 20px;

    font-weight: bold;

    padding: 4px 6px;
}


.box_body {
    padding: 26px 25px;

    font-size: 18px;

    font-weight: bold;

    line-height: 1.45;
}


.box_body p {
    margin:
        0
        0
        16px;
}


.box_body p:last-child {
    margin-bottom: 0;
}


.info_table {
    width: 100%;

    border-collapse: separate;

    border-spacing: 0 12px;
}


.info_table th {
    width: 190px;

    padding-right: 30px;

    color: #000000;

    font-size: 18px;

    text-align: left;

    vertical-align: top;
}


.info_table td {
    font-size: 18px;

    vertical-align: top;
}


.question {
    margin-bottom: 22px;
}


.question:last-child {
    margin-bottom: 0;
}


.question h2 {
    margin:
        0
        0
        7px;

    color: #3b5998;

    font-size: 18px;
}


.question p {
    margin: 0;
}


.notice {
    background: #f3f5fa;

    border: 1px solid #b7c3dc;

    padding: 14px;
}


footer {
    margin:
        40px
        0
        20px;

    color: #777777;

    font-size: 12px;

    text-align: center;
}


footer nav {
    margin-bottom: 8px;
}


footer nav a {
    margin: 0 7px;
}


footer span {
    font-size: 11px;
}


@media (max-width: 800px) {

    .content {
        width: 94%;

        margin: 25px auto;
    }


    .content_body {
        width: 100%;
    }


    .content_title {
        font-size: 26px;
    }


    .box_body,
    .info_table th,
    .info_table td {
        font-size: 16px;
    }


    .info_table,
    .info_table tbody,
    .info_table tr,
    .info_table th,
    .info_table td {
        display: block;

        width: 100%;
    }


    .info_table tr {
        margin-bottom: 15px;
    }


    .info_table th {
        padding-right: 0;
    }


    footer nav a {
        display: inline-block;

        margin: 3px 5px;
    }
}


@media (max-width: 480px) {

    body {
        padding: 0;
    }


    .main {
        width: calc(100% - 16px);

        min-height: auto;

        margin: 8px auto;
    }


    .page_label,
    .box_label {
        font-size: 17px;
    }


    .content_title {
        font-size: 22px;
    }


    .box_body,
    .info_table th,
    .info_table td {
        font-size: 14px;
    }


    .box_body {
        padding: 18px 15px;
    }
}
