/* ---------------------------------
	お問い合わせフォーム （ステップパー）
---------------------------------- */
ol.stepBar {
	margin-left: 0px;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0px 20px 0 0;
  background-color: #d8d7d7;
  color: #000;
  -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: #d8d7d7;
  border-left: 4px solid #FFF;
  width: 30px;
  height: 30px;
}
.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 {
  color: #FFF;
  background-color: #ecb21e;
  font-size: 17px;
  font-weight: bold;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #ecb21e;
}
.stepBar.step3 .step {
  width: 33.333%;
}

#entry-top {
  background: #f2f2f2;
}





/* ---------------------------------
	お問い合わせフォーム
---------------------------------- */
.center {
  text-align: center;
}
table.form {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 6px solid #ecb21e;
	border-bottom: 1px solid #ecb21e;
	border-left: 1px solid #ecb21e;
	border-right: 1px solid #ecb21e;
  margin-bottom: 50px;
}
table.form th {
	width: 230px;
	padding: 20px;
	border-top: 1px solid #fff;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	background: #5a5a5a;
  font-size: 16px;
	color: #fff;
}
.bt-1 {
  border-top: 0px !important;
}
table.form td {
	border-top: 1px solid rgba(10,71,57,0.5);
	padding: 20px;
	vertical-align: top;
}
.label {
	display: inline-block;
	padding: 2px 4px 1px;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #b94a48;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.label-important {
  background-color: #b94a48;
  margin-left: 10px;
}
.label-option {
  background-color: #666;
  margin-left: 10px;
}
.mw_wp_form .error {
	display: inline-block !important;
  height: 50px;
  margin-left: 6px;
  margin-right: 6px;
	padding: 3px 10px;
	font-weight: bold;
  line-height: 3.2;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 3px;
  color: #b94a48;
  border: 1px solid #b94a48;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea {
    height: 50px;
    padding: 4px 10px;
    color: #000;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
}
select {
    margin-right: 4px;
}
.mwform-radio-field {
    position: relative;
    top: 2px;
}
.mwform-radio-field input {
    position: relative;
    top: -2px;
}
textarea.naiyou {
    width: 100%;
    height: 160px;
}
input.zip {
    width: 200px;
}

h4.red4 {
    color: #97272d;
}

table.form select {
  margin-bottom: 0px !important;
}
input[type="submit"] {
  border-radius: 10px;
  border: 0px solid;
  background: #ecb21e;
  color: #5a5a5a;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 20px;
  transition: 0.3s;
}
input[type="submit"]:hover {
  background: #5a5a5a;
  color: #ecb21e;
}
.form-msg {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
.form-error {
  color: #b94a48;
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate;
}
.form-error:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 6px;
}
.form-check {
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate;  
  color: #1d9d73;
}
.form-check:before {
  content: "\f05a";
  font-family: FontAwesome;
  margin-right: 6px;
}
.form-thanks {
  color: #1d9d73;
}
.form-thanks:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 6px;
}
.form-title {
  font-weight: bold;
  font-size: 24px
}
.form-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 30px;
}
.s-txt {
  color: #666;
  font-size: 13px;
}




/* ---------------------------------
  カスタム （スマホ）
---------------------------------- */
@media (max-width: 970px) {
    .mini-nav:not(.select-type-menu) > ul > li {
  display: block;
  padding-bottom: 10px;}
    /*h2 {
      font-size: 23px;
        line-height: 28px; }*/
    .waku {
        width: auto; }
    table.form tr {
        display: block;
        width: auto;}
    table.form th {
        border-top: none;
        display: block;
        width: auto;
        text-align: left;}
    table.form td {
    border-top: none !important;
        width: 100%;}   
    input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], textarea {
        width: 100%;}
} 
@media (max-width: 340px) {
  .ip5 {
    height: 35px !important;
    padding: 0px !important;
  }
  .mwform-tel-field input{
  	padding: 4px 4px;
  }

}

@media (max-width: 767px) {
  .mwform-checkbox-field {
  display: block;
  }

  .mw_wp_form .horizontal-item.horizontal-item {
    margin-left: 0px !important;
  }
}

