@charset "utf-8";
/** --------------------------------------------------------
 *	  HOME - 3列レイアウト
-------------------------------------------------------- **/
#top h1 {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  border: none;
}
#top h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  color: #1F286F;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #1F286F;
  background: #FFF;
}
/* HOME - view more
------------------------------------------------------- */
#view {
  text-decoration: none !important;
  color: #1F286F;
  position: relative;
}
#view::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1F286F;
  bottom: -10px;
  visibility: hidden;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#view:hover::after {
  visibility: visible;
  transform: scale(1, 1);
}
.arrow {
  position: relative;
  display: inline-block;
  width: 61px;
  height: 2px;
  margin-top: 9.2px;
  border-radius: 9999px;
  background-color: #1f286f;
}
.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #1f286f;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
/* HOME - NEWS
------------------------------------------------------- */
div .news p {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 2px
}
.news-products {
  background-color: rgba(0, 174, 160, 0.5);
  color: #000;
  font-size: 0.8em;
  margin-left: 2em;
  padding: 0.2em 0.9em;
}
.news-event {
  background-color: rgba(252, 206, 16, 0.5);
  color: #000;
  font-size: 0.8em;
  margin-left: 2em;
  padding: 0.2em 0.9em;
}
.news-others {
  background-color: rgba(67, 178, 230, 0.5);
  color: #000;
  font-size: 0.8em;
  margin-left: 2em;
  padding: 0.2em 0.9em;
}
/* HOME - CASE STUDY
------------------------------------------------------- */
.case {
  position: relative;
}
.case p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 90%;
  color: white;
  font-weight: bold;
  font-size: 1.1em
}
.case img {
  width: 100%;
}
/* HOME - CATALOGUE DOWNLOAD
------------------------------------------------------- */
.shadow_b {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11) !important;
}
/* HOME - CONTACT
------------------------------------------------------- */
.contact {
  position: relative;
}
.contact p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 90%;
  color: white !important;
  text-decoration: none !important;
}
.contact img {
  width: 100%;
}
#push {
  color: white !important;
  text-decoration: none !important;
}
#push > a {
  color: white !important;
  text-decoration: none !important;
}
/* END
------------------------------------------------------- */