/* ============================================================
common
============================================================ */

.txt_nowrap {
	white-space: nowrap;
}

tr.bg_y .no_bg {
	background: none;
}

.w_auto {
	width: auto !important;
}
ol.ol_num {
	list-style: decimal;
	margin-left: 1em;
}
dl.prohibition.with_icon ul.list_disc_mt {
	margin-left: 0;
}
dl.prohibition.with_icon ul.list_disc_mt li {
	list-style: none;
	padding-left: 2.6em;
	background: url(/jpn/consumer/common/images/icon_attention.png) left top no-repeat;
}

ul.disc li {
	list-style: disc;
	margin-left: 3em;
}
p.point_tit.aC {
	text-align: center;
	width: 100%;
}

ul.box_flex_1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
ul.box_flex_1 li {
	width: 30%;
	margin-bottom: 20px;
}
ul.box_flex_1 li img {
	width: 100%;
}

ul.box_flex_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
ul.box_flex_2 li {
	width: 23.5%;
	margin-bottom: 20px;
}
ul.box_flex_2 li img {
	width: 100%;
}

ul.box_flex_1.alt_ijd-1 li {
	background: #009ad2;
	color: #fff;
}
ul.box_flex_1.alt_ijd-1 li:last-child {
	background: #d55049;
}
ul.box_flex_1.alt_ijd-1 li span {
	display: block;
	padding: 1em 1.2em;
	line-height: 1.4;
	font-size: 90%;
}
ul.box_flex_1.alt_ijd-1 dl {
	padding: 1em 1.2em;
}
ul.box_flex_1.alt_ijd-1 dt {
	margin-bottom: 20px;
	background: #fff;
	color: #d55049;
	font-weight: bold;
	text-align: center;
	padding: 5px;

	border-radius: 16px;
}
ul.box_flex_1.alt_ijd-1 dd.img {
	width: 60px;
	float: right;
	margin-left: 20px;
}
ul.box_flex_1.alt_ijd-1 dd.txt {
	line-height: 1.4;
	font-size: 90%;
}


p.box_flex {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin: 0 0 20px;
	border: solid 1px #333;
	border-radius: 10px;
}

div.point_tit_box p.point_tit small {
	font-size: 70%;
}
div.flex_wrap._col3 dl.ex_img dd.txt {
	margin: 10px 0 10px;
	font-size: 0.9rem;
}
div.flex_wrap._col3 dl.ex_img dd.txt {
	margin: 10px 0 10px;
	font-size: 0.9rem;
}

table.cb-stv-dkd {
	width: auto;
	margin: 0 auto;
}
table.cb-stv-dkd th,
table.cb-stv-dkd td {
	border: #999 solid 1px;
	padding: 4px 10px;
	text-align: center;
}

div.point_copy_box p.point_copy {
	padding: 0 0 5px;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 120%;
	border-bottom: solid 1px #ccc;
}
p.sub_tit.line_gray {
	padding: 0 0 5px;
	border-bottom: solid 1px #ccc;
}

p.products_img span.caption {
	display: block;
	margin:5px 0 20px;
	font-weight: bold;
}


.wrap_bg_yew {
    background: #fef8e4;
}

.bdr_box_blk {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 20px;
    margin: 0 0 20px;
    border: solid 1px #333;
    border-radius: 10px;
}

.btn_thum_link_box{
	margin-top: 30px;
	width: 420px
}

.btn_thum_link_box a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #222222;
	padding: 0 30px 0 10px;
	border: solid 1px #333;
	background: url(/jpn/consumer/common/images/icon_arrow_b.png) right 10px center no-repeat;
	text-decoration: none;
}
.btn_thum_link_box a:hover{
	background: url(/jpn/consumer/common/images/icon_arrow_b.png) right 5px center no-repeat;
}
.btn_thum_link_box a .thum{
	width: 25%;
	margin-right: 20px;
}

@media screen and (max-width:767px){
	.btn_thum_link_box{
		margin: 15px auto 30px;
		width: 80%;
	}
	.btn_thum_link_box a{
		font-size: 3.5vw;
	}
	.btn_thum_link_box a .thum{
		width: 40%;
		margin-right: 20px;
	}
}

.btn_thum_link_box a .txt{
	width: 70%;
}

.btn_thum_link_box img{
	width: 100%;
}

.ttl_left_line._vm:before {
	top: 0.55em;
	background-color: #f58200;
}

/*cap-box
------------------------------------------------------*/
div.col_type_1 {
	width:824px;
	margin-bottom: 30px;
}
div.col_type_1 p.midashi2 {
	border-left: 8px solid #fb832c;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding-left: 10px;
}
.cap-box {
	overflow: hidden;
	display: flex;
	flex-wrap:wrap;
}
.cap-box dl{
	width: 272px;
	margin:0 2px 2px 0;
	overflow: hidden;

}
.cap-box dl:nth-child(3n){
	margin:0 0 2px 0;
}
.cap-box dt{
	line-height: 0;
}
.cap-box dd{
	background-color:#e72420;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 0.9rem;
	position: relative;
	z-index: 1;
	line-height: 1.5;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cap-box dd.arrow{
	background-color:#fb832c;
	border-top: 2px solid #fff;
	padding: 9px;
	border-radius: 5px;
	position: absolute;
	width: 272px;
}
.cap-box dd.arrow:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fb832c;
	z-index: 100;
}
.cap-box dd.arrow.top{
	background-color:#fb832c;
	border-top: 2px solid #fff;
	padding: 9px;
	border-radius: 5px;
	position: absolute;
}
.cap-box dd.arrow.top:after{
	content: "";
	position: absolute;
	top: -12px;
	bottom: 0;
	left: auto;
	right: 115px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-bottom: 15px solid #fb832c;
	z-index: 100;
}

.cap-box.cb-tbg-2 dl.long,
.cap-box.cb-tbg-2 dl.long img {
	width: 409px;
}
.cap-box.cb-tbg-2 dl:nth-child(3n){
	margin:0 2px 2px 0;
}

.cap-box.cb-tbg-2 dd {
	background-color:#e2dc97;
	color: #333;
}
.cap-box.cb-tbg-2 dd.arrow {
	background-color:#fb832c;
	color: #fff;
}

/* img_captxt */
.img_captxt dt img{
	width: 100%;
}
.img_captxt .copy_txt {
	padding: 10px;
	background-color:#fb832c;
	color: #fff;
	font-weight: 500;
	box-sizing: border-box;
	text-align: center;
}
.img_captxt .copy_txt._txt_s {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
}
.img_captxt .note_txt {
	margin-top: 15px;
}


/* images 100% */
div.box_flex_1 img {
	width: 100%;
}


/* images */
.img_r10 {	border-radius: 10px;}
.img_r20 {	border-radius: 20px;}
.img_r30 {	border-radius: 30px;}

/* ============================================================
PC
============================================================ */

@media print, screen and (min-width:768px){

p.products_img img {
	width: 100%;
	max-width: 560px;
}

ul.box_flex {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin: 0 auto 20px;
	border: solid 1px #333;
	border-radius: 10px;
}

ul.box_flex_1 li.w2 {
	width: 47.5%;
}



div.imgtxt_hor_2_1.no_title div.col_inner,
div.imgtxt_hor_2_1.align_top div.col_inner {
	align-items: flex-start;
}

div.imgtxt_hor_2_1 p.aC img {
	max-width: 566px;
}
div.imgtxt_hor_2_1 p.txt {
	margin-top: 20px;
	text-align: left;
}

div.flex_wrap > a {
	width: 345px !important;
	margin: 0 0 0 0 !important;

}
div.flex_wrap > a > dl.ex_img {
	width: auto !important;
}

dl.prohibition.with_image {
	overflow: hidden;
}
dl.prohibition.with_image dd.txt {
	float: left;
	max-width: 70%;
}
dl.prohibition.with_image dd.img {
	float: right;
	width: 28%;
}

dl.prohibition.with_image dd.txt.w85 {
	float: left;
	max-width: 85%;
}
dl.prohibition.with_image dd.img.w15 {
	float: right;
	width: 15%;
}

dl.prohibition.with_image dd.img img {
	width: 100%;
}
section.products_detail_wrap.cb-bst-3 p.products_img span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
section.products_detail_wrap.cb-bst-3 p.products_img span img {
	width: 180px;
	margin-right: 10px;
}

div.flex_wrap._col3 dl.wide {
	width: 774px;
}

div.product_img ul.recipe_list {
	display: flex;
	justify-content: center;
	font-size: 0.9rem;
	text-align: center;
}
div.product_img ul.recipe_list li {
	width: 240px;
	margin: 20px 5px 0;
}

dl.box_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 30px 10px;
	margin: 0 0 20px;
	border: solid 1px #333;
	border-radius: 10px;
}
dl.box_flex div {
	margin: 0 0 20px;
}

div.box_flex_1 {
	display: flex;
	justify-content: center;
}
div.box_flex_1 > div {
	width: 40%;
	margin: 0 20px;
}

.box_flex._col2 > * {
	width: calc((100% - 30px) / 2);;
}



.wrap_bg_wh {
	padding: 40px 0 50px;
}

.wrap_bg_yew {
	margin-bottom: 50px;
    padding: 80px 0;
}
.wrap_bg_yew iframe {
    display: block;
    margin: 0 auto;
}


/* div.link_range
------------------------------------------------------*/

div.link_range h1 {
	margin: 30px 0 0;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
}
div.link_range ul {
	margin: 30px 0 100px;
	display: flex;
	justify-content: space-between;
}
div.link_range li {
	width: 32%;
}
div.link_range a {
	color: #000;
}
div.link_range strong {
	position: relative;
	margin-top: 10px;
	padding-left: 1.2rem;
	font-size: 120%;
}
div.link_range strong:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	top: 9px;
	left: 2px;
	position: absolute;
	border-top: 2px solid #ff0a14;
	border-right: 2px solid #ff0a14;
	transform: rotate(135deg);
}

div.link_range a,
div.link_range img,
div.link_range strong,
div.link_range span {
	display: block;
}
div.link_range img {
	width: 100%;
}

}/* pc style end */


/* ============================================================
PC liquid
============================================================ */

@media print, screen and (max-width: 1366px) and (min-width:768px){

	div.imgtxt_hor_2_1 img {
		max-width: 500px;
	}
}

@media screen and (min-width: 1447px) {
	div.link_range {
		width: 1370px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1446px) {
	div.link_range {
		width: 95%;
		margin: 0 auto;
	}
}

/* ============================================================
SP
============================================================ */


@media screen and (max-width:767px){



.ttl_page_cg{
	flex-direction: column !important;
}
.ttl_cg_inner {
	padding: 20px;
}
.ttl_cg_inner .txt_main {
	font-size: 5.5vw;
}
.ttl_cg_inner .sub_tit {
	font-size: 3.5vw;
}

div.point_tit_box {
	margin-top: 50px;
	margin-bottom: 20px;
}
div.imgtxt_hor_2_1 div.point_tit_box {
	padding-bottom: 10px;
}

.point_tit_box .point_tit {
    font-size: 5vw;
    line-height: 1.5;
	margin-top: 5px;
}

div.imgtxt_hor_2_1 p.txt {
	margin-top: 20px;
	text-align: left;
}




.products_detail dt,
.products_detail dd {
	font-size: 2.9vw;
}
.note {
	font-size: 2.7vw;
}
div.products_detail_box ul.list_icon img {
	width: 52px !important;
}

p.products_img iframe {
	width: 100%;
	margin-bottom: 30px;
}

div.product_img  {
	overflow: hidden;
	
}

div.product_img  ul.recipe_list{
	width: calc(100% 15px);
	margin-left: -15px;
}
div.product_img ul.recipe_list li {
	width: calc(50% - 15px);
	margin: 10px 0 0 15px;
	text-align: center;
	float: left;
}
div.product_img ul.recipe_list.type2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.product_img ul.recipe_list.type2 li {
	width: 48%;
}



dl.prohibition.with_image dd.img {
	width: 250px;
	margin: 10px auto;
	text-align: center;
}
dl.prohibition.with_image dd.img img {
	width: 100%;
}

.wrap_bg_gray .content_inner {
	margin-left: 0;
	padding: 0 7% 0 20px !important;
}

ul.box_flex li {
	margin-top: 10px;
	text-align: center;
}

dl.box_flex {
	padding: 30px 30px 10px;
	margin: 20px 0 20px;
	border: solid 1px #333;
	border-radius: 10px;
}

dl.box_flex div {
	margin: 0 0 20px;
}

ul.box_flex_1 li {
	width: 46%;
	margin-bottom: 20px;
}

ul.box_flex_2 li {
	width: 47%;
}

ul.box_flex_1.alt_ijd-1 dd.img {
	width: 30px;
}
ul.box_flex_1.alt_ijd-1 li span {
	font-size: 80%;
}
ul.box_flex_1.alt_ijd-1 dd.txt {
	font-size: 80%;
}


.wrap_bg_gray div.point_tit_box {
	margin-top: 30px;
	margin-bottom: 20px;
}
.wrap_bg_wh {
	margin-bottom: 30px;
	padding: 10px 0;
}

.wrap_bg_wh .imgtxt_hor_2_1 {
	margin-bottom: 0;
}
.wrap_bg_yew {
	margin-bottom: 30px;
    padding: 40px 0;
}
iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
}


/*cap-box
------------------------------------------------------*/
div.col_type_1 {
	width: 100%;
}
.cap-box {
	display: block;
}
.cap-box dl{
	width: 100%;
	margin: 0 0 10px !important;
}
div.col_type_1 p.midashi2 {
	font-size: 4.5vw;
}
.cap-box dt img {
	width: 100% !important;
}

.cap-box dd.arrow{
	position: static;
	width: 100%;
}
.cap-box dd.arrow:after{
	content: none;
}
.cap-box dd.arrow.top{
	position: static;
	width: 100%;
}
.cap-box dd.arrow.top:after{
	content: none;
}

.cap-box.cb-tbg-2 dl.long,
.cap-box.cb-tbg-2 dl.long img {
	width: 100%;
}



/* div.link_range
------------------------------------------------------*/

div.link_range h1 {
	margin: 30px 0 0;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
div.link_range ul {
	margin: 30px 0 100px;
}
div.link_range li {
	margin: 0 0 30px;
}
div.link_range a {
	color: #000;
}
div.link_range strong {
	position: relative;
	margin-top: 10px;
	padding-left: 1.2rem;
	font-size: 120%;
}
div.link_range strong:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	top: 9px;
	left: 2px;
	position: absolute;
	border-top: 2px solid #ff0a14;
	border-right: 2px solid #ff0a14;
	transform: rotate(135deg);
}

div.link_range a,
div.link_range img,
div.link_range strong,
div.link_range span {
	display: block;
}
div.link_range img {
	width: 60% !important;
	margin: 0 auto;
}
div.link_range span {
	font-size: 0.8rem;
}




}/* sp style end */