@charset "utf-8";

/*--FOR PC--*/
@media screen and (min-width: 992px) {
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
	font-family: "Mplus 1p";
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	line-height: 1.5rem;
	color: #333;
}
/* ---
html,
body {
	width: 100%;
	height: 100%;
	border: none;
	}
---- */

#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	color: #4bb8e8;
}
a:visited {
	color: #333;
}
a img {
	border: none;
}
.red {
	color: #ff0000;
}
.bold {
	font-weight: 700;
}
	
/*-- HEADER & GLOBALMENU --*/
#header {
	padding: 0;
	width: 100%;
	height: 8rem;
	background-color: rgba(255,255,255,0.90);
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}
#globalmenu {
	padding: 0 6rem;
	width: 100%;
	height: 8rem;
	overflow: hidden;
}
.e_logo {
	margin-top: 3rem;
	height: 3.2rem;
	width: auto;
	float: left;
}
#globalmenu ul {
	list-style: none;
	float: right;
}
#globalmenu li {
	padding-top: 4rem;
	height: 8rem;
	display: block;
	text-align:right;
	margin-right: 4rem;
	font-size: 1.6rem;
	line-height: 1.4;
	float: left;
}

	
#globalmenu li:last-child {
	margin-right: none;
	}
#globalmenu li a {
	display: block;
	color: #000;
}
#globalmenu li a:hover {
	color: #4bb8e8;
}
.icon-facebook2 {
	font-size: 1.8rem;
	color: #a0a0a0;
}
.icon-globe {
	font-size: 1.9rem;
	color: #a0a0a0;
}
.hamburger_menu {
	display: none;
}
	
/*-- BACK TO TOP-- */
#backtotop a {
	width: 5.0rem;
	height: 5.0rem;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	background-color: #000;
	text-align: center;
	line-height: 5.0rem;
	font-size: 2.8rem;
	color: #fff;
	display: block;
	z-index: 50;
}
	
/*-- FOOTERAREA --*/
.footerarea {
	width: 100%;
	text-align: center;
}
.footer {
	padding: 2.8rem 0 2.4rem 0;
	width: 100%;
	height: auto;
	background-color: #333;
	color: #fff;
	overflow: hidden;
}
.footer img {
	margin: 4rem auto 0.5rem auto;
	display: block;
	height: 3.2rem;
	width: auto;
}
.footer ul {
	list-style: none;
}
.footer_menu {
	font-size: 1.6em;
}
.footer_submenu {
	margin: 1.2em 0 1rem 0;
	font-size: 1.2rem;
}
.footer li {
	display: inline;
}
.footer li a {
	color: #fff;
}
.footer li a:hover {
	color: #4bb8e8;
}
.copyright {
	font-size: 1.2rem;
	vertical-align: middle;
}
    
ul.footer_menu_eng {
	font-size: 2rem;
}
	
ul.footer_submenu_eng {
	margin: 1.2em 0 1rem 0;
	font-size: 1.7rem;
}

    
}



/*-- FOR TABLET --*/
@media screen and (min-width: 576px) and (max-width: 991px) {
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: "Mplus 1p";
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	color: #333;
}
html, body {
	width: 100%;
	height: 100%;
	border: none;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	color: #4bb8e8;
}
a:visited {
	color: #333;
}
a img {
	border: none;
}
.red {
	color: #ff0000;
}
.bold {
	font-weight: 700;
}
	
/*-- HEADER & GLOBALMENU-- */
#header {
	padding: 0;
	width: 100%;
	height: 6rem;
	background-color: rgba(255,255,255,0.90);
	z-index: 110;
	position: fixed;
	top: 0;
	left: 0;
}
#globalmenu {
	padding: 0 2rem;
	width: 100%;
	height: 6rem;
	overflow: hidden;
    position: relative;
}
.e_logo {
	margin-top: 1.5rem;
	height: 3rem;
	width: auto;
	float: left;
}
#globalmenu ul {
	display: none;
}
#globalmenu li {
/*
	padding-top: 4rem;
	height: 8rem;
	display: block;
	text-align:right;
	margin-right: 4rem;
	font-size: 1.6rem;
	line-height: 1.4;
	float: left;
*/
    display: none;
}

/*
#globalmenu li:last-child {
	margin-right: none;
	}
*/
    
.h_toggle {
/*	position: fixed;*/
    position: absolute;
	top: 1.5rem;
	right: 2rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	z-index: 120;
}
.h_toggle, .h_toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.h_toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #000;
	border-radius: 0.11rem;
}
.h_toggle span:nth-of-type(1) {
	top: 0.3rem;
}
.h_toggle span:nth-of-type(2) {
	top: 1.4rem;
}
.h_toggle span:nth-of-type(3) {
	bottom: 0.3rem;
}
		
.h_active span:nth-of-type(1) {
	-webkit-transform: translateY(1.1rem) rotate(-135deg);
	transform: translateY(1.1rem) rotate(-135deg);
	background-color: #fff;
}
.h_active span:nth-of-type(2) {
	opacity: 0;
}
.h_active span:nth-of-type(3) {
	-webkit-transform: translateY(-1.1rem) rotate(135deg);
	transform: translateY(-1.1rem) rotate(135deg);
	background-color: #fff;
}
 @keyframes h_open {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
	
/*-- HAMBURGER MENU --*/ 
.hamburger_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 115;
	width: 100%;
	height: 100%;
	display: none;
}
.h_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.h_open {
	background-color: rgba(0,0,0,0.9);
	display: table;
	animation: h_open 1s;
}
.w_logo {
	position: absolute;
	margin-top: 1.5rem;
	margin-left: 2rem;
	height: 3rem;
	width: auto;
	float: left;
}
.menu_box {
	margin-top: 6rem;
}
.h_large {
	-webkit-overflow-scrolling: touch;
	list-style: none;
}
.h_large li {
	height: 11rem;
	width: 100%;
	padding: 0 5%;
	border-top: solid 1px #fff;
	color: #fff;
}
.inbox {
	height: 100%;
	text-align: left;
	line-height: 1.2em;
}
.inleft, .incenter {
	width: auto;
	height: 100%;
	display: table;
	float: left;
}
.incenter {
	margin-left: 5%;
}
.inright {
	width: auto;
	height: 100%;
	display: table;
	float: right;
}
.inleft p, .incenter p, .inright p {
	display: table-cell;
	vertical-align: middle;
}
.inleft p, .inright p {
	font-size: 3rem;
}
.incenter p {
	font-size: 1.6rem;
}
.inleft p span {
	font-size: 2rem;
	line-height: 1.2em;
}
.fb {
	width: 50%;
	height: 10rem;
	text-align: center;
	display: table;
	float: left;
	border-top: solid 1px #fff;
}
.icon-facebook2 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
}
.eng {
	width: 50%;
	height: 10rem;
	text-align: center;
	display: table;
	float: left;
	border-top: solid 1px #fff;
}
.icon-globe {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
}

/*-- BACK TO TOP --*/
#backtotop a {
	display: none;
	}
	
/*-- FOOTERAREA --*/
.footerarea {
	width: 100%;
	text-align: center;
}
.footer {
	padding: 1.5rem 0 1.5rem 0;
	width: 100%;
	background-color: #333;
	overflow: hidden;
}
.footer img {
	margin: 1.5rem auto 0 auto;
	display: block;
	height: 2.8rem;
	width: auto;
}
.footer ul {
	list-style: none;
}
.footer_menu {
	display: none;
}
.footer_submenu {
	display: none;
}
.footer li {
	display: none;
}
.spmust {
	display: none;
}
.tabmust {
	display: none;
}
.copyright {
	font-size: 1rem;
	color: #fff;
	vertical-align: middle;
}
}

/*-- SMART PHONE--*/
@media screen and (min-width: 0px) and (max-width: 575px) {
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: "Mplus 1p";
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	color: #333;
}
html, body {
	width: 100%;
	height: 100%;
	border: none;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	color: #4bb8e8;
}
a:visited {
	color: #333;
}
a img {
	border: none;
}
.red {
	color: #ff0000;
}
.bold {
	font-weight: 700;
}
	
/*-- HEADER & GLOBALMENU --*/
#header {
	padding: 0;
	width: 100%;
	height: 5rem;
	background-color: rgba(255,255,255,0.90);
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}
#globalmenu {
	padding: 0 1rem;
	width: 100%;
	height: 5rem;
	overflow: hidden;
    position: relative;
}
.e_logo {
	margin-top: 1.3rem;
	height: 2.4rem;
	width: auto;
	float: left;
}
#globalmenu ul {
	display: none;
}
#globalmenu li {
	display: none;
}
.h_toggle {
	position: fixed;
    position: absolute;
	top: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	z-index: 108;
}
.h_toggle, .h_toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.h_toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #000;
	border-radius: 0.11rem;
}
.h_toggle span:nth-of-type(1) {
	top: 0.3rem;
}
.h_toggle span:nth-of-type(2) {
	top: 1.4rem;
}
.h_toggle span:nth-of-type(3) {
	bottom: 0.3rem;
}
.h_active span:nth-of-type(1) {
	-webkit-transform: translateY(1.1rem) rotate(-135deg);
	transform: translateY(1.1rem) rotate(-135deg);
	background-color: #fff;
}
.h_active span:nth-of-type(2) {
	opacity: 0;
}
.h_active span:nth-of-type(3) {
	-webkit-transform: translateY(-1.1rem) rotate(135deg);
	transform: translateY(-1.1rem) rotate(135deg);
	background-color: #fff;
}
 @keyframes h_open {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
	
/*-- HAMBURGER MENU --*/ 
.hamburger_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 106;
	width: 100%;
	height: 100%;
	display: none;
}
.h_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.h_open {
	background-color: rgba(0,0,0,0.9);
	display: table;
	animation: h_open 1s;
}
.w_logo {
	position: absolute;
	margin-top: 1.3rem;
	margin-left: 1rem;
	height: 2.4rem;
	width: auto;
	float: left;
}
.menu_box {
	margin-top: 6rem;
}
.h_large {
	-webkit-overflow-scrolling: touch;
	list-style: none;
}
.h_large li {
	height: 4rem;
	width: 100%;
	padding: 0 5%;
	border-top: solid 1px #fff;
	color: #fff;
}
.inbox {
	height: 100%;
	text-align: left;
	line-height: 1.2em;
}
.inleft {
	display: none;
}
.incenter {
	width: auto;
	height: 100%;
	display: table;
	float: left;
	margin-left: 5%;
	font-size: 1.6rem;
}
.inright {
	width: auto;
	height: 100%;
	display: table;
	float: right;
	font-size: 2.5rem;
}
.incenter p, .inright p {
	display: table-cell;
	vertical-align: middle;
}
.fb {
	width: 100%;
	height: 4rem;
	display: table;
	border-top: solid 1px #fff;
	padding-left: 10%;
}
.icon-facebook2 {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
}
.eng {
	width: 100%;
	height: 4rem;
	display: table;
	padding-left: 10%;
}
.icon-globe {
	color: #fff;
	display: table-cell;
	vertical-align: top;
	font-size: 1.4rem;
}

/*-- BACK TO TOP --*/
#backtotop a {
	display: none;
	}
	
/*-- FOOTERAREA --*/
.footerarea {
	width: 100%;
	text-align: center;
}
.footer {
	padding: 1rem 0 1.5rem 0;
	width: 100%;
	background-color: #333;
	overflow: hidden;
}
.footer img {
	margin: 1rem auto 0 auto;
	display: block;
	height: 2rem;
	width: auto;
}
.footer ul {
	list-style: none;
}
.footer_menu {
	display: none;
}
.footer_submenu {
	display: none;
}
.footer li {
	display: none;
}
.spmust {
	display: none;
}
.tabmust {
	display: none;
}
.copyright {
	font-size: 0.8rem;
	color: #fff;
	vertical-align: middle;
}

