@charset "UTF-8";
.group_wrapper{
	display: block;
	width: 95%;
	position: relative;
	margin-top: 2em;
	margin-bottom: 5%;
	margin-left: 3.5vw;

}


.main_img{
	position:relative;
	left:0;
	top:0;
	background: #335CB7;
}


.Update{
	width: 100%;
	text-align: right;
	font-weight: lighter;	
	font-size: 1.2vw;
	
}


.sec_title_box{
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 2vh;
}

.sec_title02{
	border-bottom: solid 0.15vw #335CB7;
	width: 92.8%;
	font-size:2.5vw;	
	margin-left: 7.2%;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	color: #335CB7;
	letter-spacing: 0.5vw;
	font-weight: bold;
}

.sec_title02 img {
	position: absolute;
	width: 2.0em;
	top:-0.3em;
	left:1em;
}


.sec_menu-area{
	width: 100%;
	height: 1.5vh;
	display: table; 
	list-style: none;
	background: rgba(51,92,183,1.00);
	z-index: 99;

}
.sec_menu_box{
	width: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;	
}

ul#nav3 {
	width: 90%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
	margin: 0 auto;
}

ul#nav3 li {
	width: calc(100%/7);
	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: 0.8em;
	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: 0.8em;
	content: "";
	background:url("../images/sec_menu_arrow.png")no-repeat;
	background-size: contain; 
	background-position: center　bottom;
	pointer-events: none;	
}


.table_list{
	position: relative;
width: 95%;
	margin-top: 0.5em;
	margin-bottom: 3em;
	margin-left: 3.2vw;
}

.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 {
	padding: 10px;
	border-bottom: 1px solid #335DB7;
	color: #335CB7;
	font-size: 1.2vw;
	font-weight: lighter;
	letter-spacing: 0.2vw;
}
.cp_table td {
	text-align: center;
	vertical-align: top;
	padding:0.8em 0;
	border-bottom: 1px solid #335DB7;
	font-size: 1.2vw;
	font-weight: lighter;
	letter-spacing: 0.2vw;
}
.cp_table td:first-child {
	text-align: left;
	vertical-align: middle;
	font-size: 1.2vw;
	font-weight: lighter;
	letter-spacing: 0.2vw;
	color: #335DB7;
}

.cp_table td:first-child a {
	text-align: left;
	vertical-align: middle;
	font-size: 1.2vw;
	font-weight: lighter;
	letter-spacing: 0.2vw;
	color: #335DB7;	
	margin-left: 1vw;
}

.cp_table th:first-child {
	text-align: left;
	padding-left: 5vw;	
}

.cp_table_comment{
	text-align: right;
	padding-top: 2vh;
	font-size: 1vw;
}

.cp_table_menu{
	text-align: center;
	width: 100%;
	padding-top: 5vh;
	padding-bottom: 3vh;
	font-size:0;
}


#cp_table_menu_btn{
	position: relative;	
	font-size: 1.2vw;
	color: #335CB7;
	z-index: 0;
	display: inline-block;
	height: auto;
	width: 16.65%;
	padding: 0.5em 0 ;
	text-align: center;
	cursor: pointer;
	border-top: solid 1px #335CB7;
	border-bottom: solid 1px #335CB7;
	border-left: solid 1px #335CB7;	
	letter-spacing: 0.5em;
	border-collapse: collapse;
	margin: 0;
}

#cp_table_menu_btn a{
 	color: #335CB7;
}

#cp_table_menu_btn:last-child{
	border-right: solid 1px #335CB7;	
}
#cp_table_menu_btn:before{
	font-size: 1.5vw;
	color: #335CB7;
	position: absolute;
	padding: 0;
	z-index: -1;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background:url("../images/arrow_blue_02.png")no-repeat;
	background-size: 2vw auto;
	background-position: right 0px top;
}
#cp_table_menu_btn:hover{
	color: #FFFFFF;
	background: #B3D2EF;
}

