@charset "UTF-8";
/*@mixin linkArrow {
  &::after {
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 8px;
  }
}*/
body.page-lottery-preorder-confirm .block-form-page-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
body.page-lottery-preorder-confirm .block-page-section {
  font-size: 12px;
  margin-bottom: 30px;
}
body.page-lottery-preorder-confirm .block-page-section--title {
  align-items: center;
  background-color: #f0f0f0;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-height: 50px;
  text-align: center;
}
body.page-lottery-preorder-confirm .block-page-section--container {
  margin: 0 auto;
  padding-top: 20px;
  width: calc(100% - 40px);
}
body.page-lottery-preorder-confirm .block-page-section .block-subheading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
body.page-lottery-preorder-confirm .block-page-section .block-subheading:not(:first-child) {
  margin-top: 20px;
}
body.page-lottery-preorder-confirm .block-page-section .block-required-space {
  background-color: #c60000;
  display: inline-block;
  font-size: 0;
  height: 12px;
  margin: 0 6px;
  vertical-align: middle;
  width: 20px;
}
body.page-lottery-preorder-confirm .block-page-section .block-required-label {
  background-color: #c60000;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  padding: 0 0.5em;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
body.page-lottery-preorder-confirm .block-page-section ul:not([class]) > li {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
body.page-lottery-preorder-confirm .block-page-section ul:not([class]) > li:not(:last-child) {
  margin-bottom: 1em;
}
body.page-lottery-preorder-confirm .block-page-section ul:not([class]) > li::before {
  background-color: #000000;
  border-radius: 50%;
  left: 2px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: calc(0.6em - 1px);
  width: 3px;
}
body.page-lottery-preorder-confirm .block-page-section .block-list-caption {
  margin: 30px 0 10px;
}
body.page-lottery-preorder-confirm .block-page-section .block-notes {
  font-size: 10px;
}
body.page-lottery-preorder-confirm .block-page-section .block-notes-list {
  margin: 30px auto 0;
}
body.page-lottery-preorder-confirm .block-page-section .block-notes-list > li {
  font-size: 11px;
  padding-left: 1.5em;
  position: relative;
}
body.page-lottery-preorder-confirm .block-page-section .block-notes-list > li::before {
  content: "※";
  left: 0;
  position: absolute;
}
body.page-lottery-preorder-confirm .block-page-section .block-notes-list > li:not(:last-child) {
  margin-bottom: 1em;
}
body.page-lottery-preorder-confirm .block-page-section .block-form-item:not(:first-child) .block-subheading {
  margin-top: 20px;
  position: relative;
}
body.page-lottery-preorder-confirm .block-page-section .block-form-item .block-subheading {
  font-size: 12px;
  padding-right: 40px;
}
body.page-lottery-preorder-confirm .block-page-section .block-form-item .block-form-input-value {
  align-items: center;
  background-color: #e0e0e0;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  min-height: 60px;
  padding: 10px 30px;
}
body.page-lottery-preorder-confirm .block-page-section .block-form-item .block-form-input-value:not(:last-child) {
  margin-bottom: 10px;
}
body.page-lottery-preorder-confirm .block-page-section .block-form-item .block-notes-list {
  margin: 10px 0;
  width: 100%;
}
body.page-lottery-preorder-confirm .block-page-section .block-form-item .block-notes-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
body.page-lottery-preorder-confirm .block-page-section .block-submit-button {
  align-items: center;
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.3;
  margin: 0 auto;
  min-height: 50px;
  text-align: center;
  width: calc(100% - 20px);
  margin-top: 30px;
}
body.page-lottery-preorder-confirm .block-page-section .block-back-button {
  align-items: center;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.3;
  margin: 16px auto;
  min-height: 50px;
  position: relative;
  text-align: center;
  width: calc(100% - 20px);
}
body.page-lottery-preorder-confirm .block-page-section .block-back-button::before {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  left: 0;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(-135deg);
  width: 8px;
}
body.page-lottery-preorder-confirm .block-page-section .block-back-button::before {
  border-color: #666666;
  left: 20px;
}
body.page-lottery-preorder-confirm .block-other-container {
  text-align: center;
}
body.page-lottery-preorder-confirm .block-back-arrow-anchor {
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
body.page-lottery-preorder-confirm .block-back-arrow-anchor::before {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  left: 0;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(-135deg);
  width: 8px;
}