/* ------------------------------
 width: all
------------------------------ */
main {
  padding-top: 15px;
}
main section.s01 .wrapper .dl + .dl {
  margin-top: 20px;
}
main section.s01 .wrapper .dl .dt {
  position: relative;
  padding-top: 25px;
}
main section.s01 .wrapper .dl .dt .error {
  color: #FF0000;
  font-size: 13px;
  position: absolute;
  top: 5px;
  left: 0;
}
main section.s01 .wrapper .dl .dt .t01 {
  font-size: 15px;
  font-weight: bold;
}
main section.s01 .wrapper .dl .dd {
  margin-top: 15px;
}
main section.s01 .wrapper .dl .dd select {
  width: 100%;
  max-width: 100% !important;
  display: block;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 0 !important;
  font-size: 13px;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../../images/icon_arrow_select.svg);
  background-size: 18px auto;
  background-position: center right 30px;
  background-repeat: no-repeat;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
main section.s01 .wrapper .dl .dd select::-ms-expand {
  display: none;
}
main section.s01 .wrapper .dl .dd textarea {
  background-color: #F2F2F2;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  padding: 15px;
  height: 270px !important;
  font-size: 15px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
main section.s01 .wrapper .dl .dd textarea::-webkit-input-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd textarea::-moz-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd textarea:-ms-input-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd textarea::-ms-input-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd textarea::placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd input[type=text] {
  width: 100%;
  display: block !important;
  max-width: 100% !important;
  outline: none;
  margin: 0 !important;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #4D4D4D;
  padding: 15px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
main section.s01 .wrapper .dl .dd input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd input[type=text]::-moz-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd input[type=text]:-ms-input-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd input[type=text]::-ms-input-placeholder {
  color: #ccc;
}
main section.s01 .wrapper .dl .dd input[type=text]::placeholder {
  color: #ccc;
}
main section.s01 .wrapper .t03 {
  font-size: 13px;
  line-height: 18px;
  margin-top: 30px;
}
main section.s01 .wrapper .submitbtn {
  display: block;
  border: none;
  background-color: #4D4D4D;
  width: 370px;
  height: 54px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 27px;
  margin: 70px auto 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 940px) {
  main {
    padding-top: 10px;
  }
  main section.s01 .wrapper .dl + .dl {
    margin-top: 20px;
  }
  main section.s01 .wrapper .dl .dt {
    position: relative;
    padding-top: 15px;
  }
  main section.s01 .wrapper .dl .dt .error {
    color: #FF0000;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper .dl .dt .t01 {
    font-size: 12px;
    font-weight: bold;
  }
  main section.s01 .wrapper .dl .dd {
    margin-top: 15px;
  }
  main section.s01 .wrapper .dl .dd select {
    width: 100%;
    display: block;
    border: 1px solid #888;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background-image: url(../../images/icon_arrow_select.svg);
    background-size: 14px auto;
    background-position: center right 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    color: #4D4D4D !important;
  }
  main section.s01 .wrapper .dl .dd select::-ms-expand {
    display: none;
  }
  main section.s01 .wrapper .dl .dd textarea {
    background-color: #F2F2F2;
    width: calc(100% + 50px) !important;
    max-width: calc(100% + 50px) !important;
    margin-left: -25px;
    display: block;
    padding: 15px 25px;
    height: 270px !important;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    border-radius: 0 !important;
  }
  main section.s01 .wrapper .dl .dd textarea::-webkit-input-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd textarea::-moz-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd textarea:-ms-input-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd textarea::-ms-input-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd textarea::placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd input[type=text] {
    width: 100%;
    display: block !important;
    outline: none;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #4D4D4D;
    padding: 0 0 8px;
    border-radius: 0 !important;
    -webkit-appearance: none;
  }
  main section.s01 .wrapper .dl .dd input[type=text]::-webkit-input-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd input[type=text]::-moz-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd input[type=text]:-ms-input-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd input[type=text]::-ms-input-placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .dl .dd input[type=text]::placeholder {
    color: #ccc;
  }
  main section.s01 .wrapper .t03 {
    font-size: 10px;
    line-height: 16px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .submitbtn {
    display: block;
    border: none;
    background-color: #4D4D4D;
    width: 325px;
    max-width: 100%;
    height: 47px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 27px;
    margin: 70px auto 0;
    -webkit-appearance: none;
  }
}