﻿@charset "utf-8";
table.type01 {
    margin: 20px auto 5px auto;
    width: 100% !important;
  }
table.type01 th {
    background-color: #EB613B;
    padding: 5px;
    text-align: center;
    border: 1px solid black;
    font-weight: bold;
    color: white;
  }
table.type01 tr {
    width: 100%;
  }
table.type01 td {
    background-color: #ffffff !important;
    text-align: left !important;
    border: 1px solid black !important;
    font-weight:normal !important;
    width: auto !important;
  }

/**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

@media screen and (max-width:768px) {
.scroll {
    overflow: auto;
    white-space: nowrap;
  }
.scroll table::after {
    content: "横にスクロールしてご覧ください＞＞＞";
  }
.scroll::-webkit-scrollbar {
    height: 10px;
  }
.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}