@charset "UTF-8";

.faq_item{
    margin-bottom: 160px;
}
.center-contact-wrapper{
    background-color: #EDF2F5;
    padding-top: 75px;
    padding-bottom: 120px;
    margin-bottom: -125px;
}
.member .center-contact-wrapper{
    background-color: #F5F8ED;
}
.center-contact-list{
    max-width: 1185px;
    padding: 0px 60px;
    margin: 0px auto;
}
@media screen and (max-width: 866px) {
    .center-contact-list{
        padding: 0px 33px;
        margin: 50px auto 0px;
    }
}

.contents.sub.contact.member .member_area h2{
	color: #579815;
}

.center-contact-wrapper h2 {
    font-family: "Zen Maru Gothic", serif;
    font-size: 4rem;
    font-weight: 700;
    margin: 75px 0px;
}
@media screen and (max-width: 866px) {
    .center-contact-wrapper h2 {
        font-size: 2.5rem;
        margin: 50px 0px;
    }
}
.center-contact-txt{
    font-size: 1.6em;
    margin-bottom: 65px;
}
.member_area .center-contact-txt{
	color: #579815;
}
.contact-form-wrapper{
	max-width: 100%;
}

.contact-form-list{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 18px;
    font-size: 1.8rem;
}
.lower_content .member_area .contact-btn-wrapper{
	margin-bottom: 125px;
}
@media screen and (max-width: 900px) {
    .contact-form-list{
        flex-direction: column;
        margin-bottom: 38px;
    }
}
.form-post01{
    width: 100%;
}
.form-post02{
    width: 100%;
}
.contact-form-box01{
    display: flex;
	flex: 0 0 27%;
	max-width: 27%;
	box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    background-color: #9B9EA3;
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    margin: 0 38px 0 0;
}
.member_area .contact-form-box01{
	background-color: #579815;
}
.contact-tel-wrapper p, .contact-tel-wrapper p, .contact-form-list p{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600!important;
}
@media screen and (max-width: 900px) {
    .contact-form-box01 {
		max-width: none;
		width: 264px;
        margin: 0 0 19px;
    }
}
@media screen and (max-width: 866px) {
    .contact-form-box01 {
		flex: auto;
    }
}
@media screen and (max-width: 500px) {
    .contact-form-box01 {
        width: 100%;
    }
}
.contact-form-hdr{
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-size: 1.8rem;
}
.contact-form-rqd{
    background-color: #fff;
    color: #585B5F;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1px 12px;
    border-radius: 12px;
}
.member_area .contact-form-rqd{
	color: #579815;
}
.contact-form-box02-01, .contact-form-box02-02, .contact-form-box02-03, .contact-form-box02-04{
    display: flex;
    align-items: center;
	flex: 1;
}
@media screen and (max-width: 600px) {
    .contact-form-box02-01, .contact-form-box02-02, .contact-form-box02-03{
        align-items: flex-start;
        flex-direction: column;
    }
}
@media screen and (max-width: 600px) {
    .contact-form-box02-04 {
        align-items: flex-start;
    }
}
.contact-form-box02-01 label, .contact-form-box02-02 label, .contact-form-box02-03 label, .contact-form-box02-04 label{
    color: #585B5F;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-size: 1.8rem;
	white-space: nowrap;
	min-width: 36px;
}
.member_area .contact-form-box02-01 label,
.member_area .contact-form-box02-02 label,
.member_area .contact-form-box02-03 label,
.member_area .contact-form-box02-04 label{
	color: #579815;
}
@media screen and (max-width: 600px) {
    .contact-form-box02-01 label, .contact-form-box02-02 label, .contact-form-box02-03 label, .contact-form-box02-04 label{
        margin: 10px 0 0 0;
    }
}
.contact-form-box02-02{
	display: flex;
    width: 100%;
    font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
    .contact-fn-wrapper input, .contact-ln-wrapper input{
        margin: 25px 0 0 0;
    }
}

@media screen and (max-width: 500px) {
    .contact-kf-wrapper input, .contact-kl-wrapper input{
        margin: 25px 0 0 0;
    }
}
.contact-form-box02-02 input{
    width: 90%;
}
.form-txt02{
    width: 100%;
}
.contact-fn-wrapper{
	flex: 1;
	display: flex;
	gap: 8px;
	align-items: center;
    margin-right: 25px;
    font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
    .contact-fn-wrapper {
        margin: 0;
    }
	.contact-form-box02-02 input{
		padding: 20px 0px;
	}
}
.contact-ln-wrapper{
	flex: 1;
	display: flex;
	gap: 8px;
	align-items: center;
    font-size: 1.8rem;
}
.contact-kf-wrapper{
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
    margin-right: 25px;
    font-size: 1.8rem;
}
.contact-kl-wrapper{
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
    font-size: 1.8rem;
}
.contact-kl-wrapper input{
	width: 100%;
}
@media screen and (max-width: 600px) {
    .contact-kf-wrapper {
        margin: 0;
    }
}
.contact-kf-wrapper input{
	width: 100%;
}
@media screen and (max-width: 500px) {
    .contact-kf-wrapper input{
        margin-left: 0px;
    }
}
.contact-form-list input{
	width: 100%;
    border: none;
    height: 50px;
    border-radius: 10px;
	box-sizing: content-box;
	flex: 1;
}
.member_area .contact-form-list input{
	background-color: #F5F8ED;
}
@media screen and (max-width: 500px) {
    .contact-form-list input{
        width: 100%;
    }
}
.contact-form-list textarea{
    border: none;
    height: 153px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}
.member_area .contact-form-list textarea{
	background-color: #F5F8ED;
}
.contact-tel-wrapper{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}
.contact-tel-wrapper p{
    font-size: 1.8rem;
}
.contact-tel-wrapper input{
    width: 100px;
}
@media screen and (max-width: 500px) {
    .contact-tel-wrapper input {
        width: 100%;
    }
}
.contact-hyphen{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0 15px;
}
.post-code-02 input{
    width: 240px!important;
}
@media screen and (max-width: 500px) {
    .post-code-02 input{
        width: 100%!important;
    }
}
.contact-btn-wrapper{
    margin-top: 78px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.contact-btn{
	position: relative;
}
.contact-btn::after{
	content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.66px 5px 0 5px;
  border-color: #585B5F transparent transparent transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0%;
  margin: auto;
}
.member_area .contact-btn::after{
	border-color: #579815 transparent transparent transparent;
}
.contact-btn-wrapper input{
    border: solid 2px #585B5F;
    width: 195px;
    height: 68px;
    border-radius: 34px;
    position: relative;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-size: 1.7rem;
}
.member_area .contact-btn-wrapper input{
	border: solid 2px #579815;
	color: #579815;
	background-color: #fff;
}
.contact-btn-wrapper input:hover{
    cursor: pointer;
}
.contact-btn-wrapper02{
    margin-top: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 78px 20px 0;
}
@media screen and (max-width: 500px) {
    .contact-btn-wrapper02 {
        flex-direction: column;
        align-items: center;
        width: auto;
    }
}
.contact-btn-wrapper02 input{
    border: solid 2px #585B5F;
    width: 195px;
    height: 68px;
    border-radius: 34px;
    position: relative;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-size: 1.7rem;
}
.member .contact-btn-wrapper02 input{
	color: #579815;
    border: solid 2px #579815;
    background-color: #fff;
}
.contact-btn-wrapper02 .contact-btn{
	margin: 0px 20px;
}
@media screen and (max-width: 500px) {
    .contact-btn-wrapper02 .contact-btn{
        margin: 0 0 20px;
    }
}
.contact-btn-wrapper02 input:hover{
    cursor: pointer;
}
.contact-thanks_txt{
    color: #585B5F;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 50px;
}

/*Contact Form7 カスタマイズ ここから*/
.wpcf7-form-control-wrap{
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ff0000;
    font-size: 20px;
    padding: 15px 30px;
    line-height: 1.5;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 2em;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}