.nav_txt {
	font-size: 10px;
	padding:1px 10px;
	white-space: nowrap;
	height:18px;
	background-color: #EEEEEE;
}
.nav_etc{float: left; width:55%;padding:20px 0px 0px 20px;}
.nav_etc2{float: left; width:45%;padding:20px 0px 0px 5px;}

.nav_sub{padding-left: 32px;}

.nav_point{
	font-size: 10px;
	padding:1px 20px;
	white-space: nowrap;
	height:18px;
}

dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
}

.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}


/* オーバーレイ */
.overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        z-index: 299;
}

/* ヘッダー */

header .inner {
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ナビゲーション */
header nav {
        overflow:auto;
        position: fixed;
        top: 0;
        right: -80%;
        width: 80%;
        max-width:640px;
        height: 100%;
        background: #fff;
        opacity: 0;
        z-index:9999;
}
/* ナビゲーション：アクティブ時 */
header.navOpen nav {
        opacity: 1;
        right: 0;
}
header nav ul {
	list-style: none;
	padding-left: 0;
}
header nav ul li {
    border-top:1px solid #ECECEC;
}
header nav ul li a {
    position:relative;
    display:block;
    padding:1.5em;
    color:#333;
    text-decoration:none;
}
header nav ul li a:hover {
    background:#f2f2f2;
}
header nav ul li a:before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
    border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}


/* ナビゲーションアイコン */
header .navBtn {
        display: block;
        width: 30px;
        position: absolute;
        top: 10px;
        right: 0px;
        cursor: pointer;
}
header .navBtn span {
        display: block;
        height: 2px;
        width: 100%;
        background: #666;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
        margin-top: 8px;
}
/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
}
/**/
.nav_menu{font-size:8px;margin: 0;padding-top:35px;}

nav .accordion {
	margin: 0;
}
nav .accordion a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion a.on:after{
	background-color: transparent;
}

nav .accordion2 {
	margin: 0;
}
nav .accordion2 a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion2 a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion2 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion2 a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion2 a.on:after{
	background-color: transparent;
}

nav .accordion3 {
	margin: 0;
}
nav .accordion3 a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion3 a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion3 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion3 a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion3 a.on:after{
	background-color: transparent;
}

nav .accordion4 {
	margin: 0;
}
nav .accordion4 a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion4 a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion4 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion4 a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion4 a.on:after{
	background-color: transparent;
}

nav .accordion5 {
	margin: 0;
}
nav .accordion5 a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion5 a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion5 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion5 a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion5 a.on:after{
	background-color: transparent;
}

nav .accordion6 {
	margin: 0;
}
nav .accordion6 a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion6 a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion6 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion6 a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion6 a.on:after{
	background-color: transparent;
}

nav .accordion7 {
	margin: 0;
}
nav .accordion7 a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion7 a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion7 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion7 a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion7 a.on:after{
	background-color: transparent;
}

/* 20210331 No101対応 */
nav .accordion8 {
	margin: 0;
}
nav .accordion8 a {
	display: block;
	line-height:0; 
	position: relative;
	    padding:2em 2em 2em 1.5em;
}
nav .accordion8 a:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
  right: 1em;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #666;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
nav .accordion8 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
  right: 1em;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #666;
	transition: .3s;
}

nav .accordion8 a.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
nav .accordion8 a.on:after{
	background-color: transparent;
}

nav .burger_menu {
  height: calc(100% - 50px);
  overflow-y: scroll;
}

nav .burger_menu ul a {
  text-indent: 1em;
}

