@charset "UTF-8";

@font-face{
	font-family:"Meiryo W53";
	src:url("Fonts/1560401/180a7431-d53a-4a41-84ff-ce326c50c6c7.eot?#iefix");
	src:url("Fonts/1560401/180a7431-d53a-4a41-84ff-ce326c50c6c7.eot?#iefix") format("eot"),url("Fonts/1560401/f366083b-2d95-4d12-8179-9f8aa05f0108.woff2") format("woff2"),url("Fonts/1560401/e5bf1b19-d38a-4291-a4e9-0814df8032fc.woff") format("woff"),url("Fonts/1560401/58ba3aeb-9ed9-4a40-b0ae-f44d0ebb6d8a.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"Meiryo W53";
	src:url("Fonts/1560409/016dbeea-0092-44f4-b383-009224340579.eot?#iefix");
	src:url("Fonts/1560409/016dbeea-0092-44f4-b383-009224340579.eot?#iefix") format("eot"),url("Fonts/1560409/11df2e15-bf53-4b51-bc8f-ca3effc4982f.woff2") format("woff2"),url("Fonts/1560409/3db50134-8d7a-405d-b737-921de827ab7c.woff") format("woff"),url("Fonts/1560409/dbe1a48b-7435-487c-bcc7-1bf315c22ea2.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

/* Reset ----------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, dl, dt, dd, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header, menu, nav, section { margin:0; padding:0; border:0; outline:0; vertical-align:bottom; background:transparent; }
body { line-height:1; font-family: meiryo, 'Meiryo W53', HiraginoSans-W3, 'Hiragino Kaku Gothic ProN', sans-serif; -webkit-text-size-adjust:none; min-width:320px;}
html{font-size:62.5%;}
article, footer, header, nav, section {	display:block; }
ul { list-style:none; }
a { margin:0; padding:0; border:0;
/* 	font-size:100%; */
	vertical-align:top; background:transparent;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:0; padding:0; }
input, select { vertical-align:middle; }
img {
	vertical-align:bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.left{text-align:left!important}
.center{text-align:center!important}
.right{text-align:right!important}
.top{vertical-align:top!important}
.middle{vertical-align:middle!important}
.bottom{vertical-align:bottom!important}
.w5{width:5%!important}.w10{width:10%!important}.w15{width:15%!important}.w20{width:20%!important}.w25{width:25%!important}.w30{width:30%!important}.w35{width:35%!important}.w40{width:40%!important}.w45{width:45%!important}.w50{width:50%!important}.w55{width:55%!important}.w60{width:60%!important}.w65{width:65%!important}.w70{width:70%!important}.w75{width:75%!important}.w80{width:80%!important}.w85{width:85%!important}.w90{width:90%!important}.w95{width:95%!important}.w100{width:100%!important}

*:focus {
	outline: none;
}

html,
body{
	height: 100%;
}

.bold{
	font-weight: bold;
	font-family: meiryo, 'Meiryo W53', HiraginoSans-W3, 'Hiragino Kaku Gothic ProN', sans-serif;
}

/*
.w50{
	width: 50%;
}

.w80{
	width: 80%;
}
*/

.caution { display:none; }

body{
	font-size: 1.6em;
	color: #333;
}

h1, h2, h3, h4, h5, h6{
  font-feature-settings : "palt";
  line-height: 1.2;
}

h1, h2{
  font-family: meiryo, 'Meiryo W53', HiraginoSans-W3, 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.33;
  font-weight: bold;
/*   white-space: nowrap; */
}

.i016 h1, .i016 h2{
	 white-space: nowrap;
}

h1 span, h2 span, .nowrap span{
	display: inline-block;
	white-space: nowrap;
}

@-moz-document url-prefix() {
	h1, h2{
		white-space: initial;
	}
}

.tsume{
  font-feature-settings : "palt";
}

*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

header div{
	text-align: inherit;
	float: inherit;
	margin-top: inherit;
}

#inc_header a,
#inc_footer a{
	text-decoration: none;
	display: block;
	color: inherit;
}

#inc_header a:hover,
#inc_footer a:hover{
	opacity: 0.8;
}

#inc_header{
	height: 110px;
	background: none;
	z-index: 10;
/* 	overflow: hidden; */
	position: relative;
	z-index: 100;
	position: fixed;
	top:0;
	width: 100%;
	transition: .3s;
}

.hide #inc_header{
	top: -110px;
}

.header_wrapper{
	background: #fff;
	float: inherit;
	margin-top: inherit;
	width: 980px;
	float: inherit;
	margin: 0 auto;
	background: #00a9e0;
	position: relative;
}

#inc_header + div.sns{
	margin-top: 75px;
}

#inc_header.menu_open{
/*
	padding-bottom: calc(100vh - 75px);
	margin-bottom: calc(75px - 100vh);
*/
	animation: header_open .5s;
	animation-fill-mode: forwards;
}


@supports (-ms-ime-align: auto) {
	#inc_header.menu_open{
		animation: none;
		height: 100%;
	}
}



#inc_header.menu_close{
/*
	padding-bottom: 0;
	margin-bottom: 0;
*/
	animation: header_close .5s;
	animation-fill-mode: forwards;
}

@keyframes header_open{
0% {
	height: 110px;
}
50% {
	height: 100%;
}
100% {
	height: 100%;
}
}

@keyframes header_close{
0% {
	height: 100%;
}
50% {
	height: 100%;
}
100% {
	height: 110px;
}
}

/*
@keyframes header_open{
0% {
	padding-bottom: 0;
	margin-bottom: 0;
}
50% {
	padding-bottom: calc(100vh - 75px);
	margin-bottom: calc(75px - 100vh);
}
100% {
	padding-bottom: calc(100vh - 75px);
	margin-bottom: calc(75px - 100vh);
}
}

@keyframes header_close{
0% {
	padding-bottom: calc(100vh - 75px);
	margin-bottom: calc(75px - 100vh);
}
50% {
	padding-bottom: calc(100vh - 75px);
	margin-bottom: calc(75px - 100vh);
}
100% {
	padding-bottom: 0;
	margin-bottom: 0;
}
}
*/

.hide_base{
	height: 100%;
	background-color: #000;
/* 	opacity: 0; */
	cursor: pointer;
	float: inherit;
	margin-top: inherit;
/* 	z-index: -100; */
	display: none;
}

#inc_header.menu_open .hide_base{
	height: 150vh;
/* 	opacity: 0.7; */
	z-index: inherit;
/* 	transition: .3s; */
	display: block;
	animation: base_show 0.5s linear 0s;
	animation-fill-mode: forwards;
}


@keyframes base_show{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 0.7;
	}
}


/*
#inc_header nav{
	border-bottom: inherit!important;
	background: none!important;
}
*/

#global_menu{
	width: 51%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -110%;
	background-color: #808080;
	margin-top: inherit;
	float: inherit;
/* 	display: none; */
	transition: .3s;
	opacity: 0.9;
/* 	box-shadow:0px 0px 6px 3px #555; */
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transform: translateZ(0);
	
/* 	opacity: 0; */
}

#inc_header.menu_open #global_menu{
	left: 60%;
	animation: gmenu_open .5s;
	animation-fill-mode: forwards;
}

#inc_header.menu_close #global_menu{
	left: 105%;
	animation: gmenu_close .5s;
	animation-fill-mode: forwards;
}

@keyframes gmenu_open{
0% {
left: 105%;
}
50% {
left: 105%;
}
100% {
left: 49%;
}
}

@keyframes gmenu_close{
0% {
left: 49%;
}
50% {
left: 105%;
}
100% {
left: 105%;
}
}

@media screen and (max-width:767px){
	@keyframes gmenu_open{
	0% {
	left: 105%;
	}
	50% {
	left: 105%;
	}
	100% {
	left: 0%;
	}
	}
	
	@keyframes gmenu_close{
	0% {
	left: 0%;
	}
	50% {
	left: 105%;
	}
	100% {
	left: 105%;
	}
	}
}


#global_menu a{
	color: #fff;
}

#global_menu nav{
	padding: 70px 0 10px 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	min-height: 200%;
/* 	font-family: 'Typonine Sans Regular 2', meiryo, 'Meiryo W53 Regular'; */
}

#global_menu nav ul{
	border-top: 1px #fff solid;
	margin-bottom: 40px;
}

/*
#global_menu nav > ul:last-child{
	border-bottom: 1px #fff solid;
}
*/

#global_menu nav li{
	display: block;
/*
	height: 40px;
	line-height: 40px;
*/
	border-bottom: 1px #fff solid;
	position: relative;
	padding-left: 1.2em;
	color: #fff;
	padding: 10px 0 10px 1.2em;
}

#global_menu nav > ul:first-child > li:first-child{
/* 	border-bottom: none; */
}

#global_menu nav ul li.issue{
/* 	border-bottom: none; */
/* 	margin-left: -10px; */
}

#global_menu nav ul li.issue+.subNav{
	border-top: none;
}

#global_menu nav li.subNav{
	height: auto;
/* 	padding-left: inherit; */
	background: #555;
	margin-left: -10px;
/* 	border-top: 1px #fff solid; */
	padding-top: 0;
	padding-bottom: 0;
/* 	font-family: meiryo, 'Meiryo W53 Regular'; */
}

#global_menu nav li.subNav ul{
	margin-top: inherit;
	margin-bottom: inherit;
	border-top: none;
	border-bottom: none;
}

#global_menu nav li.subNav ul li{
	font-size: 1.4rem;
/*
	height: 30px;
	line-height: 30px;
*/
}

#global_menu nav li.subNav li.subConts li{
	font-size: 0.75em;
}

#global_menu nav .nav_ttl{
	font-family: 'Typonine Sans 2', meiryo, 'Meiryo W53';
	font-size: 1.2em;
}

#global_menu nav li.subNav ul li.nav_ttl{
	font-size: 2rem!important;
	color: #00a9e0;
	padding-left: 0;
}

#global_menu nav li.subNav ul li.nav_ttl:first-child{
	border-top: none;
}


#global_menu nav li.subNav li.subTtl{
	padding-left: 0;
/* 	margin-left: -1.2em; */
/* 	opacity: 0.6; */
}

#global_menu nav li a{
	padding-right: 10px;
	margin-bottom: -0.2em;
}

#global_menu nav li a:before,
#global_menu nav li.issue:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.35px;
	border-color: transparent transparent transparent #fff;
	top: 0;
	bottom: 0;
	left: 0.2em;
	margin: auto 0;
}

#global_menu nav li.issue:before{
	transition: 0.3s;
}

#global_menu nav li.issue.menu_open:before{
	transform: rotate(90deg);
	transition: 0.3s;
}

#global_menu nav li.subNav a:before{
	border-width: 0.25em 0 0.25em 0.5em;
/* 	top: 1em; */
	left: 0.2em;
}

#global_menu nav li.subNav li:first-child{
	border-top: none;
}

#global_menu nav li.subNav li:last-child{
	border-bottom: none;
}

#global_menu nav li.subNav li{
}

#global_menu nav li.issue+li.subNav li span{
	font-family: 'Typonine Sans Medium 2';
	vertical-align: middle;
	font-size: 1.2em;
}

#global_menu nav li.subNav{
	display: none;
}

.i016 #global_menu nav li.subNav.i016{
	display: block;
}

.i017 #global_menu nav li.subNav.i017{
	display: block;
}

.i018 #global_menu nav li.subNav.i018{
	display: block;
}

.i019 #global_menu nav li.subNav.i019{
	display: block;
}

.i020 #global_menu nav li.subNav.i020{
	display: block;
}

.i021 #global_menu nav li.subNav.i021{
	display: block;
}

.i022 #global_menu nav li.subNav.i022{
	display: block;
}

.i023 #global_menu nav li.subNav.i023{
	display: block;
}

.i024 #global_menu nav li.subNav.i024{
	display: block;
}

.i025 #global_menu nav li.subNav.i025{
	display: block;
}

#header{
	height: 110px;
/* 	margin: 0 auto; */
	width: 910px;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	background-color: #f7f7f7;
}

#header a{
	text-decoration: none;
}

#header .headerMain{
	width: calc(100% - 160px);
	height: 80px;
	padding: 30px 20px 0 20px;
	float: left;
	border-right: 1px #a8aaac solid;
	overflow: hidden;
}

#header .headerSub{
	width: 160px;
	float: left;
	padding: 15px 0 0 20px;
	font-size: 0.6rem;
	color: #a8aaac;
	font-family: 'Typonine Sans 2';
	font-weight: normal;
}

#header .headerSub h2{
	margin: 5px 0 5px;
}

#header .headerSub h2 img{
	width: 60%;
	height: auto;
	
}

#header .headerSub h3{
	font-size: 1.2rem;
	font-weight: inherit;
}

#header .headerSub h3 a{
	position: relative;
	padding-left: 1em;
}

#header .headerSub h3 a:before{
	content: "";
	width: 0.5em;
	height: 0.5em;
	border: 0px;
	border-top: solid 1px #a8aaac;
	border-right: solid 1px #a8aaac;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 25%;
	left: 0;
}

#header h1{
	display: block;
	float: inherit;
	margin: 0;
	width: 335px;
}

#jp_en{
	display: none;
}

.en #jp_en{
	width: calc(100% - 335px);
	display: block;
	text-align: right;
/* 	margin-top: 6px; */
	margin-bottom: 0.7em;
	float: right;
	/* font-family: 'Typonine Sans Regular 2'; */
}

.en #jp_en li{
	display: inline-block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background-color: #00a9e0;
	border: #00a9e0 1px solid;
	text-align: center;
	font-size: 0.8em;
	vertical-align: middle;
	position: relative;
}

.en #jp_en li a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #00a9e0;
	top: 0.3em;
	left: 0.375em;
}


.en #jp_en li:first-child{
	width: 20px;
	height: 20px;
	border: none;
	background-color: inherit;
	margin-right: 5px;
}

.en #jp_en li:first-child img{
	width: 100%;
	height: auto;
}

.en #jp_en li a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #00a9e0;
}

.en #jp_en li a:hover{
	text-decoration: none;
	opacity: 0.8;
/*
	background-color: #00a9e0;
	color: #fff;
*/
}


#top_menu{
	margin-top: calc( 20px + 0.8em );
	float: right;
}

.en #top_menu{
	margin-top: 0;
}

#top_menu > li{
	display: inline-block;
	margin-left: 1em;
	font-size: 1.7rem;
	font-family: 'Typonine Sans 2';
	color: #00b5e2;
	vertical-align: top;
	font-weight: 600;
}

.noEn #top_menu{
}


#issue:hover,
.issue:hover{
	opacity: 0.8;
	cursor: pointer;
}

.visible{
	display: block;
}

/*
.subNav li{
	padding: 0.5em 1em;
	border-bottom: #305eb3 1px solid;
	color: #305eb3;
	font-size: 1.2rem;
}
*/


#menu{
	width: 30px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
}
/*
@media screen and (max-width: 740px) {
	#menu{
		width: 24px;
		height: 24px;
	}
}
*/

#menu:hover{
	cursor: pointer;
}

#menu div{
	position: relative;
	width: 100%;
	height: 100%;
}

#menu p{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 1rem;
}

#menu span{
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 30%;
	margin-top: -1px;
	background: #fff;
}

#menu span:before,
#menu span:after{
	display: block;
	content: " ";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	background: #fff;
	transition: 0.3s;
}

#menu span:before{
	top: -500%;
}
/*
@media screen and (max-width: 740px) {
	#menu span:before{
		top: -300%;
	}
}
*/

#menu span:after{
	top: 500%;
}
/*
@media screen and (max-width: 740px) {
	#menu span:after{
		top: 300%;
	}
}
*/

#menu.menu_close span{
	transition: .5s opacity;
}

.menu_open .header_wrapper{
	background: #f7f7f7;
}

.menu_open #menu span:before{
	animation: menu_top-close .5s;
	animation-fill-mode: forwards;
}
.menu_open #menu span:after{
	animation: menu_bottom-close .5s;
	animation-fill-mode: forwards;
}

.menu_open #menu #menu-icon{
	opacity: 0;
	transition: .5s opacity;
}

.menu_open #menu{
	height: 30px;
	z-index: 10;
}

.menu_open #menu div{
	background-color: #00a9e0;
}

.menu_open #menu p{
	display: none;
}

.menu_open #menu span{
	top: 50%;
	background: #00a9e0;
}


.menu_open #menu span:before,
.menu_open #menu span:after{
	background: #fff;
	transition: .5s;
}

#menu.menu_close span:before {
	animation: menu_top .5s;
	animation-fill-mode: forwards;
}
#menu.menu_close #menu-icon {
	transition: .5s opacity;
}
#menu.menu_close span:after {
	animation: menu_bottom .5s;
	animation-fill-mode: forwards;
}

@keyframes menu_top-close {
0% {
/* top: -500%; */
margin-top: 0;
transform: rotate(0deg);
}
50% {
top: 50%;
margin-top: -1px;
transform: rotate(0deg);
}
100% {
top: 50%;
margin-top: -1px;
transform: rotate(-45deg);
}
}

@keyframes menu_bottom-close {
0% {
margin-top: 0;
/* top: 500%; */
transform: rotate(0deg);
}
50% {
top: 50%;
margin-top: -1px;
transform: rotate(0deg);
}
100% {
top: 50%;
margin-top: -1px;
transform: rotate(45deg);
}
}

@keyframes menu_top {
0% {
top: 50%;
margin-top: -1px;
transform: translateY(0) rotate(-45deg);
}
50% {
top: 50%;
margin-top: -1px;
transform: translateY(0) rotate(0deg);
}
100% {
/* top: -500%; */
margin-top: 0;
transform: translateY(0) rotate(0deg);
}
}

@keyframes menu_bottom {
0% {
top: 50%;
margin-top: -1px;
transform: translateY(0) rotate(45deg);
}
50% {
top: 50%;
margin-top: -1px;
transform: translateY(0) rotate(0deg);
}
100% {
margin-top: 0;
/* top: 500%; */
transform: translateY(0) rotate(0deg);
}
}

/*
.sns{
	background-color: #d9d9d6;
	width: 100%;
	height: 30px;
}
*/
.sns_wrap{
	width: calc(100% - 40px);
	max-width: 1060px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	height: 20px;
}

#inc_footer{
	padding: 0!important;
	background-color: #fff!important;	
}

#footer{
	margin: 0 auto;
/* 	width: 100%; */
	height: 135px;
	padding: 20px 0 40px 20px;
	max-width: 1060px;
	color: #333;
	overflow: hidden;
}

#footer > div{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer ul{
	float: left;
}

#footer ul li{
	display: inline-block;
	position: relative;
	padding: 0 0.8em;
}

#footer ul li a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10.35px;
	border-color: transparent transparent transparent #333;
	top: 0;
	bottom: 0.2em;
	margin: auto 0;
	left: 0em;
}



#footer a{
	color: inherit;
}

/*
#footer a:hover{
	text-decoration: underline;
	opacity: 0.5;
}
*/


#footer p{
	font-size: inherit!important;
/* 	line-height: 1.4!important; */
	font-weight: inherit!important;
	color: #333!important;
	float: left;
}



#footer > p:last-child{
	float: right;
	margin-right: 20px;
}

#footer h2{
/* 	width: calc(100% - 30px); */
	width: calc(100% - 50px);
	padding: 10px 0;
/* 	border-bottom: #333 1px solid; */
	float: left;
	font-family: 'Typonine Sans Regular 2';
	font-style: normal;
	color: #808080;
	font-size: 2rem;
}

#footer .go_top{
	float: right;
/* 	position: absolute; */
	margin-right: 20px;
	z-index: 10;
/* 	right: 0; */
/* 	opacity: 0; */
}

#footer .go_top a{
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}

#footer .go_top a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	bottom: 0;
	margin: auto;
	width: 55%;
	height: 55%;
	border-top: 4px solid #00ade6;
	border-right: 4px solid #00ade6;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*
#footer .go_top:hover{
	cursor: pointer;
}
*/

#footer .go_top.top_btn{
	position: fixed;
	float: none;
	right: 0;
	bottom: 40px;
	margin-right: 20px;
	background-color: rgba(0,173,230,0.7);
/* 	opacity: 1; */
	transition: background-color 0.5s;
}

#footer .go_top.top_btn a:before{
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transition: border-color 0.5s;
}


.oblique{
	font-style: oblique;
}



/***** Tablet用 **********************************/
@media screen and (max-width:979px){
	#footer{
		padding: 30px 20px 30px;
		height: auto;
	}
	#footer p{
		text-align: left;
/* 		float: none!important; */
	}
	#footer > p:last-child{
		width: 100%;
		text-align: right;
	}
	#footer ul{
		width: 100%;
		margin-bottom: 30px;
	}
	

	.header_wrapper{
		width: 100%;
		margin: 0;
	}
/*	
	#inc_header{
		height: 80px;
	}
	#header{
		width: 92.85%;
		height: 80px;
	}
*/

/*
	#inc_header.menu_open{
		height: 100%;
	}
*/

	#global_menu{
		height: 100%;
	}
}

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

/***** Phone用 **********************************/
@media screen and (max-width:767px){
		
	#inc_header{
		height: auto;
	}
	
	.header_wrapper{
		width: 100%;
	}
	
	#header{
		width: calc(100% - 50px);
		padding: 0;
		margin: 0!important;
		height: auto;
	}
	
	#header h1{
/* 		height: 75px; */
		width: 50%;
		background: #f7f7f7;
		float: left;
	}
			
	#header h1 img{
		width: 100%;
	}
	
	.en #jp_en{
		width: 50%;
		margin-bottom: 0.4em;
	}
	
	.en #jp_en li a:before{
		top: 0.6em;		
	}
	
	#header .headerMain{
		width: 100%;
		height: auto;
		border-right: none;
		padding: 15px 20px;
		float: none;
	}
	
	#top_menu{
		display: none;
	}
	
	#header .headerSub{
		display: none;
	}
	
	.hide #inc_header{
		top: -121px;
	}
	
	#menu{
		width: 30px;
/* 		height: 30px; */
/* 		bottom: 34px; */
		right: 10px;
	}
	
	#menu div{
		height: 100%;
	}
	
	#menu p{
		display: none;
	}
	
	#menu span{
		top: 50%;
	}
	
	/*
	.sns_wrap{
		text-align: center;
		width: 100%;
	}
	
	.fb-like{
		display: none;
	}
	
	.sns_button{
		float: none;
		margin: 0 auto;
		display: inline-block;
	}
	*/
	
	#footer{
		height: auto;
		margin-left: inherit!important;
		margin-right: inherit!important;
	}
	
	#inc_header + div.sns{
		display: none;
	}
	
	#inc_header.menu_open #global_menu{
		left: 0%;
		animation: gmenu_open .5s;
		animation-fill-mode: forwards;
	}
	
	#inc_header.menu_close #global_menu{
		left: 105%;
		animation: gmenu_close .5s;
		animation-fill-mode: forwards;
	}
		
	#inc_header.menu_open .hide_base{
		height: 0;
	}
	
	#global_menu{
		width: 100%;
	}
	
	#global_menu nav{
		padding: 75px 0 10px 10px;
		font-size: 16px;
	}
	
	#global_menu nav ul{
		margin-bottom: 20px;
	}
	
	#global_menu nav li.subNav li.subConts li{
		font-size: 0.9em;
	}
	
	#footer{
		padding: 20px 0 40px 20px;
	}
	
	#footer ul{
		float: inherit;
		width: 100%;
		margin-bottom: 1em;
	}
	
	#footer ul li{
		display: block;
		margin-bottom: 0.5em;
	}
	
	#footer > p:last-child{
		line-height: 1.4;
		text-align: left;
		float: none;
	}
	
	#footer h2{
		padding-top: 0;
		width: calc(100% - 70px);
	}
	
/*
	#footer h2 img{
		vertical-align: middle;
	}
*/
	
	.sns{
		height: auto;
		overflow: hidden;
	}
	.sns_wrap{
		height: auto;
		padding: 5px 0 0;
	}
	
	.sns li{
		margin-bottom: 5px;
	}
	
	section#keyV,
	#top section#keyV,
	#cmn section#keyV,
	div#main{
		margin-top: 109px;
	}
	
	/*
	.hide div#main{
		margin-top: 0;
	}
	*/
	
	#global_menu nav{
		font-size: 1.6rem;
	}
	
/*
	#global_menu nav li{
		height: 36px;
		line-height: 36px;
	}
*/
	
	
	.en #jp_en li{
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 1.6rem;
	}
	
	.en #jp_en li:first-child{
		line-height: inherit;
	}
	
	#footer .go_top a{
		width: 50px;
		height: 50px;
	}
	
	#footer .go_top a:before{
		top: 15px;	
	}
}

@media screen and (max-width:767px) and (orientation: portrait){
	
	.br_pc{
		display: none;
	}

	#header h1{
		width: 100%;
		padding: 20px 10px;
		float: none;
	}

	#header h1 img{
		width: 90%;
	}
	
	#header .headerMain{
		padding: 0;
	}
	
	.hide #inc_header{
		top: -81px;
	}
	
	.en #jp_en{
		width: 100%;
		height: auto;
		text-align: center;
		margin: 0;
		padding: 5px 0;
		background-color: #a8aaac;
		float: none;
	}
	
	.hide #jp_en{
		display: none;
	}
	
	#footer .go_top.top_btn{
		bottom: 20px;	
	}
	
}