.top-resource-box {
	display: flex;
	width: 80%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
	
.top-resource-box  a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.8rem;
	width: 49%;
	margin:7px 0px;
	background-color: #fff;
	color: #004077;
	border:  0px;
	padding:40px 10px;
	text-align:left;
}
.top-resource-box  a:hover {
		color: #fff;
}
.top-resource-box  a .icn-r-arrow-r {
  background-image: url("../images/resource/resource-arrow.png");
  background-size:contain;
  width: 28px;
  height: 28px;
}
.top-resource-box  a:hover .icn-r-arrow-r {
  background-image: url("../images/resource/resource-arrow-on.png");
}


.resource-section{
	padding:80px 0;
}
.resource-title{
	font-size:3.0rem;
}


.resource-contents {
	border: display: block;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5vw 2vw;
}


.resource-contents .resource-box {
	width: 46%;
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.resource-contents .resource-box .img-box {
	width: 48%;
}
.resource-contents .resource-box .img-box img{
	width: 100%;
}
.resource-contents .resource-box .details {
	width: 45%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.resource-contents .resource-box .details h4{
	width: 100%;
	font-size: 2.0rem;
	text-align: left;
	flex-grow: 1;
}
.resource-contents .resource-box .details p{
	width: 100%;
	text-align: left;
	flex-grow: 3;
}
.resource-contents .resource-box .details a{
	padding: 15px;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	border: 1px solid #004077;
	flex-grow: 1;
}
@media screen and (max-width: 1300px){
	.resource-contents .resource-box {
		width: 48%;
		padding: 30px;
	}
}

@media screen and (max-width: 1050px){
	.resource-section{
		padding:30px 0;
	}
	.top-resource-box {
		width: 100%;
	}
	.top-resource-box  a {
		font-size: 1.4rem;
		width: 100%;
		margin:10px 0px;
	}
	.resource-contents .resource-box {
		width: 100%;
		padding: 30px 0;
	}
	.resource-contents .resource-box .details a{
		height: 50px;
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 768px){
	.resource-contents .resource-box .details p{
		font-size: 1.4rem;
	}

	.resource-contents .resource-box .details a{
		height: 30px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 450px){
	.top-resource-box {
		width: 100%;
	}
	.resource-contents .resource-box .details h4{
		font-size: 1.4rem;
	}
	.resource-contents .resource-box .details p{
		width: 100%;
		font-size: 1.1rem;
		margin-bottom:20px;
	}
	.resource-contents .resource-box .details a{
		height: 30px;
		font-size: 1.0rem;
	}
}