@charset "UTF-8";
/***
*** フォーム
*** 参考：https://codepen.io/satosubarusan/pen/LYymeQd
**/

.formTable-address-wrap {
  display: flex;
}

.formTable-address-th {
  padding: 1.5em 0.5em;
}


@media only screen and (max-width: 750px) {
  .formTable-address-th {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .point_text {
    padding-left: 1em;
  }
}

/*ここからチェックボックス用*/
.contact_box_br label{
  display: flex;
  align-items: center;
}
/*ここまでチェックボックス用*/



.contact_box_check {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0em auto 0em;
  padding: 4em 0 0;
}

.contact_box_check_text {
  margin-top: 0;
}

.contact_box_check label {
  display: inline-block;
}

.contact_box_check label span {
  margin-left: .3em;
}

.contact-submit-wrap {
  text-align: center;
}

.contact_box_check input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}

.contact_box_check .cbx-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.contact_box_check .cbx-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  cursor: pointer;
  transform: translateY(-50%);
}

.contact_box_check .cbx-input:checked + label:before {
  background: #fff url(../img/contact-check.svg) no-repeat center -100%;
  background-size: 15px auto;
}

input[type="submit"]:disabled {
  opacity: .2;
  cursor: not-allowed;
}

.error-txt {
  color: #9E0404;
  font-size: 13px;
  margin-top: 5px;
}

.koumoku_box > div:nth-child(3) .kibou_box,   /* 2番目 */
.koumoku_box > div:nth-child(4) .kibou_box {   /* 3番目 */
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 750px) {
    form input.date {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .kibou_box {
      width: 100%;
      margin-right: 0;
      margin-top: 1em;
      margin-bottom: 0.5em;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

.contents-title{
  font-size: 120%!important;
}

@media screen and (min-width: 750px) {
.contents-title {
  margin-bottom: 0.3em!important;
  font-size: 170%!important;
}
}
/* アピールテキスト */
.point_box{
	text-align: center;
}
.point_text {
    position: relative;
    padding: 1rem 1.5rem;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    color: #BC9D66;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.point_number{
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
}
.point_text::before,
.point_text::after {
    position: absolute;
    top: 2.5rem;
    height: 1.8rem;
    content: '';
}
.point_text::before {
    left: -1rem;
	content: url(../img/icon_left.png);
}
.point_text::after {
    right: -1rem;
    content: url(../img/icon_right.png);
}
@media screen and (max-width: 767px) {
  .point_text{
    font-size: 1.2rem;
  }
  .point_number{
    font-size: 1.2rem;
  }
  .point_text::before, .point_text::after{
    top: auto;
  }
}

/* ステップバー */
.step-bar{
	display: flex;
	justify-content: center	;
	position: relative;
    font-size: 1.25rem;
    font-weight: 600;
}
.step-bar .step{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #D5D2CA;
    border-radius: 200px;
    color: #D5D2CA;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    height: 35px;
    width: 35px;
	font-size: 20px;
	font-style: normal;
  letter-spacing: 0;
}
.step-bar .step:not(:first-child) {
    margin-left: 27px;
    position: relative;
}
.step-bar .step:not(:first-child)::before {
    background-image: linear-gradient(to right, #D5D2CA 2px, transparent 2px);
    background-repeat: repeat-x;
    background-size: 5px 2px;
    background-position: left bottom;
    content: "";
    display: block;
    height: 2px;
    left: -26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}
.step-bar .active{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #BC9D66;
    border: 2px solid #BC9D66;
    border-radius: 200px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.step-bar .active:not(:first-child)::before{
    background-image: linear-gradient(to right, #BC9D66 2px, transparent 2px);
    background-repeat: repeat-x;
    background-size: 5px 2px;
    background-position: left bottom;
    content: "";
    display: block;
    height: 2px;
    left: -26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
}
@media screen and (max-width: 767px) {
    .step-bar .step {
        font-size: 14px;
        height: 27px;
        width: 27px;
        border: 1px solid;
    }
}
/* 次へボタン */
.form-btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 100px;
}
.action_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.next-btn,
.btn_approval {
  display: block;
  /* background: url(../img/icon_arrow_right.png) no-repeat right 20px center; */
  background-color: #b7b7b7;
  background-size: 0.75rem;
  border: none;
  border-radius: 31px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
  padding: 18.3px 20px;
  width: 60%;
  max-width: 373px;
  transition: all 0.5s ease ;
}
.next-btn.active,
.btn_approval.active {
    pointer-events: auto;
    cursor: pointer;
    padding: 18.3px 20px;
    color: #fff;
    border-radius: 31px;
    width: 373px;
    font-size: 1.125rem;
    /* background: url(../img/icon_arrow_right.png) no-repeat right 20px center; */
    background-color: #BC9D66 ;
    background-size: 0.75rem;
}
.next-btn.first_btn.active,
.btn_approval.active {
    margin-right: 0;
}
.btn_approval.active{
    background-color: #9E0404 ;
}
.next-btn,
.btn_approval{
    grid-area: next;
    position: relative;
}
.next-btn{

}
.next-btn::after {
    content: ">>";
    margin-left: 15px;
}
/* 戻るボタン */
.prev-btn {
    font-size: 16px;
    height: 24px;
    margin-right: 22px;
    background: none;
    text-align: right;
    font-weight: bold;
    position: relative;
    border: none;
    position: absolute;
    left: 34.5%;
    transform: translateX(-100%);
    margin-right: 10px;
        pointer-events: auto;
    cursor: pointer;
}
.prev-btn::before{
    content: "<";
    margin-right: 15px;
}
/* 送信ボタン */
.submit {
  padding: 10px 20px;
  background: rgb(12,137,183);
  background: linear-gradient(0deg, rgba(12,137,183,1) 0%, rgba(12,183,183,1) 100%);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s ease;
}
.input-container {
  padding: 30px 78.5px 30px 60.5px ;
  margin: 40px 0 50px;
  background: #fff;
  width: 100%; /* 幅を100%に設定 */
  max-width: 696px; /* 最大幅を696pxに指定 */
  border-radius: 10px;
  box-sizing: border-box;
  margin-inline: auto;
}

.input-wrap,
.label-wrap {
  margin-inline: auto;
}
.input-item {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding:10px;
}
.form-submit {
  margin-top: 30px;
  text-align: center;
}

/*  */
.koumoku_box{
      padding: 30px 78.5px 30px 60.5px;
    margin: 40px 0 50px;
    background: #fff;
    width: 100%;
    max-width: 696px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-inline: auto;
        padding: 5%;
}

form .formTable .koumoku_box div span.must {
    line-height: 1;
    color: rgb(255, 255, 255);
    margin-left: 0.5em;
    font-size: 12px;
    letter-spacing: 4px;
    display: inline-block;
    vertical-align: text-bottom;
    background: rgb(158, 4, 4);
    padding: 0.5em 0.7em;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
}
form .formTable .koumoku_box textarea{
  width: 100%;
}
form .formTable .input-item{
  background: rgb(227, 227, 227);
  width: 100%;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}
form .formTable input[type="checkbox"],
form .formTable input[type="radio"],
form .formTable input[type="date"],
form select{
  width: auto!important;
}

.koumoku_name{
    font-size: clamp(16px, 4vw, 20px);
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    padding-left: 0;
    position: relative;
    font-style: normal;
    font-family: 'Noto Sans JP', sans-serif;
}
.koumoku_contents{
  padding-bottom: 1em;
    padding-top: 0.5em;
}
.koumoku_contents_end{
    padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
    .action_btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    form .formTable input[type="date"],
    form select{
      width: 100%!important;
    }
    
}
@media screen and (max-width: 767px) {
    .next-btn, .btn_approval, .next-btn.active, .btn_approval.active {
        width: 100%;
        max-width: 335px;
        height: 43px;
        margin-right: -4px;
        padding: 0 2rem;
        font-size: 18px;
        background-size: 0.540625rem;
    }
}
@media screen and (max-width: 767px) {
    .next-btn, .btn_approval {
        width: 100%;
        max-width: 335px;
        height: 43px;
        margin-top: -5px;
        margin-right: -4px;
    }
}
@media screen and (max-width: 1300px) {
    .prev-btn{
        left: 30%;
    }
}
@media screen and (max-width: 1000px) {
    .prev-btn{
        left: 22%;
    }
}
@media screen and (max-width: 767px) {
    .prev-btn {
        width: 100%;
        margin-top: 22px;
        margin-left: 44px;
        text-align: center;
        right: auto;
        left: auto;
        position: relative;
        transform: none;
        margin-inline: auto;
        font-weight: 500;
    }
}


@media only screen and (max-width: 750px) {
    form input.date {
        width: 100%!important;
        margin-right: 0;
        margin-bottom: 1em;
    }
}

.header-inner{
  padding: 15px 5%!important;
}
@media screen and (min-width: 1320px) {
    .header-inner {
        padding: 22px 1%!important;
    }
}

/* footer */
.footer{
  padding-bottom: 50px!important;
}