.splash {
  position: relative;
  box-sizing: border-box;
  background: #ffebf0;
  color: #000;
  max-width: 730px;
  border: 1px solid #333;
  padding: 0 0 25px;
  padding: 49px;
  margin: 0 auto
}

.splash a {
}

.splash__date {
  margin: 0 0 10px
}

.splash__dir_wrap {
  text-align: center;
  margin: 0 0 15px
}

.splash__dir {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 10px
}

.splash__dir_title {
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold
}

.splash__title {
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  margin: 0 0 20px
}

.splash__title p {
  margin: 0 0 15px
}

.splash__box_block {
  margin: 0 0 30px;
  color: #ffdc00;
  background: #000;
  border-radius: 10px;
  padding: 20px 30px
}

.splash__box_txt {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: bold
}

.splash__box_txt:first-child {
  margin-top: 0
}

.splash__box_fs {
  font-size: 80%
}

.splash__box_fl {
  font-size: 140%
}

.splash__box_note {
  margin: 20px 0 0;
  font-size: 13px;
  font-weight: bold
}

.splash__box_note:first-child {
  margin-top: 0
}

.splash__txt {
  font-size: 16px;
  text-align: center;
  font-weight: bold
}

.fc-red {
  color: #f00
}

.splash__mg {
  margin: 0 0 15px
}

.splash__tb {
  margin: 20px auto
}

.splash__tb th {
  padding: 5px 10px;
  border: 1px solid #000;
  text-align: center;
  font-weight: bold
}

.splash__tb td {
  padding: 5px 10px;
  border: 1px solid #000
}

@media screen and (max-width: 599px) {
  .splash {
    width: auto;
    height: auto;
    padding: 15px;
    margin: 45px auto 10px
  }

  .splash__dir {
    margin: 0 0 10px
  }

  .splash__dir_title {
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold
  }

  .splash__title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
    text-align: left
  }

  .splash__box_block {
    margin: 0 0 10px;
    padding: 10px 10px;
    display: block
  }

  .splash__box_txt {
    margin: 20px 0 0;
    font-size: 11px;
    font-weight: bold;
    text-align: left
  }

  .splash__box_note {
    font-size: 10px;
    margin: 10px 0 0
  }

  .splash__txt {
    font-size: 12px;
    margin: 0 0 10px
  }

  .splash__tb {
    font-size: 12px
  }

  .splash__tb th {
    padding: 5px
  }

  .splash__tb td {
    padding: 5px
  }

  .splash__tb td:nth-child(1) {
    white-space: nowrap
  }
}