@charset "UTF-8";

/* farmers-report
---------------------------------------------------------------------------*/
.page-title {
	margin-bottom: 105px;
}

footer {
	padding-top: 100px;
}


/* .report-list
------------------------------------*/
.report-list {
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin: 0 -20px;
	white-space: nowrap;
}

.report-list li {
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 5%;
}

.report-list li:nth-child(odd) {
	padding-right: 1%;
}

.report-list li:nth-child(even) {
	float: right;
	padding-left: 1%;
}

.report-list a {
	position: relative;
	display: -webkit-box;
	display: flex;
	border: 1px solid transparent;
	padding: 20px;
}

.report-list a:hover {
	border-color: #D1DDE2;
	opacity: 1;
}

.report-list i {
	display: block;
	position: absolute;
	top: 11px;
	right: 11px;
	font-size: 10px;
	letter-spacing: 0.04em;
	opacity: 0;
	transition: .2s ease-out;
}

.report-list a:hover i {
	opacity: 1;
}

.report-list figure {
	width: 42%;
	min-width: 42%;
	padding-right: 7%;
}

.report-list figure img {
	width: 100%;
	height: auto;
}

.report-list .txt {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.report-list .year {
	display: inline-block;
	border-bottom: 2px solid #105670;
	margin-bottom: 15px;
	padding-bottom: 1px;
	font-size: 19px;
	letter-spacing: 0.04em;
}

.report-list .visit {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.report-list h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.report-list .visit + h2 {
	font-size: 17px;
}

.report-list h3 {
	position: absolute;
	bottom: 4px;
	left: 1px;
}

.report-list h3 strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.report-list h3 em {
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* media query
-----------------------------------*/
@media (max-width: 1439px) {
	.report-list .year {
		margin-bottom: 12px;
		padding-bottom: 0;
		font-size: 17px;
	}
	.report-list .visit {
		margin-bottom: 8px;
		font-size: 10px;
		letter-spacing: 0.02em;
	}
	.report-list h2 {
		font-size: 16px;
		letter-spacing: 0.06em;
	}
	.report-list .visit + h2 {
		font-size: 15px;
	}
	.report-list h3 strong {
		margin-bottom: 2px;
		font-size: 13px;
	}
	.report-list h3 em {
		font-size: 11px;
	}
}

@media (max-width: 1340px) {
	.report-list .year {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.report-list .visit {
		margin-bottom: 6px;
	}
	.report-list h3 {
		bottom: 2px;
	}
	.report-list h3 strong {
		margin-bottom: 1px;
		font-size: 12px;
	}
	.report-list h3 em {
		font-size: 10px;
	}
}