@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

/* チェックボックス */
.contents__inner .checkbox_area {
  text-align: center;
  margin: 14px auto 78px;
  padding: 18.5px 14px;
  max-width: 314px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.contents__inner .checkbox_area:last-of-type {
  margin-bottom: 54px;
}
.contents__inner .checkbox_area.-active {
  border: 1px solid #1169EE;
}
.contents__inner label.checkbox_area {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.contents__inner .checkbox_area input {
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents__inner .checkbox_area {
    margin: 14px auto 46px;
    padding: 20.5px 14px;
  }
  .contents__inner label.checkbox_area {
    font-size: 14px;
    line-height: 1.86;
  }
}
/* ボタン */
.contents__inner .link_btn {
  pointer-events: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  max-width: 415px;
  position: relative;
  background-color: #e8e8e8;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.contents__inner .link_btn.-active {
  pointer-events: all;
  background-color: #008EED;
  color: #fff;
}
.contents__inner .link_btn::after {
  content: "";
  background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/icon_blank.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.checkbox_area .agree {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.checkbox_area .checkbox-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 8px 0 0;
  border-radius: 3px;
  transition: background-color 0.2s, border-color 0.2s;
}

.checkbox_area .agree:checked + .checkbox-icon {
  background-color: #1169EE;
  border-color: #1169EE;
}

.checkbox_area .agree:checked + .checkbox-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%220.707107%22%20y1%3D%223.29289%22%20x2%3D%223.70711%22%20y2%3D%226.29289%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%228.70711%22%20y1%3D%220.707107%22%20x2%3D%222.70711%22%20y2%3D%226.70711%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
}
