.border{
    border: 5px solid #f9cec1;
    padding: 55px 40px 40px;
    border-radius: 30px;
}
.form-content h3{
    font-size: clamp(30px, 1.8vw , 42px);
    margin-bottom: -28px;
}
.form-content h3 span{
    padding: 0 30px;
}
.form-content table{
    width: 100%;
    border: 1px solid #ccc;
}
.form-content table th{
    font-size: 18px;
    font-weight: bold;
    background: #f9cec1;
    border-bottom: 1px solid #ccc;
    width: 427px;
    padding: 30px 40px;
    vertical-align: text-top;
}
.form-content table .required-srt {
    font-size: 15px;
    font-weight: bold;
    background: #da6272;
    float: right;
    padding: 3px 14px 4px;
    color: #fff;
}
.form-content table td {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 40px 16px;
}

.form-content table input,
.form-content table select,
.form-content table textarea {
    width: 100%;
    background: #f5f5f5;
    border: none;
    padding: 0 20px;
    height: 50px;
    border-radius: 0;
}
.form-content table .pref-select select {
    appearance: none;
    background: #f5f5f5 url(../img/common/icon_arrow_bottom_color-pink.svg) no-repeat right 20px center;
    background-size: 12px 7px;
    color: #333;
  }

.form-content table .zip-box input,
.form-content table .pref-select select {
    width: 310px;
    margin-bottom: 10px;
}
.form-content table textarea {
    padding: 15px;
    height: 200px;
}

.form-content table input,
.form-content table select,
.form-content table textarea,
.form-content table input::placeholder,
input[type="submit"] {
    font-family: 'Noto Sans JP';
    letter-spacing: 0.05em;
}

.form_txt {
    margin: 30px 0 10px;
    color: #999;
    font-size: 14px;
}
.form_txt a {
    color: #999;
    border-bottom: #999 1px solid;
    padding-bottom: 3px;
}
.btn_wrap{
    text-align: center;
    margin: 40px auto 0;
}
.btn_wrap span{
    position: relative;
    display: inline-block;
}
.btn_wrap span::before{
    content: '';
    background: url(../img/contact/icon-mail.png)no-repeat;
    width:30px;
    height: 24px;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    z-index: 1;
}
.btn_submit {
    width: 450px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    border: none;
    color: #fff;
    background: var(--site-main-color);
    border-radius: 100px;
    padding: 16px 0 18px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: all 0.2s;
}
.btn_submit:hover {
    background: #ffbcbc;
}

/*---sent---*/
.intro{
    border: var(--site-primary) 4px solid;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .border{
        padding: 40px 20px 30px;
    }
    .form-content table th{
        font-size: 16px;
        width: 40%;
        padding: 30px 20px;
    }
    .form-content table td{
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 568px) {
    .form-content h3{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .border{
        margin: 0 -5.7vw;
        border-radius: 0;
        padding: 20px 0;
        border-left: none;
        border-right: none;
    }
    .form-content table{
        width: 100%;
        border-left: none;
        border-right: none;
    }
    .form-content table th,
    .form-content table td{
        display: block;
        width: 100%;
    }
    .form-content table th{
        padding: 10px  5.3vw;
    }
    .form-content table td{
        padding: 15px 5.3vw;
    }
    .form-content table .required-srt{
        font-size: 12px;
    }
    .btn_submit{
        width: 100%;
    }
    .btn_wrap span{
        display: block;
    }
    .btn_wrap{
        margin: 30px auto 0;
    }
    .btn_wrap span::before{
        left: 28%;
        width: 20px;
        height: 17px;
    }
    .btn_submit {
        font-size: 17px;
        padding: 12px 0 14px;
    }
    #sent h2{
        margin:20px 0 43px;
    }

}

/*===============================================
 *	[ハイフンなしで入力！]を非表示
===============================================*/
#autozip {
  display: none !important;
}

