/*******************************************************************/
/* PC：幅769px以上                                                                                         */
/*******************************************************************/
@media screen and (min-width: 769px), print {
/*<start>==========================================================*/
body{
	text-align:left;
	}
	
/*=================================================================*/
/*	パンくず                                                                                                       */
/*=================================================================*/
.breadcrumbs{
	text-align:left;
	margin-top:5px;
	}
	
.breadcrumbs ul li{
	display:inline-block;
	text-align:left;
	font-size:14px;
	font-size:1.4rem;
	}
	
.breadcrumbs ul li a{
	color:#333;
	text-decoration:underline;
	}

.breadcrumbs ul li a:hover{
	text-decoration:none;
	}

/*=================================================================*/
/*	h1                                                                                                       */
/*=================================================================*/
h1{
	width:100%;
	height:190px;
	text-align:center;
	padding-top:60px;
	margin-top:-30px;
	margin-bottom:64px;
	}

h1.h1_products{ background:url(../../images/sec/img_h1_product.jpg) no-repeat center; background-size:cover;}
h1.h1_heart{ background:url(../../images/sec/img_h1_heart.jpg) no-repeat center; background-size:cover;}
h1.h1_faq{ background:url(../../images/sec/img_h1_faq.jpg) no-repeat center; background-size:cover;}
h1.h1_news{ background:url(../../images/sec/img_h1_news.jpg) no-repeat center; background-size:cover;}
h1.h1_company{ background:url(../../images/sec/img_h1_company.jpg) no-repeat center; background-size:cover;}

h1 .h1_ttl{
	font-weight:normal;
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
	letter-spacing:5px;
	margin-top:14px;
	}

h1 span{
	font-family:Roboto, Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#008742;
	font-size:18px;
	font-size:1.8rem;
	display:block;
	margin-top:10px;
	}

/*=================================================================*/
/*	h2                                                                                                       */
/*=================================================================*/
h2{
	padding:0 0 0 15px;
	font-size:26px;
	font-size:2.6rem;
	font-weight: normal;
	border-left:6px solid #008742;
	line-height:140%;
	margin-bottom:30px;
	text-align:left;
	}

/*=================================================================*/
/*	h3                                                                                                       */
/*=================================================================*/
h3{
	border-left:6px solid #008742;
	font-size:22px;
	font-size:2.2rem;
	font-weight: normal;
	line-height:120%;
	padding:2px 0 2px 15px;
	margin-bottom:20px;
	margin-top:30px;
	position:relative;
	text-align:left;
	}

h3:after{
	content:"";
	display:block;
	width:100%;
	border-bottom:2px dotted #e2e2e2;
	position:absolute;
	left:0;
	bottom:-10px;
	}

/*=================================================================*/
/*	left                                                                                                       */
/*=================================================================*/
.left_contents{
	width:740px;
	float:left;
	text-align:left;
	}

.left_contents p{
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:10px;
	}

.sec_btn_area{
	text-align:right;
	}

.contents_inner{
	padding-bottom:60px;
	}
		
/*=================================================================*/
/*	table                                                                                                       */
/*=================================================================*/
.table01{
	width:740px;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:20px;
	}
	
.table01 th{
	border:1px solid #dedede;
	padding:10px;
	width:150px;
	min-width:150px;
	background-color:#f8ffef;
	}

.table01 td{
	border:1px solid #dedede;
	padding:10px;
	}

.table02{
	width:740px;
	font-size:18px;
	font-size:1.8rem;
	border-top:1px solid #dedede;
	}

.table02 td{
	font-size:16px;
	font-size:1.6rem;
	}

.table02 th,
.table02 td{
	padding:20px 10px;
	border-bottom:1px solid #dedede;
	}

.table02 tr:nth-child(even){
	background-color:#fbfbfb;
	}
	
/*=================================================================*/
/*	side_menu                                                                                                       */
/*=================================================================*/
.side_menu{
	width:230px;
	float:right;
	}

.side_menu .side_ttl{
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
	color:#fff;
	padding:23px 10px;
	width:210px;
	background-color:#008742;
	border-radius:8px;
	margin-bottom:10px;
	}

.side_menu ul li{
	border-bottom:1px solid #d6d6d6;
	padding:20px 10px;
	text-align:left;
	font-size:16px;
	font-size:1.6rem;
	}

.side_menu ul li a{
	text-decoration:none;
	color:#333;
	}

.side_menu ul li a p.c_triangle{
	width:20px;
	height:20px;
	display: inline-block;
	background-color:#d3d3d3;
	border-radius:10px;
	position:relative;
	vertical-align:middle;
	margin-right:10px;
	}

.side_menu ul li a p.c_triangle:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top: 4px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #FFF;
	position:absolute;
	top:50%;
	left:-webkit-calc(50% + 4px);
	left:calc(50% + 4px);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}

.side_menu ul li a:hover,
.side_menu ul li a.current,
.side_menu ul li.current a {
	color:#008742;
	}

.side_menu ul li a:hover p.c_triangle,
.side_menu ul li a.current p.c_triangle,
.side_menu ul li.current a p.c_triangle {
	background-color:#008742;
	}

/*=================================================================*/
/*	製品情報                                                                                                       */
/*=================================================================*/
.catch{
	font-size:22px;
	font-size:2.2rem;
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	}

.product_list ul{
	margin-top:30px;
	}
	
.product_list ul li{
	padding:20px 0;
	border-top:1px solid #ebebeb;
	}
	
.product_list_img{
	text-align:center;
	float:left;
	width:200px;
	padding:0 10px 10px 10px;
	}

.product_des{
	width:520px;
	float:right;
	text-align:left;
	}

.product_name{
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	}

.product_type{
	display: inline-block;
	font-size:12px;
	font-size:1.2rem;
	color:#fff;
	padding:0 10px;
	background-color:#333;
	border-radius:15px;
	text-align:center;
	min-width:35px;
	line-height:160%;
	margin-bottom:10px;
	}

.product_des dl{
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:5px;
	line-height:150%;
	}
	
.product_des dl dt,
.product_des dl dd{
	display:inline-block;
	}

.product_des dl dt{
	color:#008742;
	width:62px;
	border-right:3px solid #008742;
	box-sizing:border-box;
	}

.product_des dl dd{
	padding-left:12px;
	}

.product_txt{
	font-size:16px;
	font-size:1.6rem;
	margin-top:10px;
	display:block;
	}

/*=================================================================*/
/*	無洗米のご紹介                                                                                                       */
/*=================================================================*/
.mu_left{
	float:left;
	width:370px;
	}

.mu_right{
	float: right;
	width:370px;
	}

.mu_left img, .mu_right img{
	margin:0 15px;
	}


/*=================================================================*/
/*	事業内容                                                                                                       */
/*=================================================================*/
.bus_container{
	display:table;
	}

.bus_co_block{
	display:table-cell;
	width:330px;
	float:left;
	margin:0 15px 40px;
	}

.bus_ttl{
	padding:5px 10px 5px 5px;
	font-weight:bold;
	margin:15px 0 5px;
	font-size:20px;
	font-size:2.0rem;
	color:#008742;
	}
	
.bus_txt{
	margin-top:15px;
	padding:0 5px;
	}
	
.bus_url{
	margin-top:15px;
	padding:0 5px;
	}
	
.bus_url a{
	color:#00baff !important;
	}

.bus_url span{
	display: inline-block;
	color:#fff;
	background-color:#666;
	font-size:12px;
	font-size:1.2rem;
	padding:0px 5px;
	margin-right:10px;
	line-height:160%;
	}

.sec_btn_area a{
	font-size:18px;
	font-size:1.8rem;
	color:#00baff;
	position:relative;
	}
	
.sec_btn_area a:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top: 7px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #00baff;
	position:absolute;
	top:50%;
	left:-20px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	}
	
/*=================================================================*/
/*	アクセス                                                                                                       */
/*=================================================================*/
.address_area{
	width:400px;
	float:right;
	padding:0 20px;
	}

.address_txt{
	font-size:16px;
	font-size:1.6rem;
	border-left:6px solid #eaeaea;
	padding-left:15px;
	margin-bottom:16px;
	display:block;
	}

.map_btn a{
	margin-top:30px;
	margin-left:20px;
	padding:6px;
	min-width:190px;
	}

/*=================================================================*/
/*	一貫した管理体制                                                                                                       */
/*=================================================================*/
.sys_container>div{
	float:left;
	}

.sys_block{
	width:200px;
	}

.sys_ttl{
	width:calc(100% - 8px);
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	padding:4px;
	background-color:#008742;
	border-radius:8px;
	margin:10px 0;
	text-align:center;
	}

.sys_arrow{
	width:40px;
	padding:80px 5px 0 25px;
	}

.sys_arrow p.sys_triangle{
	width:0;
	height:0;
	border-top: 60px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 20px solid #ffd074;
	display:inline-block;
	}
	
/*=================================================================*/
/*	産地と密着                                                                                                       */
/*=================================================================*/
#conditions dl{
	padding:20px 20px 5px 20px;
	background-color:#e7ffe2;
	border-radius:8px;
	}

#conditions dl dt{
	font-weight:bold;
	font-size:20px;
	font-size:2.0rem;
	margin-bottom:5px;
	position:relative;
	padding-left:24px;
	}

#conditions dl dt:before{
	content:"";
	display:block;
	width:14px;
	height:14px;
	border-radius:10px;
	background-color:#008742;
	position:absolute;
	top:3px;
	left:0;
	}

#conditions dl dd{
	margin-bottom:20px;
	padding-left:24px;
	}

.farm_container{
    width: 660px;
    margin: 20px auto 0;
		}
		
/*=================================================================*/
/*	製造ラインのご紹介                                                                                                       */
/*=================================================================*/
.line_container{
	display:table;
	}

.line_co_block{
	display:table-cell;
	width:330px;
	float:left;
	margin:0 15px 40px;
	}

.line_ttl{
	padding:5px 10px 5px 5px;
	font-weight:bold;
	margin:15px 0 5px;
	font-size:20px;
	font-size:2.0rem;
	color:#333;
	}
	
.line_txt{
	margin-top:15px;
	padding:0 5px;
	}
	
/*=================================================================*/
/*	徹底した品質・衛生管理                                                                                                       */
/*=================================================================*/
#allotrio dl{
	margin-top:40px;
	}
	
#allotrio dl dt{
	font-weight:bold;
	font-size:20px;
	font-size:2.0rem;
	border-bottom:dashed 1px #999;
	padding:6px 0;
	margin-bottom:10px;
	}

#allotrio dl dd .fleft_txt{
	width:420px;
	float:left;
	padding-right:20px;
	}

/*=================================================================*/
/*	よくあるご質問                                                                                                       */
/*=================================================================*/	
#acqa dt{
  display:block;
	padding:12px 10px 12px 60px;
  text-align: left;
	border-bottom:1px solid #CCC;
  cursor:pointer;
	font-size:18px;
	font-size:1.8rem;
	position:relative;
 }

#acqa dt:before{
	content:"Q";
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	display: block;
	width:32px;
	height:32px;
	background-color:#008742;
	border-radius:30px;
	text-align:center;
	line-height:32px;
	margin-right:10px;
	position:absolute;
	top:8px;
	left:14px;
	}

#acqa dd{
	font-size:16px;
	font-size:1.6rem;
	padding:12px 10px 12px 60px;
	margin-bottom:30px;
	position:relative;
  display:none;
}

#acqa dd:before{
	content:"A";
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	display:block;
	width:32px;
	height:32px;
	background-color:#C36;
	border-radius:30px;
	text-align:center;
	line-height:32px;
	margin-right:10px;
	position:absolute;
	top:8px;
	left:14px;
	}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 10px;
	margin-top:7px;
	}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 80%;
	height: 2px;
	background-color: #008742;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	}
.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	}
.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	}
/*＋、－切り替え*/
dl#acqa dt.active .accordion_icon span:nth-of-type(1) {
	display:none;
	}
dl#acqa dt.active .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	}

/*=================================================================*/
/*	お知らせ                                                                                                      */
/*=================================================================*/
/*ページャー*/
.wp-pagenavi{
	padding-top:50px;
	text-align:center;
	}
	
.wp-pagenavi a, .wp-pagenavi span{
	font-size:14px;
	color:#333;
	width:40px;
	height:40px;
	background-color:#fff;
	border:1px solid #333;
	box-sizing:border-box;
	text-align:left;
	display:inline-block;
	text-align:center;
	line-height:40px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	margin-right:5px;
	padding:0 !important;
	border-radius:4px;
	}

.wp-pagenavi a:hover{
	color:#333;
	background-color:#dcdcdc;
	}
	
.wp-pagenavi span.current{
	color:#fff;
	background-color:#008742;
	border-color:#008742 !important;
	}

/*=================================================================*/
/*	お知らせ詳細                                                                                                      */
/*=================================================================*/
.new_bread{
	background-color:#f1f1f1;
	margin-bottom:20px;
	padding:5px 0;
	margin-top:0;
	}

.news_detail_ttl{
	font-size:24px;
	font-size:2.4rem;
	color:#333;
	font-weight:bold;
	line-height:160%;
	padding-bottom:12px;
	border-bottom:2px solid #e6e6e6;
	}

.detail_data{
	padding:14px 0;
	}
	
.detail_data span{
	display:inline-block;
	}

#news_detail .news_new{
	position:inherit;
	}

#news_detail .news_days{
	color:#949494;
	font-size:16px;
	font-size:1.6rem;
	margin:0 10px 0 20px;
	}

.ttl_img{
	width:740px;
	height:555px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	}

.ttl_img img{
	height:555px;
	width:auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}

#news_detail h1,
#news_detail h2{
	padding: 0 0 0 15px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	border-left: 6px solid #80c3a1;
	line-height: 120%;
	margin: 20px 0;
	text-align: left;
	font-weight:bold;
	height:auto;
	}

#news_detail a{
	color:#00baff;
	text-decoration:none;
	}

#news_detail table{
	font-size:16px;
	font-size:1.6rem;
	margin:20px 0;
	border:1px solid #dedede;
	}
	
#news_detail table thead td{
	border:1px solid #dedede;
	padding:10px;
	background-color:#f8ffef;
	font-weight:bold;
	}

#news_detail table tbody td{
	border:1px solid #dedede;
	padding:10px;
	}

#news_detail ul,
.contents_inner ul{
	list-style:disc;
	}
	
#news_detail ul li,
.contents_inner ul li{
	padding-left:2.2rem;
	position:relative;
	}

#news_detail ul li:before,
.contents_inner ul li:before{
	content:"●";
	color:#80c3a1;
	position:absolute;
	left:0;
	}

.detail_under{
	margin-top:60px;
	}
	
.detail_under .sns_area{
	float:left;
	}

.detail_under .normal_btn{
	float:right;
	}

/*=================================================================*/
/*	サイトマップ                                                                                                       */
/*=================================================================*/	
.sitemap h3{
	border-left:none;
	padding:2px 0 2px 0;
	}

.sitemap h3.last_c{
	border-left:6px solid #008742;
	padding:2px 0 2px 15px;
	}

.sitemap h3 img{
	vertical-align:bottom;
	margin-right:10px;
	}

.sitemap ul{
	padding-left:60px;
	}

.sitemap ul li{
	list-style-type: disc;
	margin-bottom:10px;
	}

/*=================================================================*/
/*	404                                                                                                     */
/*=================================================================*/	
.notfound p{
	text-align: center;
	padding: 80px 10px;
	width: 90%;
	margin: 30px auto;
	border: 1px solid #ccc;
	}



















/*<end>============================================================*/
}


























































/*******************************************************************/
/* SP：幅768px以下                                                                                         */
/*******************************************************************/
@media screen and (max-width: 768px) {
/*<start>==========================================================*/
body{
	text-align:left;
	}

/*=================================================================*/
/*	パンくず                                                                                                       */
/*=================================================================*/
.breadcrumbs{
	width:100%;
	text-align:left;
	background-color:#e2e2e2;
	padding:14px 0;
	}
	
.breadcrumbs ul li{
	display:inline-block;
	text-align:left;
	font-size:14px;
	font-size:1.4rem;
	}
	
.breadcrumbs ul li a{
	text-decoration:underline;
	color:#333;
	}

.breadcrumbs ul li a:hover{
	text-decoration:none;
	}

/*=================================================================*/
/*	h1                                                                                                       */
/*=================================================================*/
h1{
	width:100%;
	height:150px;
	text-align:center;
	padding-top:30px;
	margin-bottom:30px;
	}

h1.h1_products{ background:url(../../images/sec/img_h1_product.jpg) no-repeat center; background-size:cover;}
h1.h1_heart{ background:url(../../images/sec/img_h1_heart.jpg) no-repeat center; background-size:cover;}
h1.h1_faq{ background:url(../../images/sec/img_h1_faq.jpg) no-repeat center; background-size:cover;}
h1.h1_news{ background:url(../../images/sec/img_h1_news.jpg) no-repeat center; background-size:cover;}
h1.h1_company{ background:url(../../images/sec/img_h1_company.jpg) no-repeat center; background-size:cover;}

h1 img{
	width:15%;
	height:auto;
	}
	
h1 .h1_ttl{
	font-weight:normal;
	font-size:24px;
	font-size:2.4rem;
	font-weight:bold;
	margin-top:5px;
	}

h1 span{
	font-family:Roboto, Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#008742;
	font-size:16px;
	font-size:1.6rem;
	display:block;
	margin-top:2px;
	}

/*=================================================================*/
/*	h2                                                                                                       */
/*=================================================================*/
h2{
	padding:0 0 0 10px;
	font-size:20px;
	font-size:2.0rem;
	font-weight: bold;
	border-left:6px solid #008742;
	line-height:140%;
	margin-bottom:20px;
	text-align:left;
	}

/*=================================================================*/
/*	h3                                                                                                       */
/*=================================================================*/
h3{
	border-left:6px solid #008742;
	font-size:18px;
	font-size:1.8rem;
	font-weight: normal;
	line-height:120%;
	padding:2px 0 2px 15px;
	margin-bottom:20px;
	margin-top:30px;
	position:relative;
	text-align:left;
	}

h3:after{
	content:"";
	display:block;
	width:100%;
	border-bottom:2px dotted #e2e2e2;
	position:absolute;
	left:0;
	bottom:-10px;
	}

/*=================================================================*/
/*	left                                                                                                       */
/*=================================================================*/
.left_contents{
	width:100%;
	text-align:left;
	}

.left_contents p{
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:10px;
	}

.sec_btn_area{
	text-align: center;
	}

.contents_inner{
	padding-bottom:30px;
	}
/*=================================================================*/
/*	table                                                                                                       */
/*=================================================================*/
.table01{
	width:100%;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	font-size:16px;
	font-size:1.6rem;
	}
	
.table01 th{
	border:1px solid #dedede;
	border-bottom:none;
	padding:2%;
	background-color:#f8ffef;
	box-sizing:border-box;
	display:block;
	}

.table01 td{
	border:1px solid #dedede;
	border-bottom:none;
	padding:2%;
	box-sizing:border-box;
	display:block;
	}

.table02{
	width:100%;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	}

.table02 th{
	width:96%;
	display: inline-block;
	float:left;
	padding:10px 2%;
	font-size:20px;
	font-size:2.0rem;
	}

.table02 td{
	width:96%;
	font-size:16px;
	font-size:1.6rem;
	display:inline-block;
	padding:0 2% 10px;
	}

.table02 tr:nth-child(even){
	background-color:#fbfbfb;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	}

.ym{
	width:auto !important;
	font-size:14px !important;
	font-size:1.4rem !important;
	}
	
/*=================================================================*/
/*	side_menu                                                                                                       */
/*=================================================================*/
.side_menu{
	width:94%;
	margin-top:60px;
	}

.side_menu .side_ttl{
	font-size:18px;
	font-size:1.8rem;
	text-align:center;
	color:#fff;
	padding:23px 10px;
	width:100%;
	background-color:#008742;
	border-radius:8px;
	margin-bottom:10px;
	}

.side_menu ul li{
	border-bottom:1px solid #d6d6d6;
	padding:20px 10px;
	text-align:left;
	font-size:16px;
	font-size:1.6rem;
	}

.side_menu ul li a{
	text-decoration:none;
	color:#333;
	}

.side_menu ul li a p.c_triangle{
	width:20px;
	height:20px;
	display: inline-block;
	background-color:#d3d3d3;
	border-radius:10px;
	position:relative;
	vertical-align:middle;
	margin-right:10px;
	}

.side_menu ul li a p.c_triangle:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top: 4px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #FFF;
	position:absolute;
	top:50%;
	left:-webkit-calc(50% + 4px);
	left:calc(50% + 4px);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}

.side_menu ul li a.current,
.side_menu ul li.current a {
	color:#008742;
	}

.side_menu ul li a.current p.c_triangle,
.side_menu ul li.current a p.c_triangle {
	background-color:#008742;
	}

/*=================================================================*/
/*	製品情報                                                                                                       */
/*=================================================================*/
.catch{
	font-size:22px;
	font-size:2.2rem;
	line-height:120%;
	font-weight:bold;
	margin-bottom:20px;
	}

.product_list ul{
	margin-top:30px;
	margin-bottom:70px;
	}
	
.product_list ul li{
	padding:10px 0;
	border-top:1px solid #ebebeb;
	}
	
.product_list_img{
	text-align:center;
	float:left;
	width:100%;
	padding:0 0 10px 0;
	}

.product_list_img img{
	width:50%;
	height:auto;
	}

.product_des{
	width:100%;
	text-align:left;
	}

.product_name{
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	display:block;
	}

.product_type{
	display: inline-block;
	font-size:12px;
	font-size:1.2rem;
	color:#fff;
	padding:0 10px;
	background-color:#333;
	border-radius:15px;
	text-align:center;
	min-width:35px;
	line-height:160%;
	}
	
.product_des dl{
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:5px;
	}
	
.product_des dl dt,
.product_des dl dd{
	display:inline-block;
	line-height:150%;
	}

.product_des dl dt{
	color:#008742;
	width:62px;
	border-right:3px solid #008742;
	box-sizing:border-box;
	}

.product_des dl dd{
	padding-left:12px;
	}

.product_txt{
	font-size:16px;
	font-size:1.6rem;
	margin-top:10px;
	display:block;
	}

/*=================================================================*/
/*	無洗米のご紹介                                                                                                       */
/*=================================================================*/
.w164{
	width:164px;
	}

/*=================================================================*/
/*	事業内容                                                                                                       */
/*=================================================================*/
.bus_container{
	display:table;
	}

.bus_co_block{
	display:table-cell;
	width:100%;
	float:left;
	margin:0 0 60px;
	}

.bus_ttl{
	padding:2px 10px 2px 5px;
	font-weight:bold;
	margin:15px 0 5px;
	font-size:20px;
	font-size:2.0rem;
	color:#008742;
	}
	
.bus_txt{
	margin-top:15px;
	padding:0 5px;
	font-size:16px;
	font-size:1.6rem;
	}
	
.bus_url{
	margin-top:15px;
	padding:0 5px;
	font-size:16px;
	font-size:1.6rem;
	}
	
.bus_url a{
	color:#00baff !important;
	}

.bus_url span{
	display: inline-block;
	color:#fff;
	background-color:#666;
	font-size:12px;
	font-size:1.2rem;
	padding:0px 5px;
	margin-right:10px;
	line-height:160%;
	}

.sec_btn_area a{
	font-size:18px;
	font-size:1.8rem;
	color:#00baff;
	position:relative;
	}
	
.sec_btn_area a:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top: 7px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid #00baff;
	position:absolute;
	top:50%;
	left:-20px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	}

/*=================================================================*/
/*	アクセス                                                                                                       */
/*=================================================================*/
.address_area{
	width:100%;
	margin-top:20px;
	}

.address_txt{
	font-size:16px;
	font-size:1.6rem;
	border-left:6px solid #eaeaea;
	padding-left:15px;
	margin-bottom:8px;
	display:block;
	}

.map_btn{
	text-align:center;
	}
	
.map_btn a{
	margin-top:10px;
	margin-bottom:20px;
	padding:6px;
	min-width:190px;
	}

/*=================================================================*/
/*	一貫した管理体制                                                                                                       */
/*=================================================================*/
.sys_block{
	width:100%;
	}

.sys_ttl{
	width:calc(100% - 8px);
	color:#fff;
	font-size:18px;
	font-size:1.8rem;
	padding:4px;
	background-color:#008742;
	border-radius:8px;
	margin:10px 0;
	text-align:center;
	}

.sys_arrow{
	width:100%;
	padding:20px 0 0;
	text-align:center;
	}

.sys_arrow p.sys_triangle{
	width:0;
	height:0;
	border-top: 20px solid #ffd074;
	border-right: 60px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 60px solid transparent;
	display:inline-block;
	}

/*=================================================================*/
/*	産地と密着                                                                                                       */
/*=================================================================*/
#conditions dl{
	padding:10px 10px 5px 10px;
	background-color:#e7ffe2;
	border-radius:8px;
	}

#conditions dl dt{
	font-weight:bold;
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:5px;
	position:relative;
	padding-left:20px;
	}

#conditions dl dt:before{
	content:"";
	display:block;
	width:14px;
	height:14px;
	border-radius:10px;
	background-color:#008742;
	position:absolute;
	top:6px;
	left:0;
	}

#conditions dl dd{
	margin-bottom:20px;
	padding-left:20px;
	font-size:16px;
	font-size:1.6rem;
	}

/*=================================================================*/
/*	製造ラインのご紹介                                                                                                       */
/*=================================================================*/
.line_container{
	display:table;
	}

.line_co_block{
	display:table-cell;
	width:100%;
	float:left;
	margin:0 0 60px;
	}

.line_ttl{
	padding:2px 10px 2px 5px;
	font-weight:bold;
	margin:15px 0 5px;
	font-size:20px;
	font-size:2.0rem;
	color:#333;
	}
	
.line_txt{
	margin-top:15px;
	padding:0 5px;
	font-size:16px;
	font-size:1.6rem;
	}

/*=================================================================*/
/*	徹底した品質・衛生管理                                                                                                       */
/*=================================================================*/
#allotrio dl{
	margin-top:40px;
	}
	
#allotrio dl dt{
	font-weight:bold;
	font-size:20px;
	font-size:2.0rem;
	border-bottom:dashed 1px #999;
	padding:6px 0;
	margin-bottom:10px;
	}

/*=================================================================*/
/*	よくあるご質問                                                                                                       */
/*=================================================================*/
	
#acqa dt{
  display:block;
	padding:8px 8px 8px 36px;
  text-align: left;
	border-bottom:1px solid #CCC;
  cursor:pointer;
	font-size:16px;
	font-size:1.6rem;
	position:relative;
 }

#acqa dt:before{
	content:"Q";
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	color:#fff;
	display: block;
	width:24px;
	height:24px;
	background-color:#008742;
	border-radius:30px;
	text-align:center;
	line-height:24px;
	margin-right:10px;
	position:absolute;
	top:8px;
	left:4px;
	}

#acqa dd{
	font-size:16px;
	font-size:1.6rem;
	padding:12px 10px 12px 36px;
	margin-bottom:30px;
	position:relative;
  display:none;
}

#acqa dd:before{
	content:"A";
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	color:#fff;
	display:block;
	width:24px;
	height:24px;
	background-color:#C36;
	border-radius:30px;
	text-align:center;
	line-height:24px;
	margin-right:10px;
	position:absolute;
	top:8px;
	left:4px;
	}

/*=================================================================*/
/*	お知らせ                                                                                                      */
/*=================================================================*/
/*ページャー*/
.wp-pagenavi{
	padding-top:50px;
	text-align:center;
	}
	
.wp-pagenavi a, .wp-pagenavi span{
	font-size:14px;
	color:#333;
	width:40px;
	height:40px;
	background-color:#fff;
	border:1px solid #333;
	box-sizing:border-box;
	text-align:left;
	display:inline-block;
	text-align:center;
	line-height:40px;
	white-space:nowrap;
	cursor:pointer;
	text-decoration:none;
	margin-right:5px;
	padding:0 !important;
	border-radius:4px;
	}

.wp-pagenavi a:hover{
	color:#333;
	background-color:#dcdcdc;
	}
	
.wp-pagenavi span.current{
	color:#fff;
	background-color:#008742;
	border-color:#008742 !important;
	}

/*=================================================================*/
/*	お知らせ詳細                                                                                                      */
/*=================================================================*/
.new_bread{
	background-color:#f1f1f1;
	margin-bottom:20px;
	}

.news_bread_ttl{
	display:initial !important;
	}

.news_detail_ttl{
	font-size:20px;
	font-size:2.0rem;
	color:#333;
	font-weight:bold;
	line-height:160%;
	padding-bottom:12px;
	border-bottom:2px solid #e6e6e6;
	}

.detail_data{
	padding:5px 0;
	}
	
.detail_data span{
	display:inline-block;
	}

#news_detail .news_new{
	position:inherit;
	}

#news_detail .news_days{
	color:#949494;
	font-size:16px;
	font-size:1.6rem;
	margin:0 10px 0 20px;
	}

.ttl_img{
	width:100%;
	height:300px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	}

.ttl_img img{
	height:100%;
	width:auto;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}

#news_detail h1,
#news_detail h2{
	padding: 0 0 0 15px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	border-left: 6px solid #80c3a1;
	line-height: 120%;
	margin: 20px 0;
	text-align: left;
	font-weight:bold;
	height:auto;
	width:calc(100% - 21px);
	}

#news_detail a{
	font-size:16px;
	font-size:1.6rem;
	color:#00baff;
	text-decoration:none;
	}

#news_detail table{
	font-size:14px;
	font-size:1.4rem;
	margin:20px 0;
	border:1px solid #dedede;
	width:100% !important;
	}
	
#news_detail table thead td{
	border:1px solid #dedede;
	padding:5px 2%;
	background-color:#f8ffef;
	font-weight:bold;
	}

#news_detail table tbody td{
	border:1px solid #dedede;
	padding:5px 2%;
	}

#news_detail ul,
.contents_inner ul{
	list-style:disc;
	font-size:16px;
	font-size:1.6rem;
	}
	
#news_detail ul li,
.contents_inner ul li{
	padding-left:2.2rem;
	position:relative;
	}

#news_detail ul li:before,
.contents_inner ul li:before{
	content:"●";
	color:#80c3a1;
	position:absolute;
	left:0;
	}

.detail_under{
	margin-top:60px;
	text-align:center;
	}
	
.detail_under .sns_area{
	margin-bottom:30px;
	}

/*=================================================================*/
/*	サイトマップ                                                                                                       */
/*=================================================================*/	
.sitemap h3{
	border-left:none;
	padding:2px 0 2px 0;
	}

.sitemap h3.last_c{
	border-left:6px solid #008742;
	padding:2px 0 2px 15px;
	}

.sitemap h3 img{
	vertical-align: text-bottom;
	margin-right:10px;
	width:32px;
	height:auto;
	}

.sitemap ul{
	padding-left:60px;
	}

.sitemap ul li{
	list-style-type: disc;
	margin-bottom:10px;
	}

.sitemap ul li a{
	font-size:16px;
	font-size:1.6rem;
	}

/*=================================================================*/
/*	404                                                                                                     */
/*=================================================================*/	
.notfound p{
	text-align: left;
	padding: 30px 5%;
	width: 90%;
	margin: 30px auto;
	border: 1px solid #ccc;
	font-size:16px;
	font-size:1.6rem;
	}
































		
/*<end>============================================================*/

}
