@charset "utf-8";

html,
body{
	width:100%;
	font-size:15px;
	line-height:180%;
	color:#fff;
  background-color:#000;
	text-align:center;
	min-width:1280px;
	-webkit-text-size-adjust:100%;
}

.size140{font-size:1.4em; line-height:160%;}
.size120{font-size:1.2em; line-height:160%;}
.size110{font-size:1.1em; line-height:160%;}
.size90{font-size:0.9em; line-height:160%;}
.size85{font-size:0.85em; line-height:160%;}
.size80{font-size:0.8em; line-height:160%;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !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;}

.mr15{margin-right:15px;}
.mr30{margin-right:30px;}
.ml15{margin-left:15px;}
.ml30{margin-left:30px;}

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a.text-link::before{
  display:inline-block; vertical-align:top;
  content:"▲";
  font-size:70%;
  transform:scale(0.6,1) rotate(90deg);
  position:relative; top:-0.1em;
  margin-right:0.1em;
}

a.tel-link{
	color:#222;
	text-decoration:none;
	pointer-events:none;
}
a.pdf-link::after{
	content:"";
	background:url(../../images/common/icon_pdf.png) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}
a.excel-link::after{
	content:"";
	background:url(../../images/common/icon/xls.svg) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}
a.word-link::after{
	content:"";
	background:url(../../images/common/icon/doc.svg) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}
a.website-link::after{
	content:"";
	background:url(../../images/common/icon/link.svg) no-repeat center center;
	background-size:auto 16px;
	display:inline-block;
	margin:0 0 0 4px;
	width:16px; height:16px;
	position:relative;
	top:2px;
}

.left,
.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
.right,
.alignright{
	float:right;
	margin:0 0 20px 20px;
}
.aligncenter{
	margin:0 auto 20px auto !important;
	text-align:center !important;
	display:inlne-block;
}

.hissu{color:#FF0000 !important;}
.red{color:#DD0000 !important;}
.pc-no-wrap{white-space:nowrap !important;}
.pc-block{display:block !important;}
.pc-none{display:none !important;}
.schema-data{display:none !important;}

.eng{
  font-family:'Barlow', sans-serif !important;
  font-style:italic !important;
}


/* initialize
++++++++++++++++++++++++++++++*/
*{margin:0; padding:0; font-style:normal;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}

img{border:none; display:block;}

.left{float:left; display:inline;}
.left img{margin-right:20px;}

.right{float:right; display:inline;}

.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}

.clear{clear:both; display:block;}

li{list-style:none;}


/* clearfix
++++++++++++++++++++++++++++++*/
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/* Hides from IE-mac */
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hides from IE-mac */


#scrollUp{
	bottom:30px;
	right:30px;
	width:64px;
	height:64px;
	background:url(../../images/footer/pagetop.png) no-repeat right bottom;
	background-size:64px auto;
	text-indent:-9999px;
}
a#scrollUp:hover{border:none;}
