/* 共通スタイル */
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

.taitoru {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #0067b2;
    border-left: 5px solid #0067b2;
    padding-left: 5px;
    display: block;
}

.text {
    color: #f00;
}

.kaitei {
    font-size: 1.5em;
    display: block;
    text-align: center;
    font-weight: 700;
    -webkit-box-shadow: #fff;
    box-shadow: #fff;
}

small {
    width: 45em;
    margin: 0 auto;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

small::before {
    content: '※';
}

.flex {
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

table {
    width: 40%;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #888;
}

thead {
    background-color: #0067b2;
    color: #fff;
}

th,
td {
    padding: 0.3em 0;
    border: 1px solid #888;
    text-align: center;
}

th,
th div {
    font-weight: 700;
    vertical-align: middle;
}

thead th:first-of-type {
    border-right: 1px solid #888;
}

tbody {
    color: #000;
}

.arrow {
    width: 100px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    padding-right: 1em;
    box-sizing: border-box;
    clip-path: polygon(0 20%, 50% 20%, 50% 0, 100% 50%, 50% 100%, 50% 80%, 0 80%);
    background: red;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

table.after {
    border: 1px solid #0067b2;
    font-size: 18px;
}

.after thead {
    background-color: #ff0;
    color: #f00;
}

.after th,
.after td {
    border: 1px solid #888;
}



/* モバイル対応 */
@media screen and (max-width: 767px) {
    small {
        display: block;
        width: 23em;
        font-size: 14px;
        text-indent: -1em;
        padding-left: 1em;
    }

    small::before {
        content: '※';
    }

    table {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 30px;
        border-collapse: collapse;
        border-spacing: 0;
        border: 1px solid #888;
    }

    .arrow {
        width: 150px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        color: #fff;
        background-color: #f00;
        font-size: 16px;
        padding: 0;
        font-weight: 700;
        margin: 0 auto 30px;
        clip-path: polygon(20% 0, 80% 0, 80% 50%, 100% 50%, 50% 100%, 0 50%, 20% 50%);
    }

    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    tbody {
        color: #000;
    }
    br.pc {
        display: none;
    }
}
