@charset "UTF-8";


.pageTtl{
    padding-bottom: 100px;
}

.contactIntro{
    margin-bottom:60px;
    text-align: center;
}

.formPart{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:45px;
}

.formPart dt,.formPart dd{
    padding-bottom:30px;
    margin-bottom:30px;
}

.formPart dt{
    width:24%;
    display:flex;
    border-bottom:1px solid #d2d2d2;
    justify-content: space-between;
    padding-right:30px;
    align-items: center;
}

.formPart dd{
    width:76%;
    border-bottom:1px solid #d2d2d2;
    position: relative;
}

.formPart dt.first-child,.formPart dd.first-child{
    border-top:1px solid #d2d2d2;
    padding-top: 30px;
}


.itemInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.itemInner dt,.itemInner dd{
    border-bottom:none!important;
    padding-bottom:10px;
    margin-bottom:10px;    
}

.itemInner dt {
  width: 14%;
}

.itemInner dd{
    width: 76%;
}

.alignClear{
    align-items: baseline!important;
}

input[type="text"],
input[type="tel"],
input[type="email"]
{
    background: #f1f4f6;
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 0 20px 0 20px;
    border-radius: 0;
    -webkit-border-radius : 0;
    border: none;
}

.itemInner input[type="text"],
.itemInner input[type="tel"],
.itemInner input[type="email"]
{
    width: auto!important;
}

textarea{
    background: #f1f4f6;
    width: 100%;
    font-size: 1.6rem;
    font-size: 16px;
     padding: 10px 20px;
    height: 180px;
    border-radius: 0;
    -webkit-border-radius : 0;
    border: none;
}


label{
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}


.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 25px;
}

.radio {
  display: none;
}

/*
.mwform-radio-field-text{
    padding-left: 23px;
}
*/


select{
    min-width: 240px;
    background: #f1f4f6;
    border: none;
    line-height: 60px;
    height: 60px;
    padding-left: 20px;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px!important;
    font-size:1.6rem!important;
}
select::-ms-expand{
display: none;
}

select#pref {
  width: 340px;
}
.requred{
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    background: #253f77;
    width: 80px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 2%;
    font-weight: normal;
}

.confirm .requred{
    display: none;
}    



.radio + span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #999;
    border-radius: 30px;
}

.radio:checked + span:after {
    content: "";
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 5px;
    bottom: 0;
    /* right: 0; */
    width: 8px;
    height: 8px;
    margin: auto;
    background: #1A274D;
    border-radius: 8px;
}




input[type=checkbox] {
    display: inline-block;
    margin-right: -3px;
    display: none;
}


input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 24px;
}


.checkbox-input + span::before, input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #ffffff;
}

.checkbox-input + span::before, input[type="checkbox"] + label::before {
    border: 2px solid #000;
}


input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 11px;
    height: 6px;
    border-left: 2px solid #253f77;
    border-bottom: 2px solid #253f77;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-input{
    display: none;
}

.checkbox-input:checked + .mwform-checkbox-field-tex::after
{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}

input::placeholder {
  color: #cccccc;
}

/* IE */
input:-ms-input-placeholder {
  color: #cccccc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #cccccc;
}


.agreeBox {
  margin-bottom: 60px;
  text-align: center;
}


.agree-intro a{
    text-decoration: underline;
}

.sumbitBox{
    margin:0 auto 100px;
    text-align: center;
}

.btn-submit{
    line-height: 50px;
    width: 250px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    background: #355496;
    border: 1px solid #355496;
    border-radius: 50px;
}




.submit-confirm{
    margin:0 auto;
    display: block;
    pointer-events: none;
    opacity: 0.5;
}

.submit-confirm.clear{
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: all 0.2s;
    opacity: 1 !important;
}

.submit-back{
    background: #1a7dcc;
}


.submit-confirm:hover,
.submit-send:hover{
    color: #355496;
    background-color: #fff;
}

.submit-back:hover{
    background-color: #fff;
    color:#1a7dcc;
}

.submit-back,.submit-send{
    display: inline;
}


.confirm .agreeBox{
    display: none;
}

.confirm .radioWrap br{
    display: none;
}


.confirm .formPart dt,.confirm .formPart dd {
    margin-bottom: 0;
}


.confirm .formPart dt,
.confirm .formPart dd {
  padding-top: 30px;
}

.confirm .itemInner dt,
.confirm .itemInner dd {
  padding-top: 0!important;
}



.confirm .itemInner dt{
    display: none;
}


.confirm .itemInner dd{
    width: auto;
}    

.confirm .itemInner dd.first-child{
    width: 100%;
    border-top:none;
} 

.complete{
    margin: 0 auto 5%!important;
}


.complete .pageTxtTtl{
    font-weight: bold;
    margin-bottom: 50px;
}

.complete .impress{
    color: #253f77;
    margin-bottom: 50px;
}

.complete .fin{
    margin-bottom: 60px;
}    


.formError {
  z-index: 98!important;
}

/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

    .pageTtl {
      padding-bottom: 30px;
    }
 
    .contactIntro {
      margin-bottom: 20px;
    }


    .formPart {
      margin-bottom: 0;
    }

    .formPart dt{
        justify-content: flex-start;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .formPart dt,.formPart dd{
        width: 100%;
    }

    .formPart dt.first-child{
      padding-top: 20px;
    }

    .formPart dd.first-child {
        border-top:none;
        padding-top: 0;
    }    


    .formPart dt{
      padding-bottom: 10px;
      margin-bottom: 0;
      font-weight: bold;
    }

    .formPart dd {
      padding-bottom: 20px;
      margin-bottom: 20px;        
    }

    .requred {
      line-height: 20px;
      height: 20px;
      width: 40px;
    }

    select {
        min-width: initial;
        width: 100%;
    }

    .itemInner input[type="text"], 
    .itemInner input[type="tel"], 
    .itemInner input[type="email"] {
      max-width: 100%;
    }

    .itemInner dt{
        font-weight: normal;
    }    

    .itemInner dd {
      padding-bottom: 10px!important;
      margin-bottom: 10px!important;
    }

    .itemInner dd:last-child{
       padding-bottom: 0!important;
       margin-bottom: 0!important;       
    }

    .agreeBox {
      margin-bottom: 20px;
    }

    .sumbitBox {
      margin: 0 auto;
      text-align: center;
    }



    .confirm dt.first-child {
      border-top: none;
    }

    .confirm dt{
        background: #ededed;
        height: 50px;
        line-height: 50px;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 14px;
        margin-bottom: 15px;
    }

    .confirm dd {
      border-bottom: none;
    }

    .confirm .formPart dt, .confirm .formPart dd {
      padding-top: 0px !important;
      margin-bottom: 15px !important;
      padding-bottom: 0 !important;
    }


    .confirm .btn-submit{
        margin-bottom: 15px;
    }

    .confirm .itemInner dt{
        display: none;
    }

    .confirm .itemInner dd{
        display: inline;
    }

    .confirm .alignClear {
      align-items: center !important;
    }  

    .confirm .itemInner {
      display: inline !important;
    }

    .confirm .itemInner dd:first-child{
        display: block !important;
    }  

    
    .complete .pageTxtTtl,
    .complete .impress
    {
        margin-bottom: 20px;
    }

    .complete .fin{
        margin-bottom: 30px;
    }

    .btn-submit{
        width: 64vw;
        font-size: 1.8rem;
    }


}