.error_list{margin:1rem auto;padding:1rem;border:1px solid red}.error_list li{color:red;line-height:1.4}

  .minimum_only{
    display: none;
  }

.top_page_title{
  position: relative;
  font-size: 24px;
}
.top_page_title::before{
  position: absolute;
  content: "";
  background-image: url(../img/heading_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}


.page_head{
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.page_title_wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_title{
  font-size: 6vw;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #000000;
  text-shadow: 0px 0px 10px #ffffff;

}
.page_title img{
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.page_head_img{
  width: 100%;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  background-position: bottom;
}
.page_head_form{
}
.form_heading{
  padding-top: 30px;
}
.form_title{
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
.step_info {
  position: relative;
  color: #1a1311;
  text-align: center;
  margin: 92px auto 50px;
  max-width: 700px;
}
.step_info.step3::after {
  margin: 0 20%;
  width: 60%;
}
.step_info::after {
  content: '';
  border-top: 1px #E5EEF1 solid;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  height: 0;
}
.step_info .step_txt {
  font-family: "Noto Sans JP";
}
.step_info .step_txt p::after {
  content: ' ';
  z-index: 1;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  border: 1px solid #E5EEF1;
  background: #E5EEF1;
  border-radius: 15px;
  height: 19px;
  width: 19px;
}
.step_info p.now_step::after {
  color: #fff;
  background: #fff;
  border: 6px solid #ECE4A8;
  top: -46px;
}
.step_info .step_txt p {
  width: 30%;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.form{
  width: 100%;
}
.form_row{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.form_label{
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.form_head {
	display: flex;
	align-items: center;
    width: 100%;
    padding-right: 0;
    text-align: center;
    flex-direction: column;
}

.form_label_small {
    font-size: 14px;
    display: block;
}
	
.require_icon{
	margin-top: 8px;
    font-size: 8px;
    background-color: #ad2732;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    padding: 2px 3px;
}
.form_body{
  width: 100%;
  text-align: left;
}
.form_horizontal{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 20px;
}
input[type="text"],
textarea{
  border: 1px solid #707070;
  font-family: inherit;
  line-height: 1.3;
  height: auto;
  font-size: 20px;
  height: 40px;
  background: #F5F5F5;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-appearance: none;
  width: 100%;
}
textarea{
  resize: none;
  height: calc( 1.3em * 8 );
  line-height: 1.3;
  width: 100%;
}
.sei_kanzi,
.mei_kanzi,
.sei_kana,
.mei_kana{
  position: relative;
  width: 72%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.sei_kanzi input,
.mei_kanzi input,
.sei_kana input,
.mei_kana input{
  width: 100%;
}
.sei_kanzi::before{
  position: absolute;
  content: "姓";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kanzi::before{
  position: absolute;
  content: "名";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.sei_kana::before{
  position: absolute;
  content: "セイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kana::before{
  position: absolute;
  content: "メイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.honorific{
  font-size: 16px;
  margin-left: 6px;
}
.form_row_sex .form_horizontal{
  flex-direction: inherit;
  justify-content: center;
  margin-top: 14px;
}
/* ラジオボタン */
.radio_wrap{
  height: 54px;
  border: 1px solid #707070;
  background: #F5F5F5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 16px 30px 16px 23px;
  font-size: 18px;
  white-space: nowrap;
}
.radio_wrap:last-child{
  margin-left: 16px;
}
input[type=radio] {
  margin-right: 8px;
}
/* ラジオボタン */
.radio_row {
    margin-top: 14px;
}

.radio_row .form_horizontal{
    display: flex;
    flex-direction: inherit;
    justify-content: center;
  }

.form_horizontal input[type=radio] {
  display: none;
}
.form_horizontal label {
  position: relative;
  padding-left: 55px;
}
.form_horizontal input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: -3px;
}
.form_horizontal input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BFA06D;
  left: 3px;
  top: 0;
  opacity: 0;
  transition: .3s;
}
.form_horizontal input[type=radio]:checked + label::after {
 opacity: 1;
}
/* オプション選択 */
.select_box_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 20px;
  width: 88%;
  margin: 0 auto;
}
.form_body select{
  height: 54px;
  border-radius: 3px;
  font-size: 20px;
  background-color: #F5F5F5;
}
.form_body .year{
  width: 85%;
  padding-left: 8px;
  margin: 23px 10px 0 0;
}
.form_body .month{
  width: 23%;
  padding-left: 8px;
  margin: 26px 3px 0 0;
}
.form_body .day{
  width: 23%;
  padding-left: 8px;
  margin: 26px 3px 0 3px;
}
.zip_row{
  margin-top: 20px;
}
.zip_row .form_horizontal{
  flex-direction: inherit;
}
.form_zip{
  margin: 0 10px;
  width: 37%;
}
.form_address{
  margin-top: 20px;
  width: 100%;
}
.sp_mt12{
  margin-top: 12px;
}
.sp_mt30{
  margin-top: 30px;
}
.form_tel,
.form_email,
.form_area,
.form_temple,
.form_sect{
  width: 100%;
}
.how_select{
  width: 95%;
  margin: 0 auto;
  height: 40px;
  padding-left: 18px;
}
.form_inner{
  width: 100%;
  max-width: 814px;
  margin: 0 auto;
	padding: 0 10px;
}
.agree_privacy_position_wrap{
  text-align: center;
}
.agree_privacy_wrap{
  margin-top: 60px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  padding: 19px 0;
  max-width: 400px;
}
input[type="checkbox"] {
  display: none;
}
label.form_agree_label {
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
label.form_agree_label::before {
  position: absolute;
  content: '';
  top: 18px;
  left: -20px;
  width: 26px;
  height: 26px;
  margin-top: -8px;
  background: #fff;
}
input[type="checkbox"]:checked + label.form_agree_label::after {
  position: absolute;
  content: '';
  top: 13px;
  left: -17px;
  width: 18px;
  height: 10px;
  border-left: 2px solid #A27D35;
  border-bottom: 2px solid #A27D35;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.disabled_btn_wrap{
  text-align: center;
}
.disabled_btn{
  border: 2px solid #000;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: inherit;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  height: 80px;
  line-height: 80px;
  margin-top: 60px;
  text-align: center;
  outline: none;
  font-size: 16px;
}
.disabled_btn:hover{
  background-color: #a8a8a8;
  opacity: 1;
  color: #fff;
  transition: .3s;
}

@media screen and (min-width: 899px) {
  .minimum_only{
    display: none;
  }
  .page_head_wrap{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page_head{
    height: 500px;
  }
  .page_title{
    font-size: 3vw;
  }
  .page_title img{
    width: auto;
    height: auto;
  }
  .form_heading{
    padding-top: 90px;
  }
  .form_title{
    font-size: 30px;
  }
  .step_info{
    margin: 125px auto v 0px;
  }
  .form_inner{
    max-width: 850px;
    margin: 0 auto;
    padding-top: 90px;
  }
  .form_row{
    margin-top: 50px;
    flex-direction: row;
  }
  .form_head{
    flex-direction: row;
    width: 40%;
    justify-content: space-between;
    padding-right: 16px;
  }
  .form_label{
    text-align: left;
  }
  .form_body{
    width: 60%;
  }
  .form_horizontal{
    flex-direction: row;
  }
  input[type="text"]{
    height: 54px;
  }
  .sei_kanzi,
  .mei_kanzi,
  .sei_kana,
  .mei_kana{
    margin-top: 0;
    width: 45%;
    align-items: flex-end;
  }
  .sei_kanzi,
  .sei_kana{
    margin-right: 10px;
  }
  .form_row .form_horizontal{
    justify-content: inherit;
    margin-top: 0;
  }
  .select_box_inner{
    width: 100%;
    flex-wrap: inherit;
  }
  .form_body .year{
    width: 56%;
    margin: 0 6px 0 0;
  }
  .form_body .month{
    width: 15%;
    margin: 0 6px;
  }
  .form_body .day{
    width: 15%;
    margin: 0 6px;
  }
  .sp_mt12{
    margin-top: 0;
  }
  .sp_mt30{
    margin-top: 0;
  }
  .how_select{
    width: 100%;
  }
  .form_inner_small{
  }
  .agree_privacy_wrap{
    margin-top: 40px;
    padding: 24px 0;
    font-size: 20px;
    max-width: inherit;
  }
  label.form_agree_label{
    font-size: 20px;
  }
  label.form_agree_label::before{
    top: 9px;
  }
  input[type="checkbox"]:checked + label.form_agree_label::after{
    top: 5px;
  }
  .disabled_btn{
    max-width: 480px;
    font-size: 20px;
  }
}

@media screen and (max-width: 339px) {
  .minimum_only{
    display: block;
  }
}