.pc_only {
  display: none;
}

.inner {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

div.customer_.col1_ {
  margin-top: 20px;
}

.customer_content_left {
  width: 100%;
}

.customer_title_wrap {
  padding: 0 20px;
}

.customer_title {
  width: 100%;
}

.coupon {
  margin-top: 20px;
  padding: 30px 20px;
  background-color: #fef9de;
  border-radius: 20px;
}

.coupon_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.coupon_title small {
  font-size: 0.8em;
}

.coupon_title .wavy-line {
  color: #c62d27;
  margin-bottom: 0.3em;
  display: inline-block;
  font-size: 22px;
  background: url(/ec/img/customer/agree/img_under_line.png) bottom repeat-x;
  background-size: 20px;
}

.coupon_title .price {
  font-size: 26px;
}

.coupon_title sup {
  vertical-align: super;
}

.coupon-content {
  margin-top: 25px;
  padding: 7% 10%;
  background-color: #fff;
  border-radius: 20px;
}

.coupon_lists_item:not(:first-child) {
  margin-top: 5%;
}

.coupon-limit-content {
  margin-top: 7%;
}

.coupon-limit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.coupon-limit span {
  font-size: 1.16em;
}

.coupon-limit_text {
  margin-top: 7%;
  font-size: 16px;
}

.benefits {
  margin-top: 9%;
}

.benefit_lists_item {
  margin-top: 6%;
}

.benefit-card {
  width: 100%;
  padding: 6% 8%;
  background-color: #f3f4f8;
  border-radius: 20px;
  box-sizing: border-box;
}

.benefit-card-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.benefit-card-image {
  width: 60%;
  margin: 3% auto;
}

.benefit-card-text {
  margin-top: 5%;
  font-size: 15px;
}

.btn-area {
  margin-top: 5%;
}

.more-btn {
  padding: 16px 5px 15px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #0b113e;
  border-radius: 30px;
  position: relative;
}

.more-btn:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.more-btn:visited,
.more-btn:link {
  color: #fff;
}

.caution {
  margin-top: 8%;
}

.caution-lists_item {
  padding-left: 1.5em;
  position: relative;
}

.caution-lists_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.customer_content_right {
  margin: 10% 15px 0;
  padding: 8% 6%;
  border: 1px solid #c1c3cf;
}

.customer-right-title {
  color: #0b113e;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.customer-right-title small {
  font-size: 22px;
}

.entry-text {
  margin-top: 7%;
}

.agree-title {
  margin-top: 7%;
  padding: 11px 0 9px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #0b113e;
}

.agree-content {
  margin-top: 7%;
  padding: 10px 5px;
  border-radius: none;
  background-color: #f7f7f7;
}

.agreebody_ {
  width: 100%;
  font-size: 12px;
  background-color: transparent;
  border: none;
  white-space: pre-line;
}

.submit_ {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.submit_ input {
  width: 100%;
}

.submit_ input[type="button"]{
  appearance: none;
  background: none;
  text-decoration: underline;
}

.submit_ input[type="submit"]{
  width: 100%;
  height: 42px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 24px;
  background-color: #c62d27;
  background-image: url(/ec/img/customer/agree/img_arrow_rigth.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center right 15px;
}

.submit_ .agree-btn:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  display: block;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}
.submit_ a {
  margin-top: 15px;

}
p.centertext_.message_{
  margin-top: 15px;
  text-align: left;
}
.formdetail_.message_ .must_{
  display: none;
}
.formdetail_ tr {
  display: flex;
  flex-direction: column;
}

.formdetail_ th,
.formdetail_ td {
  display: block;
  width: 100%;
}

.formdetail_ th{
  font-weight: bold;
  background-color: #fff;
  border: none;
}

.formdetail_ td{
  border: none;
}

.formdetail_ td input[type="text"]{
  width: 90%;
}
@media screen and (max-width:767px){
  .fix-btn{
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  .fix-btn .more-btn:after{
    transform: translateY(-50%) rotate(135deg);
  }
  ._fs_chat_explanation{
    bottom:90px !important;
  }
  .box_.mail_{
    margin-top: 15px;
  }
  .box_.mail_ .common_headline3_{
    margin-top: 10px;
  }
}

@media screen and (min-width:768px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .inner {
    padding: 0;
  }

  div.customer_.col1_ {
    width: 100%;
    max-width: 1240px;
    margin: 50px auto 0;
    padding-top: 0;
    display: flex;
    align-items: flex-start;
  }

  .customer_content_left {
    width: 100%;
    max-width: 750px;
    flex-shrink: 0;
    margin-top: -20px;
  }

  .customer_content_right {
    width: 100%;
    max-width: 450px;
    margin: 0 0 0 36px;
    padding: 30px 32px;
  }

  .customer_title_wrap {
    padding: 0 8%;
  }

  .customer_title img {
    width: 100%;
  }

  .coupon_title {
    letter-spacing: 0;
    font-size: 32px;
  }

  .coupon_title .wavy-line {
    font-size: 32px;
  }

  .coupon_title .price {
    font-size: 36px;
  }

  .coupon_title sup {
    font-size: 16px;
  }

  .coupon-content {
    padding: 25px 38px;
  }

  .coupon_lists {
    display: flex;
    margin-left: -16px;
  }

  .coupon_lists_item {
    width: calc(100% / 2 - 16px);
    margin-left: 16px;
  }

  .coupon_lists_item:not(:first-child) {
    margin-top: 0;
  }

  .coupon_lists_item img {
    width: 100%;
  }

  .coupon-limit-content {
    margin-top: 25px;
  }

  .coupon-limit {
    font-size: 24px;
  }

  .coupon-limit_text {
    margin-top: 20px;
    font-size: 20px;
  }

  .benefits {
    margin-top: 30px;
  }

  .benefits_lists {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
  }

  .benefit_lists_item {
    width: calc((100% / 2 - 30px));
    margin: 30px 0 0 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .benefit-card-image{
    width: 100%;
  }
  .benefit-card-image img {
    width: 100%;
  }

  .benefit-card {
    height: 100%;
    padding: 34px 8%;
    display: flex;
    flex-direction: column;
  }

  .benefit-card-title {
    font-size: 26px;
    letter-spacing: 0.02em;
  }

  .benefit-card-text {
    font-size: 20px;
  }

  .caution {
    width: 100vw;
  }

  .customer-right-title {
    font-size: 28px;
  }

  .entry-text {
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  div.customer_ .agreebody_ {
    font-size: 16px;
    padding: 28px;
    box-sizing: border-box;
  }

  .submit_{
    flex-direction: column-reverse;
  }
  .submit_ input {
    max-width: 340px;
    height: 60px;
    margin: 30px auto 0;
  }

  .submit_ a {
    margin-top: 20px;
    font-size: 18px;
    text-decoration: underline;
    text-align: center;
  }
}