@charset "UTF-8";
.sec_menu-area{
	width: 100%;
	height: 1.5vh;
	display: table; 
	list-style: none;
	background: rgba(51,92,183,1.00);
}

.sec_menu_box{
	width: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;	
}

ul#nav3 {
	width: 85%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
	margin: 0 auto;
}

ul#nav3 li {
	width: calc(100%/9);
	color:#FFFFFF;
	font-weight: lighter;
	font-size: 1.2vw;
    position: relative;
	text-align: center;
	margin: 0.8% 0 1.2% 0;
	white-space: nowrap;
	letter-spacing: 0.3vw
	

}

ul#nav3 li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;

}

ul#nav3 li a:after{
	position: absolute;
	width:5em;
	height:10em;
	top: 1.7em;
	left: 1.2em;
	content: "";
	background:url("../images/sec_menu_arrow.png")no-repeat;
	background-size: contain; 
	background-position: center　bottom;
	pointer-events: none;	
	visibility: hidden;
	opacity: 0;
	
}

ul#nav3 li a:hover:after {
opacity: 1;
  visibility: visible;
}

ul#nav3 li#current::after {
	position: absolute;
	width:5em;
	height:10em;
	top: 1.7em;
	left: 1.2em;
	content: "";
	background:url("../images/sec_menu_arrow.png")no-repeat;
	background-size: contain; 
	background-position: center　bottom;
	pointer-events: none;	
}


.sec_title_box{
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 2em;
}

.sec_title02{
	border-bottom: solid 0.05em #335CB7;
	width: 95.3%;
	font-size:2.5vw;	
	margin-left: 4.7%;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	color: #335CB7;
	letter-spacing: 0.5vw;
		font-weight: bold;
}

.sec_title02 img {
	position: absolute;
	width: 2.2em;
	top:0.2em;
	left:1em;
}

.table_list{
	display: block;
	width: 95%;
	position: relative;
	margin-bottom: 10vh;
	margin-left: 3.5vw;
	margin-top: -2vh;
}

.table_list_02{
	display: block;
	width: 95%;
	position: relative;
	margin-bottom: 10vh;
	margin-left: 3.5vw;
	margin-top: -1.5vh;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table td {
	border-bottom: 1px solid #335CB7;

}

.cp_table tr {
	vertical-align: top;


}
.cp_table th {
	width: 10%;
	padding:2.5em 0em;
	padding-right: 4vw;
	vertical-align: top;
	font-size: 1.2vw;
		font-weight: bold;
}


.cp_table td a{
	padding:3vh 1vw 3vh 0;
	color: #325DB7;	
	text-align: center;
}

.cp_table td {
	width: 90%;
	padding:2.5em 0 ;
	vertical-align: top;
	font-size: 1.2vw;
	font-weight: lighter;
}
.cp_table th, .cp_table td {
	text-align: left;
}

.news_date{
	width: 100%;
	margin: 1vh 0 1vh 0;
		font-size: 1.2vw;
		letter-spacing: 0.1vw;	
}

.news_title{
	width: 100%;
	font-size: 2vw;
	margin: 1vh 0 1vh 0;
	color:#335DB7;
	letter-spacing: 0.2vw;
}

.news_line{
	display: block;
	border-bottom: 1px solid #335CB7;
	margin: 0 0 3vh 0;
}

.news_line_02{
	display: block;
	border-bottom: 1px solid #335CB7;
	margin: 1vh 0 1vh 0;
}

.news_text{
		width: 100%;
	font-size: 1.2vw;
	margin: 2vh 0 3vh 0;
		line-height: 160%;
		letter-spacing: 0.1vw;
	text-align: left;	
	
}

.news_text p{
	text-align: left;
}


div.news_text img{
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1vh;
	padding-top: 2vh;	

}

.news_link{
	
	margin: 2em 0;
	line-height: 1.2;
}


.news_link a{
	
	color: #335CB7;
}

.news_link a:hover{
	
	color: #587CCB;
}

.news_link a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: transparent solid 0.5vw;
    border-left-color: #335CB7;


}