#akaimahou h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 10px;
  position: relative;
}

#akaimahou h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#ah_product {
  padding: 130px 0 65px;
}

.ah_wrap {
  display: flex;
  justify-content: space-between;
}

.ah_item {
  width: 45%;
}

.ah_item h3{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}

.ah_item img{
  margin-bottom: 20px;
}

#ah_gift {
  padding: 65px 0;
}

@media (max-width: 767px) {
  #ah_product {
    padding: 60px 0;
  }
  .ah_wrap {
    display: block;
  }
  .ah_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .ah_item h3 {
    font-size: 2rem;
  }
  #ah_gift {
    padding: 0;
  }
}

/* 価格 */

#ah_price {
  padding: 65px 0;
}

.price_wrap {
  width: 700px;
  margin: 0 auto;
}

.price_wrap table{
  width: 100%;
  margin-bottom: 20px;
}

.price_wrap table th,
.price_wrap table td {
  padding: 10px 5px;
  text-align: center;
}

.price_wrap table th {
  background-color: #ECF9E9;
}

.price_wrap table .price_list_ttl th{
  font-weight: bold;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.price_caution {
  font-size: 1.4rem;
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .price_wrap {
    overflow-x: scroll;
    width: 100%;
  }
  .price_wrap table {
    white-space: nowrap;
  }
  .price_caution {
    width: 100%;
    margin-top: 20px;
  }
}

/* CTA */

#ah_cta {
  padding: 130px 0;
  background-color: #ECF9E9;
}

.ah_cta_wrap {
  text-align: center;
}

.ah_cta_item {
  width: 300px;
  margin: 0 auto;
}

.ah_cta_item_web {
  margin-bottom: 40px;
}

.ah_cta_item_web a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background-color: #595757;
  border: 1px solid #595757;
  font-weight: bold;
  font-size: 2rem;
}

.ah_cta_item_web a:hover {
  background-color: #fff;
  color: #595757;
}

.ah_cta_item_contact {
  padding: 20px 0;
  border: 1px solid #595757;
  background-color: #fff;
}

.ah_cta_item_ttl {
  font-weight: bold;
  font-size: 2rem;
}

.ah_cta_item_caution {
  font-size: 1.4rem;
}

.ah_cta_item_contact a{
  color: #000;
  display: block;
  padding: 5px 0;
}

.ah_cta_item_contact a:hover{
  text-decoration: underline;
}

@media (max-width: 767px) {
  #ah_cta {
    padding: 60px 0;
  }
}
/* 赤い魔法ロゴ */

.logo_akaimahou {
  width: 250px;
  margin: 60px auto 130px auto;
}

@media (max-width: 767px) {
  .logo_akaimahou {
    width: 200px;
    margin: 60px auto;
  }
}