/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*-----PC-----*/
@media screen and (min-width: 961px) {
  #price {
    margin: 20px 0;
    padding: 30px 10px;
  }
  h3.price_title {
    border: 2px solid #fff;
    margin: 20px auto;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
  }
  .price_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .price_list li {
    font-size: 1.7rem;
    text-align: center;
    margin: 10px auto;
    color: #fff;
  }
  .price_free {
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
  }
  .price_free span {
    color: #646311;
    font-weight: 700;
  }
  .price_free del {
    background-image: linear-gradient(#646311, #646311);
    background-position: 0 50%;
    background-size: 100% 6px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding: 0 2px;
  }
  .price_text {
    text-align: center;
  }
  .img_credit {
    margin: 10px auto;
    text-align: center;
    display: block;
  }
}
/*-----Tablet-----*/
@media screen and (min-width: 521px) and (max-width: 960px) {
  #price {
    margin: 20px 0;
    padding: 30px 10px;
  }
  h3.price_title {
    border: 2px solid #fff;
    margin: 20px auto;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
  }
  .price_text {
    max-width: 800px;
    margin: 20px auto;
    color: #fff;
  }
  .price_list li {
    font-size: 1.7rem;
    text-align: center;
    margin: 10px auto;
    color: #fff;
  }
  .price_free {
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
  }
  .price_free span {
    color: #646311;
    font-weight: 700;
  }
  .price_free del {
    background-image: linear-gradient(#646311, #646311);
    background-position: 0 50%;
    background-size: 100% 6px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding: 0 2px;
  }
  .price_text {
    text-align: center;
  }
  .img_credit {
    margin: 10px auto;
    text-align: center;
    display: block;
  }
}
/*-----SP-----*/
@media screen and (max-width: 520px) {
  #price {
    margin: 10px 0;
    padding: 10px 5px 80px 5px;
  }
  h3.price_title {
    border: 2px solid #fff;
    margin: 20px auto;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
  }
  .price_text {
    max-width: 100%;
    margin: 20px auto;
    color: #fff;
  }
  .price_list li {
    font-size: 1.5rem;
    text-align: center;
    margin: 10px auto;
    color: #fff;
  }
  .price_free {
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
  }
  .price_free span {
    color: #646311;
    font-weight: 700;
  }
  .price_free del {
    background-image: linear-gradient(#646311, #646311);
    background-position: 0 50%;
    background-size: 100% 6px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding: 0 2px;
  }
  .price_text {
    text-align: center;
  }
  .img_credit {
    margin: 10px auto;
    text-align: center;
    display: block;
  }
}