@charset "utf-8";

.ml-about-item {
	max-width: 750px;
	margin: 0 auto 4em;
	position: relative;
}

/* #productAbout img {
	width: 100%;
} */

/*　レシピ　*/
.recipe_toggle-btn {
	background-image: url('../img/recipe_open.png');
	background-position: center;
	background-size: contain;
	width: 100%;
	height: auto;
	max-width: 750px;
	min-height: 88px;
}

.recipe_toggle-btn + div {
	display: none;
}

.recipe_toggle-btn.toggle-active {
	background-image: url('../img/recipe_close.png');
}

.cart-border-red {
	border: 4px solid #9F270E;
}

#ctl00_ContentPlaceHolder1_detailDescription3 {
	background-color: #ffffff;
}

@media screen and (max-width: 767px) {
	.recipe_toggle-btn {
		width: 100%;
		height: auto;
		max-width: 375px;
		min-height: 44px;
		margin-left: auto;
		margin-right: auto;
	}

	.cart-border-red {
		border: 2px solid #9F270E;
	}
}


/*　FAQ　*/
.faq__button {
	position: relative;
}

/*test .faq__button.active{
	margin-bottom: 0px;
} */
.faq__open {
	display: none;
}

/*.faq__open.active {
	display: block;
} */


.faq__button::after {
	content: "";
	border-top: 15px solid #ffffff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	top: 25px;
	right: 30px;
}

@media screen and (max-width: 767px) {
	.faq__button::after {
		border-top: 10px solid #ffffff;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		position: absolute;
		top: 20px;
		right: 12px;
	}
}