.ttl_04 {
  padding-bottom: 0; }
  .ttl_04 span {
    display: inline-block; }

.ttl_05 {
  padding: 20px 40px;
  margin-bottom: 30px; }

.bg-color-light_gray {
  background-color: #f8f8f8; }

.RereaceDay {
  display: flex;
  justify-content: space-between; }

.Shougou dt {
  width: 10em;
  float: left; }

.Shougou dd {
  padding-left: 10em; }

table {
  border-left: solid 1px #bbb;
  border-top: solid 1px #bbb; }
  table caption {
    text-align: left;
    margin-bottom: 10px; }
  table td, table th {
    padding: 17px 20px 14px 20px;
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb; }
  table th {
    font-size: 1.8rem;
    font-weight: normal;
    background-color: #f3f4f6; }
  table td {
    background-color: #fff; }

.btn-list li {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .btn-list li + li {
    margin-top: 1em; }
  .btn-list li.excel {
    background: #19a800 url("../images/ic_xls.png") no-repeat 20px 50%;
    background-size: 30px; }
  .btn-list li.pdf {
    background: #d60000 url(../images/ic_pdf.png) no-repeat 20px 50%;
    background-size: 30px; }
.btn-list a {
  display: block;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
  line-height: 50px; }
  .btn-list a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .l-main_contents dl, .l-main_contents caption {
    font-size: 115%; }

  .ttl_04 {
    margin-bottom: 21px; }

  .ttl_05 {
    padding: 15px;
    margin-bottom: 20px; }

  .ttl_03_2 {
    margin-bottom: 20px; }

  .table {
    width: auto;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 11px; }
    .table::-webkit-scrollbar {
      height: 5px; }
    .table::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .table::-webkit-scrollbar-thumb {
      background: #BCBCBC; }

  table th {
    font-size: 1.5rem; }
  table td {
    font-size: 1.4rem; }

  .btn-list li {
    width: 90%; }
    .btn-list li.excel {
      background: #19a800 url("../images/ic_xls.png") no-repeat 15px 50%;
      background-size: 20px; }
    .btn-list li.pdf {
      background: #d60000 url(../images/ic_pdf.png) no-repeat 15px 50%;
      background-size: 20px; }
    .btn-list li a {
      text-align: left;
      padding: 15px 15px 15px 50px;
      line-height: 1.4; } }
