@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
html, 
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Open Sans', sans-serif;
	word-wrap: break-word;
	color: #000000;
	min-width: 1280px;
	max-width: 1920px;
	margin: 0 auto;
	background: #000;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.tal {
	text-align:left !important;
}
.tac {
	text-align:center !important;
}
.tar {
	text-align:right !important;
}
.vat {
	vertical-align:top;
}
.vam {
	vertical-align:middle;
}
.vab {
	vertical-align:bottom;
}
.vtb {
	vertical-align:text-bottom;
}
strong {
	font-weight: bold;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none{
	display: none;
}
/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}
.b2 {
	margin-bottom: 3.4em;
}
.b3 {
	margin-bottom: 5.1em;
}

/* SPACE */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.mb18 {
	margin-bottom: 18px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb360 {
	margin-bottom: 360px !important;
}
.mt70 {
	margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
	.mb0.spmb20 {
		margin-bottom: 20px !important;
	}
}	
/* リンク */
a{
	transition: .15s;
}
a{
	color: #323232;
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.mb0.spmb20 {
		margin-bottom: 20px !important;
	}
}	
/* カラー */
.red {
	color: #db4b65;
}

/* フォントサイズ */
.big,
big {
	font-size: 1.7rem;
}
.small,
small {
	font-size: 1.2rem;
	line-height: 1.5;
	display:block;
}
sup {
	vertical-align:top;
	font-size: 50%;
}
sub {
	vertical-align:bottom;
	font-size: 50%;
}

/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 768px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	
	.fl,
	.fr {
		float: none;
	}
	.site {
		min-width: 0;
	}
}

/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.header:after {
	content: "";
	clear: both;
	display: block;
}
.slidemenu-btn,
.btn-submenu-toggle {
	display: none;
}

/* ------------------------------
 PCとSP表示
------------------------------ */
.pc-none {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}
	.pc-none {
		display: block;
	}
}


/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 769px) {
	.page-header {
	  position: fixed;
	  z-index: 998;
	  width: 210px;
	  height: 100%;
	  line-height: 1.5;
	  overflow: hidden;
	}
	.page-header .header_inner {
	  overflow: hidden;
	  width: 210px;
	  position: absolute;
	  height: 100%;
	  margin: 0 auto;
	  background: #808080;
	  text-align: left;
	}
	.headerBlock  {
		background: #fff;
		margin: 0 auto;
	}
	.logo-outer {
		width: 100%;
	}
	* + .gnav,
	.gnav:after {
		content: "";
		clear: both;
		display: block;
	}
	/* ロゴ */
	.headerBlock_logo {
		width: 100%;
		margin-top:30px;
		text-align: center;
	}
	.headerBlock_logo a{
		width: 162px;
		height: 18px !important;
		background: url(/shared/img/logo_pc.png);
		display: block;
		margin: 0 auto;
		overflow: hidden;
  		text-indent: 100%;
	}
	.headerBlock_nav{
		margin-top:30px;
	}
	.headerBlock .gnav {
		width: 162px;
		margin: 0 auto;
	}
	.headerBlock .gnav li {
		width: 162px;
		line-height: 1;
		font-size: 1.6rem;
		vertical-align: top;
		position: relative;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		margin-bottom: 24px;
	}
    .headerBlock .gnav li.l2 span {
		padding-top: 0;
		line-height: 1.2;
	}
	.headerBlock .gnav li:after  {
		content: "";
		clear: both;
		display: block;
	}
	.headerBlock .gnav li img{
		width: 48px;
		float: left;
		margin-right: 10px;
	}
    .headerBlock .gnav li span {
		width: 104px;
		display: block;
		line-height: 1;
		text-decoration: none;
		color: #737373;
		position: relative;
		transition: .3s;
		padding-top: 11px;
		padding-bottom: 10px;
		float: right;
	}
	.headerBlock .gnav li span::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 0;
		height: 3px;
		background: #B7D100;
		transition: .3s;
	}
	.headerBlock .gnav li:hover span::after,
	.headerBlock .gnav li.on span::after {
		width: 100%;
	}
	.headerBlock .gnav li.on span,
	.headerBlock .gnav li:hover span {
		color: #fff;
		text-decoration: none;
	}
	.headerBlock .gnav > li:nth-child(5n){
		display: none;
	}
	.headerBlock .snsbox {
		width: 162px;
		margin: 0 auto;
		text-align: center;
		font-size: 1.4rem;
		padding-top: 20px;
		margin-bottom: 70px;
	}
	.headerBlock .share {
		width: 66px;
		padding-right: 5px;
		border-right: solid 1px #666666;
		float: left;
	}
	.headerBlock .official_sns {
		width: 96px;
		padding-left: 5px;
		float: left;
	}
	.headerBlock .share ul li,
	.headerBlock .official_sns ul li {
		float: left;
	}
	.snsboxSpOut{
		display: none;
	}
	.language{
		width: 210px;
		color: #B7D100;
		text-align: center;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.language a{
		color: #323232;
		display: inline;
		text-decoration: underline !important;
	}
	.language span{
		color: #323232;
	}
	.official{
		text-align: center;
		font-size: 1.4rem;
		width: 100%;
		display: table;
	}
	.language a , .official a{
		text-decoration: none;
	}
	.official a:after {
		content: '';
		font-family: 'FontAwesome';
		margin-left: 5px;
		content: '\f08e';
	}

}


/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 768px) {
	.header {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		height: 60px;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
		margin: 0;
	}
	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.logo-outer {
		z-index: 10;
		width: 100%;
		height: 60px;
		top: 0;
		position: relative;
		background-color: #808080;
	}
	/* ロゴ */
	.headerBlock_logo {
		width: 80%;
		height: auto;
		float: left;
		margin-left: 5%;
		text-align: left;
		padding-top: 19px;
	}
	.headerBlock_logo a{
		width: 203px;
		height: 22px;
		background: url(/shared/img/logo_sp.png);
		background-size: 203px 22px;
		display: block;
		overflow: hidden;
  		text-indent: 100%;
	}
	
	/* グローバルナビ */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 27px;
		height: 2px;
		background-color: #B7D100;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #B7D100;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -10px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -10px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
	  background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	/* 開閉メニューボタン */
	.headerBlock .gnav {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		width: 100%;
		background: #808080;
		border-top: solid 1px #999999;
		padding : 5px 0 20px 0;
	}
	.page-open-slidemenu .headerBlock .gnav {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		max-height: 100vh;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.page-open-slidemenu .headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	/***/
	.page-open-slidemenu .headerBlock .gnav > li > p {
		position: relative;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p > .btn-submenu-toggle {
		position: absolute;
	}
	
	
	/* 開閉ボタン 開く処理 */
	/***/
	.headerBlock .gnav > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
	}
	.headerBlock .gnav > li a:not(.btn-submenu-toggle) {
		display: block;
		width: 100%;
		position: relative;
		color: #FFFFFF;
		line-height: 1.3;
		text-decoration: none;
		padding: 13px 0 5px 0;
	}
	.headerBlock .gnav > li li a:not(.btn-submenu-toggle):before {
		content: '';
		display: block;
		position: absolute;
		left: 27px;
		top: 14px;
		width: 8px;
		height: 6px;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 4px solid #6f6c6b;
		border-right: 4px solid transparent;
		z-index: 3;
	}
	.headerBlock .gnav > li {
		position: relative;
		text-align: center !important;
		z-index: 3;
		font-size: 1.5rem;
	}
	.headerBlock .gnav li span{
		display: block;
		margin-bottom: 5px;
	}
	.headerBlock .gnav li img{
		width: 48px;
		float: none;
		margin-right: 0;
	}
	.headerBlock .gnav > li:nth-child(5n){
		color: #B7D100;
		margin-top: 20px;
	}
	.headerBlock .gnav > li:nth-child(5n) span{
		color: #fff;
		display: inline;
	}
	.headerBlock .gnav > li:nth-child(5n) a{
		color: #fff;
		display: inline;
		text-decoration: underline;
	}
	.headerBlock .snsbox{
		display: none;
	}
	.snsboxSpOut{
		width: 100%;
		background: #808080;
	}
	.snsboxSp{
		width: 320px;
		margin: 0 auto;
		text-align: center;
		font-size: 1.5rem;
		padding: 20px 0;
		color: #333333;
	}
	.snsboxSp .share {
		width: 135px;
		border-right: solid 1px #666666;
		float: left;
	}
	.snsboxSp .share ul{
		width: 100px;
		margin: 0 auto;
	}
	.snsboxSp .official_sns {
		width: 185px;
		float: left;
	}
	.snsboxSp .official_sns ul{
		width: 150px;
		margin: 0 auto;
	}
	.snsboxSp .share ul li,
	.snsboxSp .official_sns ul li {
		width: 50px;
		float: left;
	}
	.language, .official{
		display: none;
	}
}
/* ------------------------------
 スマホ用黒いレイヤー
------------------------------ */
.menu-layer {
	display: none;
}
@media screen and (max-width: 768px) {
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0,0,0,.2);
		top: 0;
		left: 0;
		z-index: 10;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}


/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100% !important;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
	overflow: hidden;
}
.mainLow{
	margin-left: 210px;
}
.contentsOutLow {
	width: 100%;
	background-color: #fff;
}
.contentsLow {
	width: 980px;
	margin: 0 auto;
	padding: 55px 0 100px 0;
}
.contentsLogin {
    margin: 0 auto;
    padding: 55px 0 100px;
    width: 100%;
}
/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 768px) {
	#bggr {
		position: relative;
	}
	.mainLow {
		margin-left: 0;
	}
	.navbg {
		width: 100%;
		height: 100%;
		position: absolute !important;
		z-index: 5100;
		opacity: .5;
		background-color: #000 !important;
	}
	.contentsLow{
		width: 100%;
		min-width:100%;
		padding: 25px 15px 30px 15px;
	}
	.site {
		font-size: 1.3rem;
	}
}

/* ------------------------------
 CONTENTS 
------------------------------ */


/* ------------------------------
 フッタ
------------------------------ */
@media screen and (min-width: 1366px) {
	.footerCopy{
		width: 1156px;
		margin: 0 auto;
	}
}
.footer{
	width: 100%;
	text-align: center;
	background: #000000;
	line-height: 32px;
	text-align: center;
	color: #808080;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	padding-left: 210px;
}
/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	transition: background-color .2s ease 0s;
	cursor: pointer;
	background-color: #B7D100;
	text-decoration: none;
	opacity: 0.8;
}
.js-btn-pagetop span {
	padding-top: 20px;
	display: block;
	line-height: .5;
}
.js-btn-pagetop span img{
	width: 31px;
	height: 17px;
}
.js-btn-pagetop:hover {
	text-decoration: none;
	opacity: .7;
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 768px) {
	.footer{
		padding-left: 0;
		font-size: 1rem;
	}
	.top .footerCopy{
		height: 200px;
	}
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		width: 40px;
		height:40px;
	}
	.js-btn-pagetop span {
		padding-top: 17px;
		display: block;
		line-height: .5;
	}
	.js-btn-pagetop span img{
		width: 15px;
		height: auto;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	background: red;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}


/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	
	.js-btn-pagetop {
		display: none !important;
	}
}
 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}



/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	background-image: url(../img/warning.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 18px;
    background-size: 20px 18px;
    margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	color: #1685D2;
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #1685D2;
    display: inline-block;
}