article h1 {
  display: none;
}

#JournalList h2, #Journal h2 {
  display: none;
}

#sub-column {
  display: none;
}

#JournalList .journal-cont ul li, #Journal .journal-cont ul li {
  list-style: none;
  font-size: 14px;
}

body:not(#EST_SPS_cart) #contents {
  justify-content: center;
  max-width: 1200px;
}

#main-column {
  width: 100vw;
  max-width: 1200px;
  box-sizing: border-box;
}

h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 45px;
  color: #336600;
  position: relative;
}
h3::after {
  border-bottom: 2px dotted #669900;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
}

h4 {
  color: #336600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

img {
  display: block;
}

.top {
  margin: 0 0 100px;
}
.top .fv-wrap {
  display: flex;
  align-items: stretch;
}
.top .fv-wrap .text-box {
  width: 39%;
}
.top .fv-wrap .img-box {
  width: 61%;
}
.top .fv-wrap .img-box img {
  height: 100%;
}

.about {
  margin: 100px 0;
}
.about h3 + p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}
.about .about-wrap {
  display: flex;
  gap: 35px;
}
.about .about-wrap .about-box {
  border: solid 1px #336600;
  border-radius: 10px;
  padding: 30px 20px;
  width: 30%;
}
.about .about-wrap .about-box .img-box {
  margin: 30px auto;
  height: 230px;
  display: flex;
}
.about .about-wrap .about-box .img-box img {
  margin: auto;
  max-height: 100%;
}

.enable {
  margin: 100px 0;
}
.enable .enable-wrap {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: stretch;
}
.enable .enable-wrap .img-box {
  max-width: 470px;
}
.enable .enable-wrap .text-box {
  max-width: 470px;
  background-color: #E0ECC5;
  padding: 20px;
  border-radius: 10px;
}
.enable .enable-wrap .text-box h4 {
  text-align: start;
}
.enable .enable-wrap .text-box ul + h4 {
  margin-top: 50px;
}
.enable .enable-wrap .text-box ul {
  margin: 0 !important;
}
.enable .enable-wrap .text-box ul li {
  margin-bottom: 5px;
}

.howtouse {
  margin: 100px 0;
  padding: 80px 15px 30px;
  background-color: #E0ECC5;
}
.howtouse .htu-wrap {
  display: flex;
  gap: 15px;
  margin: 30px 0;
  justify-content: center;
}
.howtouse .htu-wrap .htu-box {
  max-width: 222px;
  padding: 20px;
  background-color: white;
  flex: 1;
  border-radius: 10px;
}
.howtouse .htu-wrap .htu-box .icon-img {
  width: 85%;
  margin: auto;
}
.howtouse .htu-wrap .htu-box .text-box {
  height: 65px;
  width: 100%;
  display: flex;
  margin: 30px 0 20px;
}
.howtouse .htu-wrap .htu-box .text-box p {
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.howtouse .htu-wrap .htu-box .text-box p span {
  font-size: 11px;
  font-weight: normal;
}
.howtouse .htu-wrap .htu-box .img-box {
  height: 105px;
  width: 100%;
  display: flex;
  margin: 20px 0;
}
.howtouse .htu-wrap .htu-box .img-box img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.howtouse .htu-wrap .sp-htu-box {
  display: none;
}
.howtouse iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 812px;
  display: block;
  margin: 45px auto;
}
.howtouse .attention ul {
  margin: 10px 0 !important;
}

.shipping {
  margin: 100px 0;
}
.shipping .column-set {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 3%;
}
.shipping .column-set .column4 {
  width: 48.5%;
  margin-right: 0;
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #333;
}
.shipping .column-set .column4 .img-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7%;
  margin-bottom: 15px;
}
.shipping .column-set .column4 .img-btn-wrap .itemThumb-wrap {
  width: 52%;
  margin-bottom: 0;
}
.shipping .column-set .column4 .img-btn-wrap .itemThumb-wrap .itemThumb {
  margin-bottom: 0;
}
.shipping .column-set .column4 .img-btn-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 41%;
}
.shipping .column-set .column4 .img-btn-wrap .btn-wrap img {
  display: block;
}
.shipping .column-set .column4 .img-btn-wrap .btn-wrap a {
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #009996;
  color: white;
}
.shipping .column-set .column4 .text-wrap {
  padding: 10px;
  background-color: #E0E0E0;
  width: 100%;
  box-sizing: border-box;
}
.shipping .column-set .column4 .text-wrap h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
}
.shipping .column-set .column4 .text-wrap h3::after {
  display: none;
}
.shipping .column-set .column4 .text-wrap .price {
  text-align: center;
  margin: 7px 0 12px;
  font-size: 18px;
}
.shipping .column-set .column4 .text-wrap .btn-wrap2 {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.shipping .column-set .column4 .text-wrap .btn-wrap2 a {
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  width: 153px;
  box-sizing: border-box;
  text-align: center;
  color: white;
}
.shipping .column-set .column4 .text-wrap .btn-wrap2 .btn1 {
  background-color: #0A5CE6;
}
.shipping .column-set .column4 .text-wrap .btn-wrap2 .btn2 {
  background-color: #FE0001;
}

.state_r {
  display: none;
}

.state_r, .state_l {
  border-top: none;
}

.footer_area img {
  display: inline-block;
  width: 100%;
}
.footer_area h3::after {
  display: none;
}
.footer_area .payment-icon img {
  width: 25%;
}
.footer_area .payment-icon3 img {
  width: 12%;
}
.footer_area .payment-icon2 img {
  width: 25%;
}
.footer_area .logo_amazonpay img {
  width: 80%;
}
.footer_area #rakutenpay a img {
  width: auto;
}

@media (max-width: 1200px) {
  .howtouse .htu-wrap {
    gap: 1.875%;
  }
  .howtouse .htu-wrap .htu-box {
    width: 18.5%;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .top {
    margin: 0 0 80px;
  }
  .about {
    margin: 80px 0;
  }
  .about h3 + p {
    text-align: start;
  }
  .about .about-wrap {
    gap: 2%;
  }
  .about .about-wrap .about-box {
    width: 32%;
    box-sizing: border-box;
  }
  .about .about-wrap .about-box .img-box {
    height: 120px;
  }
  .enable {
    margin: 80px 0;
  }
  .enable .enable-wrap .img-box {
    max-width: 50%;
  }
  .enable .enable-wrap .text-box ul + h4 {
    margin-top: 20px;
  }
  .enable .enable-wrap .text-box h4 {
    margin-bottom: 15px;
  }
  .howtouse {
    margin: 80px 0;
  }
  .howtouse .htu-wrap {
    flex-wrap: wrap;
    gap: 2%;
  }
  .howtouse .htu-wrap .htu-box {
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .shipping .column-set .column4 .img-btn-wrap .btn-wrap a {
    padding: 8px;
    font-size: 11.9px;
  }
  .shipping .column-set .column4 .text-wrap h3 {
    font-size: 14px;
  }
  .shipping .column-set .column4 .text-wrap .price {
    margin: 5px 0 10px;
    font-size: 14px;
  }
  .shipping .column-set .column4 .text-wrap .btn-wrap2 a {
    padding: 8px;
    font-size: 11.9px;
  }
}
@media (max-width: 580px) {
  #bread-crumb {
    padding: 2% 15px;
  }
  article section {
    padding: 0 2%;
    width: 100%;
  }
  .top {
    padding: 0;
  }
  .top .fv-wrap {
    display: block;
  }
  .top .fv-wrap .text-box {
    width: 100%;
  }
  .top .fv-wrap .img-box {
    width: 100%;
  }
  .top .fv-wrap .img-box img {
    height: auto;
  }
  .about .about-wrap {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .about .about-wrap .about-box {
    width: 100%;
  }
  .enable .enable-wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .enable .enable-wrap .img-box {
    width: 100%;
    max-width: none;
  }
  .enable .enable-wrap .text-box {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .enable .enable-wrap .text-box h4 {
    text-align: center;
  }
  .howtouse {
    padding-top: 60px;
  }
  .howtouse .htu-wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .howtouse .htu-wrap .htu-box {
    max-width: calc(100% - 10px);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
  .howtouse .htu-wrap .sp-htu-box {
    display: block;
  }
  .howtouse .htu-wrap .pc-htu-box {
    display: none;
  }
  .howtouse .htu-wrap .htu-box .icon-img {
    max-width: 120px;
  }
  .howtouse .htu-wrap .htu-box .text-box {
    height: auto;
  }
  .howtouse .htu-wrap .htu-box .text-box .pc-only {
    display: none;
  }
  .howtouse .htu-wrap .htu-box .text-box p {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
  }
  .howtouse .htu-wrap .htu-box .img-box {
    height: auto;
    margin: 30px 0 10px;
  }
  .howtouse .htu-wrap .htu-box .img-box img {
    max-height: 100px;
    max-width: 200px;
  }
  .howtouse .htu-wrap .htu-box .img-box .qr {
    max-width: 100px;
  }
  .howtouse iframe {
    margin: 40px auto;
  }
  .shipping .column-set .column4 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .shipping .column-set .column4 .img-btn-wrap {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
  }
  .shipping .column-set .column4 .img-btn-wrap .itemThumb-wrap {
    width: 100%;
    margin-bottom: 0;
  }
  .shipping .column-set .column4 .img-btn-wrap .btn-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .shipping .column-set .column4 .img-btn-wrap .btn-wrap img {
    display: none;
  }
  .shipping .column-set .column4 .text-wrap h3 {
    width: 100%;
    font-size: 11px;
  }
  #main-column .column4 p.price {
    width: 100%;
    margin: 3px 0 8px;
    font-size: 11px;
  }
  .shipping .column-set .column4 .text-wrap .btn-wrap2 {
    gap: 10px;
  }
  .shipping .column-set .column4 .text-wrap .btn-wrap2 a {
    width: calc((100% - 10px) / 2);
  }
  #JournalList .journal-cont ul li, #Journal .journal-cont ul li {
    text-indent: -1rem;
    padding-left: 1rem;
  }
}/*# sourceMappingURL=ar_lp.css.map */

/*20241009 追記*/
.header_area div img {
    display: block;
    margin: 0 auto 2%;
    width: auto;
}