@charset "UTF-8";
.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: 3px solid #FBD8A4; }

.form_frame dd {
  padding: 20px 15px 20px 35px;
  border-top: 3px solid #FBD8A4; }

.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], input[type=tel], textarea {
  min-width: 250px;
  font-size: 0.9rem;
  height: 34px;
  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 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px auto 40px; }

#button input,
#button button,
a.map {
  border-style: none;
  border-radius: 7px;
  padding: 3px 30px;
  transition: 0.5s;
  position: relative;
  min-width: 120px;
}

#button button.map,
a.map {
    background: #4AC595;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-right: 20px;
}

#button button.map:hover {
    background:#8AC54A;
}

#button input:hover,
#button button.step3:hover {
  background: #F7A241;
}
#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 {
    margin: 0;
}
/*767px以下*/
@media screen and (max-width:767px){
	.inquire h1{
		width:100%!important;
	}
  #container.inquire{
    min-width:320px;
    margin:0 0px;
  }
  #container.inquire header ul{
    margin:20px auto 0 ;
    border:dotted 1px #dcdcdc;
    padding:20px;
    text-align: center;
  }
    .inquire #main{
    width:100%;
    min-width:320px;
    max-width:767px;
  }
  .inquire #main h1{
    font-size:20px;
    padding: 0 10px 0 10px;
  }
.inquire #main ul{
	margin:0px;
}
  .inquire #main p{
    margin:0 ;
  }
  .form_frame dl{
    width:100%;
    max-width:767px;
    display:block;
    flex-wrap:nowrap;
		margin-top:20px;
  }
  .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=tel], input[type=email], textarea {
    width:100%;
    height: 45px;
  }
	.form_frame dl input#POSTAL{
		width:90px;
		margin-left:10px;
	}
	.form_frame dl textarea{
		min-width:0px;
	}
	#button button,
    a.map {
		width: 75vw;
		min-width:0;
	}
    #button {
        flex-flow: row wrap;
    }
    #button .to_detail {
        order: 1;
        margin-bottom: 20px;
    }
    #button .map {
        order: 2;
    }
    a.map {
        display: block;
        text-align: center;
        margin: 30px auto;
    }
}
