@charset "UTF-8";

.content {
	background-color: #EDE6E0;
}

.content__inner {
	padding: 120px 20px;
}

.c-title {
	text-align: center;
}

.contact__content__inner {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 40px;
    background: #ffff;
}
.contact__contain {
	margin-top:60px;

}

.contact__note {
	margin-top: 60px;
	line-height: 1.5;
    /* text-align: center; */
}
.c-contact__title {
	max-width: 220px;
}

.contact__form {
	margin-top: 60px;
}

.contact__form__list {
	display: flex;
	row-gap: 10px;
	margin-top: 40px;
}

.contact__form__list label {
	width: 30%;
}

.contact__form__list span {
	width: 70%;
}
.contact__form__list input, .contact__form__list textarea {
	width: 100%;
	border: 1px solid ;
	padding: 12px;
    resize: vertical;
}

.contact__form__submit {
    margin-top: 60px;
}

.contact__form__submit input {
    width: 335px;
    height: 54px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25em;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	border: none;
	transition: 0.3s;
}

.contact__form__submit input:hover {
    opacity: 0.7;
}

.wpcf7-spinner {
	display: none;
}

.required {
    color: red;
    font-size: 11px;
    margin-left: 10px;
}

@media screen and (max-width:760px) {

    .contact__note {
        font-size: 13px;
    }

    .contact__content__inner {
        padding: 60px 20px;
    }

	.contact__form__list {
        flex-direction: column;
    }

    .contact__form__list label {
        width: 100%;
    }
    
    .contact__form__list span {
        width: 100%;
    }

    .contact__form__submit input {
        width: 100%;
    }
}

.confirm__list {
    margin-top: 60px;
}

.confirm__list__li {
    display: flex;
    margin-top: 30px;
}

.confirm__list__left {
    width: 30%;
}

.confirm__list__right {
    width: 70%;
    line-height: 1.5;
}

.confirm__btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.wpcf7-previous {
    width: 260px;
    height: 50px;
    background: #ada9a9;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}

.wpcf7-submit {
    width: 260px;
    height: 50px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}

.wpcf7-previous:hover ,.wpcf7-submit:hover {
    opacity: 0.6;
}

.contact__message {
    text-align: center;
    margin-top: 30px;
}