#contents .section01 .section01__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    #contents .section01 .section01__inner {
      max-width: 768px; } }

#contents {
  background-color: #EDE1AC; }
  #contents .section01 .section01__inner {
    padding: 20px 0; }
    @media screen and (max-width: 768px) {
      #contents .section01 .section01__inner {
        padding: 20px 10px; } }
    #contents .section01 .section01__inner .box {
      background-color: #fff;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px 15px; }
      #contents .section01 .section01__inner .box h2 {
        max-width: 400px;
        background-color: #F8CEB9;
        padding: 8px 20px 5px;
        line-height: 1; }
        #contents .section01 .section01__inner .box h2 img {
          max-width: 196px; }
      #contents .section01 .section01__inner .box p {
        margin: 10px 0;
        padding: 0 10px;
        color: #000; }
      #contents .section01 .section01__inner .box .table_wrapper {
        overflow: auto; }
        #contents .section01 .section01__inner .box .table_wrapper::-webkit-scrollbar {
          height: 5px; }
        #contents .section01 .section01__inner .box .table_wrapper::-webkit-scrollbar-track {
          background: #f2f2f2; }
        #contents .section01 .section01__inner .box .table_wrapper::-webkit-scrollbar-thumb {
          background: #bcbcbc; }
      #contents .section01 .section01__inner .box table {
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        width: 870px; }
        #contents .section01 .section01__inner .box table th, #contents .section01 .section01__inner .box table td {
          border-right: 1px solid #666;
          border-bottom: 1px solid #666;
          padding: 10px;
          line-height: 1.4;
          color: #000; }
        #contents .section01 .section01__inner .box table th {
          background-color: #F8CEB9;
          font-weight: normal; }
        #contents .section01 .section01__inner .box table td {
          text-align: center; }
          #contents .section01 .section01__inner .box table td:nth-child(5) {
            text-align: left; }
        #contents .section01 .section01__inner .box table .w1 {
          width: 155px; }
        #contents .section01 .section01__inner .box table .w2 {
          width: 120px; }
        #contents .section01 .section01__inner .box table .w3 {
          width: 130px; }
        #contents .section01 .section01__inner .box table .w4 {
          width: 140px; }
        #contents .section01 .section01__inner .box table .w5 {
          width: 240px; }
        #contents .section01 .section01__inner .box table .w6 {
          width: 115px; }
        #contents .section01 .section01__inner .box table a {
          color: #000; }
        #contents .section01 .section01__inner .box table a:hover {
          color: #F8CEB9; }
