@charset "utf-8";

.main_visual {
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	height: 35vw;
	background-image: url(../img/main_visual.jpg);
	background-position: center;
}
.wrapper h2{
	/* font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

/* 追記 20211208 */
main.topics .wrapper {
	overflow: hidden;
	padding: 0 0 50px;
	/* background: blue; */
}
main.topics .wrapper .topics__breadlist {
	margin: 0;
	padding: 20px 20px;

	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main.topics .wrapper .topics__breadlist a::after {
	content: ' / ';
}
main.topics .wrapper .left {
	/* float: left; */
	margin: 0 20px;
	border-top: solid #76572f 2px;
	width: auto;

	background: white;
}
main.topics .wrapper .left .info {
	padding: 20px 0 0;

}
main.topics .wrapper .left .info .info__date {
}
main.topics .wrapper .left .info .info__date.info__icon--isNews::after {
	content: "お知らせ";
	background: rgb(15, 15, 15);
	color: #fff;
	margin: 0 0 0 10px;
	padding: 3px 5px;
	font-size: 12px;
}
main.topics .wrapper .left h2 {
	margin: 0;
	padding: 20px 0 0;
	text-align: inherit;
	font-size: 20px;
	line-height: 1.6em;
}
main.topics .wrapper .left p {
	margin: 20px 0 0;
	line-height: 1.6em;
}
main.topics .wrapper .left h3 {
	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: dotted #76572f 1px;
	font-size: 18px;
}
main.topics .wrapper .left .image {
	margin: 30px auto 0;
}
main.topics .wrapper .left .image.w100p {
	width: 100%;
}
main.topics .wrapper .left .image.w80p {
	width: 80%;
}
main.topics .wrapper .left .image.w60p {
	width: 60%;
}
main.topics .wrapper .left .image.w40p {
	width: 40%;
}
main.topics .wrapper .left .image img {
	width: 100%;
	vertical-align: bottom;
}
main.topics .wrapper .left .bg-gray {
	display: block;
	font-size: 14px;
	background: #eeeeee;
	border-radius: 5px;
	margin: 30px 0 0;
	padding: 20px 20px 20px;
}
main.topics .wrapper .left .bg-gray p {
	margin: 0;
}
main.topics .wrapper .left .caption {
	display: block;
	font-size: 12px;
	color: #999;
	text-align: right;
}
main.topics .wrapper .left .quotation {
	display: block;
	font-size: 12px;
	color: #999;
	text-align: right;
}
main.topics .wrapper .left .quotation a {
	color: inherit;
}

main.topics .wrapper .left table {
	border-collapse: collapse;
	border: solid 1px #ccc;
	width: 100%;
	margin: 30px 0 0;
}
main.topics .wrapper .left table tr {
	border-bottom: dotted 1px #ccc;
}
main.topics .wrapper .left table tr th {
	background-color: #eeeeee;
	width: 100%;
	padding: 15px 15px;
	display: block;
}
main.topics .wrapper .left table tr td {
	width: 100%;
	padding: 15px 15px;
	display: block;
}
main.topics .wrapper .left table tr td .caution {
	font-weight: bold;
	color: red;
}
main.topics .wrapper .left .btn-area {
	text-align: center;
}
main.topics .wrapper .left .link-btn {
}
main.topics .wrapper .left .link-btn a {
	display: inline-block;
	padding: 14px 40px 18px;
	background: linear-gradient(90deg, #2f5397, #254277);
	border-radius: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

main.topics .wrapper .left .contact {
	margin: 30px auto 0;
	padding: 10px 10px;
	border: solid #76572f 1px;
}
main.topics .wrapper .left .contact p {
	margin: 10px auto 0;
}
main.topics .wrapper .right {
	/* float: right; */
	margin: 30px 20px 0;
	width: auto;

	text-align: inherit;

	background: white;
}
main.topics .wrapper .right h3 {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
main.topics .wrapper .right ul {
}
main.topics .wrapper .right ul li {
	border-bottom: dotted #76572f 1px;
}
main.topics .wrapper .right ul li a {
	position: relative;
	display: block;
	padding: 15px 0;
}
main.topics .wrapper .right ul li a::after {
	content: '\03e';
	position: absolute;
	right: 20px;
}
main.topics .wrapper .right ul li a:hover::after {
	right: 10px;
}

/* 年度別リスト */
main.topics .wrapper h2 {
	padding: 30px;
}
main.topics .wrapper .topics__lists {
	width: auto;
	margin: 0 20px;
}
main.topics .wrapper .topics__lists table {
	width: 100%;
}
main.topics .wrapper .topics__lists table tr {
	/* border-bottom: dotted 1px #333; */
	display: block;
	width: 100%;
}
main.topics .wrapper .topics__lists table tr th {
	display: block;
	width: 100%;
	padding: 3px 0;
}
main.topics .wrapper .topics__lists table tr td {
	display: block;
	width: 100%;
	padding: 3px 0;
	border-bottom: dotted 1px #333;
}
main.topics .wrapper .topics__bottom {
	margin: 30px 20px 0;
	width: auto;
	text-align: center;
}
main.topics .wrapper .topics__bottom li {
	display: inline-block;
}
main.topics .wrapper .topics__bottom li+li::before {
	content: ' / ';

}