@charset "UTF-8";
.main-visual {
  background-image: url(../img/items/main01.jpg);
}

.message {
  width: 1120px;
  margin: 0 auto 120px;
}

.message .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.message .container .box {
  -ms-flex-preferred-size: 640px;
      flex-basis: 640px;
}

.message .container .box h2 {
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.message .container .box h2:after {
  content: none;
}

.message .container .box p {
  margin: 0 0 20px 0;
}

.message .container .box p .span01 {
  color: #20b378;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.message .container .box p .span02 {
  font-size: 15px;
}

.message .container .box p:nth-of-type(2) {
  margin: 0 0 40px 0;
}

.message .container img {
  width: 425px;
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .message {
    width: 100%;
    margin: 0 auto 90px;
  }
  .message .container {
    display: block;
  }
  .message .container .box {
    width: 100%;
  }
  .message .container .box h2 {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
  }
  .message .container .box p {
    width: 90%;
    margin: 0 auto 20px;
  }
  .message .container .box p .span02 {
    font-size: 14px;
  }
  .message .container .box p:nth-of-type(2) {
    width: 90%;
    margin: 0 auto 20px;
  }
  .message .container img {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .message {
    margin: 0 auto 60px;
  }
}

.chart {
  width: 1120px;
  margin: 0 auto 90px;
}

.chart p:nth-of-type(1) {
  margin: 0 0 90px 0;
  text-align: center;
}

.chart .date {
  font-size: 15px;
  text-align: center;
}

.chart .table {
  margin: 0 0 10px 0;
}

.chart .table .storage {
  font-size: 15px;
  text-align: right;
  line-height: 1.7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.chart .table table {
  width: 1120px;
  margin: 0 0 10px 0;
  border-collapse: collapse;
}

.chart .table table tr th {
  padding: 20px 0;
  border: 1px solid #d0d0d0;
}

.chart .table table tr .th01 {
  color: white;
  background-color: #20b378;
}

.chart .table table tr .th02 {
  width: 64%;
  color: white;
  background-color: #18885b;
}

.chart .table table tr td {
  padding: 20px 0;
  border: 1px solid #d0d0d0;
  text-align: center;
}

.chart .table table tr td a {
  color: #0066c0;
  font-size: 15px;
}

.chart .table table .tr01 {
  background-color: #efefef;
}

.chart .table table .tr01 .tbl02-th {
  width: calc(715px / 3);
}

.chart .table02 {
  margin: 0 0 40px 0;
}

.chart .notice {
  font-size: 15px;
  line-height: 1.7;
}

.chart .notice.last {
  margin: 0 0 40px 0;
}

.chart p:nth-of-type(2) {
  margin: 0 0 10px 0;
  text-align: center;
}

.chart .btn {
  position: relative;
  width: 640px;
  margin: 0 auto;
  text-align: center;
  background-color: #20b378;
}

@media screen and (max-width: 767px) {
  .chart {
    width: 100%;
    margin: 0 auto 70px;
  }
  .chart p:nth-of-type(1) {
    width: 90%;
    margin: 0 auto 70px;
    text-align: left;
  }
  .chart .table {
    overflow-x: scroll;
  }
  .chart .table .storage {
    font-size: 14px;
    text-align: left;
  }
  .chart .table table tr td a {
    font-size: 14px;
  }
  .chart .notice {
    font-size: 14px;
  }
  .chart .btn {
    position: relative;
    width: 75vw;
    margin: 0 auto;
    text-align: center;
    background-color: #20b378;
  }
  .chart .btn a {
    line-height: 1.5;
  }
}

@media screen and (max-width: 414px) {
  .chart {
    margin: 0 auto 45px;
  }
  .chart p:nth-of-type(1) {
    margin: 0 auto 45px;
  }
  .chart .date {
    font-size: 14px;
  }
  .chart .table .storage {
    font-size: 13px;
  }
  .chart .table table tr th, .chart .table table tr td {
    padding: 15px 0;
    font-size: 14px;
  }
  .chart .table table tr td a {
    font-size: 13px;
  }
  .chart .table table .tr01 {
    background-color: #efefef;
  }
  .chart .table table .tr01 .tbl02-th {
    width: calc(715px / 3);
  }
  .chart .notice {
    font-size: 13px;
  }
  .chart .btn a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=items.css.map */