@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 767px) {
  #thanks {}

  #thanks .common_inner p {
    line-height: 1.6em;
    margin-top: 5vw;
  }

  #thanks .common_linkbtn_wrapper {
    width: 100%;
    margin-top: 10vw;
  }

  #thanks .common_linkbtn_wrapper span {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 3vw;
  }

  #thanks .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
}

/* ==================================================
	tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #thanks {}

  #thanks .common_inner p {
    line-height: 1.6em;
    margin-top: 3vw;
  }

  #thanks .common_linkbtn_wrapper {
    margin-top: 6vw;
  }

  #thanks .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 2vw;
  }

  #thanks .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
}

/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #thanks {}
  .common_linkbtn_wrapper span {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8em;
    color: #231815;
    text-align: left;
    display: block;
    padding-top: 1.05vw;
  }
  .common_linkbtn_wrapper a.line {
    color: #06C755;
    border: 2px solid #06C755;
  }
}