/* ---------------------------------
	お問い合わせフォーム （ステップパー）
---------------------------------- */
ol.stepBar {
	margin-left: 0px;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  letter-spacing: 1px;
  *zoom: 1;
  font-size: 16px;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0px 20px 0 0;
  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: 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: #1a4d9b;
  font-weight: bold;
  font-size: 18px;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #1a4d9b;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
.check-message {
  color: #6eaac1;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  top: -24px;
  text-align: center;
}
.check-message:before {
    content: "\f059";
    font-family: FontAwesome;
}
.error-message {
  color: #c93841;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  top: -24px;
  text-align: center;
}
.error-message:before {
    content: "\f057";
    font-family: FontAwesome;
}


/* ---------------------------------
	CONTACT
---------------------------------- */
.center {
	text-align: center;
}
table.form {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5;
	border: 2px solid #1a4d9b;
  border-radius: 6px;
}
table.form th {
	width: 310px;
	padding: 14px;
	font-size: 18px;
	border-top: 0px solid #ccc;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background: #1a4d9b;
	color: #fff;
}
table.form td {
	border-top: 0px solid #ccc;
	padding: 14px;
	vertical-align: top;
}
.label-important, .badge-important {
	background-color: #666;
	margin-left: 6px;
}.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}.label, .badge {
	display: inline-block;
	padding: 3px 4px 2px;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #dc143c;
}
.mw_wp_form .error {
  margin-top: 6px;
  width: auto;
	display: inline-block;
	padding: 0px 10px;
  height: 40px;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 40px;
	color: #fff !important;
  text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: rgba(220,20,60,1);
	border-radius: 6px;
	-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;
}
@-webkit-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}}
@-moz-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}}
@keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}}

.mw_wp_form .error:before {
    content: "\f139";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 16px;
}



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 {
	color: #000;
	border: 1px solid #999;
	width: 100%;
	height: 50px;
	padding: 10px;
	line-height: 50px;
  border-radius: 6px;
}
select.naiyou {
  width: 300px !important;
}
textarea.naiyou {
  padding: 10px;
  width: 100%;
  border: 1px solid #999;
  margin-bottom: -4px;
  border-radius: 6px;
}
input.zip {
    width: 200px;
}

h4.red4 {
    color: #97272d;
}
table.form select {
  margin-bottom: 0px !important;
}
.contact-b {
	margin-top: 30px;
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 1.5 !important;
	letter-spacing: 4px;
	padding: 14px 30px 12px !important;
	border: none !important;
  border-radius: 6px;
	background: #1a4d9b !important;
	color: #fff !important;
	transition: 0.4s;
}
.contact-b:hover {
	background: #6eaac1 !important;
}
.artist-name {
  font-size: 22px !important;
  border: none !important;
  font-weight: bold;
  letter-spacing: 2px;
  pointer-events : none; /*編集出来ないように*/
  color: #264e96 !important;
}
input.birthday {
  display: inline-block !important;
  width: 80px !important;
}




@media screen and (max-width: 700px) {
	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"], select, textarea {
        width: 100%;}
    table.schedule td {
    	display: block;
    	width: 100%;
    	margin-bottom: 60px;}
    input.birthday {
      width: 70px !important;}
    .nenrei-td {
      line-height: 50px;
    }
}
@media screen and (max-width: 700px) {
      input.birthday {
      width: 70px !important;
      margin-bottom: 20px;}
}