@charset "UTF-8";
#container.inquire #box{
  margin:40px auto 0 auto;
}
#container.inquire #main {
  width: 930px;
  margin: 0 auto;
  display: block;
  float: none;
}
.inquire #main h1{
  height: 55px;
  line-height: 55px;
  margin: 0 0 30px 0;
  text-indent: 35px;
  padding-bottom: 15px;
  background-image: url(/parts/icon_list_01.png),url(/parts/line_1200px.gif);
  background-position: left 50%,center bottom;
  background-repeat: no-repeat,no-repeat;
    }
  .inquire #main .must {
    color: #c70505; }
  .inquire #main p, .inquire #main ul {
    margin: 0 0 10px 30px; }
.form_frame dl {
  width: 730px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 20px; }
  .form_frame dl dt {
    width: 25%; }
  .form_frame dl dd {
    width: 75%; }

.form_frame dt {
  padding: 20px 15px 20px 35px;
  border-top: 1px dashed #AAAAAA; }

.form_frame dd {
  padding: 20px 15px 20px 35px;
  border-top: 1px dashed #AAAAAA; }

.form_frame dl input, textarea {
  font-family: "メイリオ", Meiryo, "游ゴシック", "ヒラギノ角ゴ W3 JIS2004", Hiragino Kaku Gothic W3 JIS2004, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important; }

.form_frame dl input[type=text], input[type=email], textarea {
  min-width: 250px;
  font-size: 0.9rem;
  height: 34px;
  border: 2px solid #DDDDDD;
  padding: 6px 6px 6px 10px; }

.form_frame dl textarea {
  min-width: 350px;
  min-height: 200px; }

.form_frame dl input[type=radio] {
  width: 17px;
  height: 17px; }

.notes {
  border: 1px dashed #AAAAAA;
  padding: 20px 20px; }

#button {
  text-align: center;
  margin: 20px auto 40px; }

#button input,
#button button {
  border-style: none;
  border-radius: 3px;
  padding: 10px 10px;
  transition: 0.5s;
  position: relative; }

#button input,
#button button.step3 {
  min-width: 200px;
  background:#e7e7e8;
}

#button button.step1 {
  width: 120px;
  background: gainsboro;
  margin-right: 20px; }

#button input:hover,
#button button.step3:hover {
  background: rgba(203,203,204,1.0);
}
#button input:after,
#button button.step3:after,
#button button.step1:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 9px;
  height: 9px;
  position: absolute;
  margin: auto;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff; }

#button input:after,
#button button.step3:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0;
  right: 10px;
  bottom: 0; }

#button button.step1:after {
  transform: rotate(-133deg);
  -webkit-transform: rotate(-133deg);
  -ms-transform: rotate(-133deg);
  top: 0;
  left: 10px;
  bottom: 0; }

  .form_frame a.home{
    margin:0 0 0 30px;
  }
.inquire #main p.error {
  height: 25px;
  line-height: 27px;
  background: url(../parts/icon_warning.png) no-repeat 0px 50%;
  color: #c70505;
  font-weight: 600;
  font-size: 1.1rem;
  padding-left: 30px;
  margin: 10px 0 0px 0px;
}
/*767px以下*/
@media screen and (max-width:767px){
  #container.inquire{
    min-width:320px;
    margin:0 10px;
  }
  .inquire #main{
    width:100%;
    min-width:320px;
    max-width:767px;
    margin:0 0px;
    padding:0 10px;
  }
  .inquire #main h1{
    font-size:1.3rem;
    margin:30px 0 5px 0;
  }
  .inquire #main p{
    margin:0 ;
  }
  .form_frame dl{
    width:100%;
    min-width:320px;
    max-width:767px;
    display:block;
    flex-wrap:nowrap;
  }
  .form_frame dl dt,
  .form_frame dl dd{
    width:100%;
    border:none;
    padding:0 0;
  }
  .form_frame dl dd{
    margin:0 0 20px 0;
  }
  .form_frame dl input[type=text],
  input[type=email], textarea {
    width:100%;
    height: 45px;
  }
}
