/*=======================
基本設定
=======================*/

.btn input {
	align-items: center;
	background: #6c9c28;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	height: 51px;
	justify-content: center;
	letter-spacing: 0.05em;
	width: 150px;
}

.btn.-back {
	background: #c2c2c2;
}

br.is-pc {
	display: block;
}

br.is-sp {
	display: none;
}

.contactForm {
	color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 70px;
}

dl {
	align-items: flex-start;
	display: flex;
	margin-bottom: 29px;
}

dl:last-child {
	margin-bottom: 0;
}

dl.zip input,
dl.phone input {
	width: 179px;
}

dl.select01 dd::before,
dl.select02 dd::before {
	border-bottom: 1px solid #6c9c28;
	border-right: 1px solid #6c9c28;
	content: "";
	height: 13px;
	position: absolute;
	right: 27px;
	top: 45%;
	transform: translateY(-50%) rotate(45deg);
	width: 0;
	width: 13px;
}

dt {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
	padding-top: 13px;
	width: 195px;
}

dt .required {
	align-items: center;
	background: #6c9c28;
	color: #FFFFFF;
	display: flex;
	font-size: 11px;
	height: 26px;
	justify-content: center;
	letter-spacing: 0.02em;
	width: 50px;
}

dd {
	align-items: center;
	display: flex;
	position: relative;
	width: calc(100% - 215px);
}

dd input,
dd textarea,
dd select {
	background: #f8f6f1;
	border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	min-height: 51px;
	padding: 14px 25px;
	width: 100%;
	word-break: break-all;
}

dd input::-moz-placeholder,
dd textarea::-moz-placeholder,
dd select::-moz-placeholder {
	color: #bbbbbb;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}

dd input::placeholder,
dd textarea::placeholder,
dd select::placeholder {
	color: #bbbbbb;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}

dd input:focus,
dd textarea:focus,
dd select:focus {
	background: #fff;
	outline: 0.5px solid #6c9c28;
}

dd textarea {
	width: 100% !important;
}

dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

dd .zip-btn {
	align-items: center;
	background: #a29f95;
	display: flex;
	height: 51px;
	justify-content: center;
	width: 100px;
}

dd .zip-btn a {
	align-items: center;
	color: #f8f6f1;
	display: flex;
	font-size: 13px;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
	width: 100%;
}

.contactForm-txt {
	margin-top: 38px;
	text-align: center;
}

.contactForm-txt a {
	color: #417fc4;
}

.btn-wrapper {
	margin-top: 59px;
}

.btn-wrapper .btn {
	margin: 0 auto;
}

.wpcf7-form-control-wrap {
	display: contents;
}

.wpcf7-not-valid-tip {
	bottom: -20px;
	position: absolute;
}

.wpcf7-form.sent .wpcf7-response-output {
	display: none;
}

.thanks-txt {
	font-size: 15px;
	line-height: 2;
	text-align: center;
}

@media (hover: hover) and (pointer: fine) {

dd .zip-btn a:hover {
	text-decoration: none;
}

}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

dd .zip-btn a:hover {
	text-decoration: none;
}

}


@media not screen and (min-width:768px) {

br.is-pc {
	display: none;
}

br.is-sp {
	display: inline;
}

}

