@charset "utf-8";
#point section {
    margin-bottom: 60px;
}
.point-description .txt {
    font-size: 17px;
}
.caution {
    color: red;
}
#point .txt {
    font-size: 17px;
    margin-bottom: 10px;
}
#point .l-txt {
    font-size: 25px;
    font-weight: bold;
}
#point h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

table {
    margin-bottom: 10px;
}
table th, 
table td {
    padding: 1em 1.8em;
    box-sizing: border-box;
}
td {
    font-size: 13px;
    background: #e8f3ff;
}
thead td,
thead th {
    background: #254d78;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
tbody th {
    background: #618ab5;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 170px;
}
.payment > div > dl {
    border: 1px solid #aaa;
    padding: 20px;
    margin-bottom: 20px;
}
.payment dt {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.payment dd {
    font-size: 16px;
    margin-bottom: 5px;
}