/* CONTACT
--------------------*/

.contact th,
.confirmation th {
    text-align: left;
    font-weight: 300;
    width: 285px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 29px 10px;
}

.contact td,
.confirmation td {
    width: 595px;
    vertical-align: middle;
}

.contact td,
.confirmation td {
    font-size: 16px;
    padding: 20px 10px;
}

.contact td span .confirmation td span {
    display: block;
    margin-left: 0px !important;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact td input,
.contact td select {
    width: 100%;
    max-width: 640px;
    height: 45px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #AAAAAA;
    padding: 12px;
    font-size: 16px;
}

.contact td textarea {
    width: 100%;
    max-width: 640px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #AAAAAA;
    padding: 12px;
}

 ::placeholder {
    color: #cccccc;
    font-size: 16px;
}

.contact tr:nth-of-type(4) td input[type="text"] {
    width: 120px;
}

.contact tr:nth-of-type(6) td input[type="checkbox"] {
    font-size: 20px;
}

.contact th span,
.confirmation th span {
    font-size: 12px;
    float: right;
    background: #d70c19;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    margin-top: 3px;
}

.contact tr:nth-of-type(7) th,
.contact tr:nth-of-type(7) td {
    border: none;
}

.contact textarea {
    border: 1px solid #ccc;
    width: 467px;
    height: 295px;
}

.contactBtn {
    margin: 40px auto 0;
    text-align: center;
    position: relative;
}

.contactBtn input {
    width: 300px;
    background: #64b87d;
    font-size: 14px;
    color: #fff;
    padding: 20px;
    border: none;
}

.contactBtn input:hover {
    opacity: 0.8;
    transition: 0.6s ease-in-out;
}

.contactBtn::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 37%;
    margin: auto;
}


/* お問い合わせ */

.contact h2 {
    font-size: 32px;
    font-weight: bold;
}

.contact_fv .catch_bl::before {
    content: '';
    background-image: url(./renew_img/contact_txt.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 50% 34%;
}

.contactFormWrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contactTxt {
    font-size: 16px;
    line-height: 2!important;
    text-align: center;
    /* margin-top: 150px; */
}

.contactFlow {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.contactFlow li {
    border-right: solid 1px #656565;
    padding: 10px;
    width: 230px;
    font-size: 16px;
}

.contactFlow li:first-child {
    border-left: solid 1px #656565;
}

.contactFlow span {
    display: block;
}

.flowActive {
    position: relative;
}

.flowActive::after {
    content: '';
    width: 245px;
    height: 4px;
    display: inline-block;
    background-color: #656565;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 122px);
}

.contactInput table {
    margin: auto;
    max-width: 800px;
}

.contactTelWrap {
    padding: 120px 0;
}

.contactTelWrap ul {
    text-align: center;
}

.contactTelWrap a {
    width: 416px;
    font-size: 30px;
    border: solid 1px #333333;
    text-align: center;
    padding: 34px;
    color: #333333;
    border: solid 1px #333333;
    margin: auto;
}

.contactTelbl {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-direction: column;
}

.confirmation {
    margin-bottom: 120px;
}

.confirmation .contactBtn {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.confirmation .contactBtn .return_btn {
    background: #333333;
}

.confirmation .contactBtn::after {
    right: 24%;
}

.completion {
    margin-bottom: 120px;
}

.mw_wp_form_send_error {
    text-align: center;
}

.contact th span,
.confirmation th span {
    font-size: 12px;
    float: right;
    background: #d70c19;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    margin-top: 3px;
}

.contact th .nini,
.confirmation th .nini {
    font-size: 12px;
    float: right;
    background: #666;
    color: #fff;
    border-radius: 5px;
    padding: 1px 5px;
    margin-top: 3px;
}

.contactBtn::after {
    display: none;
}

.contactTxt {
    margin-bottom: 120px;
}

.sideInner h2,
.mainInner h1 {
    border: none;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .contactFormWrap {
        margin-top: 8%;
        margin-bottom: 16%;
    }
    .mainWidth {
        width: 100%;
        margin: 0 auto;
    }
    .postViewInr {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .postViewInr img {
        display: block;
        margin: 0 auto;
        height: auto;
    }
    .mainInner {
        width: 90%;
        margin: 0 auto;
    }
    .SplitInr {
        width: 90%;
        margin: 0 auto;
    }
    .contactInput table {
        max-width: 100%;
    }
    .contactFormWrap tr {
        display: block;
    }
    .contact th span {
        margin-left: 10px;
    }
    .contact th,
    .confirmation th {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 0;
    }
    .contact td input,
    .contact td select {
        width: 100%;
    }
    .contactBtn::after {
        right: 30%;
    }
    .floatRight,
    .mainInner {
        float: none;
    }
    .postthumbnailWrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact th span,
    .confirmation th span {
        padding: 5px 10px !important;
        margin-top: -5px !important;
        padding-top: 7px !important;
    }
    .contact td,
    .confirmation td {
        box-sizing: border-box;
    }
    .contactInput table {
        width: 100%;
    }
    .contact,
    .completion {
        padding: 0;
    }
    .contact td,
    .confirmation td {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .contact th,
    .confirmation th {
        padding: 0;
    }
    .margT40 {
        margin-top: 0 !important;
        padding-top: 120px;
    }
    .contact td input,
    .contact td select {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .contactBtn input {
        margin-bottom: 30px;
    }
}

input[name="submitBack"] {
    background-color: #666666;
    /* 背景色 */
    color: #fff;
    /* テキスト色 */
}

@media screen and (max-width: 1200px) {
    .contact td,
    .confirmation td {
        width: 100%;
    }
}

.br_sp{
	display:none;
}

@media screen and (max-width: 1024px) {
	.br_sp{
	display:block;
}
}