@charset "utf-8";
/* CSS Document */

/*****************************************************
*
* フォーム
*
******************************************************/
button:focus,
button:active{
  outline:none !important;
  border:none !important;
}
.btn {
  border: 0px solid transparent!important;
}
#contact {
	background: #fff;
	padding-bottom: 90px;
}
#contact .container {
	max-width: 970px;
}
#contact .container .form-control {
	border-radius: 0;
}
#contact .container .thanks p {
	text-align: center;
	margin-bottom: 40px;
}
#contact .container .comment {
	margin-bottom: 40px;
}
#contact .container form {
	margin-bottom: 60px;
}
#contact .container form.post {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contact .container form .badge {
	border-radius: 0;
	background-color: #FF8811;
	font-weight: normal;
	margin-left: 8px;
	line-height: 1.2;
	margin-bottom: 3px;
}
#contact .container .agreement {
	margin-bottom: 20px;
}
#contact .container a {
	text-decoration: underline;
}
#contact .container label {
	font-weight: normal;
}
#contact .container .form-group {
	margin-bottom: 20px;
}
#contact .container .form-group .col-sm-3 {
	font-weight: bold;
}
#contact .container .form-check label {
	margin-right: 30px;
}
#contact .notice {
	background-color: #FCFBF5;
	padding: 40px 40px 20px;
}
#contact .notice h4 {
	color: #EA5967;
	margin-bottom: 20px;
}
#contact .notice h5 {
	font-weight: bold;
	margin-bottom: 20px;
}
#contact .notice p {
	margin-bottom: 30px;
	font-size: 1.4rem;
}
#contact.confirm .row {
	margin-bottom: 10px;
}
#contact.confirm .row div:nth-of-type(1) {
	font-weight: bold;
}
/* ステップバー **************************************/

.stepBar {
	position: relative;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-weight: normal;
 *zoom: 1;
}
.stepBar .step {
	position: relative;
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0 40px 0 20px;
	background-color: #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBar .step::before, .stepBar .step::after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #eee;
	border-left: 4px solid #FFF;
	width: 20px;
	height: 20px;
}
.stepBar .step::after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step::before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step::first-child {
 -moz-border-radius-topleft: 4px;
 -webkit-border-top-left-radius: 4px;
 border-top-left-radius: 4px;
 -moz-border-radius-bottomleft: 4px;
 -webkit-border-bottom-left-radius: 4px;
 border-bottom-left-radius: 4px;
}
.stepBar .step::first-child:before, .stepBar .step::first-child:after {
 content: none;
}
.stepBar .step::last-child {
 -moz-border-radius-topright: 4px;
 -webkit-border-top-right-radius: 4px;
 border-top-right-radius: 4px;
 -moz-border-radius-bottomright: 4px;
 -webkit-border-bottom-right-radius: 4px;
 border-bottom-right-radius: 4px;
}
.stepBar .step.current {
	background-color: #182949;
	color: #fff;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #182949;
}
.stepBar.step2 .step {
	width: 50%;
}
.stepBar.step3 .step {
	width: 33.333%;
}
.stepBar.step4 .step {
	width: 25%;
}
.stepBar.step5 .step {
	width: 20%;
}

@media (max-width: 767px) {
#contact {
	padding-bottom: 60px;
}
#contact .notice {
	padding: 30px 20px 10px;
}
.stepBar .step {
	width: 100% !important;
	float: none;
	margin-bottom: 10px;
	border-radius: 0;
	padding: 0 20px 0 20px;
}
.stepBar .step::before {
	content: none;
}
.stepBar .step::after {
	left: -webkit-calc(50% - 10px);
	left: calc(50% - 10px);
	top: initial;
	bottom: -20px;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #eee;
	background: none;
}
.stepBar .step.current::after {
	border: 10px solid transparent;
	border-top: 10px solid #182949;
	background: none;
}
.stepBar .step:last-child::after {
	content: none;
}
}
