@charset "UTF-8";
/* CSS Document */
/*農業支援センター*/
.SienPoint4{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: wrap;
    gap:0.5em;
    position: relative;
}
.SienPoint4 h4 {
	font-size: 120%;
    line-height: 200%;
    color: #004b8b;
    border-bottom: dashed 1px #339CD1;
    display: block;
    width: 100%;
}
.SienPoint4 .PointBlock {
	padding: 10px;
	margin: 0.25em auto;
    width: calc(100% / 2 - 0.25em);
    border: solid 1px #004b8b;
}
.SienPoint4 .PointBlock:nth-of-type(5) .TextBlock{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-flow: column;
    padding-left: 0;
    width: calc( 100% / 2 - 0.5em);
}
.SienPoint4 .PointBlock .TextBlock{
    margin: 0;
    padding-left: 6em;
    background-repeat: no-repeat;
    background-position: left 0.5em;
    background-size: 5.5em auto;
    display: block;
}
.SienPoint4 .PointBlock .TextBlock ul{
    margin-left: 1em;
}
.SienPoint4 .PointBlock:nth-of-type(5){
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.SienPoint4 .PointBlock:nth-of-type(5) .TextBlock p{
    margin-left: 1em;
}
.SienPoint4 .PointBlock:nth-of-type(5) .JireiBlock{
    width: calc( 100% / 2 - 0.5em);
    border: solid 2px #004b8b;
    border-radius: 0.5em;
    margin-top: 0.5em;
    padding: 2em 0.5em 0.5em;
    position: relative;
    
}
.SienPoint4 .PointBlock:nth-of-type(5) .JireiBlock h5{
    position: absolute;
    left: -0.5em;
    top:-0.5em;
    display: block;
    background-color:#004b8b;
    color: #ffffff;
    padding: 0.25em 2em;
}
.SienPoint4 .PointBlock:nth-of-type(5) .JireiBlock ul{
    margin-left: 1.5em;
}
/*農流研*/
.NoryukenFeatures{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap:1em;
    margin: 1em auto;
}
.NoryukenFeatures .NoryukenFeaturesBlock{
    width: 100%;
    border:  solid 2px #61c1be;
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-flow: column;
}
.NoryukenFeatures .NoryukenFeaturesBlock h4{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #61c1be;
    width: 100%;
    margin: 0;
    padding: 0.5em 0;
    color: #ffffff;
}
.NoryukenFeatures .NoryukenFeaturesBlock p{
    margin: 0.5em 1em 0.5em 2em;
    text-indent: -1em;
}
.NoryukenFeatures .NoryukenFeaturesBlock table{
    width: calc(100% - 2em);
    margin: 0.5em auto 1em;
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}
.NoryukenFeatures .NoryukenFeaturesBlock table th, .NoryukenFeatures .NoryukenFeaturesBlock table td{
    padding: 0.5em;
    border: solid 2px #61c1be;
    font-size: 80%;
    line-height: 150%;
}
.NoryukenFeatures .NoryukenFeaturesBlock table th{
    background-color: #61c1be;
    vertical-align: middle;
    white-space: nowrap;
    color: #ffffff;
}
.NoryukenBnrArea{
    width: 100%;
    height: auto;
    aspect-ratio: 500/120;
    background: url("../images/business/noryuken/bnr_202509.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    margin-bottom: 1em;
}
/*アイアグリ関東*/
.KantoTop {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:1em;
    position: relative;
}
.KantoTop h2.Title {
    order: 2;
    display: block;
	background: url("../images/business/iagri_kanto/top_title.png") no-repeat top center;
	background-size: contain;
	text-indent: -999em;
	width: 45%;
    height: auto;
    aspect-ratio: 300/50;
	border: none;
	padding: 0;
    margin: 0;
}
.KantoTop .KantoCopy {
    width: calc( 100% - 45% - 1em);
}
.KantoTop h3.CatchCopy {
	background: none;
	color: #129A92;
	font-size: 120%;
	margin: 0 0 0.5em;
	padding: 0;
}
h4.Kanto_h4{
    border-bottom: solid 1px #000000;
}
.KantoBnrArea{
    width: 100%;
    height: auto;
    aspect-ratio: 510/180;
    background: url("../images/business/iagri_kanto/bnr_202509.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em;
    margin-bottom: 1em;
}
@media screen and (max-width: 999px) {
	
}