.class-flextable {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 1em;
    /* background-color: aquamarine; */
}

.class-flextable-item {
    width: calc((100% - 20px * 2) / 3);
    border-collapse:separate;
    border-spacing:0;
    border: 1px solid #0346a3;
    padding: 0;
    line-height: 1.3;
}
.class-flextable-item tbody tr:first-child th{
    padding-top: 1.1em;
}
.class-flextable-item tbody tr:first-child td{
    padding-top: 1.1em;
}
.class-flextable-item tbody tr:last-child th{
    padding-bottom: 1.1em;
}
.class-flextable-item tbody tr:last-child td{
    padding-bottom: 1.1em;
}

.class-flextable-item tbody th{
    background-color: #e5ecf5;
    width: 4.5em !important;
}
.class-flextable-item tbody th,td{
    padding: 0.5em;
}

.class-flextable-item th,td {
    padding: 0.7em;
}
.class-flextable-item thead th{
    background-color: #0346a3 !important;
    padding: 1.0em;
    margin: 0;
}
.class-flextable-item thead a{
    color: #fff;
}
.pdf-link {
    display: inline-block;
    padding-left: 1.2em; /* アイコン分の余白 */
    background-image: url("/css/img/pdf.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    text-decoration: none;
}


.kimari {
    background-color: #e5ecf5;
    padding: 0.5em;
    margin: 2em 0;
    font-weight: bold;
}

@media not all and (min-width: 1200px) {
    .class-flextable-item {
        width: calc((100% - 20px * 2) / 2);
    }
}


@media not all and (min-width: 768px) {
    .class-flextable-item {
        width: 96%;
        margin: 0 2%;
    }
}
