@charset "UTF-8";
/*------------------------------------------------------------
	Footer - Wrapper
------------------------------------------------------------*/
.p-nav-inner {
	padding-bottom: 40px;
}
.p-nav-inner2 {
	border-top: rgba(255,255,255,0.3) 1px solid;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
.p-nav-inner {
	padding-bottom: 0;
}
.p-nav-inner2 {
	border-top: 0;
	padding-top: 0;
}
}
/*------------------------------------------------------------
	Navi - Items	
------------------------------------------------------------*/
.p-nav-menu-cat > a[href= "javascript:void(0)"],
.p-nav-menu-item > a[href= "javascript:void(0)"] {
	color: #FFF!important;
}
.p-nav-menu-cat > a {
	display: block;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 600;
	border: rgba(255,255,255,0.4) 1px solid;
	padding: 8px 15px;
	position: relative;
}
* + .p-nav-menu-cat {
	margin-top: 20px;
}
.p-nav-menu-cat > a:not([href="javascript:void(0)"]):after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border: #FFF 1px solid;
	border-bottom: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	opacity: 0.5;
}
.p-nav-menu-cat > a:hover {
	color: #CCC;
}
.p-nav-menu-item {
	position: relative;
}
.p-nav-switch {
	content: "";
	position: absolute;
	border: #CCC 1px solid;
	top: 8px;
	right: 8px;
	background: transparent;
	width: 21px;
	height: 21px;
	z-index: 1;
	opacity: 0.4;
	pointer-events: none;
}
.p-nav-switch:after {
    position: absolute;
	content: "";
	width: 11px;
	height: 11px;
    background-image: url(../img/sidebars/minus.png);
    background: url(../img/sidebars/plus.png) center no-repeat;
	top: 0;
    right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s;
}
.p-nav-menu-item.is-parent.is-open > .p-nav-switch:after {
    background: url(../img/sidebars/minus.png) center no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.p-nav-menu-item > a {
	display: block;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #FFF;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	border-bottom: rgba(255,255,255,0.3) 1px dotted;
}
.p-nav-menu-item.is-parent > a {
	cursor: pointer;
}
.p-nav-menu-child {
	display: none;
}
.p-nav-menu-child.is-open {
	display: block;
}
.p-nav-menu-child-item > a {
	display: block;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #FFF;
	text-decoration: none;
	text-indent: -0.6em;
	padding: 10px 15px 0 22px;
}
.p-nav-menu-item.is-parent.is-open {
	margin-bottom: 15px;
}
.p-nav-menu-item.is-parent.is-open + .p-nav-menu-item > a {
	border-top: rgba(255,255,255,0.3) 1px dotted;
}
.p-nav-menu-child-item > a:before {
	content: "- "
}
.p-nav-menu-item > a:hover,
.p-nav-menu-child-item > a:hover {
	color: #CCC;
}
.p-nav-menu-item > a[href= "javascript:void(0)"]:hover,
.p-nav-menu-child-item > a[href= "javascript:void(0)"]:hover {
	color: #FFF;
}
.p-nav-menu-child-child-item > a {
	display: block;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #FFF;
	text-decoration: none;
	text-indent: -0.6em;
	padding: 6px 10px 0 30px;
}
.p-nav-menu-child-child-item > a:before {
	content: " ・ "
}
.p-nav-menu-child-child-item > a:hover {
	color: #CCC;
}
.p-nav-nav {
	position: relative;
}
.p-nav-nav:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
@media screen and (max-width: 1024px) {
.p-nav-menu {
	margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
.p-nav-menu-cat > a {
	padding: 8px 10px;
	font-size: 0.9rem;
}
* + .p-nav-menu-cat {
	margin-top: 0;
}
.p-nav-menu-cat:last-child:not(.is-single) > a {
	border-bottom: 0;
}
.p-nav-menu-cat + .p-nav-menu-cat > a {
	border-top: 0;
}
.p-nav-menu-item:last-child > a {
	border-bottom: 0;
}
.p-nav-menu-item:last-child .p-nav-menu-child {
	border-top: rgba(255,255,255,0.3) 1px dotted;
}
.p-nav-menu {
	margin-bottom: 5px;
}
.p-nav-menu-item > a {
	padding: 10px 10px;
	font-size: 0.9rem;
}
.p-nav-switch {
	width: 25px;
	height: 25px;
	top: 7px;
	right: 0;
}
.p-nav-inner2-cat-wrapper + .p-nav-inner2-cat-wrapper > .p-nav-menu-cat > a {
	border-top: 0;
}
}
/*------------------------------------------------------------
	Navi - Items - Tec	
------------------------------------------------------------*/
.p-nav-inner-inner {
	border-top: rgba(255,255,255,0.3) 1px solid;
	padding-top: 30px;
	margin-top: 40px;
}
.p-nav-menu-tec-ttl {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #FFF;
	text-align: center;
}
.p-nav-menu-tec-ttl-att {
	display: block;
	font-size: 0.85rem;
	text-indent: -1em;
	margin-left: 1em;
}
.p-nav-menu-tec-ttl + * {
	margin-top: 15px;
}
.p-nav-menu-tec:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.p-nav-menu-tec-item {
	width: 20%;
	float: left;
}
.p-nav-menu-tec-item + .p-nav-menu-tec-item > a {
	border-left-width: 0;
}
.p-nav-menu-tec-item:nth-child(n+6) > a {
	border-top-width: 0;
}
.p-nav-menu-tec-item:nth-of-type(6) > a {
	border-left-width: 1px;
}
.p-nav-menu-tec-item > a {
	display: block;
	color: #FFF;
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 600;
	border: rgba(255,255,255,0.4) 1px solid;
	padding: 8px 15px 8px 25px;
	position: relative;
}
.p-nav-menu-tec-item > a:hover {
	color: #CCC;
}
.p-nav-menu-tec-item > a:not([href="javascript:void(0)"]):after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border: #FFF 1px solid;
	border-bottom: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	opacity: 0.5;
}
@media screen and (min-width: 3000px) {
.p-nav-menu-tec-item {
	width: 50%;
}
.p-nav-menu-tec-item:nth-child(n+3) > a {
	border-top-width: 0;
}
.p-nav-menu-tec-item:nth-of-type(odd) > a {
	border-left-width: 1px;
}
.p-nav-menu-tec-item:nth-of-type(even) > a {
	border-left-width: 0;
}
}
@media screen and (max-width: 1366px) {
.p-nav-menu-tec-item {
	width: 33.33%;
}
.p-nav-menu-tec-item:nth-child(n+4) > a {
	border-top-width: 0;
}
.p-nav-menu-tec-item:nth-of-type(4) > a,
.p-nav-menu-tec-item:nth-of-type(7) > a,
.p-nav-menu-tec-item:nth-of-type(10) > a {
	border-left-width: 1px;
}
}
@media screen and (max-width: 1024px) {
.p-nav-menu-tec-item {
	width: 50%;
}
.p-nav-menu-tec-item:nth-child(n+3) > a {
	border-top-width: 0;
}
.p-nav-menu-tec-item:nth-of-type(odd) > a {
	border-left-width: 1px;
}
.p-nav-menu-tec-item:nth-of-type(even) > a {
	border-left-width: 0;
}
}
@media screen and (max-width: 767px) {
.p-nav-inner-inner {
	border-bottom: rgba(255,255,255,0.3) 1px solid;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.p-nav-menu-tec-item {
	width: 100%;
}
.p-nav-menu-tec-item > a {
	padding: 8px 10px;
	font-size: 0.9rem;
}
.p-nav-menu-tec-item:nth-of-type(even) > a {
	border-left-width: 1px;
}
.p-nav-menu-tec-item + .p-nav-menu-tec-item > a {
	border-top: 0;
}
.p-nav-menu-tec-ttl {
	font-size: 0.9rem;
	text-align: left;
}
.p-nav-menu-tec-ttl + * {
	margin-top: 8px;
}
}
/*------------------------------------------------------------
	Navi - Items - Icon Setting	
------------------------------------------------------------*/
.p-nav-mg-item > a.is-pp,
.p-nav-mg-child-item > a.is-pp,
.p-nav-menu-item > a.is-pp,
.p-nav-menu-tec-item > a.is-pp {
	background: url(../img/icon_pp.png) right 10px center no-repeat;
}
.p-nav-mg-item > a.is-pp:after,
.p-nav-mg-child-item > a.is-pp:after,
.p-nav-menu-item > a.is-pp:after,
.p-nav-menu-tec-item > a.is-pp:after {
	display: none;
}
