.contact-title {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #00af96;
    line-height: 1;
    font-size: 24px
}

.form-contact {
    padding: 30px;
    background-color: #fff;
}

.form-contact p {
    text-align: center;
    margin: 25px 0
}

.remodal {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .form-contact {
        width: calc(100% - 30px);
        margin: 30px 15px;
        padding: 30px 15px
    }
}

.form-contact .contact-description {
    font-size: 14px
}

.form-contact .form_item {
    align-items: center;
    margin-bottom: 15px
}

.form-contact .form_item_title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #3c3c3c
}

.form-contact .form_item_title span {
    background-color: #d00000;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 12px
}

.form-contact .form_item_content {
    text-align: left;
}

.form-contact .form_item_content input {
    width: 100%;
    border: 1px solid #cccccc;
    font-size: 16px;
    padding: 10px;
    line-height: 1;
    border-radius: 6px
}

.form-contact .form_item_content textarea {
    width: 100%;
    resize: none;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #cccccc
}

.form-contact .form_item_content .text-danger {
    font-size: 12px;
    margin-top: 3px;
    text-align: left;
    color: red;
    font-weight: 600;
}


.btn_area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;

}

.btn-submit {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 1.4;
    border: 3px solid currentColor;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    background: #FFFFFF;
    color: var(--main-color);
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    min-width: 150px;
}

.btn-clear {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 1.4;
    border: 3px solid #82848D;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    background: #CACACA;
    color: #82848D;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    min-width: 150px;
}

/*thanks*/
@media screen and (max-width: 1024px) {
    .l-contents .header-title {
        font-size: 24px;
        margin: 50px 0;
        letter-spacing: 0
    }

    .l-contents .sp {
        display: block
    }
}

.l-contents {
    padding: 30px;
}

.l-contents .text-thanks {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 50px;
}

.l-contents .mt-60 {
    margin-top: 60px !important
}

.l-contents .btn {
    padding: 13px 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 4px #0003;
    cursor: pointer;
    position: relative;
    transition: all .2s linear;
    display: inline-block
}

.l-contents .btn-primary {
    background-image: linear-gradient(to left, #00ccaf 0%, #00af96);
    color: #fff;
    text-decoration: none
}

.l-contents .t-center {
    text-align: center
}

.l-contents .contact-block {
    text-align: left;
    margin-top: 30px
}

.l-contents p {
    line-height: 2
}