@charset "utf-8";



/* ========================================
 * テーブル設定
 * ======================================== */
.tableSection {
    margin: 5px 0 15px 0;
    text-align: left;
    min-width: 50%;
}
table.type02 {
    width: 100%;
    word-wrap: break-word;
}
table.type02 th {
    background-color: #c6eafa;
    margin: 1px;
    padding: 6px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}
table.type02 tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.type02 td {
    background-color: #fff;
    padding: 6px;
    margin: 1px;
}
table.tableNarrow01 th, table.tableNarrow01 td {
    font-size: 85%;
    padding: 6px 3px;
}
.w35 {
    width: 35%;
}

table.type03 th {
    background-color: #939598;
    color: #fff;
    border: 7px solid;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
table.type03 td {
    border-bottom: 1px solid #000;
    padding: 10px;
    vertical-align: middle;
}
table.type03 td:first-child, table.type03 td:last-child {
    text-align: center;
}


.risk {
    background: #e6e7e9;
    margin-bottom: 20px;
    padding: 5px 15px;
}
.center {
    text-align: center;
}

.list::before {
    content: "・";
    font-weight: bold;
    font-size: 30px;
    color: #00aeef;
}
.list {
    display: inline-flex;
    align-items: center;
}