.formmail-table { display: table; table-layout: fixed; width: 100%; background: #fff; border-top: 2px solid #005fae; border-collapse: collapse; }
.formmail-agreement{margin-top: 30px; margin-bottom: 80px;}
.formmail-table2{margin-bottom: 40px;}
.formmail-table3{margin-bottom: 25px}
#vue-app .formmail-table .row { display: table-row; margin-right: 0; margin-left: 0; border-bottom: 1px solid #e5e5e5; }
.formmail-table .th { display: table-cell; vertical-align: middle; padding: 13px 20px; width: 240px; font-size: 18px; color: #222;
  font-weight: 700; word-break: keep-all; text-align: center; background-color: #f5f5f5; line-height: 28px}
.formmail-table .td { display: table-cell; vertical-align: middle; padding: 10px 20px; font-size: 15px; color: #555555; }
.formmail-table .td textarea { padding: 20px; width: 100%; height: 200px; font-size: 18px; color: #555555; background-color: #fff; border: 1px solid #e5e5e5; }
.formmail-table .td input[type="text"],
.formmail-table .td select { max-width: 340px; width: 100%; height: 40px; font-size: 18px; background-color: #fff; border: 1px solid #e5e5e5; }
.formmail-table .td input[type="text"].etc-input{max-width: 230px;}
.formmail-table .td p { margin-top: 5px; color: #999999; }
.formmail-table .td b { padding-left: 10px; font-weight: 500; }
.formmail-table .birth-box-wrap { font-size: 0; }
.formmail-table .birth-box-wrap > select { margin-right: 15px; width: 100px; }
.formmail-table .radio { margin-right: 50px; }
.formmail-table .check { margin-right: 50px; }
.formmail-table .td .input-file { position: relative; padding-right: 110px; }
.formmail-table .td .input-file [type="file"] { position: absolute; width: 1px; height: 1px;clip: rect(0, 0, 0, 0); border: 0 none; }
.formmail-table .td .input-file .file-label{
    display: inline-block; vertical-align: top; position: absolute; top: 0; right: 0; padding: 0 25px; width: 110px; height: 50px; line-height: 50px;
    color: #fff; text-align: center; font-size: 15px; background: #555555; border: 1px solid #222;
}
.formmail-table .td .input-file .file-name { max-width: 100%; width: 100%; height: 50px; line-height: 50px; text-indent: 5px; border: 1px solid #ddd; }
.formmail-table .td .file-focus { outline: 1px dotted #d2310e; }
.formmail-table .form-tel select.select,
.formmail-table .form-tel input.input { width: 28.5%; }
.formmail-table .form-tel--wide select.select { width: 38%; }
.formmail-table .form-tel--wide input.input { width: 55%; }

.formmail-table-caption{
    font-size: 14px;
    text-align: right;
    color: #999;
    margin-bottom: 15px;
}

.form-cap{color: #666; font-size: 20px; line-height: 1; margin-left: 18px; font-weight: 400;}

.agree-table__box{ overflow-x: hidden; overflow-y: auto; margin-bottom: 15px; padding: 15px; width: 100%; height: 250px; background: #fff; border: 1px solid #ddd; }

.formmail-agreement { padding: 30px 15px; text-align: center; border: 5px solid rgba(2,96,175,.3); }
.formmail-agreement .check { vertical-align: middle; }
.formmail-agreement .button { vertical-align: middle; margin-left: 10px; padding: 2px; font-size: 15px; color: #0260af;
  font-weight: 700; cursor: pointer; }

.formmail-buttons{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    margin: 30px -5px 0; text-align: center;
}
.formmail-buttons .button { margin: 0 5px; width: 150px; font-size: 15px; height: 50px; }
/* .form-title { padding-bottom: 10px; line-height: 20px; font-size: 20px; color: #333333; font-weight: 500; border-bottom: 1px solid #aaaaaa; }
.form-title .check { float: right; }
.form-caption { display: block; margin-top: 10px; } */
@media (max-width: 1024px){
    .formmail-table .th { display: block; padding: 8px 0; width: 100%; font-size: 14px; border-right: none !important; }
    .formmail-table .td { display: block; padding: 8px 0; width: 100%; height: auto; font-size: 14px; }
    .formmail-table .td input[type="text"], .formmail-table .td select { max-width: none; height: 40px; font-size: 14px; }
    .formmail-table .td textarea { height: 150px; }
    .formmail-table .birth-box-wrap > select { margin-right: 5px; width: calc(33.33333% - 4px); }
    .formmail-table .birth-box-wrap > select:last-child { margin-right: 0; }

    .formmail-agreement { padding: 18px 15px; border-width: 2px; }
    .formmail-agreement .button { font-size: 12px; }

    .formmail-buttons { margin: 30px -2px 0; }
    .formmail-buttons .button { margin: 0 2px; height: 40px; font-size: 14px;}

    .formmail-agreement{margin-top: 20px; margin-bottom: 60px;}
    .formmail-table2{margin-bottom: 30px;}
    .formmail-table3{margin-bottom: 15px}

    .form-cap{font-size: 16px; display: block; margin-top: 10px; margin-left: 0}
}

input[type=file]{padding: 0 10px 0 0; height: 40px; width: 100%; max-width: 340px}
/* input[type=file] button {
  padding: 5px;
  border-radius: 0;
  background-color: #4e4e4e;
  margin: 0;
  height: 40px;
  width: 120px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  border: 0;
  outline: 0;
} */

.input-file .file-label {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #555555;
    border: 1px solid #222;
}

.inquiry-caution{font-size: 20px; line-height: 30px; color: #666;}
.inquiry-caution:nth-child(2){margin: 10px 0}

.inquiry-button2{margin: 60px auto 0; padding: 16px 110px;}

@media (max-width: 1024px){
  input[type=file]{max-width: 100%}

  .inquiry-caution{font-size: 16px; line-height: 26px;}
  .inquiry-caution:nth-child(2){margin: 5px 0}

  .inquiry-button2{margin: 40px auto 0; padding: 16px 110px;}
}

/* user-view */
.pass-modal{
    padding: 0 15px;
    background-color: rgba(255,255,255,0);
}

.pass-modal .modal__close{
    right: 15px;
    width: 48px;
    height: 48px;
}

.pass-modal .modal__body{
    background-color: #fff;
    padding: 30px;
    margin: 0;
}

.pass-input-wrap h2{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.pass-input{
    display: flex;
    justify-content: center;
}

.pass-input input{
    background-color: #fff !important;
    border: 1px solid #e5e5e5 !important;
    height: 38px;
    font-size: 16px;
    width: 250px;
}

.pass-input button{
    color: #fff;
    background-color: #005fae;
    border-color: #005fae;
    height: 38px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}

.pass-table-wrap{
    position: relative;
    z-index: 100000;
}

.pass-table{
    border-top: 2px solid #005fae;
    table-layout: fixed;
}

.pass-table tr>*{
    font-size: 18px;
    padding: 18px 10px;
    line-height: 28px;
}

.pass-table tr{
    border-bottom: 1px solid #e1e1e1;
}

.pass-table tr th{
    color: #005fae;
    background-color: #f5f5f5;
    max-width: unset;
    width: 118px;
}

.pass-table tr td{
    width: calc(100% - 118px;);
}

.pass-modal-btn{
    padding: 16px 45px;
    border-radius: 0;
    display: block;
    height: auto !important;
}

.colse-hide{
    width: 48px;
    height: 48px;
    background-color: #fff;
    top: 0;
    right: 15px;
    z-index: 9999;
    position: absolute;
}

@media (max-width:1024px){
    .pass-table tr>*{
        font-size: 16px;
        padding: 10px 5px;
        line-height: 26px;
    }

    .pass-modal-btn{
        font-size: 16px !important;
        max-width: 150px !important;
    }

    .pass-modal .modal__buttons{
        padding-top: 30px;
    }

    .pass-modal .modal__close{
        transform: scale(0.8);
        right: 7px;
        top: -7px;
    }

    .pass-modal .modal__body{
        padding: 15px;
    }
}
@media (max-width:768px){

}
@media (max-width:500px){
    .pass-input-wrap h2{
        font-size: 20px;
    }

    .pass-input input{
        width: 100%;
    }
}
