@charset "utf-8";
#contents .inner {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 140px;
}
#contents .inner .left {
	width: 830px;
}
#contents .inner .right {
	width: 320px;
	margin-left: 50px;
}
#new {
	margin-top: 10px;
}
#new .ttl {
	height: 50px;
	border: solid 1px #e3e3e3;
}
#new .ttl h2 {
	width: 170px;
	margin-top: 20px;
	padding: 0 0 8px 20px;
	border-bottom: solid 5px #fac900;
	font-size: 18px;
	font-weight: bold;
}
#new ul li {
	margin-top: 30px;
}
#new ul li a {
	display: flex;
	position: relative;
}
#new ul li a:hover {
	background: #dde9ee;
}
#new ul li .img img {
	width: 120px;
	height: 90px;
}
#new ul li h3 {
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
}
#ranking {
	margin-top: 60px;
}
#article h1 {
	padding-bottom: 20px;
	border-bottom: solid 1px #e3e3e3;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
#article .h1-txt {
	margin-top: 60px;
	font-size: 16px;
	line-height: 30px;
}
#article a.arrow {
	padding-left: 15px;
	background: url(../../img/pc/common/icon_arrow_blue_right.webp) no-repeat left center;
	background-size: 6px 10px;
	color: #237496;
	font-size: 16px;
}
#article a.arrow:hover {
	text-decoration: underline;
}
#article .content h2 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 40px;
	margin-top: 50px;
	padding: 3px 0 0 10px;
	border-left: solid 15px #fac900;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}
#article .content .img {
	margin-top: 20px;
}
#article .content .img img {
	width: 830px;
	height: 623px;
}
#article .content .h2-txt {
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}
#article .content h3 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 40px;
	margin-top: 40px;
	padding: 3px 0 0 20px;
	border-left: solid 5px #fac900;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#article .content .h3-txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
#article .content .tbl-ttl {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
#article .content table {
	width: 100%;
	margin-top: 20px;
}
#article .content table th, #article .content table td {
	box-sizing: border-box;
	padding: 5px 20px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
	line-height: 30px;
}
#article .content table th {
	font-weight: bold;
}
#article .content .tbl-note {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
#article .content .banner {
	margin: 60px 60px 0;
}
#article .content .banner a {
	display: block;
	width: 100%;
	height: 100%;
}
#article .content .banner .ttl {
	padding-left: 15px;
	background: url(../../img/pc/common/icon_arrow_blue_right.webp) no-repeat left center;
	background-size: 6px 10px;
	color: #237496;
	font-size: 24px;
	font-weight: bold;
}
#article .content .banner .ban {
	width: 710px;
	height: 220px;
	padding: 15px 0 30px;
}
#article .content .banner .ban-s {
	width: 680px;
	height: 170px;
	padding: 15px 0 30px;
}
#pub_date {
	margin-top: 100px;
	padding: 30px 0;
	border: solid 1px #cfcfcf;
	border-width: 1px 0;
	font-size: 14px;
	line-height: 26px;
}
#pub_date dl {
	display: flex;
}
#auther {
	box-sizing: border-box;
	width: 830px;
	margin-top: 100px;
	padding: 30px 30px 25px;
	border: solid 1px #cfcfcf;
	background: #eff2f5;
}
#auther .top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#auther .top .department {
	margin-left: 20px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#auther .top .department strong {
	font-size: 26px;
	font-weight: bold;
}
#auther .bottom {
	padding-top: 6px;
	border-top: solid 1px #cfcfcf;
	font-size: 14px;
	line-height: 26px;
}