@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------- 
  fonts
----------------------------------------------------------------------- */
@font-face {
	font-family: 'DancingScript-Regular';
	font-style: normal;
	src: url(../fonts/DancingScript-Regular.ttf) format('truetype')
}
@font-face {
	font-family: 'DancingScript-Bold';
	font-style: normal;
	src: url(../fonts/DancingScript-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'HanaMinA';
	font-style: normal;
	src: url(../fonts/HanaMinA.eot) format('eot'), url(../fonts/HanaMinA.woff) format('woff');
}
.dancingScriptRegular {
	font-family: 'DancingScript-Regular';
}
.dancingScriptBold {
	font-family: 'DancingScript-Bold';
}
.hanaMinA {
	font-family: 'HanaMinA';
}


/* ----------------------------------------------------------------------- 
  settings
----------------------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000053;
	font-size: 14px;
	line-height: 1.2;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
a:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
	body {
		font-size: 14px;
	}
}

/* ----------------------------------------------------------------------- 
  common layout
----------------------------------------------------------------------- */
.footerIn,
.contentIn {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.headerIn:after,
.footerIn:after,
.contentIn:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.w780 {
	width: 780px;
	margin: auto;
}

@media screen and (max-width:768px) {
	.headerIn,
	.footerIn,
	.contentIn {
		width: auto;
		padding: 0 5.3%;
	}
	.w780 {
		width: auto;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	padding: 11px 0;
	position: relative;
	z-index: 9000;
}
.headerIn {
	max-width: 950px;
	margin: 0 auto;
}
#header #hLogo {
	width: 160px;
	float: left;
}

@media screen and (max-width:768px) {
	#header {
		padding: 0;
	}
	#header #hLogo {
		width: 46.6%;
		max-width: 170px;
		padding: 10px 0 8px;
		float: none;
	}
	#header .btnMenu,
	#header .btnMenu span {
		display: inline-block;
		transition: all .4s;
	}
	#header .btnMenu {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5.3%;
		width: 30px;
		height: 22px;
		margin: auto;
	}
	#header .btnMenu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #6D6E73;
	}
	#header .btnMenu span:nth-of-type(1) {
		top: 0;
	}
	#header .btnMenu span:nth-of-type(2) {
		top: 10px;
	}
	#header .btnMenu span:nth-of-type(3) {
		bottom: 0;
	}
	#header .btnMenu.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-35deg);
		transform: translateY(10px) rotate(-35deg);
	}
	#header .btnMenu.active span:nth-of-type(2) {
		opacity: 0;
	}
	#header .btnMenu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(35deg);
		transform: translateY(-9px) rotate(35deg);
	}
}


/* ----------------------------------------------------------------------------------------------------
*  gNavi
* --------------------------------------------------------------------------------------------------*/
#gNavi {
	font-family: 'HanaMinA';
	color: #000;
}
#gNavi ul li {
	float: left;
}

@media print, screen and (min-width:769px) {
	#gNavi {
		margin-top: 9px;
		float: right;
	}
	
	#gNavi ul li {
		position:relative;
	}
	
	#gNavi ul li a {
		padding:18px 8px 14px 8px;
	}
	
	#gNavi ul li:hover a {
		border-bottom:2px solid #F00;
	}
	
	#gNavi ul li + li {
		margin-left: 0.8em;
	}
	
	#gNavi ul li ul.submn {
		display:none;
		
	}
	
	#gNavi ul li:hover ul.submn {
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:200px;
		margin-top:34px;
	}
	
	#gNavi ul li:hover ul.submn li {
		float:none;
		display:block;
	
		background:#fff;
	}
	
	#gNavi ul li:hover ul.submn li a {
		display:block;
		padding:10px 12px 10px 28px;
		border:none;
		background:url(../images/common/cmn_arrow_ico01.png) no-repeat 10px 12px;
	}
	
	#gNavi ul li:hover ul.submn li + li {
		margin-left:0;
	}
	
	#gNavi ul .btnNavContact {
		margin-left: 6.5em;
	}
	#gNavi ul .btnNavOnline {
		margin-left: 2em;
	}
}

@media screen and (max-width:768px) {
	#gNavi {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		border-top: solid 1px #E7EBED;
		background: #fff;
		z-index: 9999;
	}
	#gNavi ul li {
		width: 50%;
		border-bottom: solid 1px #E7EBED;
	}
	#gNavi ul li:nth-last-child(2n-2) {
		border-right: solid 1px #E7EBED;
	}
	#gNavi ul .btnNavTop {
		width: auto;
		float: none;
	}
	#gNavi ul li a {
		display: block;
		text-align: center;
		font-size: 15px;
		padding: 17px 0 15px;
	}
	#overlay {
		transition: all .3s;
	}
	#overlay.active {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.75);
		z-index: 8000;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  content
* --------------------------------------------------------------------------------------------------*/
#content {
}

/* lNavi
--------------------------------------------------*/
#lNavi {
	text-align: center;
	margin-bottom: 55px;
}
#lNavi ul {
	display: inline-block;
}
#lNavi ul li {
	float: left;
}
#lNavi ul li:nth-child(n+2) {
	margin-left: 40px;
}
#lNavi ul li a {
	display: block;
	font-size: 16px;
	padding-left: 25px;
	position: relative;
}
#lNavi ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/common/cmn_arrow_ico02.png) no-repeat center;
	background-size: 100% auto;
}

@media screen and (max-width:768px) {
	#lNavi {
		margin: 0 5.3% 32px;
	}
	#lNavi ul {
		display: block;
	}
	#lNavi ul li:nth-child(1n+0) {
		width: 35%;
		text-align: left;
		margin: 0;
	}
	#lNavi ul li:nth-child(n+3) {
		margin-top: 1.5em;
	}
	#lNavi ul li a {
		display: inline-block;
		font-size: 12px;
		padding-left: 17px;
	}
	#lNavi ul li a:before {
		bottom: 0;
		width: 11px;
		height: 11px;
		margin: auto;
	}
}

/* news area
--------------------------------------------------*/
.newsArea {
	color: #333;
	border: solid 1px #C8C8C8;
	background: #fff;
}
.newsArea .newsSwitch {
	overflow: hidden;
}
.newsArea .newsSwitch li {
	width: 50%;
	text-align: center;
	font-family: 'HanaMinA';
	font-size: 18px;
	padding: 17px 0 12px;
	border-bottom: solid 1px #C8C8C8;
	float: left;
	cursor: pointer;
}
.newsArea .newsSwitch li.active {
	border-bottom-color: #fff;
	position: relative;
	cursor: text;
}
.newsArea .newsSwitch li.active:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: #000064;
}
.newsArea .newsSwitch li + li {
	border-left: solid 1px #C8C8C8;
}
.newsArea .newsSwitchBox {
	padding: 22px 23px 40px;
}
.newsArea .newsSwitchBox:not(:first-of-type) {
	display: none;
}
.newsArea .newsSwitchBox ul li {
	font-size: 16px;
	padding: 11px 4px;
}
.newsArea .newsSwitchBox ul li:nth-child(n+2) {
	border-top: solid 1px #C8C8C8;
}
.newsArea .newsSwitchBox ul li {
	overflow: hidden;
}
.newsArea .newsSwitchBox ul li > * {
	display: inline-block;
	vertical-align: baseline;
}
.newsArea .newsSwitchBox ul li .newsCat {
	width: 87px;
	text-align: center;
	color: #000064;
	font-size: 15px;
	padding: 6px 0 2px;
	margin: 0 1em;
	background: #CACED0;
}

.newsArea .newsSwitchBox ul li .product {
	background:#000064;
	color: #CACED0;
}

.newsArea .newsSwitchBox .pager {
	text-align: center;
	font-size: 0;
	margin-top: 43px;
}
.newsArea .newsSwitchBox .pager > * {
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #000064;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	padding-top: 1px;
	border: solid 1px #000064;
}
.newsArea .newsSwitchBox .pager > *:nth-child(n+2) {
	margin-left: 7px;
}
.newsArea .newsSwitchBox .pager > span {
	color: #fff;
	background: #000064;
}

@media screen and (max-width:768px) {
	.newsArea .newsSwitch li {
		font-size: 13px;
		padding: 10px 0 8px;
	}
	.newsArea .newsSwitch li.active:before {
		height: 3px;
	}
	.newsArea .newsSwitchBox {
		padding: 5px 0 30px;
	}
	.newsArea .newsSwitchBox ul li {
		text-align: left;
		font-size: 13px;
		padding: 11px 1em 9px;
	}
	.newsArea .newsSwitchBox ul li .newsCat {
		width: 62px;
		font-size: 11px;
		padding: 3px 0 1px;
	}
	.newsArea .newsSwitchBox ul li a {
		line-height: 1.4;
		margin-top: 4px;
	}
	.newsArea .newsSwitchBox .pager {
		margin-top: 40px;
	}
	.newsArea .newsSwitchBox .pager > * {
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 29px;
		padding-top: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer #fContent02 {
	text-align: center;
	color: #fff;
	background: #000063;
}
#footer a {
	opacity: 1.0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#footer a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width:769px) {
	#footer {
		margin-top: 114px;
		background: #E6E6E6;
	}
	
	/* standard menu */
	#footer #fContent01 #fNavi01 {
		padding: 57px 0 74px;
		overflow: hidden;
	}
	#footer #fContent01 #fNavi01 .fNavBox {
		line-height: 1.71;
		padding-left: 1em;
		float: left;
	}
	#footer #fContent01 #fNavi01 .fNavBox:nth-child(1) {
		width: 326px;
		overflow: hidden;
	}
	#footer #fContent01 #fNavi01 .fNavBox:nth-child(2) {
		width: 184px;
	}
	#footer #fContent01 #fNavi01 .fNavBox:nth-child(3) {
		width: 145px;
	}
	#footer #fContent01 #fNavi01 .fNavBox:nth-child(4) {
		width: 125px;
	}
	#footer #fContent01 #fNavi01 .fNavBox:nth-child(5) {
		width: 170px;
	}
	#footer #fContent01 #fNavi01 .fNavBox:nth-child(1) ul {
		float: left;
	}
	#footer #fContent01 #fNavi01 .fNavBox:nth-child(1) ul:nth-of-type(2) {
		padding-left: 1.2em;
	}
	#footer #fContent01 #fNavi01 .fNavBox ul li a {
		display: inline-block;
		padding-left: 1em;
		position: relative;
	}
	#footer #fContent01 #fNavi01 .fNavBox ul li a:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "・";
	}
	#footer #fContent01 #fNavi01 .fNavBox .fIcon a {
		display: inline-block;
		padding-left: 17px;
		position: relative;
	}
	#footer #fContent01 #fNavi01 .fNavBox .fIcon a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		content: "";
		width: 12px;
		height: 12px;
		margin: auto;
		background: url(../images/common/cmn_arrow_ico01.png) no-repeat center center;
	}
	#footer #fContent01 #fNavi01 .fNavBox .fIcon + p:not(.fIcon) {
		margin-top: 1.8em;
	}
	
	/* hokkaido menu */
	
	#footer #fContent01 #fNavi01 .fNavHokkaido:nth-child(1) {
		width: 300px;
		overflow: hidden;
	}
	#footer #fContent01 #fNavi01 .fNavHokkaido:nth-child(2) {
		width: 230px;
	}
	#footer #fContent01 #fNavi01 .fNavHokkaido:nth-child(3) {
		width: 200px;
	}
	#footer #fContent01 #fNavi01 .fNavHokkaido:nth-child(4) {
		width: 220px;
	}



	
	#footer .btnPagetop {
		position: absolute;
		top: -48px;
		right: 84px;
		display: block;
		width: 104px;
		height: 48px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		line-height: 48px;
		padding-top: 2px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		background: #000063;
	}
	#footer .btnPagetop:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	#footer .btnPagetop:before {
		display: inline-block;
		content: "";
		width: 14px;
		height: 14px;
		margin-right: 0.8em;
		background: url(../images/common/cmn_ft_ico01.png) no-repeat center;
	}
	#footer #fContent02 #fCopy {
		font-size: 12px;
		padding: 19px 0 17px;
	}
}

@media screen and (max-width:768px) {
	#footer {
		margin-top: 38px;
	}
	#footer .footerIn {
		padding: 0;
	}
	
	/* standard menu */
	#footer #fContent01 #fNavi01 .fNavBox ul li {
		padding: 0 3.94%;
		background-image: url(../images/common/cmn_fnavi_ico01.png);
		background-repeat: no-repeat;
		background-position: center right 10%;
		background-size: 14px auto;
	}
	#footer #fContent01 #fNavi01 .fNavBox ul,
	#footer #fContent01 #fNavi01 .fNavBox ul li + li a {
		border-top: solid 1px #000064;
	}
	#footer #fContent01 #fNavi01 .fNavBox ul li a {
		display: block;
		font-size: 12px;
		padding: 8px 2.8em;
	}
	#footer #fContent01 #fNavi01 .fNavBox .fIcon > * {
		display: block;
		font-size: 15px;
		padding: 8px 10% 9px;
	}
	#footer #fContent01 #fNavi01 .fNavBox .fIcon {
		border-top: solid 1px #000064;
		background-color: #E8ECEE;
		position: relative;
	}
	#footer #fContent01 #fNavi01 .fNavBox .fIcon:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10%;
		content: "";
		width: 14px;
		height: 14px;
		margin: auto;
		background-image: url(../images/common/cmn_fnavi_ico01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		transition: 0.2s;
	}
	#footer #fContent01 #fNavi01 .fNavBox .fIcon.active:before {
		transform: rotate(90deg);
	}
	#footer #fContent01 #fNavi01 .fNavDrawer {
		display: none;
		background: #E5F3FC;
	}
	
	/* hokkaido menu */
	#footer #fContent01 #fNavi01_hokkaido .fNavBox ul li {
		padding: 0 3.94%;
		background-image: url(../images/common/cmn_fnavi_ico01.png);
		background-repeat: no-repeat;
		background-position: center right 10%;
		background-size: 14px auto;
	}
	#footer #fContent01 #fNavi01_hokkaido .fNavBox ul,
	#footer #fContent01 #fNavi01_hokkaido .fNavBox ul li + li a {
		border-top: solid 1px #000064;
	}
	#footer #fContent01 #fNavi01_hokkaido .fNavBox ul li a {
		display: block;
		font-size: 12px;
		padding: 8px 2.8em;
	}
	#footer #fContent01 #fNavi01_hokkaido .fNavBox .fIcon > * {
		display: block;
		font-size: 15px;
		padding: 8px 10% 9px;
	}
	#footer #fContent01 #fNavi01_hokkaido .fNavBox .fIcon {
		border-top: solid 1px #000064;
		background-color: #E8ECEE;
		position: relative;
	}
	#footer #fContent01 #fNavi01_hokkaido .fNavBox .fIcon:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10%;
		content: "";
		width: 14px;
		height: 14px;
		margin: auto;
		background-image: url(../images/common/cmn_fnavi_ico01.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		transition: 0.2s;
	}
	#footer #fContent01 #fNavi01_hokkaido .fNavBox .fIcon.active:before {
		transform: rotate(90deg);
	}
	#footer #fContent01 #fNavi01_hokkaido .fNavDrawer {
		display: none;
		background: #E5F3FC;
	}
	
	#footer .btnPagetop {
		display: none;
	}
	#footer #fContent02 {
		padding: 18px 0 14px;
	}
	#footer #fContent02 #fNavi02 {
		font-size: 0;
		margin-bottom: 20px;
	}
	#footer #fContent02 #fNavi02 ul li {
		display: inline-block;
		font-size: 10px;
	}
	#footer #fContent02 #fNavi02 ul li + li {
		margin-left: 2em;
	}
	#footer #fContent02 #fCopy {
		font-size: 8px;
	}
}


/* ----------------------------------------------------------------------- 
  text
----------------------------------------------------------------------- */
.txtStyle01 {
	font-family: 'HanaMinA';
	font-size: 30px;
	line-height: 1.7;
	letter-spacing: -0.1em;
}
.txtStyle02 {
	font-family: 'HanaMinA';
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: -0.1em;
}

.txtStyle03 {
	font-family: 'HanaMinA';
	text-align: center;
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.18em;
}

@media screen and (max-width:768px) {
	.txtStyle01 {
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
	}
	.txtStyle02 {
		font-size: 20px;
	}
	.txtStyle03 {
		font-size: 24px;
		line-height: 1.3;
		letter-spacing: 0.12em;
	}
}


/* align
--------------------------------------------------*/
.tL {
	text-align: left !important;
}
.tC {
	text-align: center !important;
}
.tR {
	text-align: right !important;
}
.vT {
	vertical-align: top !important;
}

/* font-weight
--------------------------------------------------*/
.bold {
	font-weight: bold;
}

/* title
--------------------------------------------------*/
#ttlArea {
	padding: 24px 0 26px;
	margin-bottom: 45px;
	background: url(../images/common/cmn_ttl_bg01.jpg) no-repeat top center;
	background-size: cover;
}
#ttlArea .ttlStyle01 {
	font-family: 'HanaMinA';
	font-size: 11px;
}
#ttlArea .ttlStyle01 span {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	vertical-align: baseline;
	margin: 0 1.1em;
}
.ttlStyle02 {
	text-align: center;
	margin-bottom: 33px;
	position: relative;
}
.ttlStyle02:before {
	position: absolute;
	top: 2em;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	border-top: dotted 2px #000053;
}
.ttlStyle02 span {
	display: inline-block;
	font-family: 'HanaMinA';
	font-size: 15px;
	padding: 0 1.5em;
	margin: auto;
	background: #fff;
	position: relative;
	z-index: 10;
}
.bgLightBlue01 .ttlStyle02 span {
	background: #D2E8F6;
}
.ttlStyle02 span b {
	display: block;
	font-family: 'DancingScript-Regular';
	font-size: 42px;
	margin-bottom: 7px;
}
.ttlStyle03 {
	color: #050052;
	font-size: 17px;
	font-weight: bold;
	padding: 13px 16px 9px;
	background: #F1F0FF;
}
.ttlStyle04 {
	font-family: 'HanaMinA';
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding: 12px 13px 10px;
	margin-bottom: 23px;
	background: #eee;
}
#ttlArea2 {
	background-color: #D1E7F7;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 39px;
	margin-bottom: 46px;
}
.ttlStyle05 {
	font-family: 'HanaMinA';
}
.ttlStyle05 span {
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
	background: #000053;
	letter-spacing: 0.05em;
}
.ttlStyle05 em {
	color: #000053;
	font-size: 35px;
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 14px;
}
.ttlStyle06 {
	color: #000053;
	font-size: 32px;
	font-weight: bold;
	margin-top: 14px;
	font-family: 'HanaMinA';
}
.ttlStyle06 .small {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
}
.ttlStyle07 {
	color: #000053;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-family: 'HanaMinA';
	border-bottom: 1px solid #000053;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 26px;
}
.ttlArea3 {
	background: #000053 url(../images/know/farmer/farmer_bg01.png) no-repeat right 10px center;
	height: 139px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding-left: 260px;
	padding-top: 38px;
}
.ttlArea3 .image {
	position: absolute;
	top: 0;
	left: 0;
}
.ttlStyle08 {
	font-size: 25px;
	font-weight: bold;
	font-family: 'HanaMinA';
}
.ttlStyle08 .name {
	font-size: 16px;
	display: block;
	margin-top: 11px;
}
.ttlStyle09 {
	margin-bottom: 32px;
	padding: 10px 0 8px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'HanaMinA';
	border-bottom: dotted 2px rgba(0,0,82,0.8);
}
.ttlStyle10 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	padding: 3px 0 0 15px;
	margin-bottom: 22px;
	border-left: solid 8px #000064;
}
.ttlStyle11 {
	font-size: 18px;
	font-weight: bold;
}
.ttlStyle11 span {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin-left: 1em;
	vertical-align: baseline;
}
.ttlStyle00 {
}

@media screen and (max-width:768px) {
	#ttlArea {
		padding: 8px 0 7px;
		margin-bottom: 18px;
	}
	#ttlArea .ttlStyle01 {
		font-size: 10px;
	}
	#ttlArea .ttlStyle01 span {
		display: block;
		font-size: 18px;
		margin: 0 0 2px;
	}
	.ttlStyle02:before {
		top: 1.5em;
	}
	.ttlStyle02 span {
		font-size: 10px;
		padding: 0 1em;
	}
	.ttlStyle02 span b {
		font-size: 36px;
	}
	.ttlStyle03 {
		font-size: 14px;
		padding: 7px 0.7em 4px;
	}
	.ttlStyle04 {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 13px;
		padding: 8px 1em 7px;
		margin-bottom: 15px;
	}
	#ttlArea2 {
		height: 50px;
		padding: 18px 0 0;
		background: url(../images/common/cmn_ttl_bg01.jpg) no-repeat top center;
		background-size: cover;
		margin-bottom: 18px;
	}
	.ttlStyle05:after {
		content: '';
		display: table;
		clear: both;
	}
	.ttlStyle05 span {
		font-size: 7px;
		line-height: 20px;
		padding: 0 7px;
		float: right;
	}
	.ttlStyle05 em {
		font-size: 16px;
		float: left;
		margin-top: 0;
	}
	.ttlStyle06 {
		font-size: 17px;
		margin-top: 0;
	}
	.ttlStyle06 .small {
		font-size: 10px;
	}
	.ttlStyle07 {
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 10px;
	}
	.ttlArea3 {
		background: #000053 url(../images/know/farmer/farmer_bg01.png) no-repeat 97% center;
		background-size: 86px auto;
		height: 70px;
		border-radius: 0;
		padding-left: 110px;
		padding-top: 17px;
	}
	.ttlArea3 .image {
		width: 94px;
	}
	.ttlStyle08 {
		font-size: 16px;
	}
	.ttlStyle08 .name {
		font-size: 11px;
		margin-top: 5px;
	}
	.ttlStyle09 {
		margin-bottom: 14px;
		padding: 3px 0 4px;
		font-size: 15px;
		border-bottom: dotted 1px rgba(0,0,82,0.8);
	}
	.ttlStyle10 {
		font-size: 18px;
		padding-left: 7px;
		border-width: 6px;
	}
	.ttlStyle11 {
		font-size: 15px;
	}
	.ttlStyle11 span {
		font-size: 10px;
		font-weight: bold;
		margin-left: 0.5em;
	}
}


/* ----------------------------------------------------------------------- 
  other
----------------------------------------------------------------------- */
.mb00 {
	margin-bottom: 0 !important;
}
.ml-02em {
	margin-left: -0.2em;
}
.mr-02em {
	margin-right: -0.2em;
}
.fL {
	float: left;
}
.fR {
	float: right;
}
.cB {
	clear: both;
}
.spOnly {
	display: none;
}
.ls-05 {
	letter-spacing: -0.5px;
}
.nowrap {
	white-space: nowrap;
}

@media screen and (max-width:768px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block;
	}
}

/* background
--------------------------------------------------*/
.bgLightBlue01 {
	padding: 35px 0 75px;
	background: #D2E8F6;
}

@media screen and (max-width:768px) {
	.bgLightBlue01 {
		padding: 25px 0 40px;
	}
}

/* box
--------------------------------------------------*/
.boxStyle01 {
	text-align: center;
	letter-spacing: 0.05em;
	padding-bottom: 105px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.boxStyle01 .boxImage {
	overflow: hidden;
}
.boxStyle01 .boxImage li {
	width: 33.333%;
	float: left;
}
.boxStyle01 .boxImage li img {
	width: 100%;
}
.boxStyle01 .boxTitle01 {
	width: 573px;
	margin: -45px auto 0;
}

.boxStyle01 .boxTitle02 {
	width: 573px;
	margin: 0 auto;
}

.boxStyle01 .boxText01 {
	font-size: 15px;
	line-height: 1.75;
	margin: 50px 0 55px;
}
.boxStyle01 .boxLinkList01 {
	font-size: 0;
}
.boxStyle01 .boxLinkList01 li {
	display: inline-block;
	font-size: 18px;
}
.boxStyle01 .boxLinkList01 li:nth-child(n+2) {
	margin-left: 50px;
}

@media screen and (max-width:768px) {
	.boxStyle01 {
		letter-spacing: 0;
		padding-bottom: 35px;
	}
	.boxStyle01 .boxTitle01 {
		width: auto;
		margin-top: -20px;
	}
	
	.boxStyle01 .boxTitle02 {
		width: auto;
		margin-top:-20px;
	}
	
	.boxStyle01 .boxTitle02 img {
		width:80%;
	}
	
	.boxStyle01 .boxText01 {
		font-size: 14px;
		margin: 30px 0 60px;
	}
	.boxStyle01 .boxLinkList01 li {
		font-size: 13px;
	}
	.boxStyle01 .boxLinkList01 li:nth-child(n+2) {
		margin-left: 2em;
	}
	.boxStyle01 .boxLinkList01 li a {
		background:url(../images/common/cmn_arrow_ico01.png) no-repeat left center;
		padding-left:18px;
	}
	
}

.boxStyle02 {
	box-shadow: 0 0 12px 0 rgba(204,204,204,0.55);
	border-radius: 10px;
	padding: 24px 20px;
}
.boxStyle02 .ttlStyle03 {
	margin-bottom: 18px;
}
.boxStyle02 p {
	line-height: 2;
	font-size: 15px;
}
.boxStyle02 p + .ttlStyle03 {
	margin-top: 30px;
}
.boxStyle02 p + .boxStyle03 {
	margin-top: 26px;
}
.boxStyle02 .boxStyle03 + .boxStyle03 {
	margin-top: 34px;
}
.boxStyle02 .boxStyle03 + .ttlStyle03 {
	margin-top: 34px;
}
.boxStyle02 .textArea {
	margin-top: 22px;
}

@media screen and (max-width:768px) {
	.boxStyle02 {
		box-shadow: none;
		border-radius: 0;
		padding: 0;
	}
	.boxStyle02 p {
		font-size: 13px;
	}
	.boxStyle02 p + .ttlStyle03 {
		margin-top: 30px;
	}
	.boxStyle02 p + .boxStyle03 {
		margin-top: 20px;
	}
	.boxStyle02 .boxStyle03 + .boxStyle03 {
		margin-top: 24px;
	}
	.boxStyle02 .boxStyle03 + .ttlStyle03 {
		margin-top: 34px;
	}
	.boxStyle02 .textArea {
		margin-top: 15px;
		padding-left: 5.3%;
		padding-right: 5.3%;
	}
}

.boxStyle03:after {
	content: '';
	display: table;
	clear: both;
}
.boxStyle03 .text {
	width: 485px;
}
.boxStyle03 .image {
	width: 400px;
}

@media screen and (max-width:768px) {
	.boxStyle03 .text {
		width: auto;
		float: none;
	}
	.boxStyle03 .image {
		width: auto;
		float: none;
		text-align: center;
		margin-bottom: 18px;
	}
}

/* button
--------------------------------------------------*/
[class*="btnStyle"] {
	display: block;
	line-height: 1.0;
	cursor: pointer;
}
[class*="btnStyle"]:hover {
	text-decoration: none;
}
.btnStyle01 {
	display: inline-block;
	font-size: 16px;
}
.btnStyle01:before {
	display: inline-block;
	vertical-align: baseline;
	content: "";
	width: 12px;
	height: 12px;
	margin: 0 6px 1px 0;
	background: url(../images/common/cmn_arrow_ico01.png) no-repeat center;
}
.btnStyle01.back:before {
	width: 14px;
	height: 14px;
	margin: 0 6px 0 0;
	background: url(../images/common/cmn_arrow_ico04.png) no-repeat center;
}
.btnStyle02 {
	width: 417px;
	height: 61px;
	color: #fff;
	font-size: 25px;
	line-height: 61px;
	padding-top: 3px;
	margin: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: #1E1963;
}
.btnStyle02:hover {
	opacity: 0.75;
}
.btnStyle03 {
	display: block;
	width: 180px;
	margin-top: 25px;
	padding: 9px 0 7px 7px;
	text-align: center;
	color: #fff;
	background-color: #000063;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}
.btnStyle03:hover {
	opacity: 0.75;
}
.btnStyle03:before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 14px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 11px;
	bottom: 0;
	background: url(../images/common/cmn_arrow_ico03.png) no-repeat;
}
.btnStyle04 {
	display: inline-block;
}
.btnStyle04:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 12px;
	height: 12px;
	margin: 0 0 1px 6px;
	background: url(../images/common/cmn_arrow_ico01.png) no-repeat center;
}
.btnStyle05 {
	width: 185px;
	padding: 10px 0 7px;
	text-align: center;
	font-size: 18px;
	border: solid 1px #aaa;
	border-radius: 18px;
}
.btnStyle06 {
    display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 50px 10px 37px;
    background: #1C1F80 url(../../common/images/common/cmn_arrow_ico05.png) no-repeat center right 13px;
	border-radius: 8px;	
    cursor: pointer;
}

@media screen and (max-width:768px) {
	.btnStyle01 {
		display: block;
		width: 38.9%;
		text-align: center;
		color: #fff;
		font-size: 11px;
		padding: 8px 0 6px;
		margin: auto;
		background: #050052;
	}
	.btnStyle01:before {
		display: none;
	}
	.btnStyle02 {
		max-width: 70%;
		height: 35px;
		font-size: 15px;
		line-height: 35px;
		padding-top: 0;
	}
	.btnStyle03 {
		width: 172px;
		padding: 9px 0 8px;
		margin: 25px auto 0;
		font-size: 13px;
		font-weight: bold;
	}
	.btnStyle03:before {
		display: none;
	}
	.btnStyle05 {
		width: 135px;
		margin: 0 auto;
		padding: 9px 0 7px;
		font-size: 9px;
	}
	.btnStyle06 {
		width: 170px;
		margin-top: 0;
		font-size: 11px;
		font-weight: bold;
		padding: 10px;
		background-size: 6px 12px;
	}	
}

/* image list
--------------------------------------------------*/
[class*="imgList"]:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
[class*="imgList"] li {
	float: left;
}
[class*="imgList"] li a {
	display: block;
}
.imgList01 li p {
	text-align: center;
	font-size: 20px;
	margin-top: 18px;
}
.imgList01.col03 li {
	width: 300px;
}
.imgList01.col03 li:nth-child(n+2) {
	margin-left: 25px;
}
.imgList01.col04 li {
	width: 224px;
}
.imgList01.col04 li:nth-child(n+2) {
	margin-left: 18px;
}

@media screen and (max-width:768px) {
	[class*="imgList"] li {
		float: none;
	}
	.imgList01.col03 li,
	.imgList01.col04 li {
		width: auto;
		max-width: 89.5%;
		margin: auto;
	}
	.imgList01.col03 li:nth-child(n+2),
	.imgList01.col04 li:nth-child(n+2) {
		margin: 18px auto 0;
	}
	.imgList01.col03 li p,
	.imgList01.col04 li p {
		font-size: 13px;
		margin-top: 10px;
	}
}

/* banner list
--------------------------------------------------*/
.bnrList01 {
	overflow: hidden;
}
.bnrList01 li {
	width: 24%;
	float: left;
	margin: 2.1% 1.33% 0 0;
}
.bnrList01 li:nth-child(4n) {
	margin-right: 0;
}
.bnrList01 li:nth-child(-n+4) {
	margin-top: 0;
}
.bnrList02 {
	overflow: hidden;
}
.bnrList02 li {
	width: 300px;
	float: left;
	margin: 25px 25px 0 0;
}
.bnrList02 li:nth-child(3n) {
	margin-right: 0;
}
.bnrList02 li:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width:768px) {
	.bnrList01 li:nth-child(1n+0) {
		width: 48.5%;
		margin: 3% 0 0;
	}
	.bnrList01 li:nth-child(even) {
		float: right;
	}
	.bnrList01 li:nth-child(-n+2) {
		margin-top: 0;
	}
	.bnrList02 li:nth-child(1n+0) {
		width: 48.5%;
		margin: 3% 0 0;
	}
	.bnrList02 li:nth-child(even) {
		float: right;
	}
	.bnrList02 li:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* item list
--------------------------------------------------*/
.itemArea01 {
	padding-bottom: 10px;
	position: relative;
}
.itemArea01:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 112px;
	background: #D2E8F8;
}
.itemArea01 .itemList01 {
	width: 780px;
	margin: 50px auto 0;
}
.itemArea01 .itemList01 li {
	width: 200px;
	text-align: center;
	font-size: 11px;
	float: left;
}
.itemArea01 .itemList01 li:nth-of-type(n+2) {
	margin-left: 90px;
}
.itemArea01 .itemList01 li a {
	display: block;
}

.itemArea01 .itemList01 li a img {
	-webkit-box-reflect: below -15px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(0.8, transparent), to(rgba(0,0,0,0.6)));
}

.itemArea01 .itemList01 li .releaseDate {
	width: 95px;
	height: 20px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	padding-top: 1px;
	margin: 0 auto 22px;
	background: #000064;
	position: relative;
}
.itemArea01 .itemList01 li .releaseDate:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 3px 10px 0;
	border-color: transparent #ffffff transparent transparent;
}
.itemArea01 .itemList01 li .releaseDate.iconNew:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -39px;
	content: "";
	width: 49px;
	height: 49px;
	margin: auto;
	background: url(../images/index/index_items_ico01.png) no-repeat center;
	background-size: 100% auto;
}
.itemArea01 .itemList01 li .itemName {
	margin-top: 30px;
}

@media screen and (max-width:768px) {
	.itemArea01:before {
		height: 75px;
	}
	.itemArea01 .itemList01 {
		width: auto;
		margin-top: 25px;
	}
	.itemArea01 .itemList01 li {
		width: 32%;
		font-size: 6px;
	}
	.itemArea01 .itemList01 li:nth-of-type(n+2) {
		margin-left: 2%;
	}
	.itemArea01 .itemList01 li .releaseDate {
		width: 56px;
		height: 12px;
		line-height: 12px;
		padding: 1px 0 0;
		margin-bottom: 15px;
	}
	.itemArea01 .itemList01 li .releaseDate:after {
		border-width: 6px 2px 6px 0;
	}
	.itemArea01 .itemList01 li .releaseDate.iconNew:before {
		left: -20px;
		width: 35px;
		height: 35px;
	}
	.itemArea01 .itemList01 li .itemName {
		margin-top: 15px;
	}
}

/* product list
--------------------------------------------------*/
.productList01 {
	overflow: hidden;
}
.productList01 li {
	width: 180px;
	margin-bottom: 45px;
	float: left;
}
.productList01 li + li {

}

.productList01 li:nth-child(4n) + li {
	margin-left:0;
}

.productList01 li a {
	display: block;
}
.productList01 li .productName {
	display: block;
	padding: 8px 0 12px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.2;
}
.productList01 li .productSummary {
	font-size: 11px;
	line-height: 1.4;
}

@media screen and (max-width:768px) {
	.productList01 {
		padding: 0 2.941%;
	}
	.productList01 li {
		width: 48.115%;
		margin-bottom: 20px;
	}
	.productList01 li + li {
		margin-left: 0%;
	}
	.productList01 li:nth-child(2n) {
		margin-left: 3.77%;
	}
	.productList01 li a {
		text-align: center;
	}
	.productList01 li .productName {
		font-size: 14px;
		white-space: normal;
	}
	.productList01 li .productSummary {
		max-width: 180px;
		margin: 0 auto;
		font-size: 10px;
		text-align: left;
	}
}

/* table
--------------------------------------------------*/
.tableStyle01 {
	width: 100%;
	text-align: left;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	border-bottom: solid 1px #E0E0E0;
}
.tableStyle01 tr {
	border-top: solid 1px #E0E0E0;
}
.tableStyle01 th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 13px 1em;
}
.tableStyle01.type01 th {
	width: 145px;
}
.tableStyle01.type02 th {
	width: 210px;
}
.tableStyle01 td {
	vertical-align: top;
	padding: 13px 0;
}
.tableStyle01 td > * + * {
	margin-top: 20px;
}
.tableStyle02 {
	width: 100%;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: -0.05em;
	border: solid 1px #ccc;
}
.tableStyle02 tr {
	border-top: solid 1px #ccc;
}
.tableStyle02 th {
	width: 130px;
	text-align: left;
	padding: 8px 0.5em 6px;
	vertical-align: top;
	background: #E7EBED;
}
.tableStyle02 td {
	vertical-align: top;
	padding: 8px 0.5em 6px;
}

.tableStyle03 {
	width: 100%;
}
.tableStyle03 tr + tr {
	border-top: solid 1px #D2E7F8;
}
.tableStyle03 th,
.tableStyle03 td {
	font-size: 16px;
	line-height: 1;
	vertical-align: top;
}
.tableStyle03 th {
	width: 120px;
	padding: 15px 0 0 20px;
}
.tableStyle03 td {
	padding: 15px 0 11px 20px;
}
.tableStyle03 td > * + * {
	margin-top: 30px;
}
.tableStyle04 {
	width: 100%;
	color: #050052;
	font-size: 16px;
}
.tableStyle04 th {
	width: 146px;
	font-weight: bold;
	padding: 20px 28px;
}
.tableStyle04 td {
	padding: 20px 28px 20px 0;
}
.tableStyle04 tr:nth-child(odd) {
	background-color: #F5F5F5;
}

@media screen and (max-width:768px) {
	.tableStyle01 {
		font-size: 11px;
	}
	.tableStyle01,
	.tableStyle01 tbody,
	.tableStyle01 tr,
	.tableStyle01 tr > * {
		display: block;
		width: auto;
	}
	.tableStyle01 th {
		padding: 12px 0 0;
	}
	.tableStyle01.type01 th {
		font-size: 13px;
	}
	.tableStyle01 td {
		padding: 0 0 11px;
	}
	.tableStyle01 td > * + * {
		margin-top: 15px;
	}
	.tableStyle02 {
		font-size: 10px;
	}
	.tableStyle02 th {
		width: 32%;
		padding-top: 7px;
	}
	.tableStyle02 td {
		padding-top: 7px;
	}
	.tableStyle03 {
		width: 100%;
	}
	.tableStyle03 tr + tr {
		border-top: solid 1px #e0e0e0;
	}
	.tableStyle03 th,
	.tableStyle03 td {
		display: block;
	}
	.tableStyle03 th {
		width: auto;
		padding: 13px 5px 5px;
		font-size: 12px;
		font-weight: bold;
	}
	.tableStyle03 td {
		width: auto;
		padding: 0 5px 8px;
		font-size: 12px;
		line-height: 1.8;
	}
	.tableStyle03 td.bold {
		font-size: 12px;
		font-weight: normal!important;
	}
	.tableStyle03 td > * + * {
		margin-top: 0;
	}
	.tableStyle04 {
		font-size: 11px;
	}
	.tableStyle04 th {
		width: 16.714285%;
		padding: 8px;
		vertical-align: top;
	}
	.tableStyle04 td {
		padding: 8px 2px 8px 0;
	}
}
