
.classbox h3 {font-family: "Zen Kaku Gothic New";font-weight: bold;font-size: 35px;letter-spacing: 0.13em;line-height: 35px;text-align: center;color: #ecba18;padding-top: 35px;}

.sectionbody table {
    border-collapse: separate;
    border-spacing: 0;
    margin:0 auto;
    margin-top:10px;
}
.sectionbody table th{
    font-family: "Zen Kaku Gothic New";
font-weight: 500;
font-size: 16px;
letter-spacing: 0.1em;
text-align: left;
color: #fff;
background-color:#6BCBD1;
    line-height:16px;
    padding:14px 0 14px 30px;
}
.sectionbody table td{
    font-family: "Zen Kaku Gothic New";
font-weight: 500;
font-size: 16px;
letter-spacing: 0.1em;
text-align: left;
color: #000;
    line-height:16px;
    padding:14px 0 14px 30px;
}
.sectionbody table th, .sectionbody table td {
    border-top: 3px solid #6BCBD1;
    border-left: 3px solid #6BCBD1;
}

.sectionbody table tr th:last-child, .sectionbody table tr td:last-child {
    border-right: 3px solid #6BCBD1;
}

.sectionbody table tbody tr:last-child th, .sectionbody table tbody tr:last-child td {
    border-bottom: 3px solid #6BCBD1;
}
.sectionbody table tbody tr:first-child th:first-child, .sectionbody table tbody tr:first-child td:first-child {
    border-radius: 22px 0 0 0;
}
.sectionbody table tbody tr:first-child th:last-child, .sectionbody table tbody tr:first-child td:last-child {
    border-radius: 0 22px 0 0;
}
.sectionbody table tbody tr:last-child th:first-child, .sectionbody table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 22px;
}
.sectionbody table tbody tr:last-child th:last-child, .sectionbody table tbody tr:last-child td:last-child {
    border-radius: 0 0 22px 0;
}

.sectionbody .classbox table{
    width:808px; 
}
.sectionbody .classbox table th {
    border-left: 3px solid #FFF;
    box-sizing:border-box;
}
.sectionbody .classbox table tr:first-child th:first-child {
    border-left: 3px solid #6BCBD1;
}
.sectionbody .classbox table th.category {
    width:138px;
}
.sectionbody .classbox table th.classname {
    width:322px;
}
.sectionbody .classbox table th.unit {
    width:150px;
}

@media(max-width:600px){

.classbox h3 {
    padding-top: 30px;
    font-size: 24px;
    line-height: 24px;
}

.sectionbody table {
    border-collapse: separate;
    border-spacing: 0;
    margin:0 auto;
    margin-top:10px;
}
.sectionbody table th{
    font-family: "Zen Kaku Gothic New";
font-weight: 500;
font-size: 14px;
letter-spacing: 0;
text-align: left;
color: #fff;
background-color:#6BCBD1;
    line-height:14px;
    padding:10px;
}
.sectionbody table td{
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    line-height:14px;
    padding:10px;
    background-color: #FFF;
}
.sectionbody table th, .sectionbody table td {
    border-top: 2px solid #6BCBD1;
    border-left: 2px solid #6BCBD1;
}

.sectionbody table tr th:last-child, .sectionbody table tr td:last-child {
    border-right: 2px solid #6BCBD1;
}

.sectionbody table tbody tr:last-child th, .sectionbody table tbody tr:last-child td {
    border-bottom: 2px solid #6BCBD1;
}
.sectionbody table tbody tr:first-child th:first-child, .sectionbody table tbody tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}
.sectionbody table tbody tr:first-child th:last-child, .sectionbody table tbody tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}
.sectionbody table tbody tr:last-child th:first-child, .sectionbody table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.sectionbody table tbody tr:last-child th:last-child, .sectionbody table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.sectionbody .classbox table{
    width: 434px;
        margin-right: 30px;
        margin-left:30px;
}
.sectionbody .classbox table th {
    border-left: 2px solid #FFF;
    box-sizing:border-box;
}
.sectionbody .classbox table tr:first-child th:first-child {
    border-left: 2px solid #6BCBD1;
}
.sectionbody .classbox table th.category {
    width: auto;
}
.sectionbody .classbox table th.classname {
    width: auto;
}
.sectionbody .classbox table th.unit {
    width: auto;
    padding: 10px 3px;
}

.classbox {
    width: calc(100% + 80px);
    margin-left: -40px;
    box-sizing: border-box;
}

.sectionbody .casebox table td {
    padding-left: 8px;
    padding-right: 0px;
}

.tableouter {
    width: 100%;
    overflow: scroll;
}
}