@charset "utf-8";
/* CSS Document */
/* ===============================
	common
 =============================== */
.contents-body {
  background-color: #fff;
}
#header-block {
  margin: 150px 0 50px;
}
#form-block {
  width: 870px;
  margin: 0 0 50px auto;
}
#form-block dl {
  
}
#form-block dl dt {
  width: 20%;
}
#form-block dl dd {
  width: 80%;
  border-bottom: 1px solid #ccc;
}
#form-block dl dt,
#form-block dl dd {
  padding: 10px 0;
}
#privacy {
  font-size: 1.2rem;
}
#privacy dl dd {
  border-bottom: none;
}
#privacy ol {
  padding-left: 20px;
}
#privacy ol li {
  list-style: decimal;
}
input,
textarea,
select {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	border: none;
	width: 100%;
  background-color: #fff;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
	padding: 10px;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 180px;
}
input[type="radio"] {
	border: 2px solid #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1.2rem;
  color: #9e9e9f;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 1.2rem;
  color: #9e9e9f;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 1.2rem;
  color: #9e9e9f;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 1.2rem;
  color: #9e9e9f;
}
@media screen and (max-width: 767px) {

}

