/*-------------------------
    20220304 追加ページ
-------------------------*/

.apply-section{
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 60px;
}
.page-title{
    background: #fcd10c;
    border-radius: 4px;
    color: #543919;
    line-height: 1em;
    margin: 2em 0;
    padding: 0.6em 1em;
}
.terms-wrap h3{
    border-bottom: 2px solid #543919;
    color: #543919;
    font-size: 22px;
    margin: 0;
    padding-bottom: 0.3em;
    text-align: center;
}
.terms-scroll{
    max-height: 35vh;
    background: #f2f2f2;
    margin: 1em 0;
    overflow-y: scroll;
    padding: 1em 2em;
}

/* 利用規約確認ボタン */
.policy{
  margin: 20px auto;
  text-align: center;
}
.submit_btnarea {
    max-width: 300px;
    margin: 0 auto;
}
.link-btn{
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}
.form_btn.v-btn,
.link-btn{
    background: #FDD10D !important;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #543919 !important;
    width: 100%;
    padding: 10px !important;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease-out;
    position: relative;
}
.form_btn.v-btn{
    height: auto !important;
}
.form_btn:hover,
.link-btn:hover{
    border: 1px solid #543919 !important;
    background: #fff !important;
    color: #543919 !important;
}
.back_btn.v-btn{
    background: #c7c7c7 !important;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #543919 !important;
    width: 100%;
    padding: 10px !important;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease-out;
    position: relative;
    height: auto !important;
}
.back_btn:hover{
    border: 1px solid #543919 !important;
    background: #fff !important;
    color: #543919 !important;
}
button[type="submit"][disabled] {
    background-color: #fff;
    color: #ccc;
    border-color: #ccc;
    cursor: default;
}
button[type="submit"][disabled]:hover{
    opacity:1;
}

/* 問い合わせフォーム */
.form-tbl{
    display: block;
    width: 100%;
    margin: 2em 0;
}
.form-tbl tbody{
    display: block;
}
.form-tbl tr{
    display: block;
    margin: 1.5em 0;
}
.form-tbl th{
    display: block;
    color: #543919;
    margin-bottom: 0.5em;
    text-align: left;
}
.form-tbl td{
    display: block;
    width: 100%;
}
/*
.form-tbl input{
    width: 100%;
    background-color: #eee;
    border: 1px solid #d8d8d8;
}
*/
/*
.form-tbl input:focus{
    outline: none;
    background: #f7f1d6;
    border: 1px solid #FDD10D;
}
*/
.txt-center{
    display: flex;
    align-items: center;
}
.controll-error{
  font-size:12px;
  color:#ff5252;
}
.address-search{
    display: inline-block;
    background: #543919;
    border: 1px solid #543919;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    margin-left: 1em;
    padding: 0.35em 1.5em;
    text-decoration: none;
    transition: all .3s ease-out;
}
.address-search:hover{
    background-color: #fff;
    color: #543919;
}

.kanryo-wrap{
    margin: 2em 0;
}
.kanryo-wrap p{
    text-align: center;
}
