@charset "UTF-8";


/* ==========================================================
 thanks
========================================================== */
.child-section.hero.thanks {
  padding-bottom: 64px;
}
.child-section.thanks .child-inner {
  max-width: 800px;

  .child-font.page-title {
    font-size: 24px;
    color: var(--pu-400);
    border-bottom: solid 1px var(--pu-200);
    display: inline-block;
    padding-bottom: 16px;
  }
  .child-font.page-subtitle > b {
    font-size: 40px;
  }
}
.child-section.thanks .child-button {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  height: auto;
  padding: 8px;
}
.child-section.thanks .child-button.eeasy {
  max-width: 400px;
  height: 96px;
  margin: 40px auto;
  position: relative;
}
.child-section.thanks .child-button.eeasy[target="_blank"]::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/img/common/icon_blank.svg)center center /contain no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.chld-section.thanks .child-icon-after.blank-blk::after {
  margin-left: 8px;
}
.child-section.thanks .child-icon-before {
  width: 120px;
  margin: 24px auto 0 auto;
}
.child-section.thanks .child-icon-before.back-blk::before {
  background-size: 16px 16px;
}

.child-section.ycbm,
.child-section.backtotop {
  padding-top: 0;
  padding-bottom: 0;
}
.child-section.backtotop .child-icon-before {
  display: inline-flex;
}
.child-section.backtotop .child-icon-before::before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.child-cvset-list.no-bottomline{
  border-bottom:none;
}
.child-cvset-list.add-mt{
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .child-section.ycbm,
  .child-section.backtotop {
    /*padding-top: 30px;*/
  }
  .child-section.thanks .child-inner {
    .child-font.page-title {
      font-size: 18px;
    }
    .child-font.page-subtitle > b {
      font-size: 22px;
    }
  }
  .child-section.thanks .child-button.eeasy {
    height: 80px;
    font-size: 18px;
    margin: 24px auto;
  }
  .child-section.thanks .child-button.eeasy[target="_blank"]::after {
    right: 16px;
  }
}
