@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
h1 {
  padding-top: 60px;
  color: #16b0dc;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width:540px) {
  h1 {
    font-size: 23px;
  }
}

.time {
  color: #747474;
  margin-bottom: 50px;
}

.container {
  max-width: 960px;
}

p {
  line-height: 1.75;
}

a.button {
  display: block;
  margin-top: 50px;
  text-align: right;
  font-weight: bold;
  color: #16b0dc;
  font-size: 20px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width:540px) {
  a.button {
    margin-right: 20px;
    font-size: 18px;
  }
}
a.button::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #16b0dc;
  border-right: 3px solid #16b0dc;
  transform: rotate(45deg) translateY(-50%);
  top: 45%;
  right: -10px;
}
@media screen and (max-width:540px) {
  a.button::after {
    width: 6px;
    height: 6px;
  }
}/*# sourceMappingURL=style.css.map */