
@charset "UTF-8";
h3.ip_title{
    font-size: 2rem;
}
.statement_table_wrap{
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.statement_table{
    margin-bottom: 40px;
    border: solid 1px #F88E74;
    text-align: left;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}
.statement_table th {
    width: 34%;
    background:#F88E74;
    color: #fff;
    padding: 20px;
    font-weight: normal;
    border-bottom: solid 1px #fff;
}
.statement_table th:not(:first-of-type) {
    border-left: 1px solid #FFFFFF;
}
.statement_table td {
    padding: 17px;
    font-weight: normal;
    border-top: 1px solid #F88E74;
}
.statement_table td span.note{
    font-size: 1.2rem;
    font-weight: normal;
    display:block;
    line-height:1.2;
}
.statement_table td:not(:first-of-type) {
    border-left: 1px solid #F88E74;
}
.statement_table tr:last-child th {
    border-bottom: 1px solid #F88E74;
}
.statement_table tbody td{
    vertical-align: middle;
}