@charset "utf-8";
/*------------------------------------------------------------
##############################################################

* Description: 各ページごとの設定

 - top
 - common
 - product
 - company
 - event

##############################################################
------------------------------------------------------------*/


/*------------------------------------------------------------
##############################################################
top
##############################################################
------------------------------------------------------------*/

/* mainimages */
#mainimages .orbit-container .orbit-slides-container img {
  max-width: none !important;
	width: 100% !important;
}

h2.title {
	font-size: 24px;
	font-size: 1.5rem;
  margin-top: 0 !important;
	padding: 20px 0 10px;
}
#contents #top-reason.container {
  padding-bottom: 0;
}
#top-reason .small-6.columns:nth-child(2) {
	padding-left: 20px;
}

#top-product h2.title {
	text-align: center;
}
.product-list li {
	width: 25%;
	vertical-align: middle;
	float: left;
}
.product-list li:nth-child(2) a,
.product-list li:nth-child(4) a,
.product-list li:nth-child(5) a,
.product-list li:nth-child(7) a {
	background-color: #e8e8e8;
}
.product-list li.more a {
	background-color: #0071b2;
	color: #fff;
}
.product-list li a {
	position: relative;
	display: block;
	color: #333;
	vertical-align: bottom;
  padding-top: 70%;
}
.product-list li h3 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	font-size: 16px;
	font-size: 1.0rem;
	text-align: center;
	margin: 0 auto;
}
.product-list li.more h3 {
	top: 60%;
	bottom: 40%;
	left: 0;
	right: 0;
	margin: auto;
}
.product-list img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-list li a:after {
  position: absolute;
  z-index: 900;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list li a:hover:after {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 8px solid rgba(60, 164, 234, 1.0);
}
.support-menu li {
	float: left;
	width: 146.6667px;
	margin: 10px;
}
.support-menu li a {
	position: relative;
	background-color: #f5f5f5;
	display: block;
	vertical-align: bottom;
	height: 146.6667px;
	padding: 10px;
}
.support-menu li a span {
	position: absolute;
	top: 25%;
	bottom: 0;
	left: 0;
	right: 0;
  display: block;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
  line-height: 1.4;
	margin: 0 auto;
}
.support-menu li a:hover {
	background-color: rgba(60, 164, 234, 1.0);
  color: #fff;
  transition: 0.3s;
}
.support-menu li a span i {
  font-size: 36px;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
.support-menu li a span i.arrow,
.product-list li i {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  margin: 0;
  font-size: 1.0rem;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0071b2 transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#top-eventnews {
	background-color: #f5f5f5;
}
.news-list li {
	width: 25%;
	float: left;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.news-list li h3 {
	font-size: 14px;
	font-size: 0.875rem;
}
.news-list li .date {
  display: block;
	font-size: 12px;
	font-size: 0.75rem;
}
.news-list li a:hover {
  text-decoration: none;
}
.news-list li a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
  transition: 0.3s;
}
.company-list li {
	width: 25%;
	float: left;
}
.company-list li span,
.company-list li a {
	background-color: #0071b2;
	color: #fff;
	position: relative;
	display: block;
	vertical-align: bottom;
	padding-top: 64%;
	overflow: hidden;
}
.company-list li h3 {
	position: absolute;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
  border: none;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: auto;
}
.company-list li:nth-child(2) a,
.company-list li:nth-child(4) a,
.company-list li:nth-child(5) a,
.company-list li:nth-child(7) a {
	background-color: #2686bd;
}
.company-list li span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.company-list li a:after {
  position: absolute;
  z-index: 900;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.company-list li a:hover:after {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 8px solid rgba(60, 164, 234, 1.0);
}
.company-list .more h3 i {
  font-size: 36px;
  margin-top: -20px;
}


/* medium
------------------------------------------------------------*/
@media only screen and (max-width: 48em) {
  .product-list li {
    width: 50%;
    vertical-align: middle;
    float: left;
  }

  .product-list li:nth-child(4) a,
  .product-list li:nth-child(5) a {
    background-color: #fff;
  }
  .product-list li:nth-child(2) a,
  .product-list li:nth-child(3) a,
  .product-list li:nth-child(6) a,
  .product-list li:nth-child(7) a {
    background-color: #e8e8e8;
  }
  .support-menu li {
    width: 130px;
    margin: 2%;
  }
  .support-menu li a {
    height: 130px;
    padding: 2%;
  }
  .news-list li {
    width: 50%;
    padding: 2%;
  }
  .news-list li img {
    width: 100%;
    height: auto;
  }

  .company-list li {
    width: 50%;
    float: left;
  }
/*
  .company-list li span img {
      max-width: 100%;
      height: auto;
  }
*/
  .company-list li span,
  .company-list li a {/*
    height: 160px;*/
  }
  .company-list li:nth-child(2) a,
  .company-list li:nth-child(4) a,
  .company-list li:nth-child(5) a,
  .company-list li:nth-child(7) a {
    background-color: #0071b2;
  }
  .company-list li:nth-child(3) a,
  .company-list li:nth-child(5) a,
  .company-list li:nth-child(6) a,
  .company-list li:nth-child(7) a {
    background-color: #2686bd;
  }
}


/* small
------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  .support-menu li {
    width: 29%;
    margin: 2%;
  }
  .support-menu li a {
    height: 130px;
    padding: 2%;
  }
}


/*------------------------------------------------------------
##############################################################
common
##############################################################
------------------------------------------------------------*/
#contents,
#contents ul,
#contents dl,
#contents p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
#contents h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 2.0rem;
  margin-bottom: 1.0rem;
}
#contents h3 {
  font-size: 16px;
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
#contents h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
#contents h5 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
#contents h6 {
  font-size: 12px;
  font-size: 0.75rem;
}
#contents p {
  margin-bottom: 1.0rem;
}
#contents h2.lead {
  margin: 40px 0;
}
#contents p+h3 {
  margin-top: 2.0rem;
}
#contents #page-contents h3,
#contents #archive-contents h3 {
  border-bottom: 1px solid #ccc;
}
#contents .disc li {
  list-style: disc;
}
#contents .imgleft {
  float: left;
  margin: 0 20px 20px 0;
}
#contents .imgright {
  float: right;
  margin: 0 0 20px 20px;
}
#contents .container>h2:first-child {
  margin-top: 0;
  padding-top: 0;
}
.container .row.collapse.half li:nth-child(2) {
  padding-left: 15px;
}
#contents .container .caption {
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: -1.0em ;
  margin-left: 1.0em;
  margin-bottom: 0;
}
#contents .container .caption2 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0;
}
#contents .container .caption2 span {
  display: inline-block;
  text-indent: -2.0em;
  margin-left: 2.0em;
}
#contents .container .caption3 {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0;
}
#contents .spotcolumn {
  border: 2px solid #006699;
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#contents .spotcolumn h3 {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 1.0;
  background-color: #069;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#contents .spotcolumn p {
  font-size: 12px;
  font-size: 0.75rem;
}
#contents .spotcolumn p.caption {
  font-size: 11px;
  font-size: 0.6875rem;
}
#contents .spotcolumn ul.normal {
  font-size: 12px;
  font-size: 0.75rem;
}
#contents .spotcolumn .row {
  margin-bottom: 0;
}
#contents .contactbox {
  background-color: #eee;
  border: 1px solid #ccc;
  max-width: 720px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
#contents .contactbox .row {
  margin-bottom: 0;
}
#contents .contactbox h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  border: none;
  margin-bottom: 1.0rem;
}
#contents .contactbox ul li {
  border-left: 1px solid #f9f9f9;
  text-align: center;
  height: 54px;
  overflow: hidden;
}
#contents .contactbox ul li:first-child {
  border-left: none;
  border-right: 1px solid #d9d9d9;
}
#contents .contactbox ul li p {
  margin: 0;
  padding: 0;
}
#contents .contactbox ul li p.btn-center {
  padding: 0.5rem 0;
}
#contents .contactbox ul li p a {
  margin: 0;
}
#contents .contactbox ul li p span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.0;
}
#page-contents ul.row,
#archive-contents ul.row {
  margin-bottom: 30px;
}



/* small
------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  #contents .imgright {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #contents .contactbox ul li:first-child,
  #contents .contactbox ul li {
    border: none;
  }
  #contents .contactbox ul li p span {
    font-size: 16px;
    font-size: 1.0rem;
    line-height: 1.0;
  }

}




/*------------------------------------------------------------
##############################################################
index
##############################################################
------------------------------------------------------------*/
#contents .item_list {
  margin-bottom: 3rem;
}
#contents .item_list li {
  /*margin-bottom: 1rem;*/
}
#contents .item_list dt {
  padding: 0.5rem 1.0rem;
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #f5f5f5;
}
#contents .item_list a {
  color: #333;
  text-decoration:none;
}
#contents .item_list a:hover {
  color: #888;
}
#contents .item_list a:hover img {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  transition: 0.3s;
}
#contents .item_list dd {
  margin-bottom:0;
  line-height:0;
  text-align:center;
}
.texture-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../../images/grid.png);
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}


/* small
------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  #contents .item_list a img {
    width: 100%;
    height: auto;
  }
}













/*------------------------------------------------------------
##############################################################
product
##############################################################
------------------------------------------------------------*/

#contents table.catalogdata {
  min-width: 340px;
  margin: 20px 0;
}
#contents .table01 tr {
  background-color:transparent;
}
#contents table.catalogdata th,
#contents table.catalogdata td {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  background-color:transparent;
  padding: 5px 10px;
  text-align:left;
}
#contents table.catalogdata.tape {
  min-width: 100%;
}
#contents table.catalogdata.equipment th,
#contents table.catalogdata.colortape th,
#contents table.catalogdata.tape th {
  border-top: none !important;
}
#contents table.catalogdata.colortape {
  min-width: 100%;
}
#contents table.catalogdata.colortape td {
  padding: 2%;
}
#contents table.productdata {
  margin: 20px 0;
}
#contents .table01 tr {
  background-color:transparent;
}
#contents table.productdata th,
#contents table.productdata td {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  border-top:1px solid #9cafe4;
  border-left:1px solid #9cafe4;
  border-bottom:1px solid #9cafe4;
  background-color:transparent;
  padding: 5px 10px;
  text-align:left;
}
#contents table.productdata th:first-child,
#contents table.productdata td:first-child {
  border-left: none;
}
#contents table.catalogdata.equipment .other {
  width: 6.0em;
}

#contents .dimension {
  text-align: center;
  float: left;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  margin: 20px 20px 20px 0;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#contents table.catalogdata .black {color: #000;}
#contents table.catalogdata .red {color: #c00;}
#contents table.catalogdata .blue {color: #0054a6;}
#contents table.catalogdata .yellow {color: #fff000;}
#contents table.catalogdata .white {color: #000;}
#contents table.catalogdata .gray {color: #888;}
#contents table.catalogdata .green {color: #6eb92b;}


/* small
------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  #contents table.catalogdata {
    min-width: 100%;
  }
  .dimension img {
    width: 100%;
    height: auto;
  }

}





/*------------------------------------------------------------
##############################################################
company
##############################################################
------------------------------------------------------------*/

#contents .table01 {
	margin-bottom:4rem;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}
#contents .table01 caption {
	text-align:left;
}
#contents .table01 tr {
	background-color:transparent;
}
#contents .table01 th,
#contents .table01 td {

	background-color:transparent;
	padding:1rem;
	text-align:left;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
#contents .table01 th {
	background-color:#f3f3f3;
  width: 30%;
}
#contents .table01 td {
  width: 70%;
}
.client {
  margin-bottom: 40px;
}
.client span {
  display: block;
}

#contents .datalayout01 dt h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
#contents .datalayout01 dt h2 small {
  display: block;
  line-height: 1.4;
}
#contents .datalayout01 dt .country {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #fff;
  background-color: #333;
  padding: 0 10px;
}
#contents .datalayout01 dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.0em;
}
#contents .datalayout01 dd p {

}

#contents .datalayout02 dt {
  font-size: 16px;
  font-size: 1.0rem;
  background-color: #f5f5f5;
  margin-bottom: 1.0rem;
  padding: 0.3rem 1.0rem;
}
#contents .datalayout02 dd {
/*  border-bottom: 1px dotted #ccc;*/
  padding: 0 0.5rem 1.0rem;
}
.datalayout02 dd .imgright {
  width: 33%;
}
/* small
------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
.datalayout02 dd .imgright {
    width: auto;
  }
}


/*------------------------------------------------------------
##############################################################
support
##############################################################
------------------------------------------------------------*/

.block-image img {
  margin-top: 2.0rem;
}
#contents .support-block {
  margin-top: 30px;
}
#contents .support-block h3 {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 40px;
}
#contents .support-block .panel {
  border-top: 3px solid #0071b2;
}
.icon-cercle {
  float: left;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #0071b2;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-block;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
}
.icon-cercle i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 18px;
  height: 18px;
}

/*------------------------------------------------------------
##############################################################
contact
##############################################################
------------------------------------------------------------*/

.contactformbox {
  background-color: #fff;
  margin: 30px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.contactformbox h2,
.contactformbox a.button {
  margin-top: 0 !important;
}
.contactformbox a.button,
.contactformbox p {
  margin-bottom: 0 !important;
}


/*------------------------------------------------------------
##############################################################
FAQ
##############################################################
------------------------------------------------------------*/
.answer span,
.question span {
  display: inline-block;
  color: #fff;
  min-width: 60px;
  text-align: center;
  margin-right: 10px;
  margin-top: -5px;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.question span {
  background-color: #006699;
  text-indent: 0;
}
.answer span {
  background-color: #cc3333;
  text-indent: 0;
}
.question .disc li,
.answer .disc li {
  list-style: disc;
}
.question,
.answer {
  text-indent: -70px;
  margin-left: 70px;
}
.question>ol,
.answer>ol
.question>ul,
.answer>ul {
  text-indent: 0px;
}

/* small
------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  .answer span,
  .question span {
    display: block;
    margin-right: 0;
    margin-top: 0;
  }
  .question .disc li,
  .answer .disc li {
    list-style: disc;
  }
  .question,
  .answer {
    text-indent: 0;
    margin-left: 0;
  }
  .question>ol,
  .answer>ol
  .question>ul,
  .answer>ul {
    text-indent: 0;
  }
}


/*------------------------------------------------------------
##############################################################
event
##############################################################
------------------------------------------------------------*/


/*------------------------------------------------------------
##############################################################
sitemap
##############################################################
------------------------------------------------------------*/

.container .sitemap h2 {
  background-color: #eee;
  padding: 5px 10px;
}
.container .sitemap ul li {
  list-style-type: disc;
  margin-left: 2.0em;
}
.sitemapimg {
  background: transparent url(../../images/sitemapimg.jpg) 100% 0 repeat-y;
  background-size: 25%;
}
/* small
------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  .sitemapimg {
    background: none;
  }
}

/*------------------------------------------------------------
##############################################################
clearFix
##############################################################
------------------------------------------------------------*/
#contents .datalayout02 dd:before,#contents .datalayout02 dd:after,
ul.news-list:before, ul.news-list:after,
ul.product-list:before, ul.product-list:after,
.row:before, .row:after,
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
#contents .datalayout02 dd:after,
ul.news-list:after,
ul.product-list:after,
.row:after,
.clearfix:after {
  clear: both; }