@charset "utf-8";

h1{
	text-align: center;
	font-size: 58px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2{
	font-size: 38px;
}

dl{
	width: 960px;
	margin: auto;
	background-color: #fbf9f3;
	border-color: #ffd600;
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
}
dt{
	display: inline-block;
	width: 230px;
	padding: 10px;
	border-bottom-color: #dfe6ba;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
dd{
	display: inline-block;
	width: 680px;
	padding: 10px;
	border-bottom-color: #dfe6ba;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
dl iframe{
	margin-left: 10px;
}
.no_border,
.no_border2{
	border-width: 0px;
}

/**コンセプト**/
#sub_concepts_01{
	background-image: url("../img/sub/concepts_01.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 461px;
	height: 513px;
}
#sub_concepts_02{
	background-image: url("../img/sub/concepts_02.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 461px;
	height: 513px;
}

/**生産物**/
#sub_products_01{
	background-image: url("../img/sub/products_01.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 461px;
	height: 513px;
}
#sub_products_02{
	background-image: url("../img/sub/products_02.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 461px;
	height: 513px;
}

#inquire{
	height: 1200px;
}
.error {
  border: 3px solid #b21e23;
  background: rgba(178, 30, 35, 0.5);
  color: #ffffff;
  padding: 9px 18px;
  margin-bottom: 27px;
  margin-top: 27px;
  letter-spacing: 0.1rem;
  font-size: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
.inq_req::after {
  margin-left: 12px;
  vertical-align: top;
  font-size: 14px;
  content: "必須";
  color: #ffffff;
  background: #b21e23;
  border-radius: 3px;
  padding: 2px 6px;
  letter-spacing: 1.2px;
}
select, input, textarea {
    padding: 8px;
    border: 1px solid #454545;
    letter-spacing: 1.8px;
    font-size: 20px;
}
#inquire dt{
	min-height: 37px;
}
#sub_email{
	vertical-align: sub;
}