@charset "utf-8";


/*==========================================================
	ページ 全体
==========================================================*/
body {
}

#body {
}

.space {
	height: 100px;
}


/*==========================================================
	ページタイトル
==========================================================*/
section.title {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
section.title .innerbox{
	position: relative;
	width: 980px;
	height: 300px;
	margin: 0 auto;
	padding: 225px 0 50px;
	font-size: 0px;
}

section.title .sec_title {
	position: relative;
	margin: 0 auto 0;
	text-align: center;
	font-size: 30px;
}

section.title .sec_title .sub {
	position: absolute;
	top: -40px;
	left: 0; right: 0;
	margin: 0 auto;
	color: #0B7F19;
	font-size: 16px;
	letter-spacing: 0.2em;
}
section.title .icon_title {
	position: absolute;
	bottom: -20px;
	left: 0; right: 0;
	margin: 0 auto;
	
}

/*==========================================================
	特産物へのリンクバナー
==========================================================*/
section.link_ban {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 75px;
}
section.link_ban .innerbox {
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
	font-size: 0px;
}

section.link_ban .ban {
	position: relative;
	width: 980px;
	height: 250px;
	margin: 0 auto;
	padding: 0px 0px;
	border-radius: 25px;
}
section.link_ban .sec_title {
	position: absolute;
	top: 70px;
	left: 0px; right: 0;
	width: 380px;
	height: 90px;
	margin: 0 auto;
	padding-top: 50px;
	color: #0B7F19;
	font-size: 24px;
	letter-spacing: 0.08em;
	background-color: rgba(255,255,255,0.9);
	border-radius: 8px;
	z-index: 1;
}
section.link_ban .sec_title::before {
	position: absolute;
	top: 20px;
	left: 110px;
	margin: 0 auto;
	content :'';
	width: 136px;
	height: 30px;
	background-image: url(../img/top/sec_title_product.png);
	background-position: center center;
	background-repeat: no-repeat;
}
section.link_ban .icon_arrow {
	position: absolute;
	top: 160px;
	right: -30px;
	margin: 0 auto;

}


/*==========================================================
	農畜産物・JA事業 → 総合事業
==========================================================*/
section.sitemap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 55px;
}
section.sitemap .innerbox {
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
	font-size: 0px;
}
section.sitemap .flex {
    display: flex
;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
section.sitemap .flex .right {
    width: 48%;
}
section.sitemap .flex .left {
    width: 48%;
}
section.sitemap dl {
    margin-bottom: 2rem;
}
section.sitemap dt {
    font-size: 1rem;
    color: #1f8038;
    text-shadow: 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 1px #fff;
    background-color: #f0f0f0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0.8em 1em 0.7em;
    margin-bottom: 1.5rem;
    text-align: left;

}
section.sitemap dd {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
section.sitemap a {
    font-size: 17px;
	color: #000;
	pointer-events: none;
}
section.sitemap dd a {
    font-size: 15px;
    position: relative;
    left: 0;
    padding-left: 16px;
    text-decoration: none;
}
section.sitemap dd a::before {
    width: 5px;
    height: 5px;
    border-right: 2px solid #329313;
    border-bottom: 2px solid #329313;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.28em;
    transform: rotate(-45deg);
}




/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP)
==========================================================*/
@media (max-width: 639px){


	/*==========================================================
		ページタイトル
	==========================================================*/
section.title {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
section.title .innerbox{
	position: relative;
	width: auto;
	height: 160px;
	margin: 0 auto;
	padding: 100px 0 50px;
	font-size: 0px;
}

section.title .sec_title {
	position: relative;
	margin: 0 auto 0;
	text-align: center;
	font-size: 26px;
}
	section.title .sec_title img {
		max-width: 80%;
	}
section.title .sec_title .sub {
	position: absolute;
	top: -40px;
	left: 0; right: 0;
	margin: 0 auto;
	color: #0B7F19;
	font-size: 16px;
	letter-spacing: 0.2em;
}
section.title .icon_title {
	position: absolute;
	bottom: 0px;
	left: 0; right: 0;
	margin: 0 auto;
		height: 20px;
}

/*==========================================================
	特産物へのリンクバナー
==========================================================*/
section.link_ban {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 75px;
}
section.link_ban .innerbox {
	position: relative;
		width: auto;
	height: auto;
	margin: 0 10px;
	padding: 20px 0 20px;
	font-size: 0px;
}

section.link_ban .ban {
	position: relative;
		width: 100%;
		height: auto;
	margin: 0 auto;
	padding: 0px 0px;
}
section.link_ban .sec_title {
	position: absolute;
		top: 0; bottom: 0;
	left: 0px; right: 0;
		width: 60%;
		height: 60px;
		margin: auto;
	padding-top: 40px;
	color: #0B7F19;
		font-size: 14px;
	letter-spacing: 0.08em;
	background-color: rgba(255,255,255,0.9);
	border-radius: 8px;
		z-index: 1;
}
section.link_ban .sec_title::before {
	position: absolute;
		top: 10px;
		left: 50%;
	margin-left: -68px;
	content :'';
	width: 136px;
	height: 30px;
	background-image: url(../img/top/sec_title_product.png);
	background-position: center center;
	background-repeat: no-repeat;
}
section.link_ban .icon_arrow {
		display: none;
	position: absolute;
	top: 160px;
	right: -30px;
	margin: 0 auto;

}


/*==========================================================
	農畜産物・JA事業
==========================================================*/
section.sitemap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0px;
}
section.sitemap .innerbox {
	position: relative;
		width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
	font-size: 0px;
}

section.sitemap .flex .right {
    width: 100%;
}
section.sitemap .flex .left {
    width: 100%;
}




/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */
/* ★---------------------------★---------------------★ */

