@charset "UTF-8";

@media print, screen and (min-width: 769px) {

.agriculture_hed_img {
background: url(../images/category/agriculture/hed_img.png) 0 0 no-repeat !important;
width: 960px;
height: 160px;
text-indent: -9999px;
margin: 0;
padding: 0;
border-bottom: none;
}


#contents {
    width: 100%;
    background: #FFF;
    padding: 19px;
    border: 1px solid #DBDBDB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/ie_css3/PIE.htc);
	box-sizing:border-box;
}


.agriculture_box {
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:2px dotted #006C3E;
}

.agri_tit {
	position: relative;
	box-sizing: border-box;
	border: 2px solid #006C3E;
	border-radius: 30px;
	width: 100%;
	margin: 20px auto;
	padding: 9px 12px 12px 30px;
	box-sizing:border-box;
	color: #006C3E;
	font-size:20px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:500;*/
    
}

.agri_tit span {
	font-size:0.8em;
	margin-right:10px;
}

.agriculture_box p {
	font-size:18px;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:500;*/
    
    line-height: 180%;
}

.agriculture_gallery {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.agriculture_gallery div {
	width:48.5%;
	margin-bottom:3%;
	margin-right:3%;
	border:1px solid #006C3E;
	padding:10px;
	box-sizing:border-box;
}

.agriculture_gallery div:nth-child(2n) {
	margin-right:0;
}

}



@media print, screen and (max-width: 768px) {

.agriculture_hed_img {
background: url(../images/category/com/hed_img_sp.png) top right no-repeat;
width: 98%;
height: 40px;
text-indent: 0;
color: #0770a7;
font-size: 1.4em;
margin: 0 0 5px;
padding: 4% 0 0 1%;
border-bottom: 1px solid #A0A0A0;
}

#contents {
    width: 100%;
    background: #FFF;
    padding: 19px;
    border: 1px solid #DBDBDB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/ie_css3/PIE.htc);
	box-sizing:border-box;
}

.agriculture_box {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px dotted #006C3E;
}

.agri_tit {
	position: relative;
	box-sizing: border-box;
	border: 2px solid #006C3E;
	border-radius: 20px;
	width: 100%;
	margin: 20px auto;
	padding: 9px 12px 12px;
	box-sizing:border-box;
	color: #006C3E;
	font-size:14px;
	line-height: 1;
	letter-spacing: 0.0.5em;
		/*font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight:500;*/
        
}

.agri_tit span {
	font-size:0.8em;
	margin-right:10px;
}

.agriculture_box p {
	font-size:1.2em;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:500;*/
    
}

.agriculture_gallery {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.agriculture_gallery div {
	width:47%;
	margin-bottom:4%;
	margin-right:4%;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #006C3E;
}

.agriculture_gallery div:nth-child(2n) {
	margin-right:0;
}

}