.mw_wp_form_confirm .check-hidden {
	display: none;
}
.m-form .m-form-privacy, .m-form textarea {
	width: 100% !important;
}
.mw_wp_form pre{
	white-space: pre-wrap;
}
.mw_wp_form .m-form-buttons{
	margin:		30px 0px 50px;
}
.mw_wp_form .m-form-buttons input {
/*	padding: 10px 20px !important;	/*  */
	font-size: 20px;
}



@media(min-width:414px){
dl.m-form{
  display:table;
  height:auto;
  border:1px solid rgba(0, 0, 0, 0.13);
  border-bottom:none;
}
dl.m-form:last-child{
  border-bottom:1px solid rgba(0, 0, 0, 0.13)!important;
}
.m-form>*{
  position: relative;
  padding:20px;
  display:table-cell !important;
  vertical-align:middle;
}
.m-form dt{
  background:#d4f5fb;
  line-height:1.8em;
  height:100%;
  border-right:1px solid rgba(0, 0, 0, 0.13);
}
.m-form dd{
  height:auto;
  background:#fff;
}
.m-form input[type="email"],.m-form input[type="text"],.m-form textarea,.m-form select,.m-form-privacy{
  margin:0.5em 0.5em 0.5em 0;
  border:1px solid rgba(0, 0, 0, 0.13);
  border-radius:3px;
}
.m-form input[type="email"],
.m-form input[type="text"]{
  width: 12em;
}
.m-form input[type="checkbox"]{
  margin-right: 0.5em;
}
.m-form textarea{
/*  width: 560px;*/
  width: 100%;
  height: 10em;
}
[class^=m-form-span-]{
  display:inline;
  width:auto;
  padding:0 1em;
  color:#fff;
  border-radius:3px;
  float:right;
}
.m-form-span-required:before{ content:"必須"; }
.m-form-span-required{ background-color:#cc4444; }
.m-form-span-optional:before{ content:"任意"; }
.m-form-span-optional{ background-color:#2277cc; }
.m-form-privacy{
  overflow-y: scroll;
  height:10em;
  width:560px;
}
.m-form-privacy pre{
  word-wrap: break-word;
  line-height: 1.5em;
}
.m-form input[name="mail-2"]{
  width:8em;
}
.m-form .error{
/*    position: absolute;
    bottom: 0;
    right: 0;*/
    color: #cc4444;
    font-weight: bold;
}
.m-form-buttons {text-align: center;}
.m-form-buttons input{
  display: inline-block;
  -webkit-appearance: none;
  border:none;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,0.07);
  border-radius: 3px;
  line-height: 3em;
  padding: 0px 2.5em;
  margin: 0 1em;
  text-align: center;
  color: #fff;
}
.m-form-buttons input[type="submit"]{
  background:#F86017;
}
.m-form-buttons input[name="submitBack"]{
  background:#535353;
}
.m-form-buttons input[name="submitConfirm"]{
  background:#093D6C;
}
.m-form-status{
  box-shadow: 0 0 0 1px rgba(0,0,0,0.13);
  margin-bottom:30px;
}
.m-form-status div{
  float: left;
  border: 2px solid #fff;
  width: 319px;
}
.m-form-status div>div{
  position:relative;
  line-height:0;
  padding:25px 0;
  text-indent:85px;
  font-weight:bold;
  height:50px;
  background:#EBFAFD;
  color:#0A3D6C;
}
.m-form-status div>div:before{
  position:absolute;
  display:inline;
  border-radius:15px;
  width:30px;
  height:30px;
  background:#0A3D6C;
  font-size:1em;
  color:#fff;
  text-align:center;
  line-height:30px;
  top:9px;
  left:40px;
  text-indent:0;
  opacity:0.3;
}
.m-form-status div>div:after{
  position:absolute;
  top:5px;
  right:-18px;
  content:"";
  display:block;
  width:39px;
  height:39px;
  background:#EBFAFD;
  -webkit-transform:rotate(45deg);
      -ms-transform:rotate(45deg);
          transform:rotate(45deg);
  border:none;
  border-right:4px solid white;
  border-top:4px solid white;
  z-index:100;
}
.m-form-status .m-form-status-first:before{ content:"1"; }
.m-form-status .m-form-status-second:before{ content:"2"; }
.m-form-status .m-form-status-third:before{ content:"3"; }
.m-form-status .m-form-status-third:after{ display:none; }
.m-form-status>div>div.is-current{ background:#d4f5fb; }
.m-form-status>div>div.is-current:before{ opacity:1; }
.m-form-status>div>div.is-current:after{ background:#d4f5fb; }
}







@media(max-width:414px){
.m-form{
  display:table;
  height:auto;
  border-top:1px solid rgba(0, 0, 0, 0.13);
  border-bottom:none;
  line-height: 2em;
}
.m-form:last-child{
  border-bottom:1px solid rgba(0, 0, 0, 0.13)!important;
}
.m-form>*{
  padding:10px 20px;
  display:block;
  width: 100%;
}
.m-form dt{
  background:#d4f5fb;
}
.m-form dd{
  background:#fff;
}
.m-form input[type="email"],.m-form input[type="text"],.m-form textarea,.m-form select,.m-form-privacy{
  margin:0.5em 0.5em 0.5em 0;
  border:1px solid rgba(0, 0, 0, 0.13);
  border-radius:3px;
}
.m-form input[type="email"],
.m-form input[type="text"]{
  width: 100%;
  line-height: 2em;
}
.m-form input[type="checkbox"]{
  margin-right: 0.5em;
}
.m-form textarea{
  width: 100%;
  height: 10em;
}
[class^=m-form-span-]{
  display:inline;
  width:auto;
  padding:0 0.5em;
  color:#fff;
  border-radius:3px;
  float:right;
  border: 1px solid rgba(0,0,0,0.15);
}
.m-form-span-required:before{ content:"必須"; }
.m-form-span-required{ background-color:#cc4444; }
.m-form-span-optional:before{ content:"任意"; }
.m-form-span-optional{ background-color:#2277cc; }
.m-form-privacy{
  overflow-y: scroll;
  overflow-x:hidden;
  height:10em;
  width:280px;
  margin: 0 auto;
}
.m-form-privacy pre{
  word-wrap: break-word;
  line-height: 1.5em;
}
.m-form input[name="mail-2"]{
  width:12em;
}
.m-form .error{
/*    position: absolute;
    bottom: 0;
    right: 0;*/
    color: #cc4444;
    font-weight: bold;
}
.m-form-buttons {
  text-align: center;
}
.m-form-buttons input{
  display: inline-block;
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 3px;
  line-height: 3em;
  padding: 0;
  margin: 10px 1em;
  text-align: center;
  color: #fff;
  width: 80%;
}
.m-form-buttons input[type="submit"]{
  background:#F86017;
}
.m-form-buttons input[name="submitBack"]{
  background:#535353;
}
.m-form-buttons input[name="submitConfirm"]{
  background:#093D6C;
}
.m-form-status{
  margin-bottom:30px;
}
.m-form-status div>div{
  position:relative;
  font-weight:bold;
  background:#EBFAFD;
  color:#0A3D6C;
  padding: 0 20px 0 57px;
  line-height: 3em;
}
.m-form-status div>div:before{
  position:absolute;
  display:inline;
  border-radius:15px;
  width:30px;
  height:30px;
  background:#0A3D6C;
  font-size:1em;
  color:#fff;
  text-align:center;
  line-height:30px;
  top:10px;
  left:20px;
  text-indent:0;
  opacity:0.3;
}
.m-form-status .m-form-status-first:before{ content:"1"; }
.m-form-status .m-form-status-second:before{ content:"2"; }
.m-form-status .m-form-status-third:before{ content:"3"; }

.m-form-status>div>div.is-current{ background:#d4f5fb; }
.m-form-status>div>div.is-current:before{ opacity:1; }
}