@charset "UTF-8";

.intro {
	padding: 66px 0 80px;
}

.cmn_ttl {
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: none;
}

.intro_lead {
	margin-top: 60px;
	text-align: center;
}

.intro_tel {
	margin-top: 80px;
	text-align: center;
}

.intro_tel a {
	display: inline-block;
	position: relative;
	padding: 5px 5px 5px 50px;
}

.intro_tel a:before {
	position: absolute;
	font-family: icomoon;
	content: "\e906";
	font-size: 42px;
	line-height: 1;
	color: #0644A7;
	top: 50%;
	left: 0;
	margin-top: -21px;
}

.intro_tel_time {
	margin-top: 8px;
}

/* フォームからのお問い合わせ */

.form {
	padding: 110px 0 130px;
}

.form_ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.wpcf7-form>div {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}

@media screen and (max-width:640px) {
	.wpcf7-form>div {
		flex-direction: column;
	}
}


.wpcf7-form>div p:first-of-type {
	width: 17.5%;
	min-width: 250px;
	position: relative;
	padding-right: 60px;
	display: flex;
	align-items: center;
	justify-content: right;
}

@media screen and (max-width:640px) {
	.wpcf7-form>div p:first-of-type {
		width: 100%;
		justify-content: left;
	}

	.wpcf7-form>div p:last-of-type {
		margin-top: 10px;
	}
}

.wpcf7-form>div p:first-of-type .required {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	color: #F00;
}

.wpcf7-form>div p .wpcf7-list-item {
    margin: 0 1em 0 0;
}

.wpcf7-form>div p input[type="text"], .wpcf7-form>div p input[type="tel"], .wpcf7-form>div p input[type="email"], .wpcf7-form>div p textarea, .wpcf7-form>div p select {
    font-size: 16px;
    padding: 10px;
    box-shadow: none;
	border: solid 1px #ccc;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-form .form_btns .wpcf7-submit {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
}

.wpcf7-form .form_agree {
	margin-top: 80px;
	text-align: center;
}

@media screen and (max-width:640px) {
	.wpcf7-form .form_agree {
		margin-top: 50px;
	}
}

.wpcf7-form .form_agree a {
	color: #83C635;
	text-decoration: underline;
}

.wpcf7-form .form_btns {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
}

.wpcf7-form .form_btns .form_btns_item {
	width: 490px;
	padding-right: 0;
}

@media screen and (max-width:640px) {
	.wpcf7-form .form_btns .form_btns_item {
		width: 100%;
	}
}

.wpcf7-form .form_btns_item input[type="submit"],
.wpcf7-form .form_btns_item input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	padding: 26px;
	border: 2px solid;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.wpcf7-form .form_btns_item input[type="submit"]::-webkit-search-decoration,
.wpcf7-form .form_btns_item input[type="button"]::-webkit-search-decoration {
	display: none;
}

.wpcf7-form .form_btns_item input[type="submit"]:focus,
.wpcf7-form .form_btns_item input[type="button"]:focus {
	outline-offset: -2px;
}

.wpcf7-form .form_btns_item input[type="button"] {
	margin-right: 20px;
	display: none;
}

.wpcf7-form .form_btns_item input {
	background: #777;
	border-color: #777;
}

.wpcf7-form .form_btns_item input[type="submit"] {
	background: #83C635;
	border-color: #83C635;
}

.wpcf7-form .form_btns_item input:hover {
	color: #777;
	background: #fff;
}

.wpcf7-form .form_btns_item input[type="submit"]:hover {
	color: #83C635;
	background: #fff;
}

/* 内容確認ページ */
body.-confirm .form_tbl {
	margin: 90px auto 0;
}

body.-confirm .form_tbl_row {
	margin-top: 0;
	border-bottom: 1px solid #ccc;
}

body.-confirm .form_tbl_row>dt {
	padding: 15px 60px 15px 10px;
}

body.-confirm .form_tbl_row>dd {
	padding: 15px 10px;
}

body.-confirm .form_tbl_row>dd p.-code {
	margin-bottom: 0;
}

body.-confirm .form_agree span.-txt {
	display: none;
}

body.-confirm .form_btns_item.-back {
	display: block;
}

/* 送信完了ページ */
.form_send {
	text-align: center;
	margin-top: 50px;
}

.form_send p {
	margin-top: 2em;
}

.form_send p:first-child {
	margin-top: 0;
}

.form_send p a {
	display: inline-block;
	line-height: 1;
	position: relative;
	padding: 10px 10px 10px 60px;
}

.form_send p a:before {
	position: absolute;
	font-family: icomoon;
	content: "\e906";
	font-size: 42px;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0644A7;
}



