@charset "EUC-JP";

/* CSS Document */

@media screen and (min-width: 768px) {
  p.newt-use-lead {
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }

  /* newt-use-head
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-use-head figure {
    width: 274px;
    margin: 30px auto 0;
  }

  #newt-use-head .newt-use-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  p.newt-use-lead {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }

  /* newt-use-head
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-use-head figure {
    width: 182px;
    margin: 20px auto 0;
  }

  #newt-use-head .newt-use-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 374px) {
  .newt-use-tmoney-box h4 + p {
    font-size: 11px;
  }

  #newt-use-change .newt-use-change-detail-col {
    font-size: 11px;
  }

  .newt-use-donations-box p {
    font-size: 11px;
  }
}

/* Apply individual
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.apply_btn li {
  text-align: center;
}

.apply_btn_img a img {
  width: 100%;
}

.apply_btn_img a:hover {
  opacity: 0.7;
  transition: opacity 400ms ease;
}

@media screen and (min-width: 768px) {
  :root .apply_btn_img {
    width: 300px;
    margin: auto;
    overflow: hidden;
  }
}
