@charset "UTF-8";

/* ====================================

  Resp Common: resp_base_1802.dwt

==================================== */

.container {
  /* width: 100% */
}
#mainContents {
  overflow: hidden;
  width: 960px;
  padding: 0 40px 30px 40px;
  font-size: 0.875rem;
}
.category-area {
  height: 153px;
  padding: 60px 50px;
  margin-bottom: 30px;
}
.category-area p.category-title,
.category-area h1.category-title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.category-area.solution {
  background: url(../img/head-solu.jpg) center right no-repeat #3366cc;
  background-size: cover;
}
.category-area.products {
  background: url(../img/head-prod.jpg) center right no-repeat #3366cc;
  background-size: cover;
}
.category-area.news {
  background: url(../img/head-news.jpg) center right no-repeat #3366cc;
  background-size: cover;
}
.category-area.event {
  background: url(../img/head-event.jpg) center right no-repeat #3366cc;
  background-size: cover;
}

#mainContents section p {
  margin-bottom: 20px;
}
a.newwin {
  padding-right: 1rem;
  background-image: url(../../../common/img/another_window_mark.gif);
  background-repeat: no-repeat;
  background-position: right 35%;
}
p.note {
  font-size: 0.6875rem;
}

/* bootstrap img */
.row img {
  width: 100%;
}

/* footer contact */
.list-utilityF .flink-contact {
  display: none;
}

/* 768 */
@media screen and (max-width: 960px) {
  #mainContents {
    width: 768px;
    padding: 0 20px 30px 20px;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  #gHeader {
    padding: 0;
    border-bottom: 1px solid #D1D1D1;
  }
  #footLink_01 {
    display: block;
  }
  /* footer contact */
  .list-utilityF .flink-contact {
    display: inline;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainContents {
    width: auto;
    padding: 0 0 40px 0;
    margin: 0 auto;
  }
  .category-area {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    background: #3366cc;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .category-area p.category-title,
  .category-area h1.category-title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
  }
  #pagenavi {
    padding: 0!important;
    border-top: none;
  }
  #pagenavi p.navi_text {
    padding: 10px 0;
    margin: 0;
  }
  .local-menu {
  }
  .local-menu ul#acMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #efefef;
    overflow: hidden;
  }
  .local-menu ul#acMenu li {
    margin-bottom: 0;
  }
  .local-menu ul#acMenu li:first-child {
    background-color: #fff;
  }
  .local-menu ul#acMenu li:nth-child(n+2) {
    padding: 0;
    background-image: none;
    border-top: none;
    width: 50%;
    float: left;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .local-menu ul#acMenu li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #333;
  }
  .local-menu ul#acMenu li.stay {
    padding: 12px;
    font-weight: bold;
    background: #e0e0e0;
  }
  .local-menu ul#acMenu li:last-child {
    width: 100%;
  }
}
