/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */
#g_nav .li07 a {
  color: #07BFCB;
}
#g_nav .li07 img {
  visibility: hidden;
}

/* --------------------------------------------------------
*content
-------------------------------------------------------- */
#sec01 {
  background: #F8F8F8;
  padding: 40px 0 60px;
  margin: 0 auto 30px;
}
#sec01 .wrapper_in {
  padding-left: 15px;
  padding-right: 15px;
}
#sec01 dl.tel {
  margin-bottom: 15px;
}
#sec01 dl.tel dd img {
  max-width: 100%;
  height: auto;
}
#sec01 .error {
  color: #f00;
}
#sec01 h2 {
  margin-bottom: 20px;
}
#sec01 .formWrapper dl {
  margin-bottom: 24px;
}
#sec01 .formWrapper dl dt {
  font-weight: bold;
  margin-bottom: 6px;
}
#sec01 .formWrapper input[type="text"], #sec01 .formWrapper textarea, #sec01 .formWrapper select {
  background: #fff;
  padding: 10px;
  border: 1px solid #DCDCDC;
  width: 100%;
  box-sizing: border-box;
}

.formBtn li {
  text-align: center;
}

.form-th-must {
  color: #fff;
  display: inline-block;
  background: #07BFCB;
  padding: 0px 5px;
  font-weight: normal;
  font-size: 86%;
  float: right;
  margin-right: 10px;
}
