.section_in h2 {
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  color: #e62e8b;
  line-height: 1;
  margin-bottom: 40px;
}
.section_in h2 span {
  font-size: 24px;
  font-weight: bold;
  color: #472a10;
}
.section_in h2 b {
  font-size: 24px;
  font-weight: bold;
  color: #472a10;
  display: inline-block;
  line-height: 0;
  margin-top: -5px;
}
.section_in h2 i {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
}

.section_in .purchase_block {
  padding: 25px;
  border: solid 1px #e62e8b;
  width: 100%;
  margin: 30px auto 20px;
  max-width: 800px;
  text-align: center;
  box-sizing: border-box;
}
.section_in .purchase_block h3 {
  display: block;
  font-weight: 700;
  color: #e62e8b;
  font-size: 32px;
  text-align: center;
}
.section_in .purchase_block h4 {
  display: block;
  font-weight: 700;
  color: #472a10;
  font-size: 21px;
  text-align: center;
}
.section_in .purchase_block h4 span {
  display: inline-block;
}
.section_in .purchase_block p {
  font-size: 16px;
  padding: 10px 0 45px;
}
.section_in .purchase_block .btn {
  display: inline-block;
  width: 14em;
  font-size: 18px;
  margin: 5px;
}
.section_in .purchase_block .btn a {
  background: #e62e8b;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
}
.section_in .purchase_block .btn a:hover {
  background: #000;
}

.section_in .streaming_block {
  padding: 25px;
  border: solid 1px #e62e8b;
  width: 100%;
  margin: 30px auto 20px;
  max-width: 800px;
  text-align: center;
  box-sizing: border-box;
}
.section_in .streaming_block h3 {
  display: block;
  font-weight: 700;
  color: #e62e8b;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.section_in .streaming_block h4 {
  display: block;
  font-weight: 700;
  color: #472a10;
  font-size: 21px;
  text-align: center;
}
.section_in .streaming_block h4 span {
  display: inline-block;
}
.section_in .streaming_block .column {
  padding: 20px 30px 10px;
  box-sizing: border-box;
}
.section_in .streaming_block .column p {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  padding: 0 0 10px 0;
}
.section_in .streaming_block .column p strong {
  color: #e62e8b;
  font-weight: bold;
  font-size: 18px;
}
.section_in .streaming_block .column p span {
  display: inline-block;
}
.section_in .streaming_block .column p a {
  color: #e62e8b;
  text-decoration: underline;
}
.section_in .streaming_block .column p a:hover {
  text-decoration: none;
}
.section_in .streaming_block .column .btn {
  display: block;
  width: 14em;
  font-size: 18px;
  margin: 30px auto 0;
}
.section_in .streaming_block .column .btn a {
  background: #e62e8b;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
}
.section_in .streaming_block .column .btn a:hover {
  background: #000;
}

.section_in .resale_block {
  padding: 25px;
  border: solid 1px #e62e8b;
  width: 100%;
  margin: 30px auto 20px;
  max-width: 800px;
  text-align: center;
  box-sizing: border-box;
}
.section_in .resale_block h3 {
  display: block;
  font-weight: 700;
  color: #e62e8b;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.section_in .resale_block h4 {
  display: block;
  font-weight: 700;
  color: #472a10;
  font-size: 21px;
  text-align: center;
}
.section_in .resale_block h4 span {
  display: inline-block;
}
.section_in .resale_block .column {
  padding: 20px 30px 30px;
  box-sizing: border-box;
}
.section_in .resale_block .column p {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  padding: 0 0 10px 0;
}
.section_in .resale_block .column p strong {
  color: #e62e8b;
  font-weight: bold;
  font-size: 18px;
}
.section_in .resale_block .column p span {
  display: inline-block;
}
.section_in .resale_block .column p a {
  color: #e62e8b;
  text-decoration: underline;
}
.section_in .resale_block .column p a:hover {
  text-decoration: none;
}
.section_in .resale_block .column .btn {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 10px 0 0;
}
.section_in .resale_block .column .btn a {
  background: #e62e8b;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
}
.section_in .resale_block .column .btn a:hover {
  background: #000;
}

.benefits {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 50px;
}
.benefits h3 {
  font-size: 24px;
  color: #e62e8b;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}
.benefits ul li {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  padding: 4px 0;
  font-weight: 500;
}
.benefits ul li span {
  font-weight: bold;
  color: #e62e8b;
}
.benefits p {
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
.benefits .link_btn {
  display: block;
  margin: 20px auto 40px;
}
.benefits .link_btn a {
  display: block;
  width: 10em;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  background: #e62e8b;
  transition: all 0.4s;
}
.benefits .link_btn a:hover {
  background: #000;
}

.section_in p.caution {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding: 20px 0 30px;
}
.section_in p.caution span {
  display: block;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .section_in .streaming_block {
    padding: 20px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box;
  }
  .section_in .streaming_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section_in .streaming_block h4 {
    display: block;
    font-weight: 700;
    color: #472a10;
    font-size: 21px;
    text-align: center;
  }
  .section_in .streaming_block h4 span {
    display: inline-block;
  }
  .section_in .streaming_block .column {
    padding: 20px 10px 10px;
    box-sizing: border-box;
  }
  .section_in .streaming_block .column p {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 10px 0;
  }
  .section_in .streaming_block .column p strong {
    color: #e62e8b;
    font-weight: bold;
    font-size: 18px;
  }
  .section_in .streaming_block .column p span {
    display: inline-block;
  }
  .section_in .streaming_block .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .section_in .streaming_block .column p a:hover {
    text-decoration: none;
  }
  .section_in .streaming_block .column p.caution {
    font-size: 14px;
    padding: 15px 0 5px;
  }
  .section_in .streaming_block .column .btn {
    display: block;
    width: 14em;
    font-size: 18px;
    margin: 30px auto 0;
  }
  .section_in .streaming_block .column .btn a {
    background: #e62e8b;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .streaming_block .column .btn a:hover {
    background: #000;
  }

  .section_in .resale_block {
    padding: 25px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box;
  }
  .section_in .resale_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section_in .resale_block h4 {
    display: block;
    font-weight: 700;
    color: #472a10;
    font-size: 21px;
    text-align: center;
  }
  .section_in .resale_block h4 span {
    display: inline-block;
  }
  .section_in .resale_block .column {
    padding: 20px 10px 30px;
    box-sizing: border-box;
  }
  .section_in .resale_block .column p {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 10px 0;
  }
  .section_in .resale_block .column p strong {
    color: #e62e8b;
    font-weight: bold;
    font-size: 18px;
  }
  .section_in .resale_block .column p span {
    display: inline-block;
  }
  .section_in .resale_block .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .section_in .resale_block .column p a:hover {
    text-decoration: none;
  }
  .section_in .resale_block .column .btn {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 10px 0 0;
  }
  .section_in .resale_block .column .btn a {
    background: #e62e8b;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .resale_block .column .btn a:hover {
    background: #000;
  }
}
@media print, screen and (max-width: 576px) {
  .section_in h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #e62e8b;
    line-height: 1;
    margin-bottom: 20px;
  }
  .section_in h2 span {
    font-size: 18px;
    font-weight: bold;
    color: #472a10;
  }
  .section_in h2 b {
    font-size: 18px;
    font-weight: bold;
    color: #472a10;
    display: inline-block;
    line-height: 1;
    margin-top: -5px;
  }
  .section_in h2 i {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
  }

  .section_in .purchase_block {
    padding: 20px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
  }
  .section_in .purchase_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 24px;
    text-align: center;
  }
  .section_in .purchase_block h4 {
    display: block;
    font-weight: 700;
    color: #472a10;
    font-size: 18px;
    text-align: center;
  }
  .section_in .purchase_block p {
    font-size: 15px;
    padding: 10px 0 45px;
  }
  .section_in .purchase_block .btn {
    display: inline-block;
    width: 11em;
    font-size: 15px;
  }
  .section_in .purchase_block .btn a {
    background: #e62e8b;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .purchase_block .btn a:hover {
    background: #000;
  }

  .section_in .streaming_block {
    padding: 20px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box;
  }
  .section_in .streaming_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section_in .streaming_block h4 {
    display: block;
    font-weight: 700;
    color: #472a10;
    font-size: 18px;
    text-align: center;
  }
  .section_in .streaming_block h4 span {
    display: inline-block;
  }
  .section_in .streaming_block .column {
    padding: 10px 0 10px;
    box-sizing: border-box;
  }
  .section_in .streaming_block .column p {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 10px 0;
  }
  .section_in .streaming_block .column p strong {
    color: #e62e8b;
    font-weight: bold;
    font-size: 15px;
  }
  .section_in .streaming_block .column p span {
    display: inline-block;
  }
  .section_in .streaming_block .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .section_in .streaming_block .column p a:hover {
    text-decoration: none;
  }
  .section_in .streaming_block .column p.caution {
    font-size: 13px;
    padding: 15px 0 5px;
  }
  .section_in .streaming_block .column .btn {
    display: block;
    width: 14em;
    font-size: 15px;
    margin: 30px auto 0;
  }
  .section_in .streaming_block .column .btn a {
    background: #e62e8b;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .streaming_block .column .btn a:hover {
    background: #000;
  }

  .section_in .resale_block {
    padding: 20px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box;
  }
  .section_in .resale_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_in .resale_block .column {
    padding: 20px 0 30px;
    box-sizing: border-box;
  }
  .section_in .resale_block .column p {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 10px 0;
  }
  .section_in .resale_block .column p strong {
    color: #e62e8b;
    font-weight: bold;
    font-size: 16px;
  }
  .section_in .resale_block .column p span {
    display: inline-block;
  }
  .section_in .resale_block .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .section_in .resale_block .column p a:hover {
    text-decoration: none;
  }
  .section_in .resale_block .column .btn {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin: 10px 0 0;
  }
  .section_in .resale_block .column .btn a {
    background: #e62e8b;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .resale_block .column .btn a:hover {
    background: #000;
  }

  .benefits {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
  }
  .benefits h3 {
    font-size: 18px;
    color: #e62e8b;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    text-align: left;
  }
  .benefits ul li {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    padding: 4px 0;
    text-align: left;
  }
  .benefits ul li span {
    font-weight: bold;
    color: #e62e8b;
  }

  .section_in p.caution {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    padding: 20px 0 25px;
  }
  .section_in p.caution span {
    display: block;
    text-align: left;
    padding: 2px 0 2px 1em;
    text-indent: -1em;
  }
}
@media print, screen and (max-width: 480px) {
  .section_in h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #e62e8b;
    line-height: 1;
    margin-bottom: 20px;
  }
  .section_in h2 span {
    font-size: 16px;
    font-weight: bold;
    color: #472a10;
  }
  .section_in h2 b {
    font-size: 16px;
    font-weight: bold;
    color: #472a10;
    display: inline-block;
    line-height: 1;
    margin-top: -5px;
  }
  .section_in h2 i {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
  }

  .section_in .purchase_block {
    padding: 20px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
  }
  .section_in .purchase_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 21px;
    text-align: center;
  }
  .section_in .purchase_block h4 {
    display: block;
    font-weight: 700;
    color: #472a10;
    font-size: 15px;
    text-align: center;
  }
  .section_in .purchase_block p {
    font-size: 14px;
    padding: 10px 0 35px;
  }
  .section_in .purchase_block .btn {
    display: inline-block;
    width: 11em;
    font-size: 14px;
  }
  .section_in .purchase_block .btn a {
    background: #e62e8b;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .purchase_block .btn a:hover {
    background: #000;
  }

  .section_in .streaming_block {
    padding: 20px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box;
  }
  .section_in .streaming_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section_in .streaming_block h4 {
    display: block;
    font-weight: 700;
    color: #472a10;
    font-size: 15px;
    text-align: center;
  }
  .section_in .streaming_block h4 span {
    display: inline-block;
  }
  .section_in .streaming_block .column {
    padding: 10px 0 10px;
    box-sizing: border-box;
  }
  .section_in .streaming_block .column p {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 10px 0;
  }
  .section_in .streaming_block .column p strong {
    color: #e62e8b;
    font-weight: bold;
    font-size: 15px;
  }
  .section_in .streaming_block .column p span {
    display: inline-block;
  }
  .section_in .streaming_block .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .section_in .streaming_block .column p a:hover {
    text-decoration: none;
  }
  .section_in .streaming_block .column p.caution {
    font-size: 12px;
    padding: 15px 0 5px;
  }
  .section_in .streaming_block .column .btn {
    display: block;
    width: 12em;
    font-size: 14px;
    margin: 30px auto 0;
  }
  .section_in .streaming_block .column .btn a {
    background: #e62e8b;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .streaming_block .column .btn a:hover {
    background: #000;
  }

  .section_in .resale_block {
    padding: 20px;
    border: solid 1px #e62e8b;
    width: 100%;
    margin: 30px auto 20px;
    max-width: 800px;
    text-align: center;
    box-sizing: border-box;
  }
  .section_in .resale_block h3 {
    display: block;
    font-weight: 700;
    color: #e62e8b;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
  }
  .section_in .resale_block .column {
    padding: 15px 0 25px;
    box-sizing: border-box;
  }
  .section_in .resale_block .column p {
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    padding: 0 0 10px 0;
  }
  .section_in .resale_block .column p strong {
    color: #e62e8b;
    font-weight: bold;
    font-size: 15px;
  }
  .section_in .resale_block .column p span {
    display: inline-block;
  }
  .section_in .resale_block .column p a {
    color: #e62e8b;
    text-decoration: underline;
  }
  .section_in .resale_block .column p a:hover {
    text-decoration: none;
  }
  .section_in .resale_block .column .btn {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .section_in .resale_block .column .btn a {
    background: #e62e8b;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
  }
  .section_in .resale_block .column .btn a:hover {
    background: #000;
  }

  .section_in p.caution {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    padding: 15px 0;
  }
  .section_in p.caution span {
    display: block;
    text-align: left;
    padding: 2px 0 2px 1em;
    text-indent: -1em;
  }
}