@charset "UTF-8";

@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;
  }
}

.section {
  padding-bottom: 66px;
}

.contactStep {
  margin: 0 auto 55px;
}

@media screen and (max-width: 896px) {
  .contactStep {
    width: 290px;
    margin: 0 auto;
    padding: 0 0 5px;
    position: relative;
  }
}

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

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

.contactStepList__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) {
  .contactStepList__item .txt {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}

.contactStepList__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) {
  .contactStepList__item .point {
    width: 11px;
    height: 11px;
    margin: 10px auto 0;
  }
}

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

@media screen and (max-width: 896px) {
  .contactStepList__item .point::before {
    width: 64px;
    bottom: 4px;
    left: -69px;
  }
}

.contactStepList__item--01 {
  margin-right: 163px;
}

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

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

.contactStepList__item--02 {
  margin-right: 155px;
}

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

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

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

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

.contents {
  width: 1000px;
  margin: 40px auto 0;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .contents {
    width: auto;
    box-sizing: border-box;
    margin: 25px 15px 0;
  }
}

.contents__inner {
  width: 800px;
  margin: 60px auto;
}

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

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

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

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

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

.btnArea .btn__top a, .btnArea .btn__prev a, .btnArea .btn__cancel 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__top a, .btnArea .btn__prev a, .btnArea .btn__cancel a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

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

@media screen and (max-width: 896px) {
  .btnArea .btn__conf, .btnArea .btn__send, .btnArea .btn__refusal {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}

.btnArea .btn__conf input, .btnArea .btn__send input, .btnArea .btn__refusal 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__conf input, .btnArea .btn__send input, .btnArea .btn__refusal input {
    width: 100%;
    height: 60px;
    font-size: 14px;
  }
}

.btnArea .btn__conf input:hover, .btnArea .btn__send input:hover, .btnArea .btn__refusal input:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__cancel {
    order: 1;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 896px) {
  .btnArea .btn__refusal {
    order: 2;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  .btnArea .btn__newItem, .btnArea .btn__home {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
}

.btnArea .btn__newItem a, .btnArea .btn__home 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__newItem a, .btnArea .btn__home a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

.btnArea .btn__newItem a:hover, .btnArea .btn__home a:hover {
  opacity: .7;
}

.btnArea .btn__taikai {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__taikai {
    order: 3;
    margin-top: 10px;
  }
}

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

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

.btnArea .btn__taikai a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.form__inner {
  background: #fff;
}

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

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

.form__description em {
  color: #df4e4e;
}

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

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

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

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

.form .row .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: #cecece;
  border-radius: 2px;
  margin-right: 62px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 896px) {
  .form .row .description .input {
    width: 100%;
    font-size: 13px;
  }
  .form .row .description .input:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

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

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

.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) {
  .form .row .description .input__txt {
    height: 43px;
    padding: 0 10px;
  }
}

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

.form .row .description .input__txt::-webkit-input-placeholder {
  color: #b6b6b6;
}

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

.form .row .description .input__txt:-ms-input-placeholder {
  color: #b6b6b6;
}

.form .row .description .input__txt::-ms-input-placeholder {
  color: #b6b6b6;
}

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

.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) {
  .form .row .description .input__select {
    height: 43px;
    padding: 0 39px 0 10px;
  }
}

.form .row .description .input__textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  font-size: 14px;
  line-height: 19px;
  box-sizing: border-box;
  padding: 15px 17px;
  resize: vertical;
}

@media screen and (max-width: 896px) {
  .form .row .description .input__textarea {
    font-size: 15px;
    line-height: 24px;
    padding: 7px 15px;
  }
}

.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) {
  .form .row .description .input__radio {
    margin-right: 6px;
  }
}

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

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

.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) {
  .form .row.req .theme::after {
    width: 32px;
    font-size: 11px;
    line-height: 17px;
    margin: 0 0 0 9px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 896px) {
  .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;
  }
}

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

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

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

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

.form .row__content .notes {
  display: table;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #df4e4e;
  margin-top: 10px;
}

.form .row__content .notes::before {
  content: "※ ";
  display: table-cell;
}

.form__designation {
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

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

.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) {
  .form__designation .designation .txt {
    display: block;
    font-size: 16px;
    margin: 0 0 7px;
  }
}

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

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

.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 table {
  width: 100%;
}

.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;
  text-align: left;
}

@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__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;
  }
}

.send .btnArea .btn__top {
  margin-right: 0;
}

.send .btnArea .btn__top a {
  background: #333;
  color: #fff;
}

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

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