/* CSS Document */

/* sp View   ～768px  ----------------------------------------------------------------------------------------------*/
/* .page .title {
    width: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #666;
    font-size: 36px;
    text-align: center;
    border-bottom: 3px #79b530 dashed;
}  */

.page .sub_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: flex;
    align-items: flex-end;
    /* font-weight: bold; */
    font-size: 36px;
    color: #666;
    /* border-bottom: solid thin #79b530; */
    margin-bottom: 6px;
    padding-bottom: 0.1em;
}
.page .sub_title::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 8px;
}
.page .sub1::before {background: url('../img/char_pengin.png') no-repeat center center;background-size: contain;}
.page .sub2::before {background: url('../img/char_ahiru.png') no-repeat center center;background-size: contain;}
/* .page .sub3::before {background: url('../img/char_pengin.png') no-repeat center center;background-size: contain;} */
.page .sub3{
    display: block;
    text-align: center;
    color: #79b530;
    padding-right: 60px;
}
.scrollable-table {
    overflow-x: auto;
    white-space: nowrap;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: center;
    /* border: 1px solid #333; */
    border: 1px solid;
}
.class_tbl table{
    border-collapse: collapse;
    /* table-layout: fixed;
    width: 100%; */
    width: 630px;
}
.class_tbl img{
    width: 36px;
    height: auto;
}
.class_tbl table tr{
    /* width: auto; */
}

.class_tbl table th{
    vertical-align:baseline;
    width: 90px;
    /* padding-top: 16px; */
    /* display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    */
}
.class_tbl table th:nth-child(1){
    vertical-align:middle;
}
/* .class_tbl th,.class_tbl tr:nth-child(1) td,.class_tbl tr:nth-child(2) td:nth-child(1){
    writing-mode: vertical-rl;
    text-orientation: upright;
} */
 
 /* .class_tbl{
    border-collapse: collapse;
    width: 100%
 }
 .class_tbl th, .class_tbl td {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .class_tbl th {
    background-color: #f2f2f2;
    text-align: left;
  } */
/*--- Tablet View ---------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
    .class_tbl table{
        width: 100%;
        table-layout: fixed;
    }
}
/*--- Desktop View ---------------------------------------------------------------------------------------------------------*/
@media (min-width: 1024px){
}

