@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-event .block-form-page-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
body.page-lottery-event .block-page-section {
  font-size: 12px;
  margin-bottom: 30px;
}
body.page-lottery-event .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-event .block-page-section--container {
  margin: 0 auto;
  padding-top: 20px;
  width: calc(100% - 40px);
}
body.page-lottery-event .block-page-section .block-subheading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
body.page-lottery-event .block-page-section .block-subheading:not(:first-child) {
  margin-top: 20px;
}
body.page-lottery-event .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-event .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-event .block-page-section ul:not([class]) > li {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}
body.page-lottery-event .block-page-section ul:not([class]) > li:not(:last-child) {
  margin-bottom: 1em;
}
body.page-lottery-event .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-event .block-page-section .block-list-caption {
  margin: 30px 0 10px;
}
body.page-lottery-event .block-page-section .block-notes {
  font-size: 10px;
}
body.page-lottery-event .block-page-section .block-notes-list {
  margin: 30px auto 0;
}
body.page-lottery-event .block-page-section .block-notes-list > li {
  font-size: 11px;
  padding-left: 1.5em;
  position: relative;
}
body.page-lottery-event .block-page-section .block-notes-list > li::before {
  content: "※";
  left: 0;
  position: absolute;
}
body.page-lottery-event .block-page-section .block-notes-list > li:not(:last-child) {
  margin-bottom: 1em;
}
body.page-lottery-event .block-page-section .block-form-item:not(:first-child) {
  border-top: 1px dashed #b4b4b4;
  margin-top: 16px;
}
body.page-lottery-event .block-page-section .block-form-item:not(:first-child) .block-subheading {
  margin-top: 20px;
  position: relative;
}
body.page-lottery-event .block-page-section .block-form-item .block-subheading {
  font-size: 12px;
  padding-right: 40px;
}
body.page-lottery-event .block-page-section .block-form-item .block-notes-list {
  margin: 10px 0 0;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item .block-notes-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
body.page-lottery-event .block-page-section .block-form-item .block-mail-more-caption {
  margin-top: 16px;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-radio-list input[type=radio] {
  display: none;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-radio-list input[type=radio]:checked + label {
  background-color: #e3d8ac;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-radio-list input[type=radio]:checked + label::after {
  background-color: #000000;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-radio-list label {
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  min-height: 60px;
  padding-left: 56px;
  position: relative;
  height: 100%;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-radio-list label::after {
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 20px;
  position: absolute;
  width: 16px;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-radio-list--item:not(:last-child) {
  margin-bottom: 10px;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-list {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-list__1st {
  margin-bottom: 16px;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-list__2nd {
  margin-bottom: 16px;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-box {
  border: 1px solid #c3c3c3;
  position: relative;
  margin-top: 30px;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-box::after {
  border: 5px solid transparent;
  border-bottom: none;
  border-top: 8px solid #383838;
  content: "";
  display: block;
  right: 20px;
  top: calc(50% - 4px);
  position: absolute;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-box > select {
  height: 40px;
  padding: 0 20px;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-box > label {
  font-size: 12px;
  position: absolute;
  top: -30px;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-select-box + .block-form-select-box {
  margin-top: 40px;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-concent-check input[type=checkbox]:checked + label {
  background-color: #e3d8ac;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-concent-check input[type=checkbox]:checked + label::before {
  border: 4px solid #ffffff;
  background-color: #000000;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-concent-check label {
  align-items: center;
  background-color: #f0f0f0;
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  height: 60px;
  line-height: 1;
  padding: 20px 30px;
  position: relative;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item .block-form-concent-check label::before {
  border: 4px solid #d4d4d4;
  background-color: #d4d4d4;
  content: "";
  display: block;
  height: 18px;
  margin-right: 10px;
  width: 18px;
}
body.page-lottery-event .block-page-section .block-form-item input[type=text] {
  border: 1px solid #c3c3c3;
  height: 40px;
  padding: 0 16px;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item input[type=text] + input[type=text] {
  margin-top: 4px;
}
body.page-lottery-event .block-page-section .block-form-item input[type=tel] {
  border: 1px solid #c3c3c3;
  height: 40px;
  padding: 0 16px;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item input[type=email] {
  border: 1px solid #c3c3c3;
  height: 40px;
  padding: 0 16px;
  width: 100%;
}
body.page-lottery-event .block-page-section .block-form-item textarea {
  border: 1px solid #c3c3c3;
  min-height: 100px;
  padding: 0 16px;
  width: 100%;
}
body.page-lottery-event .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-event .block-other-container {
  text-align: center;
}
body.page-lottery-event .block-back-arrow-anchor {
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
body.page-lottery-event .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;
}