@charset "utf-8";

/**MainVisual**/
.main_visual {
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	height: 395px;
	background-image: url(../img/main_visual.jpg);
}

.new tr{
margin: 0px 85px 0px;
}

.new a:hover{
	text-decoration:underline;
}

.new td{
border-bottom: 1px dashed#ccc;
padding-bottom: 30px;
padding-top: 30px;
}
.fb{
font-weight:bold;
}
.fb1{
font-weight:bold;
padding-top:0px!important;
}

.pl100{
padding-left:100px;
line-height:23px;
}

.pl101{
padding-left:100px;
padding-top:0px!important;
line-height:20px;
}

.toppan {
    color: #7b7b7b;
}
.age{
width:820px;
margin:0 auto;
background-color:#fff;
padding:60px 0px 40px;
}
.pr40 {
padding-right:40px;
padding-left:40px;
}


.new{
padding-bottom: 10px;
}

.age li {
  float:left;
}

.age li +li {
  border-left: 1px solid #333;
padding:0 30px;
letter-spacing:1px;
margin-left:-4px;
}

 .line {
/* font-family: "��������", "Yu Mincho", "�q���M�m���� ProN W3", "HiraMinProN-W3", "HG����E", "�l�r �o����", "MS PMincho", "MS ����", serif; */

font-size:30px;
color:#000000;
padding-top:40px;
padding-bottom:40px;
position: relative;
 	text-align: center;
}
.line span {
position: relative;
 	z-index: 2;
 	display: inline-block;
 	margin: 0 5px;
 	padding: 0 10px;
 	background-color: #fff;
 	text-align: left;
}
.line::before {
 	position: absolute;
 	top: 49%;
 	z-index: 1;
 	content: '';
 	display: block;
 	width: 10%;
 	height: 1px;
 	background-color: #000;
 	margin-left:494px;
}

.strong{
	margin-bottom:0px!important;
}

.table{
	width:1000px;
	margin: 0 auto;
}

.pg_none{
color:#b7b7b7!important;
}


/* 追記 20211208 */
main.topics .wrapper {
	overflow: hidden;
	/* background: red; */
}
main.topics .wrapper .topics__breadlist {
	margin: 0;
	/* padding: 30px 50px; */
	padding: 30px 100px;
}
main.topics .wrapper .topics__breadlist a::after {
	content: ' / ';
}
main.topics .wrapper .left {
	/* float: left; */
	/* margin: 0 0 0 50px; */
	margin: 0 0 0 100px;
	border-top: solid #76572f 2px;
	/* width: 700px; */
	width: 900px;

	background: white;
}
main.topics .wrapper .left .info {
	padding: 30px 0 0;
}
main.topics .wrapper .left .info .info__date {
}
main.topics .wrapper .left .info .info__date.info__icon--isNews::after {
	content: "お知らせ";
	background: #333;
	color: #fff;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	font-size: 12px;

}
main.topics .wrapper .left h2 {
	margin: 0;
	padding: 50px 0 0;
	text-align: inherit;
	font-size: 24px;
	line-height: 1.6em;
}
main.topics .wrapper .left p {
	margin: 30px 0 0;
	/* line-height: 1.6em; */
	line-height: 2em;
}
main.topics .wrapper .left p.note {
	font-size: 14px;
}
main.topics .wrapper .left h3 {
	margin: 50px 0 0;
	padding: 0 0 10px;
	border-bottom: dotted #76572f 1px;
	font-size: 20px;
}
main.topics .wrapper .left ul {
	margin: 30px 0 0;
}
main.topics .wrapper .left .image {
	margin: 50px 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: 50px 0 0;
	padding: 30px 30px 30px;
}
main.topics .wrapper .left .bg-gray p {
	margin: 0;
}
main.topics .wrapper .left .caption {
	display: block;
	font-size: 14px;
	color: #999;
	text-align: right;
}
main.topics .wrapper .left .quotation {
	display: block;
	font-size: 14px;
	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: 30%;
	padding: 20px 20px;
}
main.topics .wrapper .left table tr td {
	width: 70%;
	padding: 20px 20px;
}
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: 20px;
	font-weight: bold;
	color: #fff;
}



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

	text-align: inherit;

	background: white;

	display: none !important;
}
main.topics .wrapper .right h3 {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}
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 .topics__lists {
	width: 1000px;
	margin: 0 auto;
}
main.topics .wrapper .topics__lists table {
	width: 100%;
}
main.topics .wrapper .topics__lists table tr {
	border-bottom: dotted 1px #333;
}
main.topics .wrapper .topics__lists table tr th {
	width: 20%;
	padding: 30px 0;
}
main.topics .wrapper .topics__lists table tr td {
	width: 80%;
	padding: 30px 0;
}
main.topics .wrapper .topics__bottom {
	margin: 40px auto 0;
	width: 1000px;
	text-align: center;
}
main.topics .wrapper .topics__bottom li {
	display: inline-block;
}
main.topics .wrapper .topics__bottom li+li::before {
	content: ' / ';

}