@charset "UTF-8";


/*⼈気商品紹介ページ*/

span.sp {
	display: inline-block;
}
#contents.popularity_product .popularity_product_ttl {
	background-image: url(../img/popularity_product_bg.jpg);
    border: none;
    height: 365px;
    padding: 0px;
    margin-bottom: 70px;
    position: relative;
}

#contents.popularity_product .popularity_product_ttl img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

#contents.popularity_product #reason {
	padding-bottom: 80px;
}

#contents.popularity_product #reason .reason_ttl {
	border-top: none;
	border-bottom: 1px solid #000;
	font-size: 25px;
	text-indent: -0.5em;
	padding-bottom: 20px;
	line-height: 1.4em;
	position: relative;
}
#contents.popularity_product #reason .reason_ttl::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 7px;
  position: absolute;
  bottom: -2px;
  right: 0px;
}

#contents.popularity_product #reason .reason_text {
	padding-top: 25px;
    line-height: 1.6em;
    padding-bottom: 60px;
}

#contents.popularity_product #reason .reason_box {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 90px;
}

#contents.popularity_product #reason .reason_box .reason_img {
	margin-right: 90px;
}

#contents.popularity_product #reason .reason_box .reason_text_box {
	background-image: url(../img/reason_product_text_bg.jpg);
	max-width: 420px;
	position: relative;
	padding: 30px 60px;
	box-sizing: border-box;
}

#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_tag {
	position: absolute;
	top: -1px;
	left: 15px
}

#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_ttl {
	width: 100%;
	text-align: center;
}

#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_ttl .sub {
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	line-height: 1.6em;
}

#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_ttl .main {
	font-size: 30px;
	display: block;
	padding-bottom: 20px;
}

#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_main_t {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 20px;
}
#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_btn {
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
}
#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_btn a {
	background-color: #000;
	border-radius: 45px;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	width: 100%;
	display: block;
}
#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_btn a:hover {
	opacity: 0.75;
}

#contents.popularity_product #eating .eating_ttl {
	border-top: none;
	border-bottom: 1px solid #000;
	font-size: 25px;
	padding-bottom: 20px;
	position: relative;
}
#contents.popularity_product #eating .eating_ttl::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 7px;
  position: absolute;
  bottom: -2px;
  right: 0px;
}
#contents.popularity_product #eating .eating_flex {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 30px;
	margin-bottom: 70px;
}

#contents.popularity_product #eating .eating_text {
	width: 100%;
	line-height: 1.6;
  padding-top: 30px;
}

#contents.popularity_product #eating .eating_img {
	width: 32.5%;
}
/*⼈気商品紹介ページここまで*/

/*お客様の声*/
#contents.voice .voice_box .voice_ttl {
	border-top: none;
  font-size: 30px;
/*  border-bottom: 1px solid #000;*/
  display: block;
  line-height: 1;
}

#contents.voice .voice-list-box .voice-list-detail {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 35px;
	border-bottom: 	1px solid #000;
	padding-bottom: 35px;
	position: relative;
}

#contents.voice .voice-list-box .voice-list-detail:last-child {
	border-bottom: none;
}

#contents.voice .voice-list-box .voice-list-detail:last-child::after {
	display: none;
}
#contents.voice .voice-list-box .voice-list-detail::after {
	content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 7px;
  position: absolute;
  bottom: -2px;
  right: 0px;
}

#contents.voice .voice-list-box .voice-list-detail .voice-list-img {
	width: 25%;
	text-align: center;
}

#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box {
	width: 75%;
}

#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-ttl {
	font-size: 23px;
	padding-bottom: 20px;
	border-top: none;
}

#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-text {
	font-size: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
}

#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-name {
	text-align: right;
	font-size: 20px;
	padding-bottom: 15px;
}
#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-comment {
  background-color: rgba(234, 225, 210, 0.5);
  padding: 25px 40px;
}

#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-comment .voice-list-comment-ttl {
	font-size: 16px;
	padding-bottom: 10px;
}

#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-comment .voice-list-comment-text {
	font-size: 16px;
}
/*お客様の声ここまで*/

/*マルサ醸造について*/
#contents.about .about_box .about_ttl {
	border-top: none;
  font-size: 30px;
/*  border-bottom: 1px solid #000;*/
  display: block;
  line-height: 1;
  margin-bottom: 30px;
}
#contents.about .about-sec-ttl {
	border-top: none;
  font-size: 22px;
  border-bottom: 1px solid #000;
  display: block;
  line-height: 1;
  padding-bottom: 19px;
  position: relative;
}
#contents.about .about-sec-ttl::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 7px;
  position: absolute;
  bottom: -2px;
  right: 0px;
}
#contents.about #profile {
	margin-bottom: 140px;
}
#contents.about #profile .about-sec-ttl {
	margin-bottom: 50px;
}
#contents.about #profile .profile-table {
	max-width: 972px;
	width: 100%;
	border: 1px solid #000;
}
#contents.about #profile .profile-table th {
	width: 27%;
	background-color: rgba(234, 225, 210, 0.5);
	padding: 22px 40px;
	font-size: 20px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#contents.about #profile .profile-table th:last-child {
	border-bottom: none;
}

#contents.about #profile .profile-table td {
	width: 73%;
	font-size: 20px;
	padding: 22px 40px;
	border-bottom: 1px solid #000;
}
/*#contents.about #profile .profile-table td:last-child {
	border-bottom: none;
}*/

#contents.about #greeting {
	margin-bottom: 140px;
}
#contents.about #greeting .about-sec-ttl {
	margin-bottom: 30px;
}
#contents.about #greeting .greeting-box {
	max-width: 972px;
}

#contents.about #greeting .greeting-text {
	font-size: 20px;
	padding-bottom: 25px;
	line-height: 1.7;
}
#contents.about #greeting .representative-text {
	text-align: right;
	width: 100%;
	display: block;
}
#contents.about #greeting .representative-text .position {
	font-size: 23px;
	margin-right: 20px;
}
#contents.about #greeting .representative-text .name {
	font-size: 29px;
}
#contents.about #access .about-sec-ttl {
	margin-bottom: 30px;
}
#contents.about #access .access-map {
	max-width: 972px;
}
#contents.about #access .access-map iframe {
	width: 100%;
}
/*マルサ醸造についてここまで*/

/*マルサ醸造おすすめレシピ一覧*/
#contents.recipe .recipe_box .recipe_ttl {
	border-top: none;
  font-size: 30px;
/*  border-bottom: 1px solid #000;*/
  display: block;
  line-height: 1;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#contents.recipe #recipe_list .recipe-list-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
}
#contents.recipe #recipe_list .recipe-list-box::after {
	content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 7px;
  position: absolute;
  bottom: -2px;
  right: 0px;
}

#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-img {
	width: 40%;
}
#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text {
	width: 55%;
	position: relative;
}
#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .ttl {
	font-size: 25px;
	padding-bottom: 25px;
	border-top: none;
	line-height: 1.5em;
}
#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .text {
	font-size: 16px;
	padding-bottom: 105px;
	line-height: 1.5;
}
#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .recipe-btn {
	max-width: 190px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .recipe-btn a {
	background-color: #000;
  border-radius: 45px;
  text-align: center;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #fff;
  width: 190px;
  display: block;
}
#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .recipe-btn a:hover {
	opacity: 0.75;
}
/*マルサ醸造おすすめレシピ一覧*/

/*マルサ醸造おすすめレシピ詳細*/

#contents.recipe .recipe_detail_box .recipe_detail_ttl {
	border-top: none;
  font-size: 30px;
  border-bottom: 1px solid #000;
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 0px;
  padding-bottom: 28px;
  padding-top: 7px;
}
#contents.recipe .recipe_detail_box .recipe_detail_ttl::after {
	content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 7px;
  position: absolute;
  bottom: -2px;
  right: 0px;
}
#contents.recipe .recipe_detail_box .recipe_detail_text {
  padding-top: 32px;
  padding-bottom: 39px;
  line-height: 1.5;
}

#contents.recipe .recipe_detail_box .recipe_detail_img {
	padding-bottom: 55px;
	text-align: center;
}

#contents.recipe .recipe_detail_box .recipe_detail_content {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material {
	width: 36%;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_ttl {
	font-size: 21px;
	padding-bottom: 15px;
	border-bottom: none;
	line-height: 1.2;
	height: auto;
	margin-bottom: 0px;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text {
	background-color: rgba(234, 225, 210, 0.3);
	padding: 45px 39px;
	box-sizing: border-box;
  max-width: 440px;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text li span.small {
	font-size: 14px;
	letter-spacing: 0.01em;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text li {
	padding-bottom: 15px;
	font-size: 17px;
	max-width: 370px;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text li:last-child {
	padding-bottom: 0px;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text li span {
	letter-spacing: -0.3em;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text li span.sp {
	letter-spacing: normal;
}


#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make {
	width: 60%;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make .recipe_detail_make_ttl {
	font-size: 21px;
	padding-bottom: 15px;
	border-bottom: none;
	line-height: 1.2;
	height: auto;
	margin-bottom: 0px;
}

#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make .movie-box  {
	margin-bottom: 25px;
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make .movie-box iframe  {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make .recipe_detail_make_text li {
	font-size: 17px;
	line-height: 1.5;
	padding-bottom: 11px;
	text-indent: -1em;
  padding-left: 1em;
}
#contents.recipe .recipe_detail_box .recipe-btn {
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
}
#contents.recipe .recipe_detail_box .recipe-btn a {
	background-color: #000;
  border-radius: 45px;
  text-align: center;
  font-size: 14px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #fff;
  width: 190px;
  display: block;
}
#contents.recipe .recipe_detail_box .recipe-btn a:hover {
	opacity: 0.75;
}
/*マルサ醸造おすすめレシピ詳細ここまで*/

@media screen and (max-width: 1200px) {
	span.sp {
		display: none;
	}
	/*マルサ醸造おすすめレシピ詳細*/
	#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text {
		padding: 30px 25px;
	}
	#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material {
		width: 36%;
	}
	/*マルサ醸造おすすめレシピ詳細ここまで*/

}

 @media screen and (max-width: 768px) {

 	/*⼈気商品紹介ページ*/
 	#contents.popularity_product .popularity_product_ttl {
 		margin-bottom: 45px;
    background-position: top center;
    background-size: cover;
    height: 300px;
 	}
	#contents.popularity_product #main-column-full {
		padding-right: 0px;
		padding-left: 0px;
	}
	#contents.popularity_product {
		padding-left: 13px;
		padding-right: 13px;
		box-sizing: border-box;
		padding-bottom: 25px;
	}
	#contents.popularity_product #reason .reason_text {
		font-size: 15px;
	}

	#contents.popularity_product #reason .reason_box {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
		padding-left: 0px;
	}

	#contents.popularity_product #reason .reason_box .reason_img {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	#contents.popularity_product #reason .reason_box .reason_img img {
		max-height: 300px;
	}

	#contents.popularity_product #reason .reason_text {
		padding-bottom: 43px;
	}
	#contents.popularity_product #reason {
		padding-bottom: 55px;
	}
	#contents.popularity_product #eating .eating_ttl {
		font-size: 22px;
		line-height: 1.2em;
		padding-bottom: 15px;
	}
	#contents.popularity_product #eating .eating_flex {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	padding-top: 0px;
  	margin-bottom: 35px;
	}
	#contents.popularity_product #eating .eating_text {
		width: 100%;
		padding-bottom: 18px;
		font-size: 15px;
		padding-top: 20px;
	}
	#contents.popularity_product #eating .eating_img {
		width: 100%;
		margin-right: 0px;
		text-align: center;
		padding-bottom: 15px;
	}
	/*⼈気商品紹介ページここまで*/

	/*お客様の声*/
	#contents.voice .voice_box .voice_ttl {
	  font-size: 25px;
	}
	#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-ttl {
		font-size: 19px;
		padding-bottom: 15px;
	}
	#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-text {
		font-size: 16px;
		padding-bottom: 15px;
	}
	#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-name {
		font-size: 16px;
	}
	#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-comment {
		padding: 20px 16px;
	}
	/*お客様の声ここまで*/

	/*マルサ醸造について*/
	#contents.about {
		padding-right: 13px;
		padding-left: 13px;
		box-sizing: border-box;
	}
	#contents.about #main-column-full {
		padding-right: 0px;
		padding-left: 0px;
	}
	#contents.about .about_box .about_ttl {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#contents.about #profile .about-sec-ttl,
	#contents.about #greeting .about-sec-ttl,
	#contents.about #access .about-sec-ttl {
		margin-bottom: 30px;
		font-size: 19px;
	}
	#contents.about #profile,
	#contents.about #greeting {
		margin-bottom: 75px;
	}
	#contents.about #profile .profile-table {
		border-bottom: none;
	}
	#contents.about #profile .profile-table th {
		width: 100%;
		font-size: 16px;
		display: block;
		box-sizing: border-box;
		border-right: none;
		padding: 13px 15px;
	}
	#contents.about #profile .profile-table td {
		width: 100%;
		font-size: 14px;
		display: block;
		box-sizing: border-box;
		padding: 13px 15px;
	}
	#contents.about #greeting .greeting-text {
		font-size: 15px;
	}
	#contents.about #greeting .representative-text .position {
		font-size: 19px;
		margin-right: 11px;
	}
	#contents.about #greeting .representative-text .name {
		font-size: 25px;
	}
	#contents.about #access .access-map iframe {
		height: 300px;
	}
	/*マルサ醸造についてここまで*/

	/*マルサ醸造おすすめレシピ詳細*/
	#contents.recipe .recipe_detail_box .recipe_detail_ttl {
		font-size: 22px;
    line-height: 1.5;
	}
	#contents.recipe .recipe_detail_box .recipe_detail_text {
		font-size: 17px;
	}
	#contents.recipe .recipe_detail_box .recipe_detail_content {
 		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	margin-bottom: 45px;
	}
	#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material {
		margin-bottom: 30px;
	}
	#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text {
		max-width: inherit;
		width: 100%;
    padding: 45px;

	}
	#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material {
		width: 100%;
	}
	#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {
	/*⼈気商品紹介ページ*/
	#contents.popularity_product .popularity_product_ttl img {
 		width: 85%;
 	}
 	#contents.popularity_product #reason .reason_ttl {
 		font-size: 21px;
 	}
 	/*⼈気商品紹介ページここまで*/

	/*お客様の声*/
	#contents.voice #main-column-full {
		padding-right: 0px;
		padding-left: 0px;
	}
	#contents.voice {
		padding-left: 13px;
		padding-right: 13px;
		box-sizing: border-box;
	}
	#contents.voice .voice-list-box .voice-list-detail {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	padding-top: 30px;
	}
	#contents.voice .voice-list-box .voice-list-detail .voice-list-img {
		width: 100%;
	}
	#contents.voice .voice-list-box .voice-list-detail .voice-list-text-box {
		width: 100%;
	}
	/*お客様の声ここまで*/

	/*マルサ醸造おすすめレシピ*/
	#contents.recipe #main-column-full {
		padding-right: 0px;
		padding-left: 0px;
	}
	#contents.recipe {
		padding-left: 13px;
		padding-right: 13px;
		box-sizing: border-box;
	}
	#contents.recipe .recipe_box .recipe_ttl {
		font-size: 25px;
	}
	#contents.recipe #recipe_list .recipe-list-box {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
	#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-img {
		width: 100%;
		text-align: center;
		padding-bottom: 25px;
	}
	#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text {
		width: 100%;
	}
	#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .ttl {
		font-size: 18px;
	}
	#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .text {
		font-size: 15px;
    padding-bottom: 75px;
	}
	#contents.recipe #recipe_list .recipe-list-box .recipe-list-main-text .recipe-btn {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

 @media screen and (max-width: 420px) {
 	/*⼈気商品紹介ページ*/
 	#contents.popularity_product .popularity_product_ttl {
 		height: 245px;
 	}
 	#contents.popularity_product #reason .reason_box .reason_img img {
 		max-height: 228px;
 	}
 	#contents.popularity_product #reason .reason_box .reason_text_box {
  	padding: 30px 19px;
  }

 	#contents.popularity_product #reason .reason_box .reason_text_box .reason_text_tag {
 		left: 10px;
    width: 43px;
  }
  #contents.popularity_product #reason .reason_box .reason_text_box .reason_text_ttl .sub {
  	font-size: 13px;
  }
  #contents.popularity_product #reason .reason_box .reason_text_box .reason_text_ttl .main {
  	font-size: 24px;
  }
  #contents.popularity_product #reason .reason_box .reason_text_box .reason_text_main_t {
  	font-size: 15px;
  }
  /*⼈気商品紹介ページここまで*/

  /*お客様の声*/
  #contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-ttl {
  	font-size: 17px;
  }
  #contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-text,
  #contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-name,
  #contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-comment .voice-list-comment-ttl,
  #contents.voice .voice-list-box .voice-list-detail .voice-list-text-box .voice-list-comment .voice-list-comment-text
   {
  	font-size: 15px;
  }

  /*マルサ醸造おすすめレシピ詳細*/
  #contents.recipe .recipe_detail_box .recipe_detail_text {
  	font-size: 15px;
  	padding-top: 25px;
    padding-bottom: 28px;
  }
  #contents.recipe .recipe_detail_box .recipe_detail_img {
  	padding-bottom: 40px;
  }
  #contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text {
  	padding: 30px;
  }
  #contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text li {
  	font-size: 15px;
	}
	#contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_text li span.small {
		font-size: 12px;
	}
  #contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make .recipe_detail_make_text li {
  	font-size: 15px;
  }
  #contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_material .recipe_detail_material_ttl {
  	font-size: 19px;
  }
  #contents.recipe .recipe_detail_box .recipe_detail_content .recipe_detail_make .recipe_detail_make_ttl {
  	font-size: 19px;
  }


 }