@charset "utf-8";

.lower main {
	margin-top: 0px;
}

.cover-h2 {
	position: relative;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	padding: 0 25px;
	z-index: -1;
}

.cover-box {
	width: 100%;
	aspect-ratio: 3/1;
	border-radius: 20px;
	position: relative;
}

.cover-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.circle {
	display: inline-block;
	width: 360px;
	height: 125px;
	border-radius: 50% / 100% 100% 0 0;
	background: #ffffff;
	position: absolute;
	bottom: -60px;
	animation: slideinBottom 2.5s;
}

#page-about .circle {
	width: 410px;
}
@media screen and (max-width: 768px) {
	#page-links .circle{
		bottom: -85px;
	}
}


@keyframes slideinBottom {
	0% {
		transform: translateY(25px);
	}

	100% {
		transform: translateY(0);
	}
}

.stripe {
	position: absolute;
	bottom: -43px;
	width: calc(100% - 60px);
	height: 10px;
	box-sizing: border-box;
}

.cover-h2 h2 {
	position: absolute;
	bottom: -20px;
	z-index: 1;
	color: var(--color-green);
	margin-bottom: 0;
	font-size: 24px;
	animation: slideinBottom 2s;
	line-height: 1.2;
}


.lower h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.lower h3:before,
.lower h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: var(--color-green);
}

.lower h3:before {
	margin-right: 1rem;
}

.lower h3:after {
	margin-left: 1rem;
}

.lower h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

#user,
#fund,
#partner {
	margin-top: -30px;
	padding-top: 30px;
}

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

	.cover-h2 {
		margin-bottom: 50px;
	}

	.cover-h2 h2 {
		font-size: 22px;
		bottom: -10px;
	}

	.cover-box {
		height: 40dvh;
		background-position: center !important;
	}


}

@media screen and (max-width: 1100px) {
	.cover-h2 {
		padding: 0 20px;
	}
}


/*==================================================
カバー画像
===================================*/

#page-about .cover-box {
	background: url("../img/lower/cover-f.jpg")no-repeat;
	background-position: bottom -120px center;
	background-size: cover;
}

#page-about.about_profile .cover-box {
	background: url("../img/lower/cover-k.jpg")no-repeat;
	background-position: top -40px center;
	background-size: cover;
}

#page-about.about_afa .cover-box {
	background: url("../img/lower/cover-l.jpg")no-repeat;
	background-position: top -75px center;
	background-size: cover;
}

#page-about.about_personalinfo .cover-box {
	background: url("../img/lower/cover-o.jpg")no-repeat;
	background-position: top -100px center;
	background-size: cover;
}

#page-about.about_antisocial .cover-box {
	background: url("../img/lower/cover-m.jpg")no-repeat;
	background-position: bottom -100px center;
	background-size: cover;
}

#page-guidance .cover-box {
	background: url("../img/lower/cover-g.jpg")no-repeat;
	background-position: bottom -120px center;
	background-size: cover;
}

#page-cooperator .cover-box {
	background: url("../img/lower/cover-i.jpg")no-repeat;
	background-position: bottom -120px center;
	background-size: cover;
}

#page-report .cover-box {
	background: url("../img/lower/cover-n.jpg")no-repeat;
	background-position: bottom -185px center;
	background-size: cover;
}

#page-links .cover-box {
	background: url("../img/lower/cover-p.jpg")no-repeat;
	background-position: bottom -100px right;
	background-size: cover;
}

#page-yakkan .cover-box {
	background: url("../img/lower/cover-b.jpg")no-repeat;
	background-position: bottom -120px center;
	background-size: cover;
}

#page-news .cover-box {
	background: url("../img/lower/cover-h.jpg")no-repeat;
	background-position: bottom -120px center;
	background-size: cover;
}

#page-links .cover-box::after {
	content: "嚴島神社大鳥居";
	position: absolute;
	top: 20px;
	left: 20px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #727171;
}
@media screen and (max-width: 768px) {
	#page-links .cover-box{
		background-position: bottom right !important;
		background-size: 155%;
	}
	#page-links .cover-box::after{
		top: 10px;
	}
}


/*==================================================
広島県農業信用基金協会とは
===================================*/

#page-about__buttons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 90px;
	justify-content: center;
	column-gap: 30px;
	max-width: 1100px !important;
}

#page-about__buttons a {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	align-items: center;
	width: 300px;
}

#page-about__buttons a span {
	text-align: center;
}

#page-about__buttons a span:nth-of-type(1) {
	border: solid 3px var(--color-green);
	aspect-ratio: 3 / 2;
	position: relative;
	margin-bottom: 5px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#page-about__buttons a img {
	width: 90%;
	height: 90%;
	object-fit: cover;

}

#page-about__buttons a span:nth-of-type(2) {
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	font-size: 15px;
}


@media screen and (max-width: 768px) {
	#page-about__buttons {
		margin-top: 0px;
	}

	.page-about__contents {
		overflow: auto;
	}
}


/*==================================================
当協会のプロフィール
===================================*/
#about_profile__overview dl {
	display: flex;
	position: relative;
	padding-left: 20px;
}

#about_profile__overview dl::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: var(--color-green);
	position: absolute;
	left: 0px;
	top: 13px;
}

#about_profile__overview dt,
#about_profile__overview dd {
	padding: 10px;
}

#about_profile__overview dt {
	min-width: 6em;
	text-align-last: justify;

}




#about_profile__overview dd .allocation {
	display: inline-block;
	width: 4em;
}

#about_profile__diagram {
	text-align: center;
}

#about_profile__diagram img {
	max-width: 750px;

}

.about_profile__diagram-box {
	background: rgba(243, 237, 219, 0.41);
	padding: 30px 15px;
	border-radius: 10px;
}

#about_profile__overview ul li {
	display: flex;
}

#about_profile__overview ul li span.allocation-box {
	display: inline-block;
	width: 6em;
}

#about_profile__overview ul li span.business {
	width: calc(100% - 6em);
	display: inline-block;
	padding-left: calc(1em + 8px);
	text-indent: calc(-1em - 8px);
}

#about_profile__overview ul li span.business span {
	padding-right: 8px;
}

#about_profile__overview .allocation {
	display: inline-block;
	width: 4em;
	text-align-last: justify;
}

@media screen and (max-width: 768px) {
	#about_profile__overview dl {
		flex-direction: column;
		padding-left: 0;
	}

	#about_profile__overview dt {
		text-align: center;
		text-align-last: auto;
		background: #dbdcdc;
		padding: 7px;
	}

	#about_profile__overview dl::before {
		display: none;
	}

	#about_profile__overview dd {
		margin-bottom: 10px;
	}
}

/*==================================================
農業信⽤基⾦協会とは
===================================*/

#about_aja__overview p {
	line-height: 2;
}

.about_aja__overview__indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.about_aja__overview__indent::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: '\f0da';
	padding-left: 16px;
	color: var(--color-green);
}

#about_profile__system {
	text-align: center;
}

#about_profile__system img {
	max-width: 600px;
}

.system-img {
	background: rgba(243, 237, 219, 0.41);
	padding: 30px 20px;
	border-radius: 10px;
}

.system-img p {
	padding-left: 1em;
	position: relative;
}

.system-img p::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

#about_profile__system p {
	display: inline-block;
}

/*==================================================
個人情報保護について
===================================*/

#page-about.lower #about_personalinfo__pdftext h4 {
	text-align: center;
	margin: 35px 0;
}

#about_personalinfo__pdftext .signature {
	text-align: right;
}

#about_personalinfo__pdftext .signature span {
	width: 12em;
	text-align-last: justify;
	display: inline-block;
}

#about_personalinfo__pdftext .pdftext__date {
	display: flex;
	justify-content: right;
}

#about_personalinfo__pdftext p {
	margin-bottom: 20px;
	font-feature-settings: normal;
	text-spacing-trim: space-all;
}

#about_personalinfo__pdftext ul {
	margin-bottom: 20px;
	font-feature-settings: normal;
	text-spacing-trim: space-all;
}

#about_personalinfo__pdftext ul li {
	margin-bottom: 5px;
}

#about_personalinfo__pdftext table tr {
	background: #ffffff;
	color: #000000;
}

#about_personalinfo__pdftext table th {
	min-width: 8em;
	border: 1px solid #808080;
	text-align: left;
	vertical-align: top;
}

#about_personalinfo__pdftext table td {
	text-align: left;
}

#ga p {
	line-height: 2;
}

#ga a {
	text-decoration: underline solid 1px var(--color-green);
	text-underline-offset: 5px;
	text-decoration-line: underline;
	text-decoration-color: var(--color-green);
}

.request {
	display: flex;
	flex-wrap: wrap;
	margin-left: 2em;
	grid-column-gap: 1em;
}

#about_personalinfo__pdftext .pl-1 {
	padding-left: 1em;
}

#about_personalinfo__pdftext .pl-2 {
	padding-left: 2em;
}

#about_personalinfo__pdftext .pl-3 {
	padding-left: 3em;
}

#about_personalinfo__pdftext .pl-4 {
	padding-left: 4em;
}




/*==================================================
反社会的勢力への対応に関する基本方針</h3>
===================================*/
#page-about.lower #about_antisocial__pdftext h4 {
	text-align: center;
	margin: 35px 0;
}

#about_antisocial__pdftext p {
	margin-bottom: 20px;
	font-feature-settings: normal;
	text-spacing-trim: space-all;
}

#about_antisocial__pdftext h4 {
	margin-top: 60px;
}

#about_antisocial__pdftext ul {
	font-feature-settings: normal;
	text-spacing-trim: space-all;
}






/*==================================================
保証業務のご案内
===================================*/
#user {
	text-align: center;
}

#user h3 {
	position: relative;
	margin-bottom: 65px;
	display: block;
}

.lower #user h3:before,
.lower #user h3:after {
	content: '';
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: transparent;
	;
}

#user h3:before {
	background-image: url("../img/lower/img-farmer.png");
	top: -25px;
	left: calc(50% - 220px);
}

#user h3:after {
	background-image: url("../img/lower/img-suit.png");
	top: -25px;
	right: calc(50% - 220px);
}

#user p {
	text-align: left;
	display: inline-block;
}

#user p span {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#user h3 {
		margin-bottom: 110px;
	}

	#user h3:before {
		top: 40px;
		left: calc(50% - 100px);
	}

	#user h3:after {
		top: 40px;
		right: calc(50% - 100px);
	}
}


/* テーブルスタイル */
.table-scroll {
	overflow: scroll;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
	overflow-y: hidden;
	padding-bottom: 20px;
}

.scroll-comment {
	margin-top: 10px;
	padding: 0 20px;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

.table-scroll table {
	width: 940px;
}

table th,
table td {
	border: 1px solid #808080;
	padding: 15px 10px;
	line-height: 1.5;
}

table th {
	vertical-align: middle;
}

/* 改行のあるthのスタイル */
table th:has(br) {
	text-align: left;
}

table tr:first-child {
	background-color: #11763a;
	color: white;
	text-align: center;
}

table tr:first-child th {
	border: 1px solid #FFFFFF;
}

table th[scope="row"] {
	background-color: rgba(243, 237, 219, 0.41);
}

#partner table {
	margin-top: 30px;
	border-collapse: separate !important;
	border-spacing: 1px;
}

#partner table tr:first-child {
	background-color: inherit;
	color: inherit;
}

#partner th,
#partner td {
	border: none;
	text-align: left;
	border-bottom: dotted 1px var(--color-green);
	min-width: 15em;
	vertical-align: middle;
}

#partner a {
	text-decoration: underline;
	text-decoration-color: var(--color-green);
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.table-scroll p {
	padding-left: 1em;
	position: relative;
}

.table-scroll p::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

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

	#partner th,
	#partner td {
		display: block;
		border-bottom: none;
	}

	#partner tr:first-child th {
		border-bottom: none;
	}

	#partner tr th {
		background: var(--color-green);
		color: #ffffff;
		padding: 7px;
	}

	#partner tr td {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 999px) {
	.scroll-comment {
		display: none;
	}

	.table-scroll {
		overflow-x: hidden;
	}
}



/*==================================================
農業信⽤保証保険制度・再保証制度とは
===================================*/
.page-cooperator__flow {
	text-align: center;
	margin-top: 50px;
	background: rgba(243, 237, 219, 0.41);
	padding: 50px 0;
	border-radius: 10px;

}

.page-cooperator__flow img {
	width: 100%;
	max-width: 700px;
	max-height: 650px;
}

.page-cooperator__flow-b {
	background: none;
	margin-top: 0;
}

/*==================================================
事業報告
===================================*/
.page-report__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
}

.page-report__content div {
	width: 48%;
}

.page-report__content dt {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 20px;
}

.page-report__content dd {
	margin-bottom: 20px;
}

.page-report__content dd a {
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.page-report__content div {
		width: 100%;
	}
}

/*==================================================
新着情報一覧
===================================*/
#page-news #news ul {
	margin-bottom: 30px;
}

#page-news #news ul a {
	display: block;
	margin-bottom: 25px;
}

#page-news .news__date {
	margin-right: 10px;
}

/*=================================================
リンク集
===================================*/



#page-links__contents ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 5px 30px;
}

#page-links__contents>ul:first-of-type {
	margin-bottom: 5px;
}


#page-links__contents .border-bottom {
	border-bottom: solid 1px #999999;
	padding-bottom: 30px;
	margin-bottom: 50px !important;
}

#page-links__contents ul.classification {

	padding-bottom: 10px;
}

#page-links__contents ul.classification li:first-of-type {
	width: 100%;
	color: var(--color-green);
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	#page-links__contents ul li {
		width: 100%;
	}
}

/*=================================================
債務保証委託約款
===================================*/
#yakkan__contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
}

#yakkan__contents div {
	width: 48%;
}

#yakkan__contents div a {
	display: inline-block;
	/* margin-bottom: 10px; */
}
#yakkan__contents div li{
	margin-bottom: 20px;
}
#yakkan__contents div li .small{
	font-size: 14px;
}

#yakkan__contents div img {
	max-width: 100%;
}

#yakkan-img {
	position: relative;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
}

#yakkan-img:after {
	content: "";
	display: block;
	padding-top: 66.6%;
	/*高さを確保 縦÷横×100*/
}

#yakkan-img:before {
	content: '';
	animation: step-img_anime 1s steps(6) infinite;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 600% auto;
}

#yakkan-img:before {
	background-image: url("../img/lower/yakkan-img.svg");
	animation: yakkan-img_anime 2s steps(6) infinite;
}

@keyframes yakkan-img_anime {
	from {
		background-position: 0;
	}

	to {
		background-position: 120%;
	}
}

@media screen and (max-width: 768px) {
	#yakkan__contents div {
		width: 100%;
	}
}



/*=================================================
融資機関の皆さまへ
===================================*/
#financing-institution {
	margin-top: -100px;
	padding-top: 100px;
}

.cooperator__indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.cooperator__indent:first-letter {
	color: var(--color-green);
}

.cooperator__indent::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: '\f0da';
	padding-left: 10px;
	color: var(--color-green);
}

#news-page p {
	margin-bottom: 70px;
}

@media screen and (max-width: 500px) {
	#news-page h3 {
		display: block;
		text-align: left;
	}

	#news-page h3::before,
	#news-page h3::after {
		content: none;
	}
}