@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

body {
  -webkit-text-size-adjust: 100%;
	min-width: 100%;
	font-size: 14px;
}
* {
  box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pc_message {
  display: none;
}
.sp_message {
  display: block;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.clearfix:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
a {
	text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 1 !important;
}
img {
	width: 100%;
	height: auto;
}

/*----------------------------------------
    header
----------------------------------------*/
#header {
	left: 0;
	top: 0;
	width: 100%;
	height: 52px;
	background: #ffffff;
  border-bottom: 2px solid #000000;
}
#header .inner {
  padding: 10px;
}
#header h1,
#header .logo {
  padding-top: 0;
  width: 75px;
  margin-right: 0;
}
#header .menu {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 0;
	right: 0;
	text-indent: -9999px;
	background: url(/ja/img/share/sp/btn-menu.gif) no-repeat 0 0;
	background-size: 50px;
}
#header .menu.open {
	background: url(/ja/img/share/sp/btn-close.gif) no-repeat 0 0;
	background-size: 50px;
}
#header .global_nav {
	width: 100%;
  float: none;
  padding-top: 0;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 9999;
	display: none;
	background: rgba(0, 0, 0, 0.7);
	margin-top: 0;
}
#header .global_nav ul {
	overflow: scroll;
	height: 100%;
}
#header .global_nav li {
	background: #000000;
	margin-right: 0;
	padding-top: 0;
	font-weight: bold;
	display: block;
}
#header .global_nav li a,
#header .global_nav li span {
	display: block;
	padding: 20px 10px;
	text-align: left;
	font-size: 13px;
	text-indent: inherit;
	border-bottom: 1px solid #a0a0a0;
	color: #ffffff;
	position: relative;
  font-style: normal;
  letter-spacing: 0;
}
#header .global_nav li a:hover,
#header .global_nav li.current span {
  border-bottom: 1px solid #a0a0a0;
  text-decoration: none;
}
#header .global_nav li span:after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #ffcb17;
	border-right: 2px solid #ffcb17;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#header .global_nav li span.open:after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #ffcb17;
	border-right: 2px solid #ffcb17;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .global_nav li li {
	background: #313131;
}
#header .global_nav ul ul {
  display: none;
}
#header .global_nav ul ul ul {
  display: block;
}
#header .global_nav li ul ul a {
  padding-left: 30px;
}
#header .language {
  float: none;
  background: #ffffff;
  position: absolute;
	width: 135px;
	height: 50px;
	display: block;
	top: 0;
	right: 50px;
}
#header .language ul {
  padding-top: 0;
}
#header .language li {
  display: block;
  width: 45px;
  height: 50px;
  line-height: 50px;
  float: left;
}
#header .language li:first-child {
  margin-right: 0;
}
#header .language li.current {
  margin-right: 0;
  background: #ffcb17;
}
#header .language li a,
#header .language li span {
  font-size: 12px;
  letter-spacing: 0;
}
#header .language li a:hover {
  color: #000000;
}


/*----------------------------------------
    contents
----------------------------------------*/
#contents {
	margin-top: 51px;
}
.main_title {
  font-size: 20px;
  background: url(/ja/img/share/bg-main_title.gif) no-repeat center bottom;
  background-size: 55px 3px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.products_list li {
	width: 48%;
	margin-left: 4%;
	padding: 12px 10px 15px 10px;
	margin-bottom: 4%;
}
.products_list li:nth-child(4n+1) {
	margin-left: 4%;
}
.products_list li:nth-child(2n+1) {
	margin-left: 0;
}
.products_list li .logo {
	margin: 10px 0 6px 0;
}
.products_list li .name {
	border: 1px solid #ffcb17;
	padding: 8px 5px;
	font-size: 12px;
  margin: 0;
}
.article_title {
  background: url(/ja/img/share/sp/bg-article_title.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: none;
}
.article_title .inner {
  height: 120px;
}
.article_title h1 .en {
  font-size: 22px;
}
.article_title h1 .title {
  font-size: 16px;
}
#topic_path {
  margin-top: 10px;
}

.category_area {
  margin-top: 20px;
}
.category_area ul {
  display: table;
}
.category_area li {
  width: 50%;
  display: table-cell;
  border: 1px solid #000000;
  vertical-align: middle;
}
.category_area li.current {
  background: #000000;
}
.category_area li a,
.category_area li span {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding: 15px 10px 13px 10px;
  display: block;
  text-align: center;
}
.category_area li span {
  color: #ffcb17;
}

.navigation_sp_area {
  border-top: 1px solid #bfbfbf;
  margin: 0 10px 30px 10px;
}
.navigation_sp_area a,
.navigation_sp_area ul > li > span,
.navigation_sp_area span.current {
  font-size: 12px;
  color: #ffffff;
  display: block;
  padding: 10px;
}
.navigation_sp_area ul > li > a,
.navigation_sp_area ul > li > span,
.navigation_sp_area span.current {
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
}
.navigation_sp_area span.current {
  color: #ffcb17;
}
.navigation_sp_area ul > li {
  background: #1b1b1b;
}
.navigation_sp_area ul > li.current span {
  color: #ffcb17;
}
.navigation_sp_area ul > li li {
  background: #535353;
}
.navigation_sp_area ul > li li span.mark {
  color: #ffcb17;
}

/*----------------------------------------
    footer
----------------------------------------*/
#footer {
  padding:  20px 0 15px 0;
}
#footer .inner {
  width: 100%;
  padding: 0 10px;
}
#footer .footer_top {
  padding-bottom: 10px;
}
#footer .footer_top .flogo {
  width: 60px;
  margin-left: 0;
}
#footer .footer_top ul {
  padding-top: 7px;
}
#footer .footer_top ul li:first-child {
	margin-right: 15px;
}
#footer .footer_top ul li a {
  font-size: 12px;
  letter-spacing: 0;
}
#footer .address_area {
	padding: 20px 0 15px 0;
}
#footer .address_area .area {
	float: none;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.7;
}
#footer .address_area .area.last {
  width: 100%;
  padding-left: 0;
}
#footer .address_area .company_name a {
  margin-left: 10px;
}
#footer .address_area .tel .sp_message {
  display: inline;
}
#footer .address_area .tel a {
  color: #ffffff;
}
#footer .copyright {
	font-size: 10px;
	text-align: left;
}
#footer .copyright span {
  margin-left: 20px;
}

#pageTop {
	position: fixed;
	z-index: 9999;
	cursor: pointer;
	right: 10px;
	bottom: 10%;
	width: 40px;
	height: 42px;
	display: block !important;
}
