/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*-----PC-----*/
@media screen and (min-width: 961px) {
  #hojin {
    margin: 20px 0;
    padding: 30px 10px;
  }
  h3.hojin_title {
    border: 2px solid #fff;
    margin: 20px auto;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }
  .hojin_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .hojin-a_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .hojin-a_title span {
    background: linear-gradient(transparent 70%, #1fac43 70%);
  }
  .hojin-a_text {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .hojin-a_text span {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .hojin-b_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 20px auto;
  }
  .hojin-b_title span {
    background: linear-gradient(transparent 70%, #a57c22 70%);
  }
  .hojin-b_text {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 20px auto;
  }
  .hojin-b_text span {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .payment_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .tel {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 0 auto;
  }
  .message {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .img_hojin {
    margin: 20px auto;
    text-align: center;
    display: block;
  }
}
/*-----Tablet-----*/
@media screen and (min-width: 521px) and (max-width: 960px) {
  #hojin {
    margin: 20px 0;
    padding: 30px 10px;
  }
  h3.hojin_title {
    border: 2px solid #fff;
    margin: 20px auto;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }
  .hojin_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .hojin-a_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .hojin-a_title span {
    background: linear-gradient(transparent 70%, #1fac43 70%);
  }
  .hojin-a_text {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .hojin-a_text span {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .hojin-b_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 20px auto;
  }
  .hojin-b_title span {
    background: linear-gradient(transparent 70%, #a57c22 70%);
  }
  .hojin-b_text {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 20px auto;
  }
  .hojin-b_text span {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .payment_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .tel {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 0 auto;
  }
  .message {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .img_hojin {
    margin: 20px auto;
    text-align: center;
    display: block;
  }
}
/*-----SP-----*/
@media screen and (max-width: 520px) {
  #hojin {
    margin: 20px 0;
    padding: 30px 10px;
  }
  h3.hojin_title {
    border: 2px solid #fff;
    margin: 20px auto;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
  }
  .hojin_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .hojin-a_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .hojin-a_title span {
    background: linear-gradient(transparent 70%, #1fac43 70%);
  }
  .hojin-a_text {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .hojin-a_text span {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .hojin-b_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 20px auto;
  }
  .hojin-b_title span {
    background: linear-gradient(transparent 70%, #a57c22 70%);
  }
  .hojin-b_text {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
  }
  .hojin-b_text span {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .payment_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .tel {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 0 auto;
  }
  .message {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .img_hojin {
    margin: 20px auto;
    text-align: center;
    display: block;
  }
}