@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;
}

.sub_ml_resets{
	margin-left: 0;
}

dl{
	width: 650px;
	margin: auto;
	background-color: #fbf9f3;
	border-color: #ffd600;
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
}
dt{
	display: block;
	padding: 10px;
	border-bottom-color: #dfe6ba;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
dd{
	display: block;
	padding: 10px;
	border-bottom-color: #dfe6ba;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-left: 30px;
	font-size: 22px;
}
dl iframe{
	margin-left: 10px;
	width: 630px;
}
.no_border{
	border-width: 0px;
}

/**コンセプト**/
#sub_concepts_01{
	background-image: url("../img/sub_sp/concepts_01.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 602px;
	height: 656px;
	margin: auto;
}
#sub_concepts_02_sec{
	position: relative;
	height: 900px;
}
#sub_concepts_02{
	background-image: url("../img/sub_sp/concepts_02.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 602px;
	height: 656px;
	position: absolute;
	top:280px;
}


/**生産物**/
#sub_products_01{
	background-image: url("../img/sub_sp/products_01.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 602px;
	height: 656px;
}
#sub_products_02_sec{
	position: relative;
	height: 1200px;
}
#sub_products_02{
	background-image: url("../img/sub_sp/products_02.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 602px;
	height: 656px;
	position: absolute;
	top:580px;
}

.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: middle;
  font-size: 16px;
  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: 28px;
}