@charset "UTF-8";
.section_txt span {
	text-align: center;
    font-size: 21px;
    line-height: 2.0;
    font-weight: bold;
    display: block;
    letter-spacing: 0.1rem;
}
#contact {
	padding: 100px 0;
}
.contact_wrap {
	width: 600px;
	margin: 0 auto;
}
.contact_wrap dl {
	margin-bottom: 20px;
}
.contact_wrap dl dt {
	font-size: 13px;
	font-weight: 200;
}
.contact_wrap dl dt.required span {
	position: relative;
}
.contact_wrap dl dt.required span:after {
	content: "※";
	color: #ff0000;
	position: absolute;
	right: -30px;
	font-size: 10px;
}
.contact_wrap .lips_form {
	margin-top: 100px;
}
.contact_wrap .lips_form p {
	font-size: 13px;
	margin-bottom: 40px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    outline: none;
    background: none;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 6px;
}
input.send {
	width: 180px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	margin: 80px auto 0;
	display: block;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
					transition: all 0.6s ease-out;
	color: #fff;
	background: linear-gradient(180deg,#a9bccf 0%,#a9bccf 50%,#87a1b9 50%,#87a1b9 100%);
}
input.send:hover {
	color: #87a1b9;
	background: linear-gradient(180deg,#fff 0%,#fff 50%,#fff 50%,#fff 100%);
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	border: 1px solid #e0e0e0;
    border-radius: 0;
    outline: none;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 6px;
}

.selectbox p {
	margin-bottom: 0!important;
}

::placeholder {
	color: rgb(168, 168, 168);
	font-weight: normal!important;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../../images/contact/arrow@2x.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 10px center;
}

#contact .pc_none {
	display: none;
}

@media screen and (max-width: 767px) {
	.contact_wrap {
		width: 90%;
		margin: 0 auto;
	}
	.contact_wrap .lips_form {
		margin-top: 60px;
	}
	.contact_wrap .lips_form p {
		text-align: center;
	}
	#contact {
		padding: 100px 0 0px 0;
	}

	#contact .pc_none {
		display: block;
	}
}

/* アンケートページ */

#contact #wpcf7-f14411-o1 span.wpcf7-list-item {
	display: block;
	margin-top: 15px;
}

#contact #wpcf7-f14411-o1 .checkbox {
	margin-bottom: 50px;
}

#contact .wpcf7-list-item-label {
	padding-left: 15px;
}

#contact #wpcf7-f14411-o1 .checkbox input[type=checkbox] {
	transform: scale(1.4);
}

#contact #wpcf7-f14411-o1 .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

#contact .campaign_btn a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	width: 100%;
	max-width: 260px;
	margin: 30px auto 0;
	border-radius: 28px;
	background: #8c7851;
}

#contact .campaign_btn a:hover {
	background: #020826;
    transition : 1s;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
	#contact #wpcf7-f14411-o1 .wpcf7-list-item label {
		align-items: flex-start;
	}

	#contact #wpcf7-f14411-o1 .checkbox input[type=checkbox] {
		width: 20px;
	}

	#contact #wpcf7-f14411-o1 .checkbox .wpcf7-list-item-label{
		width: calc(100% - 3% +  5% + 20px);
	}

	#contact #wpcf7-f14411-o1 .wpcf7-list-item {
		margin: 0 0 0 3%;
	}

	#contact #wpcf7-f14411-o1 .checkbox input[type=checkbox] {
		transform: scale(1.5);
		margin-top: 4px;
	}
}

/* アンケートページ end */


