.skip .layoutBox .layoutBox-txt {
  display: block;
  width: calc(50% - 40px);
  margin-bottom: 60px;
}
@media only screen and (max-width: 599px) {
  .skip .layoutBox .layoutBox-txt {
    width: 100%;
  }
}

.skip .sub-layoutBlock {
  margin: 80px auto;
}

.skip-step__layoutBoxImg {
  margin-top: 45px;
  width: 70%;
}
.skip-step__layoutBoxImg + .skip-step__layoutBoxImg {
  margin-top: 10px;
}
@media only screen and (max-width: 599px) {
  .skip-step__layoutBoxImg {
    width: 100%;
  }
}

.layoutBox-txt__hl.skip__heading {
  position: relative;
}
.layoutBox-txt__hl.skip__heading:nth-of-type(n+2) {
  padding-top: 55px;
}
.layoutBox-txt__hl.skip__heading::before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/libs/img/category/1day_clear_skip/step_arrow_01.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(90deg);
}

.skip-info {
  font-size: 28px;
  letter-spacing: -0.04em;
  padding: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  display: flex;
}
.skip-info::before {
  content: "";
  display: block;
  position: relative;
  margin-right: 8px;
  background: url(/libs/img/category/1day_clear_skip/multiple-users-silhouette.png) no-repeat top/contain;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 599px) {
  .skip-info {
    font-size: 18px;
  }
}
.skip-info__img {
  width: calc(40% - 40px);
  margin-top: 45px;
}
@media only screen and (max-width: 599px) {
  .skip-info__img {
    width: 100%;
  }
}

.sub-linkBtnList--icon .listItem--skip::before {
  background-image: url(/libs/img/common/icon_calendar.svg);
  width: 80px;
  height: 80px;
  left: 6px;
}
@media only screen and (max-width: 1023px) {
  .sub-linkBtnList--icon .listItem--skip::before {
    width: 60px;
    height: 60px;
    left: -7px;
  }
}

@media print, screen and (min-width: 1024px) {
  .sub-linkBtnList--icon .listItem:nth-last-child(-n+2),
  .sub-linkBtnList .listItem:nth-last-child(-n+2) {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-linkBtnList--icon .listItem:nth-last-child(-n+2),
  .sub-linkBtnList .listItem:nth-last-child(-n+2) {
    margin-bottom: 24px;
  }
}
.top-news__link {
  float: right;
  margin-top: 16px;
}
@media only screen and (max-width: 599px) {
  .top-news__link {
    margin-bottom: 20px;
  }
}