@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav li.nav-company a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #0a528f!important;
}
#topic-path {
	margin-bottom: 0;
}
.sub-nav .sub-message a {
	background-color: #cbe5fc;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

#message {
	width: 80%;
	margin: 0 auto;
}
#message h2 img {
	display: block;
	width: 8%;
	margin: 0 auto 30px auto;
}
#message h2 {
	font-size: 2rem;
	text-align: center;
}
#president {
	text-align: right;
	margin-bottom: 40px;
}
#president img {
	width: 25%;
}

.bt-cmn01 {
	width: 40%!important;
	margin: 0 auto;
}
.bt-cmn01 a {
	padding: 20px 0;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

.bg-white .tit-cmn01 {
	margin-bottom: 0;
}

/*MAP*/

#map {
	position: relative;
	background: url(../images/message-images/map.gif) 50% 0 no-repeat;
	background-size: 85%;
	height: 700px;
}
#map li {
	background: url(../images/message-images/icon.png) 0 50% no-repeat;
	background-size: 18px;
	padding: 5px 0 5px 26px;
}
#map li a {
	border-bottom: solid 1px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
#map li a:hover {
	color: #509fe2;
}
#map li#japan {
	position: absolute;
	top: 310px;
	left: 530px;
}
#map li#usa {
	position: absolute;
	top: 280px;
	right: 200px;
}
#map li#china {
	position: absolute;
	top: 240px;
	left: 470px;
}
#map li#thailand {
	position: absolute;
	top: 375px;
	left: 430px;
}
#map li#indonesia {
	position: absolute;
	top: 430px;
	left: 480px;
}

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

/*MAP*/

#map {
	position: relative;
	background: url(../images/message-images/map.gif) 50% 0 no-repeat;
	background-size: 60%;
	height: 300px;
}
#map ul {
	width: 60%;
	margin: 0 auto;
}
#map li {
	float: left;
	width: 46%;
	background-color: #ef854b;
	border-radius: 3px;
	margin: 0 2% 2% 0;
}
#map li a {
	display: block;
	color: #fff;
	text-align:center!important;
	padding: 10px 0;
}
#map li a span.icon {
	background: url(../images/cmn-images/icon12.png) 100% 50% no-repeat;
	padding-right: 20px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

#message {
	width: 90%;
}
#message h2 img {
	width: 15%;
}
#message h2 {
	font-size: 1.7rem;
	margin-bottom: 20px;
}
#president {
	margin-bottom: 30px;
}
#president img {
	width: 50%;
}

.bt-cmn01 {
	width: 80%!important;
}
.bt-cmn01 a {
	padding: 15px 0;
}

/*MAP*/

#map {
	background: url(../images/message-images/map.gif) 50% 100% no-repeat;
	background-size: 100%;
	height: 280px;
}
#map ul {
	width: 100%;
	margin: 0 auto;
}
#map li {
	float: left;
	width: 46%;
	background-color: #ef854b;
	border-radius: 3px;
	margin: 0 2% 2% 2%;
}
#map li a {
	display: block;
	color: #fff;
	font-size: 90%;
	text-align:center!important;
	padding: 10px 0;
}
#map li a span.icon {
	background: url(../images/cmn-images/icon12.png) 100% 50% no-repeat;
	padding-right: 20px;
}

}

