@charset "UTF-8";
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.8;
}

table {
  border-spacing: 0;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
.lp-main {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.couponArea_04 {
  position: relative;
}
.couponArea_04 a.offer_btn {
  display: block;
  position: absolute;
  width: 717px;
  top: 75px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.couponArea_04 a.item_btn {
  display: block;
  position: absolute;
  width: 708px;
  top: 380px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.repayment {
  position: relative;
  width: 690px;
  margin: 58px auto 42px;
}
.repayment img {
  width: 100%;
}
.repayment:hover {
  cursor: pointer;
}
.repayment::after {
  content: url(../img/open.png);
  position: absolute;
  top: 254px;
  right: 100px;
}
.repayment.open::after {
  content: url(../img/close.png);
}

.repayment_txt {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.02em;
  width: 670px;
  margin: 0 auto 50px;
  display: none;
}

.coupon_btn {
  display: block;
  width: 680px;
  margin: 4px auto 0;
}

.offer_20off {
  margin-bottom: 40px;
}

.cap_txt {
  margin: 10px 0 16px;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-device-width: 479px) {
  .lp-main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .couponArea_04 a.offer_btn {
    display: block;
    position: absolute;
    width: 95%;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .couponArea_04 a.item_btn {
    display: block;
    position: absolute;
    width: 94%;
    top: 190px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .cap_txt {
    margin: 10px 10px 16px;
    font-size: 12px;
    line-height: 1.6;
  }
}
/*スタイル注意書き*/
.paacaution00,
.paaObligation01,
.paaObligation02,
.paaObligation03 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 12px !important;
  color: #666;
  line-height: 1.6;
  text-align: left !important;
}

.paacaution00 {
  background-color: #ffffff;
  padding: 16px;
  margin: 0 0 16px;
}

.paacaution00 p.ttl {
  text-align: center;
  margin: 8px 0 4px;
  color: #990000;
}

.paacaution00 span.etword {
  font-size: 14px;
  font-weight: 600;
}

p.paaObligation01,
p.paaObligation02 {
  margin: 30px 0 16px;
  padding: 16px;
  font-size: 14px;
  background-color: #f7f7f7;
  border: solid 1px #ddd;
}

p.paaObligation01 span {
  font-weight: 600 !important;
}

.form-order #agreement {
  margin: 0;
}

.agree-plus {
  font-size: 10px;
  margin: 0px auto 8px;
  padding: 8px 16px;
  /* background-color: #ffeeee; */
  color: #333;
}

.agree-plus p {
  color: #aa0000;
}