@charset "utf-8";


*{
    box-sizing: border-box;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.contact_form_btn a{
  display:inline-block;
}

.contact_form_btn a img{
    max-width:300px;
    width:auto;
    display:block;
    margin:0 auto 30px;
}

.sup {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #777;
}

/*モーダルウィンドウ*/

  #contents .modal_content{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }

  #contents .modal_content .modal_box{
    width:100%;
    height:auto;
    max-width:980px;
    background:#fff;
    margin:0 auto;
    padding:15px;
    position:relative;
    top: 0%;
    left: 0%;
    /*transform:translate(-50%,-50%);*/
  }

  #contents .modal_content .modal_box p{
      font-size:20px;
  }

.varidation{
    color: #dc3232 !important;
    font-size: 1em;
    font-weight: normal;
    display: block;

}

.sp{
    display:none;
}

.section09 select.s_year{
  height:auto;
}

.contact_form{
    width:100%;
    max-width:100%;
    border:5px solid #ea502c;
    padding:50px;
}

.contact_form h2 {
  color: #ea502c;
  font-family: "Harucraft", sans-serif;
  font-size: 45px;
  line-height: 1.1;
  padding: 10px 0;
  letter-spacing:1px;
  text-align: center;
  text-shadow: 0px 0px 0 rgb(255 255 255),1px 1px 0 rgb(255 255 255),2px 2px 0 rgb(255 255 255),3px 3px 0 rgb(255 255 255),4px 4px 0 rgb(209,209,209), 5px 5px 0 rgb(255 255 255 / 32%),6px 6px 5px rgb(53 53 53 / 44%),6px 6px 1px rgb(255 255 255 / 50%);
}

.lp p.step{
    color:#013e74;
    font-weight:600;
    font-size:20px;
    position:relative;
    border-left:none;
    padding:0;
    padding-left:120px;
}

.lp p.step:before{
    content:'ステップ１';
    position:absolute;
    top:0;
    left:0;
    color:#ea502c;
}

.lp p.step2:before{
    content:'ステップ２';
}

.tab {
    margin: 20px 0 40px;
    /* display: flex; */
    /* margin-left:-15px; */
}


.tab .wpcf7-list-item:first-child{
   margin: 0;
}

.tab .wpcf7-list-item{
    border: 1px solid #CCCCCE;
    background: #f4f4f4;
    padding:15px;
    display:inline-block;
    padding-left:40px;
    width: calc(100% / 3 - 11px);
}

.tab .wpcf7-list-item:hover{
  cursor:pointer;
}

.tab .wpcf7-list-item input{
    opacity:0;
    display: none;
}

.tab .wpcf7-list-item-label{
    position:relative;
    padding-left:30px;
    margin-left:-30px;
    color: #003f75;
    font-weight: 600;
    padding-right: 50%;
}

.tab .wpcf7-list-item-label::before{
    content:'';
    top: 2px;
    left: 3px;
    border-radius:50%;
    width:15px;
    height:15px;
    display:inline-block;
    position:absolute;
    border: 1px solid #7c7c7c;
    background:#fff;
}

.tab .wpcf7-list-item-label.checked::before{
    background:#003F75;
    box-shadow: 0 0 0 2px #fff inset;
}

.lp table{
    width:100%;
    max-width:980px;
    margin: 20px 0 40px;
    border-collapse: collapse;
    border-spacing: 0;
}
.lp table tr{
    padding:0;
    margin:0;
}
.lp table th{
    border:1px solid #CCCCCE;
    padding:15px 10px;
    background: #f4f4f4;
    font-weight:500;
    text-align:left;
    width:30%;
}


.lp table th span{
  display:block;
  color: #003f75;
  font-weight: 600;
}

.lp table th span::before{
    color:#fff;
    margin-right: 10px;
    font-size:14px;
    border-radius:4px;
    padding:3px 10px;
}

.lp table th span::before{
    content:'任意';
    background:#347CB7;
}

.lp table th span.mandatory::before{
    content:'必須';
    background:#D9544F;
}

.lp table td{
    border:1px solid #CCCCCE;
    padding:15px;
}

.lp table td input:not(#acceptance_text){
    border:1px solid #CCCCCE;
    padding:10px;
    font-size:16px;
    width:100%;
    font-family: unset;
    border-radius: 0;
}

.lp table td select{
    border:1px solid #CCCCCE;
    padding:10px;
    font-size:16px;
    background:#fff;

}

.lp table td textarea{
    border:1px solid #CCCCCE;
    width:100%;
    font-size:16px;
    font-family: unset;
    border-radius: 0;
}

::placeholder{
    line-height:2;
    padding:10px;
}

.lp .submit_btn,.submit_btn{
    background: #003f75;
    color:#fff;
    border: 3px solid #003f75;
    font-size: 16px;
    padding:10px 30px;
    font-weight: 600;
    border-radius:6px;
    display:block;
    max-width:300px;
    margin:0 auto;
    cursor: pointer;
    font-family: unset;
}

.lp .submit_btn.back,.submit_btn.back{
    background:#666;
    margin-bottom:20px;
}

@media screen and (max-width:768px) {

    .sp{
        display:block;
    }

    .contact_form{
        padding:15px;
        border: 3px solid #ea502c;
    }
    .contact_form h2{
        font-size:25px;
        line-height:1.8;
    }
    #contents .modal_content:not(.complate) .modal_box{
      top:0;
      left:0;
      position:absolute;
      transform:translate(0,0);
    }
    #contents .modal_content .complate_text p, #contents .modal_content .confirm_text p {
     font-size:14px;
    }
    #contents .modal_content button,.lp .submit_btn, .submit_btn {
      font-size: 14px;
    }
    .tab .wpcf7-list-item{
      display:block;
      width: 100%;
      margin-bottom:15px;
    }
    .lp p.step{
        font-size:18px;
        padding-left:100px;
    }
    .lp table td,.lp table th{
        display:block;
        width:100%;
    }
    .lp table th{
        border-bottom:none;
    }
    .lp table td{
        border-bottom:none;
    }
    #acceptance_tr > td{
        border-bottom:1px solid #CCCCCE;
    }
}

/********************************************
* Now Loading
********************************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(255,255,255,0.8);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}



/********************************************
* 3/29追加
********************************************/

.main_image_inner{
  margin: 0 auto 40px;
}

.contact_img{
}

.lp h3{
  padding: 10px 1rem;
  border-left: 5px solid #003f75;
}

.lp .border_bottom{
  border-bottom: 1px solid #CCCCCE;
}

.lp .hosoku{
  font-size:14px;
  color:#4f4f4f;
}

.lp .submit_btn:hover, .submit_btn:hover{
  background:#fff;
  color:#003f75;
}


@media screen and (max-width:768px){
  .lp h3{
  font-size: 20px;
  /* background: #f4f4f4; */
  border-left: 3px solid #003f75;
  padding: 15px 1rem;
  }
  .tab{
    margin: 20px 0 40px;
  }
  .tab .wpcf7-list-item{
    margin: 0 0 15px;
  }
  .tab .wpcf7-list-item:first-child{
    margin: 0 0 15px;
  }
  .tab .wpcf7-list-item-label{
    padding-right: 45vw;
  }
  .lp table th{
  background: #d5d5d5;
  }
}



.lp table td p {
    color: #003f75;
}

