@charset "utf-8";

@media (min-width: 768px){

#rwd-content .rwd-tab-group__tab li {
    width: 12.5%;
    box-sizing: border-box;
}

#rwd-content .rwd-table-type01 th {
vertical-align: middle;
text-align: center;
}
#rwd-content .rwd-table-type01 thead th {
font-weight: bold;
}
#rwd-content .rwd-table-type01 tbody th,
#rwd-content .rwd-table-type01 tbody td {
padding: 17px 10px 18px;
}

#rwd-content h2.rwd-section-headline.rwd-border-all {
padding-bottom: 6px;
}

/* min-width: 768px */}

@media (max-width: 767px) {
#rwd-content .rwd-table-type01 tbody tr td[data-th]:before {
display: none;
}

/*max-width: 767px*/}
