@charset "UTF-8";
/*==================================================
CONTACT
==================================================*/
.red {
    color: #dc3232;
}
/*==================================================
FORM
==================================================*/
@media (min-width:1297px){
    .sec_form{
    border-radius: min(4vw, 20px) 0 0 0;
    margin-left: calc(calc(100vw - 66px - 1230px) / 2);
    }
}
.sec_form {
    background: #fff;
    padding: 1px;
}
.form_inr {
    width: min(94%, 900px);
    margin: min(10vw, 70px) auto min(20vw, 220px);
    font-size: min(3.5vw, 16px);
}

input[type="text"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    background: #f9f7f8;
    border-radius: 5px;
    padding: 5px;
}
.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.td_item {
    display: flex;
    align-items: center;
}
.td_item:not(:first-child) {
    padding-top: min(2vw, 15px);
}
.td_item:not(:last-child) {
    padding-bottom: min(2vw, 15px);
    border-bottom: 1px solid #efefef;
}
.td_r, .td_l {
    align-items: center;
    display: flex;
}
.tr {
    display: flex;
    border-bottom: 1px solid #efefef;
    padding: min(4vw, 15px) 0;
    line-height: 1;
}
.th {
    width: 220px;
    padding: 1em 0;
}
.td {
    width: calc(100% - 220px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media (max-width:760px){
.td_item {
    justify-content: flex-start;
}
.tr {
    flex-direction: column;
}
.th{
    width: 100%;
    padding: 0 0 20px;
    font-weight: 600;
}
.td {
    width: 100%;
}
}
.link_btn {
    display: block;
    text-align: center;
    color: #fff;
    background: #2d2d2d;
    font-size: min(3.5vw, 18px);
    width: min(70vw, 500px);
    padding: min(5vw, 28px) 0;
    border-radius: 6px !important;
    font-weight: 500;
    margin: 0 auto;
}
input.send_btn:disabled{
    background: #ccc;
}
.send_btn_inr {
    text-align: center;
    margin: min(10vw, 80px) 0 0;
}
.check_wrap {
    margin: min(6vw, 40px) auto 0;
    text-align: center;
}
.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
form.wpcf7-form:not(.sent) .send_complete{
    display: none !important;
}


.wpcf7-form-control-wrap[data-name*="your-name"],
.wpcf7-form-control-wrap[data-name*="your-kana"]{
    width: 70%;
    margin: 0 min(0.5vw,0.7em);
    display: inline-block;    
}
.wpcf7-form-control-wrap[data-name*="your-zip"] {
    width: 30%;
    margin: 0 0.7em;
    display: inline-block;
}
.wpcf7-form-control-wrap[data-name*="your-tel"] {
    width: 20%;
    margin: 0 0.7em;
    display: inline-block;
}
.wpcf7-form-control-wrap[data-name*="your-zip1"],
.wpcf7-form-control-wrap[data-name*="your-tel1"]{
    margin-left: 0;
}
.wpcf7-form-control-wrap[data-name*="your-address"] {
    width: 70%;
}
input[type="text"],
input[type="email"],
textarea, select{
    width: 100%;
}

.privacy_scroll {
    font-size: min(3vw, 14px);
    line-height: 1.4;
    height: 8em;
    overflow: scroll;
    border: 1px solid #efefef;
    padding: min(3vw,20px) min(3vw,20px) 0 min(3vw,20px);
}
/*送信完了*/
form.wpcf7-form.sent .tbl{
    display: none;
}
.complete_inr {
    margin-bottom: min(10vw, 100px);
}
.complete_ttl {
    font-size: min(5vw, 30px);
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: min(3vw, 30px);
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid-tip {
    color: #fff;
    background: #dc3232;
    padding: 0.5em;
}

.check_wrap a {
    color: #36c;
    text-decoration: underline;
}
.check_wrap input.check_ok {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}