@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#visual {
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document confirm
--------------------------------------------------------- */

#confirm {
	padding: 40px 5vw 100px;
	background: #f9f9f9;
	text-align: left;
}

#confirm .about {
	margin-bottom: 30px;
}

#confirm h3 {
	height: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 4.5vw;
	letter-spacing: 1px;
	line-height: 20px;
	color: #1663a2;
}

#confirm h3:before {
	display: inline-block;
	vertical-align: 7px;
	content: '';
	width: 12px;
	height: 3px;
	margin-right: 10px;
	background: #1663a2;
}

#confirm p:not(:last-of-type) {
	margin-bottom: 30px;
}

#confirm dl {
	margin-bottom: 15px;
	background: #fff;
}

#confirm dt {
	padding: 5px 15px;
	border-bottom: solid 1px #004b8d;
	text-align: left;
	font-weight: normal;
}

#confirm dd {
	padding: 15px;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 10px;
}

.submit li {
	width: 49%;
}

.submit button {
	vertical-align: top;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #0083ca;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
}

.submit .back button {
	background: #a6a6a6;
}

.submit button:before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.submit .back button:before {
	left: 10px !important;
}

.submit button:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 3px transparent;
	border-left: solid 4px #0083ca;
	position: absolute;
	top: 50%;
	right: 10px;
}

.submit .back button:after {
	border-left-color: #a6a6a6;
	transform: rotate(180deg);
	left: 10px !important;
}



/*確認ボタン・戻る・送信ボタン(wordpress内記述)*/

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 10px;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
	width: 49%;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
	vertical-align: top;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #0083ca;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
	background: #a6a6a6;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm {
	left: 10px !important;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 3px transparent;
	border-left: solid 4px #0083ca;
	position: absolute;
	top: 50%;
	right: 10px;
}

input.wpcf7c-btn-back, 
input.wpcf7-submit,
input.wpcf7-confirm:after {
	border-left-color: #a6a6a6;
	transform: rotate(180deg);
	left: 10px !important;
}

