.div-costom li,
.div-costom p {
  text-align: left !important;

}

.costom-margin{
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.costom-margin-top{
  margin-top: 10px !important;
}

.costom-margin-bottom{
  margin-bottom: 10px !important;
}

.text-costom-indent {
  text-indent: 2em;
}

h3.text-costom::before {
  display: none !important;
}

.margin-cosutom-100{
  margin-top: 100px;
}

.margin-cosutom-50{
  margin-top: 50px;
}

.margin-cosutom-20{
  margin-top: 20px;
}

.margin-cosutom-10{
  margin-top: 10px;
}

.margin-cosutom-bottom-20{
  margin-bottom: 20px;
}


.div-costom {
  margin: 0 auto !important;
  text-align: left;
  width: 100%;
  max-width: 760px;
  padding: 0 16px;
}


h2.text-costom {
  font-size: 22px !important;
  text-align: center !important;
}

h3.text-costom {
  font-size: 20px !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

a.btn-orange {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  background: #91bd1d;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}


.btn-costom-size {
  font-size: clamp(16px, 5vw, 28px) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  white-space: normal;
  padding: 20px 16px !important;
  margin-bottom: 20px;
}

/* PC */
@media screen and (min-width: 769px) {

 
  .btn-costom-size {
    width: 35% !important;
    max-width: 35% !important;
  }

  h2.text-costom {
    font-size: 28px !important;
    text-align: center !important;
    margin-top: 20px;
  }

  .lp_imageArea img {
    display: block;
    width: 100% !important;
    height: auto;
  }

  .text-costom-a{
    transition: none !important;
    color: #001789 !important;
    text-decoration: underline !important;
  }

  .coupon1-img{
    margin-top: 50px !important;
  }

  .div-costom p {
    font-size: 20px;
    padding: 0px;
  }

  .div-costom h1 {
    padding: 20px;
  }

  .div-costom h2 {
    margin: 10px;
    padding-top: 20px;
  }

  .div-costom h3 {
    margin: 35px;
  }

  .div-costom img {
    /* padding: 30px; */
  }

  .div-costom li {
    font-size: 20px;
  }

}

/* スマホ（768px以下） */
@media (max-width: 768px) {
  .btn-costom-size {
    width: 90% !important;
    max-width: 90% !important;
    padding: 10px 16px !important;
  }

  .lp_imageArea img {
    display: block;
    width: 100% !important;
    height: auto;
  }

  .category_imageArea img{
    width: 100% !important;
  }

  .category_imageArea{
    margin: 0px -11px !important;
  }

  .div-costom {
    margin: 0 auto !important;
    text-align: left;
    width: 100%;
    max-width: 760px;
    padding: 0 16px;
  }

  .text-costom-a{
    transition: none !important;
    color: #001789 !important;
    text-decoration: underline !important;
  }

  .special-now{
    margin-top: 40px !important;
  }
  
  .coupon1-img{
    margin-top: 40px !important;
  }

  .div-costom h1 {
    padding: 10px;
  }

  .div-costom h1 {
    padding: 20px;
  }

  .div-costom h2 {
    margin: 5px;
    padding-top: 20px;
  }

  .div-costom h3 {
    margin: 20px;
  }

  .div-costom img {
    padding: 5px;
  }

  .div-costom li {
    font-size: 18px;
  }
  

}

@media (min-width: 769px) and (max-width: 1024px) {
  .div-costom { max-width: 900px; }
}