@charset "UTF-8";

/*------------------------------------------------------------
    bond.html
------------------------------------------------------------*/
.bondTable {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.429;
    margin-top: 20px;
    table-layout: fixed;
}
.bondTable th,
.bondTable td {
    border: solid 1px #1556A3;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.bondTable th {
    font-weight: 500;
}
.bondTable thead th {
    background-color: #EFF0F2;
}
.bondTable tbody th {
    background-color: #F4FAFF;
}
@media print, screen and (min-width: 770px) {
    .bondTable {
        width: auto;
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 30px 20px 0;
    }
    .bondTable th,
    .bondTable td {
        padding: 12px 16px;
    }
    .bondTable tbody th {
        text-align: left;
    }
    .bondTable .w340 {
        width: 340px;
    }
    .bondTable .w170 {
        width: 170px;
    }
}

.bondInfoList li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 0 0 1em;
}
.bondInfoList li::before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
    color: #C21019;
}
.bondInfoList li + li {
    margin-top: 8px;
}
@media print, screen and (min-width: 770px) {
    .bondInfoList li {
        font-size: 1.6rem;
    }
}

.bondTableScrollWrap {
    overflow: auto;
}
.bondTableScrollWrap .bondTable {
    min-width: 565px;
}

.bondTableScrollText {
    font-size: 1.6rem;
    margin-top: 16px;
}
.bondTableScrollText img {
    width: 24px;
    vertical-align: -3px;
    margin-right: 8px;
}
@media print, screen and (min-width: 700px) {
    .bondTableScrollText {
        display: none;
    }    
}