@charset "UTF-8";
/*
** Main
*/
.main__headline {
  padding-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .main__headline {
    padding: 25px 0 20px;
  }
}

@media screen and (max-width: 896px) {
  .main__headline .jp {
    line-height: 32px;
  }
}

.main__headline--complete {
  margin-top: 60px;
  padding-bottom: 27px;
}

@media screen and (max-width: 896px) {
  .main__headline--complete {
    margin-top: 0;
    padding-bottom: 18px;
    white-space: nowrap;
  }
}

.entryStep {
  margin-bottom: 45px;
}

@media screen and (max-width: 896px) {
  .entryStep {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
}

.entryStepList {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .entryStepList__item {
    display: flex;
    flex-flow: column nowrap;
  }
}

.entryStepList__item .txt {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 700;
  color: #dcdcdc;
}

@media screen and (max-width: 896px) {
  .entryStepList__item .txt {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}

.entryStepList__item .point {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin: 15px auto 0;
  position: relative;
}

@media screen and (max-width: 896px) {
  .entryStepList__item .point {
    width: 11px;
    height: 11px;
    margin: 10px auto 0;
  }
}

.entryStepList__item .point::before {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  bottom: 6px;
  left: -180px;
}

@media screen and (max-width: 896px) {
  .entryStepList__item .point::before {
    width: 62px;
    bottom: 4px;
    left: -67px;
  }
}

.entryStepList__item--01 {
  margin-right: 122px;
}

@media screen and (max-width: 896px) {
  .entryStepList__item--01 {
    margin-right: 9px;
  }
}

.entryStepList__item--01 .point::before {
  display: none;
}

.entryStepList__item--02 {
  margin-right: 130px;
}

@media screen and (max-width: 896px) {
  .entryStepList__item--02 {
    margin-right: 20px;
  }
}

.entryStepList__item--03 {
  margin-right: 155px;
}

@media screen and (max-width: 896px) {
  .entryStepList__item--03 {
    margin-right: 37px;
  }
}

.entryStepList__item.active .txt {
  color: #333;
}

.entryStepList__item.active .point {
  border: 1px solid #333;
  background: #333;
}

.entryStepList__item.active .point::before {
  background: #333;
}

.section__kiyaku {
  width: 1000px;
  margin: 60px auto 0;
}

@media screen and (max-width: 896px) {
  .section__kiyaku {
    width: auto;
    margin: 20px 15px 0;
  }
}

.kiyaku__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .02em;
  text-indent: .02em;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .kiyaku__headline {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 13px;
  }
}

.kiyaku__headline em {
  color: #df4e4e;
}

.kiyaku__description {
  font-size: 14px;
  line-height: 29px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .kiyaku__description {
    font-size: 13px;
    line-height: 25px;
  }
}

.kiyakuBox {
  width: 100%;
  height: 400px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .kiyakuBox {
    height: 270px;
    margin-top: 20px;
  }
}

.kiyakuBox__inner {
  height: 340px;
  margin: 30px 15px;
  padding: 0 85px;
  overflow-y: scroll;
  font-size: 13px;
  line-height: 25px;
}

@media screen and (max-width: 896px) {
  .kiyakuBox__inner {
    height: 230px;
    margin: 20px 5px;
    padding: 0 10px;
    line-height: 23px;
  }
}

.kiyakuBox__inner::-webkit-scrollbar {
  width: 8px;
}

@media screen and (max-width: 896px) {
  .kiyakuBox__inner::-webkit-scrollbar {
    width: 4px;
  }
}

.kiyakuBox__inner::-webkit-scrollbar-track {
  background: #f9f9f9;
  border: none;
  border-radius: 10px;
}

.kiyakuBox__inner::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 10px;
  box-shadow: none;
}

.kiyakuBox__inner h3 {
  margin-bottom: 25px;
}

.kiyakuBox__inner ol {
  margin-bottom: 25px;
}

.kiyakuBox__inner p {
  margin-bottom: 25px;
}

.section__entry {
  padding: 10px 0;
}

@media screen and (max-width: 896px) {
  .section__entry {
    margin: 0 15px;
    padding: 27px 0 0;
  }
}

@media screen and (max-width: 896px) {
  .section__entry--send {
    padding: 0;
    margin: 0 15px 31px;
  }
}

.section__entry .section__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .section__entry .section__inner {
    width: 100%;
  }
}

.section__entry .form__inner {
  background: #fff;
  padding: 0 100px 60px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .section__entry .form__inner {
    padding: 0 15px 30px;
  }
}

.section__entry .form__description {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .06em;
  text-indent: .06em;
  text-align: center;
  padding: 53px 0 23px;
  border-bottom: 1px dotted #c8c8c8;
}

@media screen and (max-width: 896px) {
  .section__entry .form__description {
    font-size: 13px;
    line-height: 22px;
    padding: 23px 0 19px;
  }
}

.section__entry .form .row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px dotted #c8c8c8;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row {
    display: block;
    padding: 21px 0;
  }
}

.section__entry .form .row .theme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .theme {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
}

.section__entry .form .row .description {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 250px);
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .description {
    width: 100%;
  }
}

.section__entry .form .row .description .notes {
  width: 100%;
  font-size: 14px;
  letter-spacing: .04em;
  text-indent: .04em;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .description .notes {
    margin-bottom: 11px;
  }
}

.section__entry .form .row .description label {
  display: flex;
  align-items: center;
  margin-right: 34px;
}

.section__entry .form .row .description label:last-child {
  margin-right: 0;
}

.section__entry .form .row .description .input {
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .description .input {
    width: 100%;
    font-size: 13px;
  }
  .section__entry .form .row .description .input:last-child {
    margin-top: 10px;
  }
}

.section__entry .form .row .description .input .txt {
  display: block;
  width: 45px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .description .input .txt {
    width: 38px;
    box-sizing: border-box;
  }
}

.section__entry .form .row .description .input__txt {
  height: 45px;
  font-size: 14px;
  letter-spacing: .04em;
  text-indent: .04em;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0 17px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .description .input__txt {
    height: 43px;
    padding: 0 10px;
  }
}

.section__entry .form .row .description .input__txt:focus {
  background: #fff;
}

.section__entry .form .row .description .input__txt::placeholder {
  color: #b6b6b6;
}

.section__entry .form .row .description .input__select {
  height: 45px;
  font-size: 14px;
  letter-spacing: .04em;
  text-indent: .04em;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background: #fafafa url(/common/img/icon_select_form.png) center right/22px no-repeat;
  box-sizing: border-box;
  padding: 0 39px 0 17px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .description .input__select {
    height: 43px;
    padding: 0 39px 0 10px;
  }
}

.section__entry .form .row .description .input__radio {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #404040;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row .description .input__radio {
    margin-right: 6px;
  }
}

.section__entry .form .row .description .input__radio:checked {
  background: url(/common/img/icon_radio_checked.png) center/14px no-repeat;
}

.section__entry .form .row .description .input__radio:focus {
  outline: none;
}

.section__entry .form .row.req .theme::after {
  content: "必須";
  display: block;
  width: 33px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #404040;
  border-radius: 2px;
  margin-right: 62px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row.req .theme::after {
    width: 32px;
    font-size: 11px;
    line-height: 17px;
    margin: 0 0 0 9px;
  }
}

.section__entry .form .row__name .description {
  justify-content: space-between;
}

.section__entry .form .row__name .input__txt {
  width: 210px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__name .input__txt {
    width: calc(100% - 38px);
  }
}

.section__entry .form .row__mail {
  align-items: flex-start;
}

.section__entry .form .row__mail .theme {
  line-height: 45px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__mail .theme {
    line-height: 1;
  }
}

.section__entry .form .row__mail .input__txt {
  width: 100%;
}

.section__entry .form .row__mail .input__txt:nth-of-type(1) {
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__mail .input__txt:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.section__entry .form .row__pass .theme {
  line-height: 45px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__pass .theme {
    line-height: 1;
  }
}

.section__entry .form .row__pass .input__txt {
  width: 400px;
}

.section__entry .form .row__pass .input__txt:nth-of-type(1) {
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__pass .input__txt:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.section__entry .form .row__code .description .txt {
  font-size: 18px;
  font-weight: 500;
  margin-right: 12px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__code .description .txt {
    font-size: 16px;
    margin-right: 1px;
  }
}

.section__entry .form .row__code .description .hyphen {
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  margin: 0 10px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__code .description .hyphen {
    width: 8px;
    margin: 0 5px;
  }
}

.section__entry .form .row__code .input__txt {
  width: 90px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__code .input__txt {
    width: 62px;
  }
}

.section__entry .form .row__code .autoAddress {
  margin-left: 15px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__code .autoAddress {
    margin-left: 11px;
  }
}

.section__entry .form .row__code .autoAddress__btn {
  width: 104px;
  height: 28px;
  font-size: 13px;
  color: #fff;
  background: #333;
  border-radius: 14px;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__code .autoAddress__btn {
    width: 90px;
    height: 33px;
    font-size: 11px;
    border-radius: 16px;
  }
}

.section__entry .form .row__code .autoAddress__btn:hover {
  opacity: .7;
}

.section__entry .form .row__address .input__select {
  width: 200px;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__address .input__select {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section__entry .form .row__address .input__txt {
  width: 100%;
}

.section__entry .form .row__address .input__txt:nth-of-type(1) {
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__address .input__txt:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

.section__entry .form .row__tel .description .hyphen {
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  margin: 0 10px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__tel .description .hyphen {
    width: 8px;
    margin: 0 5px;
  }
}

.section__entry .form .row__tel .input__txt {
  width: 90px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__tel .input__txt {
    width: 73px;
  }
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__birthday .description {
    flex-wrap: unset;
  }
}

.section__entry .form .row__birthday .description .txt {
  font-size: 14px;
  font-weight: 500;
  margin: 0 23px 0 10px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__birthday .description .txt {
    font-size: 13px;
    margin: 0 7px 0 6px;
  }
}

.section__entry .form .row__birthday .description .input__select {
  width: 90px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__birthday .description .input__select {
    width: 57px;
    padding: 0 20px 0 10px;
    background: #fafafa url(/common/img/icon_select_form_sp.png) center right/16px no-repeat;
  }
}

.section__entry .form .row__birthday .description .input__select:nth-of-type(1) {
  width: 100px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__birthday .description .input__select:nth-of-type(1) {
    width: 71px;
  }
}

.section__entry .form .row__info .theme {
  line-height: 23px;
}

@media screen and (max-width: 896px) {
  .section__entry .form .row__info .theme {
    line-height: 1;
  }
}

.section__entry .form .row .attention {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #df4e4e;
  margin-bottom: 7px;
}

.section__entry .form__designation {
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .section__entry .form__designation {
    margin-top: 15px;
  }
}

.section__entry .form__designation .designation {
  background: #404040;
  padding: 40px 100px;
}

@media screen and (max-width: 896px) {
  .section__entry .form__designation .designation {
    padding: 13px 15px 15px;
  }
}

.section__entry .form__designation .designation label {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 896px) {
  .section__entry .form__designation .designation label {
    display: block;
    position: relative;
    padding-left: 28px;
  }
}

.section__entry .form__designation .designation__check {
  width: 20px;
  height: 20px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .section__entry .form__designation .designation__check {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
}

.section__entry .form__designation .designation__check:checked {
  background: #fff url(/common/img/icon_checkbox_checked.png) center/18px no-repeat;
}

@media screen and (max-width: 896px) {
  .section__entry .form__designation .designation__check:checked {
    background: #fff url(/common/img/icon_checkbox_checked.png) center/16px no-repeat;
  }
}

.section__entry .form__designation .designation__check:focus {
  outline: none;
}

.section__entry .form__designation .designation .txt {
  font-size: 17px;
  letter-spacing: .03em;
  text-indent: .03em;
  font-weight: 500;
  color: #fff;
  margin-left: 13px;
}

@media screen and (max-width: 896px) {
  .section__entry .form__designation .designation .txt {
    display: block;
    font-size: 16px;
    margin: 0 0 7px;
  }
}

.section__entry .form__designation .designation .notes {
  font-size: 14px;
  letter-spacing: .06em;
  text-indent: .06em;
  color: #fff;
  margin-left: 25px;
}

@media screen and (max-width: 896px) {
  .section__entry .form__designation .designation .notes {
    display: block;
    font-size: 13px;
    line-height: 17px;
    margin-left: 0;
  }
}

.section__entry .form__designation .form__inner {
  display: none;
}

.confirm {
  margin-top: 25px;
}

@media screen and (max-width: 896px) {
  .confirm {
    margin-top: 20px;
  }
}

.confirmBox {
  margin-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .confirmBox {
    margin-bottom: 35px;
  }
}

.confirmBox:last-child {
  margin-bottom: 0;
}

.confirm__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .confirm__headline {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.confirmList {
  border: 1px solid #e5e5e5;
}

.confirmList__item {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .confirmList__item {
    display: block;
  }
}

.confirmList__item:last-child {
  border-bottom: 0;
}

.confirmList__theme {
  width: 280px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media screen and (max-width: 896px) {
  .confirmList__theme {
    width: 100%;
    padding: 5px 15px;
  }
}

.confirmList__description {
  width: calc(100% - 280px);
  font-size: 14px;
  line-height: 25px;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media screen and (max-width: 896px) {
  .confirmList__description {
    width: 100%;
    padding: 5px 15px;
  }
}

.send {
  width: 900px;
  margin: 0 auto 55px;
  background: #fff;
  padding: 45px 100px 60px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .send {
    width: auto;
    margin: 0;
    padding: 20px 15px 30px;
  }
}

.send__headline {
  font-size: 21px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .send__headline {
    font-size: 19px;
    line-height: 32px;
  }
}

.send__description {
  font-size: 17px;
  line-height: 41px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .send__description {
    font-size: 16px;
    line-height: 32px;
  }
}

.send .btnArea {
  margin: 45px 0 0;
}

@media screen and (max-width: 896px) {
  .send .btnArea {
    margin: 20px 0 0;
  }
}

.btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 66px;
}

@media screen and (max-width: 896px) {
  .btnArea {
    flex-wrap: wrap;
    margin: 25px 0 31px;
  }
}

.btnArea .btn__prev, .btnArea .btn__mypage {
  margin-right: 40px;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__prev, .btnArea .btn__mypage {
    width: 100%;
    margin: 10px 0 0 0;
    order: 2;
  }
}

.btnArea .btn__prev a, .btnArea .btn__mypage a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  color: #333;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__prev a, .btnArea .btn__mypage a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

.btnArea .btn__prev a:hover, .btnArea .btn__mypage a:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__entry, .btnArea .btn__confirm, .btnArea .btn__send {
    width: 100%;
  }
}

.btnArea .btn__entry input, .btnArea .btn__confirm input, .btnArea .btn__send input {
  font-family: "Noto Serif JP", serif;
  width: 330px;
  height: 73px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #eee;
  font-weight: 700;
  color: #fff;
  background: #333;
  letter-spacing: .05em;
  text-indent: .05em;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__entry input, .btnArea .btn__confirm input, .btnArea .btn__send input {
    width: 100%;
    height: 60px;
    font-size: 14px;
  }
}

.btnArea .btn__entry input:hover, .btnArea .btn__confirm input:hover, .btnArea .btn__send input:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top {
    width: 100%;
  }
}

.btnArea .btn__top a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #333;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

.btnArea .btn__top a:hover {
  opacity: .7;
}

.btn__entry a {
  display: block;
  width: 330px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 73px;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  background: #333;
  border-radius: 3px;
}

.snaShare {
  border-top: 1px solid #eee;
}
