@charset "utf-8";
/* CSS Document */

.subsidy-page__inner {
   max-width: 1200px;
   margin: auto;
   padding: 0 20px;
   line-height: 1.7;
   font-weight: 400;
}

.subsidy-page__title{
   text-align: center;
   font-size: 2em;
   margin: 0 0 1em;
}

.subsidy-page__body-page__about {
   max-width: 800px;
   margin: auto;
   padding: 2rem 0;
}

.subsidy-page__body-page__inner {
   max-width: 1100px;
   margin: 60px auto;
   padding: 0 20px;
   line-height: 1.7;
   font-weight: 400;
}

.table-wrap {
  overflow-x: auto;
  cursor: grab;
}

.subsidy-page__body table {
   font-size: .85em;
   border-collapse: collapse;
   min-width: 1800px;
}

.subsidy-page__body table td.table_head{
   background: #888!important;
   color: #fff;
}

.subsidy-page__body table td {
   padding: 10px;
   border: 1px solid #ccc;
}

.subsidy-page__body table tr:first-child td {
   /*background: #f4f4f4;*/
   text-align: center;
   font-weight: 600;
}

.subsidy-page__body table tr:nth-child(2) td {
   background: #f4f4f4;
   text-align: center;
   font-weight: 600;
}

.subsidy-page__body table td:first-child {
   background: #f4f4f4;
   width: 12%;
}

@media screen and (max-width: 767px) {
   .subsidy-page__title{
      font-size: 1.5em;
      line-height: 150%;
      margin-bottom: .5em;
   }
}