@media (max-width: 768px) {
  .PC_costom1 {
    width: 90%;
    margin: 20px auto !important;
    font-size: 18px;
  }
  .PC_costom1 p, 
  .PC_costom1 h3:not(.section-title) {
    text-align: left;
  }
  .highlight-box {
    margin: 20px 10px auto !important;
  }
}

@media screen and (min-width: 769px) {
  .PC_costom1 {
    width: 30%;
    margin: 20px auto !important;
    font-size: 18px;
  }
  .PC_costom1 p, 
  .PC_costom1 h3:not(.section-title) {
    text-align: left;
  }
  .PC_costom1 li {
    text-align: left;
  }
}

.img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.highlight-box {
  border: 2px solid #FFD700;
  background: #FFFBEA;
  padding: 20px;
  font-weight: bold;
  border-radius: 8px;
  max-width: 600px;
  margin: 20px auto;
}

.highlight-box ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}

.highlight-box li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.topcustom {
  margin-top: 20px;
  font-weight: bold;
}

.lp_imageArea {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

.txt-center {
  text-align: center !important;
}

.catch {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 10px !important;
}

.section-title {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 40px 0 20px;
}

.reason-block h3 {
  font-size: 1.1em;
  margin-top: 30px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: left;
}

.scene-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.scene-list li {
  margin-bottom: 20px;
  text-align: left;
}

.btn-buy {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.lp_imageArea h2::before,
.lp_imageArea h3::before {
  content: none !important;
  display: none !important;
}

.order-links {
  text-align: center;
  margin-top: 20px;
}

.order-links .arrow {
  font-size: 18px;
  margin: 10px 0;
}

body .order-links a.link-red {
  display: inline-block;
  color: #e60012 !important;
  font-weight: bold !important;
  font-size: 20px !important;
  text-decoration: underline !important;
  margin: 5px 0 15px;
}