@charset "utf-8";

.section.fv {
	position: relative;
}
.section.fv .btn {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.section.links ul li {
	display: block;
	float: left;
	margin-right: 12.5px;
}

#sec01 {
	position: relative;
	width: 700px;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
}
#sec01 .secTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 4px solid #FF0000;
}
#sec01 .btn_news {
	position: absolute;
	right: 20px;
	top: 6px;
}
#sec01 .block01 {
	display: table;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}
#sec01 .block01 ul {
	display: table-row;
}
#sec01 .block01 ul li {
	display: table-cell;
	vetical-align: top;
}
#sec01 .block01 ul + ul li {
	padding-top: 10px;
}
#sec01 .block01 ul .txtDate {
	width: 80px;
	padding-right: 10px;
}
#sec01 .block01 ul .txtLink {
	width: 595px;
}
#sec01 .block01 ul .txtLink::after {
	display: inline-block;
	content: " ";
	vertical-align: middle;
	width: 19px;
	height: 22px;
	margin-left: 10px;
	background: url(/english/images/top/icn_pdf.png) no-repeat 0 0;
}

/*==============================
		PC
==============================*/
@media screen and (min-width: 641px) {
	.section.links ul li:nth-child(3n) {
		margin-right: 0;
	}
	.section.links ul li:nth-child(n+4) {
		margin-top: 20px;
	}
	.section.news {
		background: #fff url(/english/images/bg_top.jpg) bottom right no-repeat;
	}
}

/*==============================
		SP
==============================*/
@media screen and (max-width: 640px) {
	.section.links ul li {
		width: 48%;
		margin-right: 2%;
	}
	.section.links ul li:nth-child(2n) {
		margin-right: 0;
	}
	.section.links ul li:nth-child(n+3) {
		margin-top: 20px;
	}
	.section.news {
		background: #fff url(/english/images/bg_top.jpg) bottom right no-repeat;
		background-size: 500px auto;
	}
	#sec01 {
		width: 100%;
	}
}