@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
/* bread
--------------------------------------- */
.bread {
  display: none;
}

@media screen and (min-width: 768px) {
  .bread {
    display: block;
    width: 1020px;
    margin: 10px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  .bread + .l_layoutSingle {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bread + .l_layoutLeft {
    display: none;
  }
  .bread + .l_layoutLeft + .l_layoutSingle {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bread__link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .bread__link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 769px) {
  .l_info {
    margin: 0px auto 20px auto;
  }
}
@media (max-width: 768px) {
  .l_info {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .l_info .inner {
    width: 1020px;
    margin: 14px auto 0px auto;
  }
}
@media (max-width: 768px) {
  .l_info .inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 15px;
  }
}
.l_info .inner .info__title {
  text-align: center;
}
@media (min-width: 769px) {
  .l_info .inner .info__title {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__title {
    margin-top: 20px;
  }
}
.l_info .inner .info__title span {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: 5px solid #ffc300;
  padding: 0 20px 5px 20px;
}
@media (min-width: 769px) {
  .l_info .inner .info__title span {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__title span {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .l_info .inner .info__lead {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__lead {
    padding: 30px 0;
  }
}
@media (min-width: 769px) {
  .l_info .inner .info__lead p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__lead p {
    margin-bottom: 10px;
  }
}
.l_info .inner .info__lead p:last-child {
  margin-bottom: 0;
}
.l_info .inner .info__sub-title {
  border-left: 5px solid #ffc300;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .l_info .inner .info__sub-title {
    padding-left: 20px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__sub-title {
    padding-left: 10px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .l_info .inner .info__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .l_info .inner .info__table {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__table {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__table .table_flick {
    color: #f00;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__table .table {
    overflow: auto;
    padding-bottom: 10px;
  }
}
.l_info .inner .info__table .table table {
  border-collapse: collapse;
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .l_info .inner .info__table .table table {
    width: 900px;
  }
}
.l_info .inner .info__table .table table tr th {
  background: #ffc300;
  border: 2px solid #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 0;
  text-align: center;
}
.l_info .inner .info__table .table table tr .type {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}
.l_info .inner .info__table .table table tr .past {
  width: 28%;
  background: #ccc;
}
.l_info .inner .info__table .table table tr .arrow {
  width: 14%;
  font-size: 5rem;
  color: #f00;
}
.l_info .inner .info__table .table table tr .change {
  width: 28%;
  background: #f00;
}
.l_info .inner .info__table .table table tr td {
  border: 2px solid #000;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}
.l_info .inner .info__table .table table tr td span.red {
  color: #f00;
}
.l_info .inner .info__table .table table tr td span.big {
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .l_info .inner .info__table .table table tr td span.text_old {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__table .table table tr td span.text_old {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__table .table::-webkit-scrollbar {
    height: 10px;
    background: #ccc;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__table .table::-webkit-scrollbar-thumb {
    background: #aaa;
  }
}
.l_info .inner .info__img {
  text-align: center;
}
@media (min-width: 769px) {
  .l_info .inner .info__img {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__img img {
    width: 80%;
  }
}
.l_info .inner .info__link {
  text-align: center;
}
.l_info .inner .info__link a {
  display: inline-block;
  text-align: center;
  background: #bf0000;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 769px) {
  .l_info .inner .info__link a {
    width: 60%;
    padding: 16px 0 12px 0;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .l_info .inner .info__link a {
    width: 100%;
    padding: 14px 0 12px 0;
    font-size: 1.7rem;
  }
}
.l_info .inner .info__link a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=information.css.map */