@charset "UTF-8";

/**reset**/
* {margin:0; padding:0;}
*, ::before, ::after {box-sizing:border-box;-webkit-box-sizing:border-box;}

/**default**/
img, video {max-width: 100%; vertical-align: top; display: inline-block;}
a {display: inline-block;}
a:hover {opacity: 0.8;}

/**debug**/
hr {border: 5px dashed orange;background: black; margin: 0 calc(50% - 50vw);width: 99vw;}

/**page style**/
/* body {background: pink;} */

.wrap_lp {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.wrap_offer {
  position: relative;
}
.wrap_offer .btn_offer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  width: 92%;
  margin: 0 auto;
}

.wrap_accordion dt .accordion_ttl_on {
  display: none;
}
.wrap_accordion dt.accordion_on .accordion_ttl_on {
  display: block;
}
.wrap_accordion dt.accordion_on .accordion_ttl_off {
  display: none;
}
.wrap_accordion dt {
  cursor: pointer;
  margin-bottom: 4%;
}
