@charset "UTF-8";
@media screen and (max-width: 750px) {
  .lead h1 {
    line-height: 1.209em;
  }
}
.lowerHead {
  margin-bottom: 7rem;
}
.lowerHead_step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.3rem;
}
.lowerHead_step li {
  font-size: 2.4rem;
  color: #b3b3b3;
  font-weight: 600;
  padding-bottom: 3rem;
  position: relative;
}
.lowerHead_step li span {
  font-size: 0.625em;
  display: block;
  font-weight: 400;
  margin-bottom: 0.534em;
}
.lowerHead_step li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  background: #b3b3b3;
  border-radius: 1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.lowerHead_step li + li::after {
  content: "";
  display: block;
  position: absolute;
  width: 42rem;
  height: 0.1rem;
  background: #b3b3b3;
  bottom: 0.4rem;
  right: 50%;
  z-index: 0;
}
.lowerHead_step li.active {
  color: #440099;
}
.lowerHead_step li.active::before {
  background: #440099;
}

@media screen and (max-width: 750px) {
  .lowerHead {
    margin-bottom: 15rem;
  }
  .lowerHead_step {
    margin-bottom: 7rem;
  }
  .lowerHead_step li {
    text-align: center;
    font-size: 2.8rem;
    color: #b3b3b3;
    padding-bottom: 0;
    line-height: 1.286em;
    width: 16rem;
    height: 16rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    background: #fff;
    border: 0.4rem solid #b3b3b3;
    border-radius: 100%;
    padding-top: 3.4rem;
    font-weight: 400;
  }
  .lowerHead_step li span {
    font-size: 0.786em;
    margin-bottom: 1rem;
    line-height: 1;
    width: 100%;
  }
  .lowerHead_step li::before {
    display: none;
  }
  .lowerHead_step li:nth-of-type(3) span {
    margin-bottom: 2rem;
  }
  .lowerHead_step li + li::after {
    width: 8.4rem;
    height: 0.2rem;
    bottom: 50%;
    transform: translateY(50%);
    right: 100%;
    z-index: 0;
  }
  .lowerHead_step li.active {
    color: #fff;
    background: #440099;
    border: none;
    font-weight: 600;
  }
  .lowerHead_step li.active span {
    font-weight: 600;
  }
}
.material_txt01 {
  font-size: 1.8rem;
  line-height: 1.667em;
}
.materialInner {
  border-top: 0.1rem solid #b3b3b3;
  padding: 5rem 0;
  display: flex;
  align-items: center;
}
.materialBottom {
  text-align: center;
  border-top: 0.1rem solid #b3b3b3;
  padding-top: 4rem;
}
.materialBottom label + p {
  margin-top: 1rem;
}
.materialBottom input {
  display: none;
}
.materialBottom input + label {
  position: relative;
  padding-left: 3.4rem;
}
.materialBottom input + label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.5rem;
  left: 0;
  background: url(/img/material/icon_check.png) no-repeat center/contain;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0.2rem;
  left: 0.3rem;
  transform: scale(0, 0);
}
.materialBottom input + label::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  border: 0.1rem solid #b3b3b3;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.materialBottom input:checked + label::before {
  transform: scale(1, 1);
}
.materialBottom .btn {
  margin-top: 3rem;
}
.materialBottom .btn01 {
  width: 60rem;
  background: #666;
  color: #fff;
  font-size: 3rem;
  padding: 2.4rem 0;
  font-weight: 600;
  position: relative;
  border: none;
  pointer-events: none;
}
.materialBottom .btn01::before {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.8rem;
  background: url(/img/material/arrow02.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 4.2rem;
}
.materialBottom .btn01.active {
  background: #440099;
  pointer-events: auto;
}
.materialBottom .btn02 {
  width: 29.6rem;
  background: #666;
  color: #fff;
  font-size: 3rem;
  padding: 2.4rem 0;
  font-weight: 600;
  position: relative;
  border: none;
}
.materialBottom .btn02::before {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.8rem;
  background: url(/img/material/arrow02.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 4rem;
}

@media screen and (max-width: 750px) {
  .material_txt01 {
    font-size: 3.4rem;
    line-height: 1.412em;
  }
  .material_txt01 span {
    font-weight: 600;
  }
  .materialInner {
    border-top: 0.2rem solid #b3b3b3;
    padding: 4rem 0;
    display: block;
  }
  .materialBottom {
    border-top: 0.1rem solid #b3b3b3;
    padding-top: 4rem;
  }
  .materialBottom label {
    text-align: left;
  }
  .materialBottom label span {
    font-weight: 400;
  }
  .materialBottom label + p {
    margin-top: 3.8rem;
  }
  .materialBottom input + label {
    padding-left: 5.2rem;
    display: inline-block;
  }
  .materialBottom input + label::before {
    width: 3.7rem;
    height: 2.7rem;
    top: 1rem;
    left: 0.3rem;
  }
  .materialBottom input + label::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    border: 0.2rem solid #b3b3b3;
    top: 1rem;
    transform: translateY(0);
  }
  .materialBottom input:checked + label::before {
    transform: scale(1, 1);
  }
  .materialBottom .material_txt01 + .material_txt01 {
    margin-top: 1.1rem;
  }
  .materialBottom .btn {
    margin-top: 7.6rem;
  }
  .materialBottom .btn01 {
    width: 60rem;
    font-size: 4.2rem;
    padding: 4rem 0;
  }
  .materialBottom .btn01::before {
    width: 4.6rem;
    height: 4.1rem;
    right: 2.6rem;
  }
  .materialBottom .btn02 {
    width: 60rem;
    font-size: 4.2rem;
    padding: 4rem 0;
  }
  .materialBottom .btn02::before {
    width: 4.6rem;
    height: 4.1rem;
    left: 2.6rem;
  }
}
.form_txt01 {
  font-size: 1.6rem;
  line-height: 1.875em;
  text-align: center;
  margin-bottom: 4rem;
}
.form_txt01 span {
  display: block;
}
.formList01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 7.3rem;
}
.formList01 li {
  width: 44.3rem;
  display: flex;
  min-height: 25rem;
}
.formList01 li:nth-of-type(n+3) {
  margin-top: 8.2rem;
}
.formList01_img {
  width: 20rem;
  flex-shrink: 0;
}
.formList01_txtbox {
  padding: 0 0 0 1.8rem;
  display: flex;
  flex-wrap: wrap;
}
.formList01_txtbox p,
.formList01_txtbox span {
  font-size: 1.8rem;
  line-height: 1.667em;
}
.formList01_txtbox p {
  width: 100%;
}
.formList01_txt01 {
  margin-bottom: 0.9rem;
}
.formList01_txt01 span {
  background: #ccc;
  display: inline-block;
  padding: 0 0.5rem;
}
.formList01_txt02 {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.formList01_select {
  align-self: flex-end;
}
.formList01_txt04 {
  margin: 0 0 0.6rem;
}
.formSelectBox {
  border: 0.1rem solid #ccc;
  position: relative;
  height: 6rem;
}
.formSelectBox p {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  line-height: 1;
}
.formSelectBox p.unselected {
  text-align: left;
  padding-left: 1.4rem;
  color: #ccc;
}
.formSelectBox p.unselected::before {
  content: "";
  width: 1rem;
  height: 0.7rem;
  background: url(/img/material/arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1rem;
}
.formSelectBox select {
  font-size: 1.8rem;
  width: 17.8rem;
  padding: 2rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
}
.form .materialInner > .material_txt01 {
  width: 30rem;
  position: relative;
  margin-right: 4rem;
}
.form .materialInner > .material_txt01::before {
  color: #fff;
  font-size: 1.6rem;
  padding: 0 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.form .materialInner > .material_txt01 span {
  display: block;
}
.form .materialInner > .material_txt01.required::before {
  content: "必須";
  background: #c800a1;
}
.form .materialInner > .material_txt01.optional {
  align-self: flex-start;
}
.form .materialInner > .material_txt01.optional::before {
  content: "任意";
  background: #0085ca;
}
.form .materialInner.error input {
  background: #ffe5e5;
  border-color: #ff0000;
}
.form .materialInner.error .formBox {
  position: relative;
}
.form .materialInner.error .formBox::before {
  content: "入力必須項目です";
  display: block;
  position: absolute;
  bottom: -1.5em;
  font-size: 1.6rem;
  color: #ff0000;
}

form.error li .formSelectBox,
form.error li .formSelectBox,
form.error li .formSelectBox,
form.error li .formSelectBox {
  border:solid 1px #ff0000;
}
.textarea_check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  resize: none;
  font-size: 1.8rem;
  line-height: 1.667em
}

.form .materialInner.error .formSelectBox {
  border:solid 1px #ff0000;
}

.form_txt01 span {
  position: relative;
}
.form_txt01.error span:nth-last-child(1)::before {
  content: "選択必須項目です";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5em;
  font-size: 1.6rem;
  color: #ff0000;
}
@media screen and (max-width: 750px) {
  .form_txt01.error span:nth-last-child(1)::before {
    bottom: -2em;
    font-size: 3.6rem;
  }
}
.form .materialInner.error .formBox.choice::before {
  content: "選択必須項目です";
}
.form input {
  background: #e6e6e6;
  padding: 2rem 1.3rem;
  border: 0.1rem solid #b3b3b3;
  font-size: 1.8rem;
}
.form input::placeholder {
  color: #b3b3b3;
}
.form input.w600 {
  width: 60rem;
}
.form input.w280 {
  width: 28rem;
}
.form input.w100 {
  width: 10rem;
}
.form input.w85 {
  width: 8.5rem;
}
.form textarea {
  width: 60rem;
  background: #e6e6e6;
  padding: 2rem 1.3rem;
  border: 0.1rem solid #b3b3b3;
  font-size: 1.8rem;
}
.form textarea::placeholder {
  color: #b3b3b3;
}
.form_btn01 {
  color: #fff;
  background: #4d4d4d;
  padding: 2rem 1.3rem;
  font-size: 1.8rem;
}
.formBox {
  width: 60rem;
}
.formBox01 {
  display: flex;
  align-items: center;
}
.formBox01 .hash {
  width: 1.4rem;
  height: 0.2rem;
  background: #333333;
  margin: 0 3.2rem;
}
.formBox01 input + .form_btn01 {
  margin-left: 4rem;
}
.formBox01 label + label {
  margin-left: 3.7rem;
}
.formBox02 .formSelectBox {
  width: 28rem;
}
.formBox02 .formSelectBox p {
  font-size: 1.8rem;
}
.formBox02 .formSelectBox select {
  width: 100%;
}
.formBox02_inner {
  margin-top: 2rem;
  display: block;
}
.formBox03 {
  display: flex;
  justify-content: space-between;
}
.formBox.choice .choiceInner:nth-of-type(n+2) {
  margin-left: 3.6rem;
}
.formBox.choice input {
  display: none;
}
.formBox.choice input + label {
  position: relative;
  padding-left: 2.5rem;
}
.formBox.choice input + label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%) scale(0, 0);
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #666;
  pointer-events: none;
  left: 1rem;
}
.formBox.choice input + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  border: 0.1rem solid #666;
  pointer-events: none;
  left: 0;
}
.formBox.choice input:checked {
  background: #000;
}
.formBox.choice input:checked + label::before {
  transform: translate(-50%, -50%) scale(1, 1);
}

@media screen and (max-width: 750px) {
  .form_txt01 {
    font-size: 3.2rem;
    line-height: 1.5em;
    margin-bottom: 14rem;
  }
  .form_txt01 span {
    display: block;
  }
  .form_txt01 span + span {
    margin-top: 1.2rem;
  }
  .formList01 {
    display: block;
    padding-bottom: 7.3rem;
  }
  .formList01 li {
    width: 100%;
    padding: 0 2.5rem;
    min-height: 35.4rem;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .formList01 li:nth-of-type(n+2) {
    margin-top: 12.2rem;
  }
  .formList01_img {
    width: 28rem;
    min-height: 30.9rem;
  }
  .formList01_txtbox {
    padding: 0 0 0 2.5rem;
    width: calc(100% - 28rem);
  }
  .formList01_txtbox p,
.formList01_txtbox span {
    font-size: 3rem;
    line-height: 1.4em;
  }
  .formList01_txt01 {
    margin-bottom: 4rem;
    flex-shrink: 0;
    width: 100%;
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.236em;
  }
  .formList01_txt01 span {
    min-width: 30rem;
    padding: 0 1.4rem;
  }
  .formList01_txt02 {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .formList01_select {
    width: 100%;
  }
  .formList01_txt04 {
    margin: 0 0 0.6rem;
  }
  .formSelectBox {
    border: 0.2rem solid #ccc;
    height: 10rem;
    width: 100%;
  }
  .formSelectBox p {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.8rem;
  }
  .formSelectBox p.unselected {
    padding-left: 2rem;
  }
  .formSelectBox p.unselected::before {
    content: "";
    width: 2.8rem;
    height: 1.7rem;
    right: 1.9rem;
  }
  .formSelectBox select {
    font-size: 2.8rem;
    width: 100%;
    padding: 0;
    height: 10rem;
  }
  .form .materialInner > .material_txt01 {
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .form .materialInner > .material_txt01::before {
    display: none;
  }
  .form .materialInner > .material_txt01 span {
    display: flex;
    align-items: center;
  }
  .form .materialInner > .material_txt01 span::after {
    color: #fff;
    font-size: 2.3rem;
    padding: 0 0.5em;
    line-height: 3.6rem;
    display: block;
    margin-left: 0.5em;
  }
  .form .materialInner > .material_txt01.required span::after {
    content: "必須";
    background: #c800a1;
  }
  .form .materialInner > .material_txt01.optional span::after {
    content: "任意";
    background: #0085ca;
  }
  .form .materialInner.error .formBox::before {
    bottom: -1.5em;
    font-size: 2.6rem;
  }
  .form input {
    padding: 3rem 3.6rem;
    border: 0.2rem solid #b3b3b3;
    font-size: 3.2rem;
  }
  .form input.w600 {
    width: 100%;
  }
  .form input.w280 {
    width: 29.5rem;
  }
  .form input.w100 {
    width: 16rem;
  }
  .form input.w85 {
    width: 16rem;
  }
  .form textarea {
    width: 100%;
    padding: 3rem 3.6rem;
    border: 0.2rem solid #b3b3b3;
    font-size: 3.2rem;
  }
  .form_btn01 {
    padding: 2.4rem 2rem;
    font-size: 2.8rem;
  }
  .formBox {
    width: 100%;
    margin-bottom: 2rem;
  }
  .formBox01 {
    flex-wrap: wrap;
  }
  .formBox01 .hash {
    width: 2.7rem;
    height: 0.4rem;
    margin: 0 2.6rem;
  }
  .formBox01 input + .form_btn01 {
    margin-left: 3rem;
  }
  .formBox01 label {
    min-width: 17.5rem;
    display: flex;
    align-items: center;
  }
  .formBox01 label + label {
    margin-left: 3.7rem;
  }
  .formBox01 label:nth-of-type(4) {
    margin-left: 0;
  }
  .formBox02 .formSelectBox {
    width: 32rem;
  }
  .formBox02 .formSelectBox p {
    font-size: 3.2rem;
  }
  .formBox02_inner {
    margin-top: 2rem;
    display: block;
  }
  .formBox.choice .choiceInner:nth-of-type(n+2) {
    margin-left: 5.2rem;
  }
  .formBox.choice .choiceInner:nth-of-type(4) {
    margin-left: 0;
  }
  .formBox.choice .choiceInner:nth-of-type(1), .formBox.choice .choiceInner:nth-of-type(4) {
    min-width: 18.5rem;
  }
  .formBox.choice input + label {
    padding-left: 4.2rem;
  }
  .formBox.choice input + label::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #666;
    pointer-events: none;
    left: 1.5rem;
  }
  .formBox.choice input + label::after {
    width: 3rem;
    height: 3rem;
    border: 0.2rem solid #666;
  }
  .formBox.choice input:checked {
    background: #000;
  }
  .formBox.choice input:checked + label::before {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.confirm .materialInner > .material_txt01 {
  width: 33rem;
}
.confirm .materialBottom .btn {
  display: flex;
  justify-content: space-between;
}
.confirmInner {
  width: calc(100% - 33rem);
}
.confirm .orderInner {
  padding: 0 1rem;
}
.confirm .orderInner:not(:last-child) {
  padding-bottom: 5rem;
}
.confirm .orderInner:nth-of-type(n+2) {
  padding-top: 5rem;
  border-top: 0.1rem solid #b3b3b3;
}
.confirm .orderInner dt {
  font-weight: 600;
  margin-bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .confirm .materialInner > .material_txt01 {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .confirm .materialBottom .btn {
    display: block;
  }
  .confirm .materialBottom .btn02 {
    margin-bottom: 1.8rem;
  }
  .confirmInner {
    width: 100%;
  }
  .confirm .orderInner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .confirm .orderInner:nth-of-type(1) {
    padding-bottom: 0;
  }
  .confirm .orderInner:nth-of-type(n+2) {
    padding-top: 3.2rem;
    border-top: none;
  }
  .confirm .orderInner dt {
    margin-bottom: 0;
  }
}
.completed {
  text-align: center;
}
.completed_txt01 {
  color: #440099;
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 7.4rem;
}
.completed_txt02 {
  font-size: 1.8rem;
  line-height: 1.945em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.completed .materialBottom {
  border: none;
}
.completed .materialBottom .btn01 {
  display: inline-block;
  width: 40rem;
}
.completed .materialBottom .btn01::before {
  display: none;
}

@media screen and (max-width: 750px) {
  .completed_txt01 {
    font-size: 5.4rem;
    margin-bottom: 5rem;
  }
  .completed_txt02 {
    font-size: 3.2rem;
    line-height: 1.5em;
    white-space: nowrap;
    letter-spacing: normal;
  }
  .completed_txt02 + .completed_txt02 {
    margin-top: 1.8rem;
  }
  .completed .materialBottom {
    padding-top: 0;
  }
  .completed .materialBottom .btn01 {
    width: 100%;
  }
}

.order-caution-wrap {
  width: 68rem;
  margin: 0 auto 7rem;
}
.order-caution {
  padding: 2.7rem 0;
  text-align: center;
  border-top: 1px solid #440099;
  border-bottom: 1px solid #440099;
}
.order-caution__text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875em;
}
.order-caution__text:last-of-type {
  margin-top: 3rem;
}

@media screen and (max-width: 750px){
  .order-caution-wrap {
    width: 85.3333333333vw;
  }
  .order-caution {
    padding: 3rem 1.5rem;
  }
  .order-caution__text {
    font-size: 3.2rem;
    line-height: 1.875em;
  }
}
/* 20220930 画像の灰色の枠設置のため、下記ユーティリティクラスを追加 */
.gray-border {
  border: 1px solid rgba(192,192,192,0.5);
}