@charset "UTF-8";
.areaPro {}
.areaPro_title {}
.areaPro_title > .icon {}
.areaPro_title > small {}
.areaPro_title > b {}
.areaPro_text {}
.pro {
	padding-top: 90px;
	padding-bottom: 100px;
}
.pro_title {
	text-align: center;
	margin-bottom: 25px;
}
.pro_title > img {
	display: block;
	margin: 0 auto 10px;
}
.pro_list {
	list-style: none;
	display: flex;
}
.pro_list > li {
	width: 32%;
	margin-left: 2%;
}
.pro_list > li:first-child {
	margin-left: 0;
}
.pro_list > li:last-child {}
.pro_list > li:nth-child(2n+1) {}
.pro_list > li:nth-child(n+3) {}
.card {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card_fig {}
.card_fig > img {
	display: block;
}
.card_fig > figcaption {
	text-align: center;
	line-height: 1.4;
	margin: 16px auto 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card_fig > figcaption > b {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 8px;
	border-bottom: 3px solid #70b32f;
}
.card_text {
	padding: 0 20px;
	flex-grow: 1;
}
.card_link {
	width: 240px;
	margin: 19px auto 60px;
}
.card_link.-col2 {
	margin: 19px auto 0;
	display: flex;
	flex-direction: column;
	gap:10px;
	
}
.card_link > a {}
.card_link > a::before {
	content: "";
}
.card_link > a::after {
	content: "";
}
.pro_list > li:nth-child(2) .card_fig > figcaption > b {
	border-color: #e49410;
}
.pro_list > li:last-child .card_fig > figcaption > b {
	border-color: #a262ca;
}
.pro_text {}
.pro_oListWrap {
	max-width: 760px;
	margin: 35px auto 60px;
	border: 3px solid #ccba8a;
	padding: 15px 64px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.pro_oListWrap::before {
	content: "";
	display: block;
	width: 86%;
	height: calc(100% + 6px);
	background-color: #f2f2ee;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pro_oListWrap::after {
	content: "";
}
.pro_oList {
	list-style: none;
	position: relative;
	z-index: 3;
	counter-reset: number;
}
.pro_oList > li {
	counter-increment: number;
	display: flex;
}
.pro_oList > li::before {
	content: counter(number)".";
	display: block;
	margin-right: 7px;
}
.pro_oList > li:first-child {}
.pro_oList > li:last-child {}
.pro_oList > li:nth-child(2n+1) {}
.pro_oList > li:nth-child(n+3) {}
.info {}
.info_title {}
.info_pdfList {
	list-style: none;
	display: flex;
}
.info_pdfList > li {
	width: 32%;
	margin-left: 2%;
}
.info_pdfList > li:first-child {
	margin-left: 0;
}
.info_pdfList > li:last-child {}
.info_pdfList > li:nth-child(2n+1) {}
.info_pdfList > li:nth-child(n+3) {}
.info_pdfList > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	padding: 5px 0;
}
.info_pdfList > li > a::before {
	content: "";
}
.info_pdfList > li > a::after {
	content: "";
}
.info_pdfList > li > a > .icon {
	color: #e60012;
	font-size: 30px;
	display: block;
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.info_pdfList > li > a > b {
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.4;
}
.pro_headline {}
.pro_image {
	margin-bottom: 110px;
	margin-top: 50px;
}
.pro_image > img {
	display: block;
	margin: 0 auto;
}
.pro_text-center {
	text-align: center;
}
.pro_image:last-of-type {
	margin-bottom: 0;
}
.pro_actList {
	list-style: none;
	max-width: 890px;
	margin: 0 auto 50px;
}
.pro_actList > li {
	position: relative;
	z-index: 1;
	padding-left: 20px;
}
.pro_actList > li:first-child {}
.pro_actList > li:last-child {}
.pro_actList > li:nth-child(2n+1) {}
.pro_actList > li:nth-child(n+3) {}
.info_pdfList-single {}
.info_pdfList-single > li {
	width: 100%;
}
.info_cols {
	display: flex;
	justify-content: space-between;
}
.info_col {}
.info_col-no1 {}
.info_dList {
	list-style: none;
}
.info_dList > dt {}
.info_dList > dd {}
.info_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.info_dList > dd > a::before {
	content: "";
}
.info_dList > dd > a::after {
	content: "";
}
.info_col-no2 {}
.info_link {
	width: 250px;
}
.info_link > a {}
.info_link > a::before {
	content: "";
}
.info_link > a::after {
	content: "";
}
.info_link > a > .icon {
	left: 15px;
}
.pro_actList > li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1fa55d;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.info:last-child {}

.pro.recipe{
	padding-top: 0;
}
.recipe_box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.recipe_box iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recipe_box a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recipe_item{
	display: block;
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
}
@media screen and (min-width:1000px) {
	.card_link > a:hover {}
	.info_pdfList > li > a:hover {}
	.info_pdfList > li > a:hover > .icon {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.info_pdfList > li > a:hover > b {
		text-decoration: none;
	}
	.info_dList > dd > a:hover {}
	.info_link > a:hover {}
}
@media screen and (max-width:999px) {
	.areaPro {}
	.areaPro_title {}
	.areaPro_title > .icon {}
	.areaPro_title > small {}
	.areaPro_title > b {}
	.areaPro_text {}
	.pro {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.pro_title {}
	.pro_title > img {}
	.pro_list {}
	.pro_list > li {}
	.pro_list > li:first-child {}
	.pro_list > li:last-child {}
	.pro_list > li:nth-child(2n+1) {}
	.pro_list > li:nth-child(n+3) {}
	.card {}
	.card_fig {}
	.card_fig > img {}
	.card_fig > figcaption {}
	.card_fig > figcaption > b {
		font-size: 24px;
		padding-bottom: 6px;
	}
	.card_text {}
	.card_link {}
	.card_link > a {}
	.card_link > a::before {}
	.card_link > a::after {}
	.pro_list > li:nth-child(2) .card_fig > figcaption > b {}
	.pro_list > li:last-child .card_fig > figcaption > b {}
	.pro_text {}
	.pro_oListWrap {}
	.pro_oListWrap::before {}
	.pro_oListWrap::after {}
	.pro_oList {}
	.pro_oList > li {}
	.pro_oList > li::before {}
	.pro_oList > li:first-child {}
	.pro_oList > li:last-child {}
	.pro_oList > li:nth-child(2n+1) {}
	.pro_oList > li:nth-child(n+3) {}
	.info {}
	.info_title {}
	.info_pdfList {}
	.info_pdfList > li {}
	.info_pdfList > li:first-child {}
	.info_pdfList > li:last-child {}
	.info_pdfList > li:nth-child(2n+1) {}
	.info_pdfList > li:nth-child(n+3) {}
	.info_pdfList > li > a {}
	.info_pdfList > li > a::before {}
	.info_pdfList > li > a::after {}
	.info_pdfList > li > a > .icon {
		font-size: 26px;
		margin-right: 7px;
	}
	.info_pdfList > li > a > b {
		font-size: 14px;
	}
	.pro_headline {}
	.pro_image {
		margin-top: 30px;
		margin-bottom: 70px;
	}
	.pro_image > img {}
	.pro_text-center {}
	.pro_image:last-of-type {}
	.pro_actList {
		margin-bottom: 40px;
	}
	.pro_actList > li {}
	.pro_actList > li:first-child {}
	.pro_actList > li:last-child {}
	.pro_actList > li:nth-child(2n+1) {}
	.pro_actList > li:nth-child(n+3) {}
	.info_pdfList-single {}
	.info_pdfList-single > li {}
	.info_cols {}
	.info_col {}
	.info_col-no1 {}
	.info_dList {}
	.info_dList > dt {}
	.info_dList > dd {}
	.info_dList > dd > a {}
	.info_dList > dd > a::before {}
	.info_dList > dd > a::after {}
	.info_col-no2 {}
	.info_link {}
	.info_link > a {}
	.info_link > a::before {}
	.info_link > a::after {}
	.info_link > a > .icon {}
	.pro_actList > li:before {}
	.info:last-child {}
}
@media screen and (max-width:767px) {
	.areaPro {}
	.areaPro_title {}
	.areaPro_title > .icon {}
	.areaPro_title > small {}
	.areaPro_title > b {}
	.areaPro_text {}
	.pro {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.pro_title {}
	.pro_title > img {}
	.pro_list {
		display: block;
	}
	.pro_list > li {
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	.pro_list > li:first-child {
		margin-top: 0;
	}
	.pro_list > li:last-child {}
	.pro_list > li:nth-child(2n+1) {}
	.pro_list > li:nth-child(n+3) {}
	.card {}
	.card_fig {
		margin: 0 auto;
	}
	.card_fig > img {}
	.card_fig > figcaption {
		margin: 10px auto 10px;
	}
	.card_fig > figcaption > b {
		font-size: 22px;
		padding-bottom: 4px;
		border-bottom-width: 2px;
	}
	.card_text {
		padding: 0;
	}
	.card_link {
		width: 100%;
		margin: 10px auto 0px;
	}
	.card_link > a {}
	.card_link > a::before {}
	.card_link > a::after {}
	.pro_list > li:nth-child(2) .card_fig > figcaption > b {}
	.pro_list > li:last-child .card_fig > figcaption > b {}
	.pro_text {}
	.pro_oListWrap {
		padding: 10px 10px;
		border-width: 1px;
		margin: 20px auto 30px;
	}
	.pro_oListWrap::before {}
	.pro_oListWrap::after {}
	.pro_oList {}
	.pro_oList > li {}
	.pro_oList > li::before {}
	.pro_oList > li:first-child {}
	.pro_oList > li:last-child {}
	.pro_oList > li:nth-child(2n+1) {}
	.pro_oList > li:nth-child(n+3) {}
	.info {}
	.info_title {}
	.info_pdfList {
		display: block;
	}
	.info_pdfList > li {
		width: auto;
		margin-left: 0;
	}
	.info_pdfList > li:first-child {}
	.info_pdfList > li:last-child {}
	.info_pdfList > li:nth-child(2n+1) {}
	.info_pdfList > li:nth-child(n+3) {}
	.info_pdfList > li > a {
		padding: 10px 0;
	}
	.info_pdfList > li > a::before {}
	.info_pdfList > li > a::after {}
	.info_pdfList > li > a > .icon {
		font-size: 20px;
	}
	.info_pdfList > li > a > b {}
	.pro_headline {}
	.pro_image {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.pro_image > img {}
	.pro_text-center {
		text-align: left;
	}
	.pro_image:last-of-type {}
	.pro_actList {
		margin-bottom: 30px;
	}
	.pro_actList > li {
		padding-left: 14px;
	}
	.pro_actList > li:first-child {}
	.pro_actList > li:last-child {}
	.pro_actList > li:nth-child(2n+1) {}
	.pro_actList > li:nth-child(n+3) {}
	.info_pdfList-single {}
	.info_pdfList-single > li {}
	.info_cols {
		display: block;
	}
	.info_col {}
	.info_col-no1 {
		margin-bottom: 15px;
	}
	.info_dList {}
	.info_dList > dt {}
	.info_dList > dd {}
	.info_dList > dd > a {}
	.info_dList > dd > a::before {}
	.info_dList > dd > a::after {}
	.info_col-no2 {}
	.info_link {
		width: auto;
	}
	.info_link > a {}
	.info_link > a::before {}
	.info_link > a::after {}
	.info_link > a > .icon {}
	.pro_actList > li:before {
		width: 5px;
		height: 5px;
	}
	.info:last-child {}
}
