/* CSS Document */ :root {
  --cc-bg: #fff;
  --cc-text: #333;
  --cc-btn-primary-bg: #aaaaaa;
  --color-gray30: #e2e2e2;
  --color-gray80: #cccccc;
}
.main_contents_wrap {
  width: 100%;
  margin-bottom: 50px;
  background: #fff url(../images/background1.gif) repeat-x left top;
}
.section-bg, .foot-wrapper {
  background: #f2f2f2;
  padding: 10px 0;
}
.acms-page-header {
  border-bottom: 0;
}
em {
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 75%, #fff799 75%);
}
/* スライド */
.main-slider-image, .fix-height {
  height: 200px;
}
@media (min-width: 768px) {
  .main-slider-image, .fix-height {
    height: 400px;
  }
  .section-bg {
    padding: 10px 0 0;
  }
}
/* ------------------------------
　　ヘッダー
------------------------------ */
.site-name a {
  padding: 0;
}
.site-logo {
  width: 100%;
}
@media (max-width:480px) {
  .site-name a {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar {
    display: inline-block;
    vertical-align: middle;
  }
  .header {
    display: flex;
    flex-direction: column;
  }
  .site-logo {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
  }
  .header-nav {
    width: 100%;
    height: 100%;
  }
}
/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  background: transparent;
}
/* ------------------------------
　　フッター
------------------------------ */
.company-about {
  color: var(--cc-text)
}
.copyright {
  background: #999;
  font-size: 11px;
}
.copyright .acms-container.sp-container {
  display: flex;
  align-items: center;
}
.footer-nav-item {
  display: block;
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  margin: 0;
  padding: 0 10px;
}
.copyright-text {
  margin: 20px auto;
}
.footer-nav-list {
  display: flex;
  padding: 0;
  color: #333;
  list-style: none;
  align-items: center;
  justify-content: center;
    flex-wrap: wrap;
}
li.c_1 {
  display: inline-block;
  padding: 0 5px;
}
li.c_1 + li.c_1 {
  border-left: 1px solid #aaa;
}
.footer-nav-list a {
  margin: 0;
  color: #333;
}
.copyright-text a {
  color: #fff;
}
@media (min-width: 678px) {
  .foot-wrapper {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1024px) {
.footer-nav-list, .footer-nav-list a {
  color: #fff;
  justify-content: center;
}
}
/* ------------------------------
　　ナビバー
------------------------------ */
.navbar li a {
  font-size: 14px;
  font-weight: normal;
}
.navbar ul ul li {
  float: none;
  height: auto;
  line-height: 26px;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .navbar ul li a {
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
  }
  .header {
    height: auto;
  }
  .navbar li {
    margin: 0;
  }
  .navbar li li a {
    color: var(--cc-text);
  }
  .navbar li li a:hover {
    color: var(--cc-text);
    background: var(--color-gray30);
  }
  .navbar li.stay a { /* 一階層目のリンクのみ */
    border-bottom: 4px solid var(--cc-btn-primary-bg);
  }
  .navbar li.stay a.btn-attention {
    border: 0;
  }
  .navbar li:hover ul { /* 二階層目 */
    z-index: 10000;
    display: block;
    -webkit-animation: 0.8s fade-in;
    animation: 0.8s fade-in;
      border: 1px solid #ccc;
  }
  .navbar li:hover a { /* 一階層目のリンクのみ */
    border-bottom: 4px solid var(--cc-btn-primary-bg);
  }
  .navbar li:hover a.btn-attention {
    border: 0;
  }
  .navbar li:hover li a {
    border: 0;
  }
  .navbar li li { /* 二階層目以降 */
    display: block;
    float: none;
    text-align: left;
    background: var(--cc-bg);
    border: 0;
    border-top: 1px solid var(--color-gray80);
  }
}
/* ------------------------------
　　topics
------------------------------ */
ul.headline {
  padding: 0;
}
time.headline-dat {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #999;
}
.headline-title {
  margin: 0;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
/* ------------------------------
　　ユニット
------------------------------ */
/*テキストユニット*/
.entry-style h2.headline1, .headline1 {
  position: relative;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
h2.headline1::after, .headline1::after {
  position: absolute;
  content: "";
  width: 100px;
  background: #ccc;
  height: 4px;
  bottom: 0;
  left: 0;
}
p.small-text {
  font-size: 11px;
  line-height: 240%;
}
/* ------------------------------
　　バナー
------------------------------ */
.banner-item img {
  margin: 0 auto;
}
.entry-style ul {
  padding: 0;
}
/* ------------------------------
　　製品紹介
------------------------------ */
/* index.html 一覧のサムネイル */
a.thumbnail-link, .thumbnail-link:visited {
  border: 1px solid #ccc;
  color: #fff;
}
.thumbnail-title {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  background: #999;
}
.thumbnail-title:hover {
  background: #333;
}
h3 a, h3 a:visited {
  color: #333;
  font-size: 14px;
}
/* ------------------------------
　　ページャー
------------------------------ */
span.acms-icon.acms-icon-arrow-small-right::before, span.acms-icon.acms-icon-arrow-small-left::before {
  font-size: 30px;
  color: #ccc;
}

a.acms-list-group-item.headline-link:hover {
    text-decoration: none;
}