/*----------------------------------------------------

https://www.webdlab.com/labs/responsive-web-design-4/
414pxまでをスマホ縦画面用
415px〜959pxをスマホ横画面及びタブレット縦画面用
960px以上をタブレット横画面とPC用として使用

green #009c84
background-color: #ecf0f0;
----------------------------------------------------*/
/* 
----------------------------------------------------*/
#contact {}
#contact .stepBar {
  display: flex;
  max-width: 300px;
  position: relative;
  margin: 1em auto;
  text-align: center;
}
#contact .stepBar li {
  font-size: 1.4rem;
  list-style: none;
  position: relative;
  width: 33.333%;
}
#contact .stepBar li:after {
  background: #ddd;
  content: "";
  width: calc(100% - 30px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 15px);
  top: 12px;
}
#contact .stepBar li:first-child:after {
  display: none;
}
#contact .stepBar li span {
  background: #ccc;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  width: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#contact .stepBar .visited:after {
  background: #009c84;
  color: #009c84;
}
#contact .stepBar .visited span {
  background: #009c84;
  color: #fff;
}
#contact .tbl01 {
  width: 100%;
}
#contact .tbl01 th, #contact .tbl01 td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1em;
}
#contact .tbl01 th.hissu::after {
  content: '*';
  color: #c00;
}
#contact input, #contact select, #contact textarea {
  padding: 6px 10px;
  margin: 2px;
  font-size: 1.5rem;
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact input:focus, #contact select:focus, #contact textarea:focus {
  box-shadow: 0 0 7px #c6b287;
  border: 1px solid #c6b287;
}
#contact .submit-box {
  text-align: center;
  padding: 20px 0;
}
#contact .submit-box .submit {
  width: 120px;
  margin: 5px 10px;
  border: 0;
  padding: 10px;
  background: #666;
  color: #FFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .submit-box .submit:hover {
  opacity: 0.6;
}
#contact #name, #contact #kana, #contact #tel {
  width: 60%;
}
#contact #zip {
  width: 40%;
}
.errmess {
  color: #c00;
}
.complate {
  margin: 1em;
  border: 1px solid #ccc;
  padding: 15px;
}
.complate h3 {
  text-align: center;
  font-weight: 700;
  color: #c00;
  font-size: 110%;
}
.complate .txt {
  padding: 1em 0;
}
@media (min-width: 415px) {
  #contact .tbl01 th {
    width: 24%;
    display: table-cell;
  }
  #contact .tbl01 td {
    display: table-cell;
  }
  #contact .submit-box .submit {
    width: 160px;
  }
  #contact #name, #contact #kana, #contact #tel {
    width: 180px;
  }
  #contact #zip {
    width: 80px;
  }
  #contact #syamei, #contact #busyo, #contact #mail, #contact #mailcheck {
    width: 360px;
  }
  #contact #add, #contact #messege {
    width: 95%;
  }
  .complate {
    margin: 1em;
    padding: 30px;
  }
}
@media (min-width: 960px) {
  #contact .stepBar {
    max-width: 360px;
    margin: 2em auto;
  }
  .complate {
    width: 80%;
    margin: 1em auto;
  }
}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}