/* --------------------

Nichiryo便り　ディレクトリ名：/nichiryo_letter/

-------------------- */

/*Google webフォント　日本語　サイト全体用*/
/*@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);*/
/*
	■ページタイトル等丸みががった日本語
	.wf-sawarabigothic { font-family: 'Sawarabi Gothic', sans-serif; }
	https://googlefonts.github.io/japanese/
*/


/*サイト全体スタイルのulとliをリセット*/
ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box){
	padding-bottom: 0px;
	list-style: none;
}

ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box) li {
	padding: 0px;
	padding-left: 0em;
	text-indent: 0em;
	list-style-position: inside;
}

/* -------------------- 

カテゴリタイトルとページタイトル

-------------------- */

/*カテゴリタイトル*/
.category_nichiryo_letter .page_category_title,
.entry_nichiryo_letter .page_category_title,
.category_nichiryo_letter_test .page_category_title,
.entry_nichiryo_letter_test .page_category_title{
	background: url(img/category_title_img_nichiryo_letter.jpg) no-repeat center center;
	background-size:cover;
}


/*Nichiryo便り*/
.category_nichiryo_letter #contents_header .entry_title h1,
.entry_nichiryo_letter #contents_header .entry_title h1,
.category_nichiryo_letter_test #contents_header .entry_title h1,
.entry_nichiryo_letter_test #contents_header .entry_title h1 {
	background: url(img/entry_title_icon_x2_nichiryo_letter.png) no-repeat center top;
	background-size: 160px 75px;
}

/* -------------------- 

コンテンツ欄全体

-------------------- */

.nichiryo_letter .contents_main img,
.nichiryo_letter_test .contents_main img{
	max-width: 1080px;
	height: auto;
}

/*
.enjoy_hokkaido_content_all{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	z-index: 0;
}

.enjoy_hokkaido_content_all p{
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 16px;
}
*/



/* -------------------- 

ローディング

-------------------- */

/*ローディング　画面全体*/
.loading_box{
	position: fixed;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;	/* 子要素をflexboxにより中央に配置する */
	height: 100vh;
	width: 100vw;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 20000 !important;
}


.sk-fading-circle {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
			animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
			transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
			transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
			transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
			transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
			transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
			transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
			transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
			transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
			transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
			animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
			animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
			animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
			animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
			animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
			animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
			animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
			animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; } 
}



/*========== パララックス設定 ==========*/

/*フェードイン及びちょっと上に移動*/
.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
 opacity: 0;
}

@keyframes fadeInUp {
	0% { opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		}
	100% { opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
}

/*--------------------*/

/*ディレイ（待機時間）※他のアニメーションとの併用*/
.delay_05 {animation-delay: 0.5s;}
.delay_1 {animation-delay: 1.0s;}
.delay_15 {animation-delay: 1.5s;}
.delay_2 {animation-delay: 2.0s;}
.delay_25 {animation-delay: 2.5s;}
.delay_3 {animation-delay: 3.0s;}
.delay_35 {animation-delay: 3.5s;}
.delay_4 {animation-delay: 4.0s;}
.delay_45 {animation-delay: 4.5s;}
.delay_5 {animation-delay: 5.0s;}

.delay_10 {animation-delay: 10.0s;}




/*フェードイン（ぼかし無し）*/
.fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
 opacity: 0;
}

@keyframes fadeIn {
	0% { opacity: 0;

		}
	100% { opacity: 1;

		}
}


/*--------------------*/

/*フェードイン（ぼかしあり）*/
.fadeInBlur {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInBlur;
 animation-name: fadeInBlur;
 visibility: visible !important;
 opacity: 0;
}


@keyframes fadeInBlur {
	0% { opacity: 0;
		filter: blur(30px);
		-webkit-filter: blur(30px);
		}
	100% { opacity: 1;
		filter: blur(0px);
		-webkit-filter: blur(0px);
		}
}

/*フェードイン（ぼかしあり）3秒かけて遷移*/
.fadeInBlur_For2sec {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInBlur_For2sec;
 animation-name: fadeInBlur_For2sec;
 visibility: visible !important;
 opacity: 0;
}


@keyframes fadeInBlur_For2sec {
	0% { opacity: 0;
		filter: blur(30px);
		-webkit-filter: blur(30px);
		}
	100% { opacity: 1;
		filter: blur(0px);
		-webkit-filter: blur(0px);
		}
}



/* --------------------

Nichiryo便り一覧ページ　ディレクトリ名：nichiryo_letter/
Nichiryo便り一覧ページ　ディレクトリ名：nichiryo_letter_test/

-------------------- */

/*一覧ページ、記事ページ共通　導入文含む全体　div*/
.nichiryo_letter_contents_all_box{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 30px 40px 40px 40px;
	background-color: #F6EED6;
}



/*----------Nichiryo便り一覧ページ----------*/

p.nichiryo_letter_list_main_text {
		padding: 10px 60px 10px 60px;
		font-size: 17.4px;
}

/*導入文から下の一覧枠　div*/
.nichiryo_letter_list_box{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

/*Nichiryo便り1セット　div*/
.nichiryo_letter_list_1box{
	display: inline-block;
	position: relative;
	background-color: #ffffff;
	padding: 15px 15px 15px 15px;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.nichiryo_letter_list_1box:nth-child(3n){
	margin-right: 0px;
}

/*画像配置欄　div*/
.nichiryo_letter_list_img{
	display: block;
	position: relative;
	overflow: hidden;
}

.nichiryo_letter_list_img img{
	width: 100%;
	height: auto;
}

/*テキスト欄　div*/
.nichiryo_letter_list_text{
	
}

/*記事タイトル　h3*/
.nichiryo_letter_list_text h3{
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}

.nichiryo_letter_list_text h3 a{
	color: #191919;
	text-decoration: none;
}

.nichiryo_letter_list_text h3 a:hover{
	color: #e60011;
	text-decoration: none;
}



/*----------Nichiryo便り記事ページ欄----------*/

/*レポートページのタイトル欄*/
.nichiryo_letter_title_box{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding:30px 40px 0px 40px;
	background-color: rgba(255,255,255,1);
}

/*h2*/
.nichiryo_letter_title{
	margin-bottom: 20px !important;
}

/*タイトル画像　p*/
.nichiryo_letter_title_img{
	
}

.nichiryo_letter_title_img img{
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*記事ページのコンテンツ欄　div*/
.nichiryo_letter_contents_box{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding:0px 40px 40px 40px;
	background-color: rgba(255,255,255,1);
}



.category_nichiryo_letter .nichiryo_letter_box,
.category_nichiryo_letter_test .nichiryo_letter_box{
	display: block;
	position: relative;
	overflow: hidden;
	padding:30px 40px 40px 40px;
	background-color: rgba(255,255,255,1);
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 20px;
}



/*本文欄　div*/
.entry_maintext_box{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
	font-size: 17px;
}

.entry_maintext_box p{
	font-size: 17px;
}


/*商品一覧欄　div*/
.products_list_box_box{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

/*商品情報 一覧　div*/
.entry_nichiryo_letter .products_list_box,
.entry_nichiryo_letter_test .products_list_box{
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
	margin: 0 auto;
}

.entry_nichiryo_letter .products_list_box ul,
.entry_nichiryo_letter_test .products_list_box ul{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	
	letter-spacing: -.40em;
	margin-bottom: 0px;
}

.entry_nichiryo_letter .products_list_box ul li,
.entry_nichiryo_letter_test .products_list_box ul li{
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	width: 30%;
	height: auto;
	margin-right: 5%;
	margin-bottom: 10px;
}

.entry_nichiryo_letter .products_list_box ul li:nth-of-type(3n),
.entry_nichiryo_letter_test .products_list_box ul li:nth-of-type(3n){
	margin-right: 0px !important;
}

/*1商品のくくりの高さを固定（overflowで下をトリミング）*/
.entry_nichiryo_letter .products_list_box ul li a,
.entry_nichiryo_letter_test .products_list_box ul li a{
	display: block;
	width: 100%;
	/*height: 17em;*/
	margin-bottom: 30px;
	overflow: hidden;
	text-decoration: none !important;
	z-index: 0;
}

.entry_nichiryo_letter .products_list_box ul li a:focus,
.entry_nichiryo_letter_test .products_list_box ul li a:focus{
	outline: none;
}

/*画像欄　div*/
.entry_nichiryo_letter .products_list_box ul li a .top_products_img_box,
.entry_nichiryo_letter_test .products_list_box ul li a .top_products_img_box{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
	padding: 40px 20px 40px 20px;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
	z-index: 1;
}

.entry_nichiryo_letter .products_list_box ul li a .top_products_img_box img,
.entry_nichiryo_letter_test .products_list_box ul li a .top_products_img_box img{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*「New」マーク　p*/
.entry_nichiryo_letter .products_list_box ul li a .top_products_new,
.entry_nichiryo_letter_test .products_list_box ul li a .top_products_new{
	display: block;
	position:absolute;
	width: 52px;
	height: 52px;
	top:0px;
	left: 0px;
	padding: 6px 6px 6px 6px;
	background: url(img/icon_new_x2.png) no-repeat 6px 6px;
	background-size: 40px 40px;
	z-index: 2;
}

.entry_nichiryo_letter .products_list_box ul li a .top_products_new span,
.entry_nichiryo_letter_test .products_list_box ul li a .top_products_new span{
	display: none;
}

/*「リニューアル」マーク　p*/
.entry_nichiryo_letter .products_list_box ul li a .top_products_renewal,
.entry_nichiryo_letter_test .products_list ul li a .top_products_renewal{
	display: block;
	position:absolute;
	width: 52px;
	height: 52px;
	top:0px;
	left: 0px;
	padding: 6px 6px 6px 6px;
	background: url(img/icon_renewal_x2.png) no-repeat 6px 6px;
	background-size: 40px 40px;
	z-index: 2;
}

.entry_nichiryo_letter .products_list_box ul li a .top_products_renewal span,
.entry_nichiryo_letter_test .products_list ul li a .top_products_renewal span{
	display: none;
}


/*商品名テキスト　p*/
.entry_nichiryo_letter .products_list_box ul li a .top_products_name,
.entry_nichiryo_letter_test .products_list_box ul li a .top_products_name{
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px !important;
	min-height: 4.3em;
	color: #3a2a14;
	line-height: 140%;
	text-indent: 0px;
	font-size: 21px;
	text-decoration: none !important;
}

/*商品紹介文テキスト　p*/
.entry_nichiryo_letter .products_list_box ul li .top_products_text,
.entry_nichiryo_letter_test .products_list_box ul li .top_products_text{
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin-bottom: 3px;
	/*height: 3.0em;*/
	color: #3a2a14;
	line-height: 150%;
	text-indent: 0px;
	font-size: 15px;
	/*
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	*/
}

/*記事ページ下部バナー欄*/

.nichiryo_letter_banner_box{
	display: block;
	position: relative;
	padding-top: 40px;
}

.nichiryo_letter_banner_box .inner{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0px;
	background-color: #F6EED6;
	margin: 0 auto;
	margin-bottom: 20px;
}

p.nichiryo_letter_banner_title{
	font-weight: 600;
}

/*div*/
.nichiryo_letter_banner_list{
	
}

/*ul*/
.nichiryo_letter_banner_list{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.nichiryo_letter_banner_list li{
	display: inline-block;
	position: relative;
	padding: 15px 15px 15px 15px;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.nichiryo_letter_banner_list li:nth-child(3n){
	margin-right: 0px;
}

.nichiryo_letter_banner_list li img{
	max-width: 100%;
}



.text_box_2column{
	display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
	letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する */
	position: relative;
}

.text_box_2column .column_inner{
	display: inline-block;
	position: relative;
	vertical-align: top;
	letter-spacing: normal;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.text_box_2column .column_inner:nth-of-type(2n){
	margin-right: 0%;
}

.text_box_2column .column_inner img{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.caption {
		text-align: left !important;
		font-size: 94%;
		margin-bottom: 10px !important;
}



/*=========================スマホ用スタイルここから=========================*/

/*@media screen and ( max-width: 767px ) {*/
@media screen and ( max-width: 719px ) {
	
	
	/*サイト全体スタイルのリセット*/
		ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box):not(ul.contents_products_popular_list_box):not(ul.recipe_tsukurikata_list){
		list-style: none;
		padding: 0px;
	}
	
	ul:not(.nav-menu-box ul):not(#contents_side ul):not(.contents_anchor_box ul):not(.mainvisual_box ul):not(.top_ir_link_contents_box ul):not(ul.tub_category):not(ul.top_pickup_list1_box):not(ul.top_pickup_list2_box):not(ul.contents_products_popular_list_box):not(ul.recipe_tsukurikata_list) li {
		padding: 0px;
		padding-left: 0em !important;
		text-indent: 0em !important;
		list-style-position: inside;
	}
	
	
	/*カテゴリータイトル*/
	.category_nichiryo_letter .page_category_title,
	.entry_nichiryo_letter .page_category_title,
	.category_nichiryo_letter_test .page_category_title,
	.entry_nichiryo_letter_test .page_category_title{
	background: url(img/category_title_img_nichiryo_letter.jpg) no-repeat center center;
		background-size:cover;
	}
		
	
	
	/*Nichiryo便り*/
	.category_nichiryo_letter #contents_header .entry_title h1,
	.entry_nichiryo_letter #contents_header .entry_title h1,
	.category_nichiryo_letter_test #contents_header .entry_title h1,
	.entry_nichiryo_letter_test #contents_header .entry_title h1 {
		background: url(img/entry_title_icon_x2_nichiryo_letter.png) no-repeat center top;
		background: url(img/entry_title_icon_x2_products.png) no-repeat center top;
		background-size: 140px 66px;
	}
	
	
	
	/* --------------------
	
	Nichiryo便り記事ページ　ディレクトリ名：nichiryo_letter/
	Nichiryo便り記事ページ　ディレクトリ名：nichiryo_letter_test/
	
	-------------------- */
	
	/*一覧ページ、記事ページ共通　導入文含む全体　div*/
	.nichiryo_letter_contents_all_box{
		display: block;
		position: relative;
		overflow: hidden;
		padding: 20px 15px 15px 15px;
		background-color: #F6EED6;
	}

	
	/*----------Nichiryo便り一覧ページ----------*/
	
	p.nichiryo_letter_list_main_text {
			padding: 15px 15px 15px 15px;
			font-size: 17px;
	}
	
	/*導入文から下の一覧枠　div*/
	.nichiryo_letter_list_box{
		display:-webkit-box;
		display:-moz-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	
	/*1セット　div*/
	.nichiryo_letter_list_1box{
		display: inline-block;
		position: relative;
		background-color: #ffffff;
		padding: 15px 15px 15px 15px;
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	
	.nichiryo_letter_list_1box:nth-child(3n){
		margin-left: 0px !important;
	}
	
	.nichiryo_letter_list_1box:last-child{
		margin-bottom: 0px;
	}
	
	
	/*画像配置欄　div*/
	.nichiryo_letter_list_img{
		display: block;
		position: relative;
		overflow: hidden;
	}
	
	.nichiryo_letter_list_img img{
		width: 100%;
		height: auto;
	}
	
	/*テキスト欄　div*/
	.nichiryo_letter_list_text{
		
	}
	
	/*記事タイトル　h3*/
	.nichiryo_letter_list_text h3{
		font-size: 16px;
		font-weight: 600;
		line-height: 140%;
	}
	
	.nichiryo_letter_list_text h3 a{
		color: #191919;
		text-decoration: none;
	}
	
	.nichiryo_letter_list_text h3 a:hover{
		color: #e60011;
		text-decoration: none;
	}
	
	/*期間　p*/
	p.nichiryo_letter_list_date{
		font-size: 14px;
		color: #666666;
		margin-bottom: 10px;
	}
	
	/*概要文　p*/
	p.nichiryo_letter_list_text{
		color: #666666;
		margin-bottom: 0px;
	}

	
	
	
	
	/*----------Nichiryo便り記事ページ欄----------*/
	
	/*タイトル欄*/
	.nichiryo_letter_title_box{
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		padding:15px 15px 0px 15px;
		background-color: rgba(255,255,255,1);
	}
	
	/*h2*/
	.nichiryo_letter_title{
		margin-top: 5px !important;
		margin-bottom: 15px !important;
	}
	
	/*タイトル画像　p*/
	.nichiryo_letter_title_img{
		
	}
	
	.nichiryo_letter_title_img img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	/*記事ページのコンテンツ欄　div*/
	.nichiryo_letter_contents_box{
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		padding:0px 15px 15px 15px;
		background-color: rgba(255,255,255,1);
	}
	
	
	
	.category_nichiryo_letter .nichiryo_letter_box,
	.category_nichiryo_letter_test .nichiryo_letter_box{
		display: block;
		position: relative;
		overflow: hidden;
		padding:15px 15px 15px 15px;
		background-color: rgba(255,255,255,1);
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	/*本文欄　div*/
	.entry_maintext_box{
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		font-size: 16px;
	}
	
	.entry_maintext_box p{
		font-size: 16px;
	}
	
	
	/*商品一覧欄　div*/
	.products_list_box_box{
		display:-webkit-box;
		display:-moz-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		
		margin: 0 auto;
		padding: 10px 0px 10px 0px;
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}
	
	
	
	
	
	
	/*もどるボタン欄　div*/
	.entry_backlink_box{
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px 0px 10px 0px;
	}
	
	
	
	
	
	
	/*商品情報 一覧　div*/
	.entry_nichiryo_letter .products_list_box,
	.entry_nichiryo_letter_test .products_list_box{
		display: block;
		overflow: hidden;
		margin-bottom: 0px;
	}
	
	.entry_nichiryo_letter .products_list_box ul,
	.entry_nichiryo_letter_test .products_list_box ul{
		display:-webkit-box; display:-moz-box; display:-webkit-flexbox; display:-moz-flexbox; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-lines:multiple; -moz-box-lines:multiple; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
		
		letter-spacing: -.40em;
		margin-bottom: 0px;
	}
	
	.entry_nichiryo_letter .products_list_box ul li,
	.entry_nichiryo_letter_test .products_list_box ul li{
		display: inline-block;
		position: relative;
		letter-spacing: normal;
		vertical-align: top;
		position: relative;
		width: 48%;
		height: auto;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	
	.entry_nichiryo_letter .products_list_box ul li:nth-of-type(3n),
	.entry_nichiryo_letter_test .products_list_box ul li:nth-of-type(3n){
		margin-right: 4% !important;
	}
	
	.entry_nichiryo_letter .products_list_box ul li:nth-of-type(2n),
	.entry_nichiryo_letter_test .products_list_box ul li:nth-of-type(2n){
		margin-right: 0px !important;
	}
	
	/*1商品のくくりの高さを固定（overflowで下をトリミング）*/
	.entry_nichiryo_letter .products_list_box ul li a,
	.entry_nichiryo_letter_test .products_list_box ul li a{
		display: block;
		width: 100%;
		/*height: 17em;*/
		margin-bottom: 20px;
		overflow: hidden;
		text-decoration: none !important;
		z-index: 0;
	}
	
	.entry_nichiryo_letter .products_list_box ul li a:focus,
	.entry_nichiryo_letter_test .products_list_box ul li a:focus{
		outline: none;
	}
	
	/*画像欄　div*/
	.entry_nichiryo_letter .products_list_box ul li a .top_products_img_box,
	.entry_nichiryo_letter_test .products_list_box ul li a .top_products_img_box{
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		background-color: #ffffff;
		padding: 20px 0px 20px 0px;
		z-index: 1;
	}
	
	.entry_nichiryo_letter .products_list_box ul li a .top_products_img_box img,
	.entry_nichiryo_letter_test .products_list_box ul li a .top_products_img_box img{
		display: block;
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	
	/*「New」マーク　p*/
	.entry_nichiryo_letter .products_list_box ul li a .top_products_new,
	.entry_nichiryo_letter_test .products_list_box ul li a .top_products_new{
		display: block;
		position:absolute;
		width: 52px;
		height: 52px;
		top:0px;
		left: 0px;
		padding: 6px 6px 6px 6px;
		background: url(img/icon_new_x2.png) no-repeat 6px 6px;
		background-size: 40px 40px;
		z-index: 2;
	}
	
	.entry_nichiryo_letter .products_list_box ul li a .top_products_new span,
	.entry_nichiryo_letter_test .products_list_box ul li a .top_products_new span{
		display: none;
	}
	
	/*「リニューアル」マーク　p*/
	.entry_nichiryo_letter .products_list ul li a .top_products_renewal,
	.entry_nichiryo_letter_test .products_list ul li a .top_products_renewal{
		display: block;
		position:absolute;
		width: 52px;
		height: 52px;
		top:0px;
		left: 0px;
		padding: 6px 6px 6px 6px;
		background: url(img/icon_renewal_x2.png) no-repeat 6px 6px;
		background-size: 40px 40px;
		z-index: 2;
	}
	
	.entry_nichiryo_letter .products_list ul li a .top_products_renewal span,
	.entry_nichiryo_letter_test .products_list ul li a .top_products_renewal span{
		display: none;
	}
	
	
	/*商品名テキスト　p*/
	.entry_nichiryo_letter .products_list_box ul li a .top_products_name,
	.entry_nichiryo_letter_test .products_list_box ul li a .top_products_name{
		padding: 10px 0px 10px 0px;
		margin-bottom: 0px !important;
		min-height: 4.3em;
		color: #3a2a14 !important;
		line-height: 140%;
		text-indent: 0px;
		font-size: 16px;
		text-decoration: none !important;
	}
	
	/*商品紹介文テキスト　p*/
	.entry_nichiryo_letter .products_list_box ul li .top_products_text,
	.entry_nichiryo_letter_test .products_list_box ul li .top_products_text{
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		margin-bottom: 3px;
		/*height: 3.0em;*/
		color: #3a2a14 !important;
		line-height: 150%;
		text-indent: 0px;
		font-size: 13px;
		/*
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		*/
	}
	
	/*記事ページ下部バナー欄*/
	
	.nichiryo_letter_banner_box{
		display: block;
		position: relative;
		padding-top: 20px;
	}
	
	.nichiryo_letter_banner_box .inner{
		display: block;
		position: relative;
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		background-color: #F6EED6;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	p.nichiryo_letter_banner_title{
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	/*div*/
	.nichiryo_letter_banner_list{
		
	}
	
	/*ul*/
	.nichiryo_letter_banner_list{
		display:-webkit-box;
		display:-moz-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		text-align: left;
	}
	
	.nichiryo_letter_banner_list li{
		display: inline-block;
		position: relative;
		padding: 10px 10px 10px 10px;
		width: 49%;
		margin-left: 0px;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	
	.nichiryo_letter_banner_list li:nth-child(3n){
		margin-right: 2%;
	}
	
	.nichiryo_letter_banner_list li:nth-child(2n){
		margin-right: 0px;
	}
	
	.nichiryo_letter_banner_list li:last-of-type{
	}
	
	.nichiryo_letter_banner_list li img{
		max-width: 100%;
	}
	
	.text_box_2column{
		display:block;
		letter-spacing:normal;/* 文字間を詰めて隙間を削除する */
		position: relative;
	}
	
	.text_box_2column .column_inner{
		display: block;
		position: relative;
		vertical-align: top;
		letter-spacing: normal;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	
	.text_box_2column .column_inner:nth-of-type(2n){
		margin-right: 0%;
	}
	
	.text_box_2column .column_inner img{
		max-width: 100%;
		width: 100%;
		height: auto;
	}

}/*スマホ用スタイル@media screen and ( max-width: 767px )ここまで*/




/*=========================プリント用調整（PC画面をA4に最適化）=========================*/
@page {
	/*margin: 10mm 10mm !important;*/
}

@media print {

	
	/*アニメーション関係はすべて透明度や位置を戻す*/
	.fadeInUp,
	.fadeIn,
	.fadeInBlur,
	.main_img_box,
	.main_logo,
	.main_img,
	.animation_1,
	.animation_2,
	.animation_3
	 {
		opacity: 1 !important;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		filter: blur(0px);
		-webkit-filter: blur(0px);
	}
	


}/*プリント用調整（PC画面をA4に最適化）　@media print {*/




