@charset "UTF-8";
@import url("destyle.css");
@import url("common.css");

/* contact */

/**** sp *****/
/**** tbl *****/
.subtxt{
  margin-bottom: 2em;
}
.thanks{
  font-size: 2.4rem;
}
.bgbox {
  color: #fff;
  background-color: #e2b4af;
  border-radius: 10px;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}
.myform dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.myform dd strong,
.myform dt em {
  font-size: 1.6rem;
  font-style: normal;
  color: #f00;
}
.myform dt em {
  padding-left: 1em;
}
.myform dd {
  margin-bottom: 20px;
}
.myform textarea,
input[type="text"] {
  background-color: #f1f1f1;
  width: 100%;
  padding: 12px 20px;
}
.myform textarea {
  height: 200px;
}
.myform .submits {
  display: flex;
  justify-content: center;
}
.myform .submits button {
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: bold;
  color: #e2b4af;
  border: 2px solid #e2b4af;
  border-radius: 100px;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 18px;
  margin-right: 15px;
}
.myform .submits button:last-child {
  margin-right: 0;
}

/**** pc *****/
@media screen and (min-width: 768px) {
  .myform {
    width: 815px;
    margin: 0 auto;
  }
  .myform dl {
    display: flex;
    flex-wrap: wrap;
  }
  .myform dl dt {
    width: 27%;
    padding-top: 12px;
  }
  .myform dl dd {
    width: 73%;
    margin-bottom: 40px;
  }
  .myform.type2 dl dd {
    padding-top: 12px;
  }
  .myform.type2 dl dd pre {
    white-space: pre-wrap;
  }
  .myform textarea {
    height: 200px;
  }
  .myform .submits button {
    width: 30%;
  }
}
