@charset "utf-8";

#globalNavigation {
	z-index: 999;
}

/* PCナビ */

#nav__outer {
    position: absolute;
	width: 100%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:1;
}

.nav {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	justify-content: center;
	margin: 0 auto;
	padding-left: 0;
}
.nav li {
  position: relative;
  list-style: none;
  background: #45454a;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.nav > li:first-child {
	border-left: 1px solid #333;
}
.nav > li:last-child {
	border-right: 1px solid #333;
}
.nav li + li {
	border-left: 1px solid #333;
}
.nav li a {
  display: block;
  width: 225px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2.4;
  text-decoration: none;
  box-sizing: border-box;
}
.page li a {
  color: #000 !important;
}
.page li:before {
  color: #000 !important;
}
.nav > li:hover > a {
  color: #fff;
  background: #cc3366;
}
.nav > li li:hover > a {
  color: #fff;
  background: #cc3366;
  opacity: 1;
}
.nav li ul {
  top: 41px;
  left: -40px;
  position: absolute;
  z-index: 9999;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  background: #45454a;
  border: none;
}
.nav li ul li a {
  width: 225px;
  color: #fff;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
  .nav li ul li ul {
    top: 0;
    left: 110px;
  }

/* */

.list-box {
  display: flex;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.list-box ul {
	height: 250px;
	padding: 0 20px;
}
.list-box li {
	list-style: none !important;
	text-align: left;
	font-size: 14px;
}
.list-box li:nth-child(2),
.list-box li.mar__nav10pc {
	margin-top: 10px;
}
.list-box li.top {
	font-weight: 700;
	font-size: 16px;
}
.list-box li.top__bottom {
	font-weight: 700;
	font-size: 16px;
	margin-top: 10px;
}
.list-box li.top:before,
.list-box li.top__bottom:before,
.list-box li.top__b:before {
	content:"";
}

.list-box li:before {
	content:">";
	color: #45454a;
}

/* */

#header {
	position: fixed;
	width:100%;
	height:80px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:flex-start;
	-ms-flex-align:flex-start;
	align-items:flex-start;
	z-index:9999;
}
#header a:hover {
	text-decoration:none;
}
#header #logo {
	margin: 20px 0 0 20px;
}
#header #logo a {
	display:inline-block;
}

/* ページ-ヘッダー
---------------------------------------------------------*/

.header__page__background {
	position:relative;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 10.41%;
    background-size: contain;
	overflow: hidden;
}

.bg__support {
    background: url(../images/header/support.jpg) 0 0 no-repeat;
}

/* */

.bg_white {
  background-color:#fff !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

/* */

#globalNavigation .right-nav {
	position:absolute;
	right: 0;
	top: 20px;
	margin-right: 390px;
	font-size: 12px;
}

#globalNavigation .right-nav li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}

#globalNavigation .right-nav li a {
	color: #000;
}

#globalNavigation .right-nav li:before {
	content:">";
	color: #000;
}

/* */

@media print, screen and (max-width:1375px){
#globalNavigation {
	display: none !important;
}
}

@media print, screen and (max-width:910px){
	ul.nav {
		display: none;
	}
	span.nav__slash__pc {
		display: none;
	}
	span.nav__text__pc {
	display: block;
	font-size: 10px;
	}
	.list-box ul {
	padding: 0 5px;
	}

}

@media screen and (max-width:784px){
h2 {
  font-size: 24px;
  color: #000;
  position: absolute;
  top: 30%;
  left: 5%;
  margin: 0;
}
}

@media screen and (min-width: 601px) {
#header {
	/* min-width:1140px; */
}
#header.fixed {
	height:70px;
}
#header.fixed #logo span {
	display:none;
}
#header.fixed #logo img {
	margin:0;
}
}
@media screen and (max-width: 600px) {
.header__page__background {
	margin-top: 55px;
}
#header {
	height:55px;
}
#header #logo {
	margin: 4px 0 0 4px;
	padding: 0 10px 0 5px;
	height:50px;
	width: 50%;
	max-width:140px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
#header #logo a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	max-width:324px;
}
#header #logo a span {
	display:none;
}
#globalNavigation {
	position:fixed;
	left:-270px;
	top:0;
	height:100%;
	width:270px;
	padding:35px 15px;
	background:#eee;
	z-index:999;
}
h2 {
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 30%;
  left: 5%;
  margin: 0;
}

/* */

.openbtn{
    width: 55px;
    height:55px;
}

.openbtn span {
	left: 17px;
}
.openbtn span:nth-of-type(1) {
	top:16px;	
}
.openbtn span:nth-of-type(2) {
	top:26px;
}
.openbtn span:nth-of-type(3) {
	top:36px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
}

}

/* スマホで見た時 */

@media screen and (max-width: 599px) {

	span.nav__slash__pc {
	display: inline-block;
	}
	span.nav__text__pc {
	display: inline-block;
	font-size: 10px;
	}
	
	/* */
	
.list-box {
  flex-direction: column;
  justify-content: center;
}

.list-box ul {
	padding: 0 !important;
	margin: 0 !important;
	height: auto;
}

.list-box li.top,
.list-box li.top__bottom {
  font-size: 18px; /* 14 */
}

.list-box li {
  font-size: 12px;
}

.list-box ul li {
	width: 220px; /* 245 */
}

li.mar__nav10 {
	margin-top: 10px;
}

li.sp {
	display: none;
}

h2 {
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 15%;
  left: 5%;
  margin: 0;
}
}