@charset "utf-8";
/* CSS Document */

.entry_wrapper{
	width: 90%;
	position: relative;
	margin-top: 2em;
	margin-bottom: 5%;
	margin-left: 5vw;
}

.entry_wrapper2{
	width: 95%;
	margin-top: 2em;
	margin-bottom: 5%;
	text-align: center;
}

.entry_button_box{
	display: inline-block;
	padding: 0 1vw;
}



.sec_title_box{
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 2em;
}	

.entry_textm{
	width: 90%;
	font-size: 1.5vw;
	letter-spacing: 0.1vw;
	margin:0 auto;
	padding: 0;
	top:0;
	text-align: left;
}

.sec_title02{
	border-bottom: solid 0.15vw #335CB7;
	width: 94%;
	font-size:2.5vw;	
	margin-left: 6%;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	color: #335CB7;
	letter-spacing: 0.5vw;
}

.sec_title02 img {
	position: absolute;
	width: 2.2em;
	top:0.24em;
	left: 1.2em;
}

.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: 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: 2.6em;
	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: 2.6em;
	content: "";
	background:url("../images/sec_menu_arrow.png")no-repeat;
	background-size: contain; 
	background-position: center　bottom;
	pointer-events: none;	
}

.entry_blu_box{
	clear: both;
	width: 95%;
	border: solid 0.2vw #335CB7;
	border-radius: 1.5vw;
	padding: 1em;
	margin: 0 auto;
	font-size: 1.5vw;
}

.entry_blu_txt{
	color: #335CB7;
	font-weight: bold;
}

p#entry_center_txt{
	text-align:center;
		font-size: 1.5vw;
}

ol#entry_list {
	width: 100%;
	margin-bottom: -0.5vh;
}

ol#entry_list li{
	
}