@charset "utf-8";


/*---------------------- 共通　*/

/*--------- ページナビ*/

#p_nav{
	width:100%;
	margin:30px auto;
	text-align:center;
}

#p_nav a,
#p_nav a:link,
#p_nav a:visited,
#p_nav a:hover{
	color:#262626!important;
}

#p_nav a , #p_nav strong {
	width:4%;
	text-align:center;
	display: inline-block;
	border:1px solid #ccc;
	margin:0 0.25em;
	background-color:#fff;
	padding:3px;
}

#p_nav a:last-of-type {
/* 	margin-right:0; */
}

#p_nav strong {
	background-color:#7792c9;
	color:#fff!important;
}


@media screen and (max-width: 1200px){
#p_nav a , #p_nav strong {
	width:7%;
	margin-right:0.1em;
	padding:3px;
}

}

/*---------------------- メインメニュー画面（サイドカラム）　*/

#m_nav {
	border:1px solid #c6c6c6;
	padding:0;
	background-color:#fff;
	min-height:100vh;
}

nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block!important;
}

nav ul.type01 {
	width:100%;
}

nav ul li{
	display:block;
	border-bottom:1px solid #aaa;
	width:100%;
}

nav ul li a{
	display:block;
	padding:10px 15px;
}

nav ul.type01 li a{
	text-indent:22px;
}
nav ul li a.current{
	text-indent:0;
}

nav ul li a.current:before{
	content:"\f101";
	font-weight: 900;
	margin-right:10px;
	color:#258cf7;
	font-family: "Font Awesome 5 pro";
}

@media screen and (max-width: 1200px){
	.series_menu ul li a{
	display:block;
	padding:10px 5px;
	font-size:12px;
}
#m_nav {
	width:180px;
}
}
nav ul li a.active{
	color:#fff!important;
	background-color:#7f7f7f;
	font-weight:bold;
	padding:10px 8px;
}

nav ul li a.active02{
	background-color:#ebecee;
	font-weight:bold;
	padding:10px 8px;
}

nav ul.type02 {
	width:100%;
	margin:0 auto;
	padding:0 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  nav ul.type02 {
  }
}


nav ul.type02 li{
	color:#228bf8;
	text-align:center;
	border:2px solid #228bf8;
	border-radius: 0.5em;
	margin-bottom:10px;
}

nav ul.type02 li a{
	color:#228bf8!important;
}

.d_none {
	display: none !important;
}
nav ul.type02 {
	padding-top: 10px;
}
