@charset "UTF-8";
/*==============
    report
================*/

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

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

/* ------------------------------
    report_list
------------------------------ */
.report_list{

}
.report_list a{
	display: block;
	padding: 30px;
}
.report_list li{
	position: relative;
	border: 2px solid #e1e1e1;
	border-top: none;
	border-left: none;
	border-right: none;
}
.report_list .num{
	display: block;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 1em;
}
.report_list .ttl{
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	color: #1B4DB8;
	line-height: 1.3;
	letter-spacing: 0.07em;
	margin-bottom: 1em;
}
.report_list .txtbox{
	align-items: center;
}

.report_list .txtbox p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
}
.report_list img{
	width: 120px;
	margin-right: 20px;
}
.report_list p{
	flex:1;
}

.report_backbtn{
	margin: 20px auto 40px;
	cursor: pointer;
}
.report_btn_contents{
	display: none;
}
.report_backbtn.active .arw:before {
    transform: rotate(315deg);
    margin-top: 2px;
}

@media screen and (min-width: 769px) {
	.report_list{
		display: flex;
		flex-wrap: wrap;
	}
	.report_list li{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.report_list .txtbox{
		gap: 10px;
		flex-direction:column;
		align-items: flex-start;
	}
	
	
	.report_list{
	}
	.report_list a{
		padding: 22px 0;
	}
	.report_list li{
	}
	.report_list li:before{
		left: 0;
		width: 100%;
	}
	.report_list .num{
		margin-bottom: 0.7em;
	}
	.report_list .ttl{
		font-size: 2.1rem;
		margin-bottom: 15px;
	}
	.report_list img{
		width: 120px;
		margin-right: 20px;
	}
	.report_list p{
		margin-top: -0.2em;
		line-height: 1.75;
	}
}


/* ------------------------------
    report_ttl
------------------------------ */
.report_ttlwrap{
	margin-bottom: 30px;
	display: flex;
}
.report_ttlwrap .img{
	width: 130px;
	margin-right: 30px;
}
.report_ttlwrap .txt{
	flex:1;
}
.report_ttlwrap .ttl{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.45;
}

.backli_year li a{
	background: rgba(255,255,255,1);
	border: 1px solid rgba(25, 67, 117, 1);
	color: rgba(25, 67, 117, 1);
	transition: 0.3s;
}
.backli_year li a:hover{
	opacity:1;
	background: rgba(25, 67, 117, 1);
	border: 1px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	transition: 0.3s;
}
.backli_year li a:before{
	border: 1px solid rgba(25, 67, 117, 1);
	    border-left: none;
    border-top: none;
	transition:0.3s;
}
.backli_year li a:hover:before{
	border: 1px solid rgba(255,255,255,1);
	border-left: none;
    border-top: none;
	transition:0.3s;
}