@charset "utf-8";
/* CSS Document */
.wpcf7c-elm-step1 p ,
.inner > p {
    text-align: center;
}
.bold {
	margin-bottom: 1em;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea, 
select {
	outline: none;
	-webkit-appearance: none;
}
.formBox table {
	border: 1px solid #CCC;
	width: 100%;
	margin: 2em auto 0;
	box-sizing: border-box;
	text-align: left;
}
.formBox th {
	background: #F5F5F5;
	font-weight: normal;
}
.formBox td {
	border-bottom: 1px solid #CCC;
}
.backBtn ,
.nextBtn_gr {
	margin: 2em auto 0;
}
.nextBtn_gr {
	width: 40%;
}
.backBtn ,
.conf .nextBtn_gr {
	width: 40%;
}
input[type="button"] ,
.nextBtn_gr input[type="submit"] {
	background: none;
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.backBtn input[type="button"] {
	color: #44601c;
}
.formBox table input ,
.formBox table textarea ,
.formBox table select {
	padding: 0.6em 0.5em;
	vertical-align: middle;
	border: 1px solid #CCC;
}
.group li {
	display: inline-block;
	margin-right: 2em;
}
.formBox table textarea {
	height: 8em;
}
.formBox label {
	cursor: pointer;
	padding-left: 0.3em;
}
.error ,
.formBox .red ,
.memo {
	font-size: 13px;
}
.formBox .red {
	margin-left: 0.5em;
	background: #BF1C24;
	color: #FFF;
	border-radius: 6px;
	padding: 0.1em 0.5em;
	font-weight: normal;
	float: right;
}
.formBox .red2{
	color: #BF1C24;
	margin: 0.3em 0.5em;
	border-radius: 6px;
	font-size:13px;
	display: inline-block;
}
.memo {
	display: block;
}
.formBox table li input {
	width: 1em;
}
.error {
	display: block;
}

.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.formBox span.wpcf7-not-valid-tip,
.inner .wpcf7 .wpcf7-validation-errors {
	color: #BF1C24;
	font-weight: bold;
}
.inner .wpcf7 .wpcf7-validation-errors {
	width: 80%;
	border: 1px dotted #BF1C24;
	text-align: center;
	margin: 2em auto 0;
	line-height: 1.8;
	padding: 0.5em;
	box-sizing: border-box;
	background:#FFF;
}
.formBox span.wpcf7-not-valid-tip:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 0;
	padding-top: 14px;
	background: url(../img/public/exMark.png) left top no-repeat;
	background-size: 100%;
	margin-right: 0.4em;
	position: relative;
	top: 1.3px;
}
.actionArea {
	width: 100%;
	margin: auto;
}
.nextBtn_gr {
	border-top: none;
}
.backBtn.conf {
	float: left;
}
.nextBtn_gr.conf {
	float: right;
}
.item .wpcf7-list-item {
  display: block;
}
.choice .wpcf7-list-item {
  margin-left: 0;
}
.formBox .wpcf7c-conf ,
#wpcf7-f15162-o1 input.wpcf7c-conf,
#wpcf7-f15162-o1 textarea.wpcf7c-conf {
  background: #FFF;
  border: none;
  resize: none;
}
.formBox input:-webkit-autofill {
	background-color :#FFF!important;
}

/*actionBtn
-------------------------------------------------*/	
form .backBtn .linkText,
form .backBtn .backBtn01 ,
form .nextBtn_gr .nextBtn02 ,
form .nextBtn_gr .nextBtn02 .linkText {
	padding: 0;
	background: none;
	margin: 0;
}
form .backBtn .linkText ,
.nextBtn_gr .nextBtn02 .linkText {
	border: none;
}
form .nextBtn_gr input[type="confirm"] ,
form .nextBtn_gr input[type="submit"] ,
form .backBtn input[type="button"] {
	display: block;
	width: 100%;
	padding: 0.7em;
}
form .backBtn input[type="button"] {
	background: url(../img/public/arrow_bkBack.png) no-repeat 4% center;
	background-size: 10px auto;
}
form .nextBtn_gr input[type="submit"] {
	background: url(../img/public/arrow_whNext.png) no-repeat 96% center;
	background-size: 10px auto;
}


/*-----------------------------------------------
	stepBar
-------------------------------------------------*/	
.contactFlow {
	margin: auto;
}
.stepBar {
  position: relative;
  margin: 0 0 2em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  width: 33.333%;
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 1.5em 0 1em;
  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: -5px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:after {
  top: 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 {
  color: #FFF;
  background-color: #44601C;
}
.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #44601C;
}
/*===============================================

	forSP

=================================================*/

@media screen and (max-width: 767px) {
.formBox table {
	border-bottom: none;
}
.formBox table input ,
.formBox table textarea ,
.formBox table select {
	font-size: 16px;
}
	
.formBox table input ,
.formBox table textarea {
	margin: 1em auto;
	width: 100%;
	box-sizing: border-box;
}
.formBox th ,
.formBox td {
	padding: 0.5em;
	display: block;
}
.formBox th {
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
}
.formBox li {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}
.formBox .group li {
	width: 49%;
	margin-right: 0;
}	
.nextBtn_gr .nextBtn02 {
	height: auto;
}
.nextBtn_gr {
	width: 60%;
}
	   
} /* forSP end */

/*===============================================

	forPC

=================================================*/

@media print,screen and (min-width:768px) {
.contactFlow ,
.formBox table {
	font-size: 14px;
	width: 80%;
}
.submit_btn {
	width: 20%;
}

.formBox table input ,
.formBox table textarea ,
.formBox table select {
	padding: 0.5em;
	}
.formBox table input ,
.formBox table textarea {
	width: 30%;
}
.notes ,
.formBox table textarea ,
.formBox table .mailArea input {
	width: 80%;
}
.formBox th ,
.formBox td {
    padding: 1em;
}
.formBox th {
	border-bottom: 1px solid #CCC;
	border-right: 1px dotted #CCC;
	width: 25%;
}
.formBox td {
	width: 75%;
}
.formBox th, .formBox td{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.error {
	display: block;
	margin-top: 0.5em;
}
input[type="button"] ,
.nextBtn_gr input[type="submit"] {
	font-size: 15px;
}
.actionArea {
	width: 50%;
}
.nextBtn_gr {
	width: 40%;
}
.conf h2.pageTit img {
	width: 300px;
}
.exe h2.pageTit img {
	width: 280px;
}

/*actionBtn
-------------------------------------------------*/	
.nextBtn_gr input[type="submit"] {
	height: 45px;
}
	
} /* forPC end */
