@charset "utf-8";

.c_tel,
.c_tel dl {
  display: flex;

  justify-content: space-between;
  align-items: center;
}
.c_tel {
  font-family: "Eczar", serif;
  line-height: 1;
}
.c_tel dl dt {
  padding-top: 10px;
  margin-right: 13px;
  font-size: 1.6rem;
}
.c_tel dl dd {
  font-size: 4.2rem;
  letter-spacing: 2px;
}
.c_telatt {
  padding: 5px 0 0;
  margin-bottom: 35px;
  font-size: 1.3rem;
  text-align: center;
}

.form_att {
  background: #d6d6d6;
  border: solid 5px #9e9e9e;
  padding: 10px 15px;
  margin-bottom: 35px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 1.2rem;
  line-height: 1.9;
}
.form_att .red {
  color: #b2333a;
  font-weight: normal;
}

#contact_form table th,
#contact_form table td {
  background: #eaeaea;
  border: 1px solid #b2b2b2;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#contact_form table th {
  background: #d3d3d3;
}
#contact_form td input[type="text"],
#contact_form table textarea {
  background: #ddd;
  border: none;
}

.privacy p,
.privacy ol li{
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

}
.privacy ol li{
  list-style: decimal;
  margin-left: 20px;
}
.hira{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

@media screen and (max-width: 768px){
  .c_tel{
    flex-direction: column;
  }
  .c_tel dl dd{
    font-size: 3rem;
    width: 230px;
  }
  .c_tel dl dt{
    width: 60px;
  }
}