@charset "utf-8";
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
html {
	-webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}

body {
	box-sizing: border-box;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.meanmenu-reveal {
	display: none;
}

.mean-container {
	/*margin-top: -16px;*/
	margin-top: -6rem;
	/*margin-top: 0;*/
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 0.3rem 0;
	min-height: 3rem;
	z-index: 999;
}

.mean-container a.meanmenu-reveal {
	width: 5rem;
	height: 3rem;
	padding:  0.5rem 1rem 0.5rem;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;*/
	text-decoration: none;
	line-height: 1.5;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	background: #333;
}
/*↓↓追加*/
.mean-container a.meanmenu-reveal div,
.mean-container a.meanclose div {
	position: relative;
	width: 5rem;
	right: 1rem;
	font-size: 1.125rem;
} /* End of 追加*/

.mean-container a.meanmenu-reveal div {
	margin-left: auto;
	margin-right: auto;
	padding: 1.25rem 0;
	border: 1px solid #555;
	border-radius: 2px;
	text-align: center;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	background: #333;
	height: 0.175rem;
	margin-top: 0.25rem;
	width: 1.4rem;/*←追加*/;
	margin-left: auto;
	margin-right: auto;
}

/*↓↓追加*/
a.meanclose div {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
} /* End of 追加*/

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 7rem;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li:last-child {
	border-top: 1px solid rgba(255,255,255,0.5);
	padding: 1.5rem 5%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	padding: 1.5rem 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5rem;-o-transition: all 0.7s;
      transition: all 0.7s;
}

.mean-container .mean-nav ul li a:before {
	font-family: 'icomoon';
    speak: none;
    content: "\ea42";
    color: #fff;
    margin-right: 0.5rem;
}

.mean-container .mean-nav ul li:last-child a:before {
	content: none;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}adding: 1.5rem 25%;
}*/

.mean-container .mean-nav ul li a:hover {
	background: #446688;
}

.mean-container .mean-nav ul li:last-child a:hover {
	background: #333;
}

.mean-container .mean-nav ul li a.mean-expand {
	width: 2rem;
	height: 3.5rem;
	padding: 1rem 0.85rem 0.75rem 0.85rem !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: #446688;
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

/*.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}*/

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}


.mean-remove {
	display: none !important;
}


/* @webfont ------------------------------------------------------------------------------------ */

@font-face {
    font-family: 'icomoon';
    src: url('../webfonts/icomoon.eot');
    src: url('../webfonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon.ttf') format('truetype'),
    url("../webfonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
