/* CSS Document */

/*-------------------------
    ページタイトル
-------------------------*/
.ttl-box h2 {
  opacity: 0;
  transform: translateX(-60px);
}
.ttl-image {
  opacity: 0;
  transform: translateX(60px);
}

/*-------------------------
    コンテンツ
-------------------------*/
.article__section {
  width: 100%;
}
.article__section .flex-item .box-list {
  margin-top: 70px;
}
.article__section .flex-item .box-list li {
  height: 40px;
  width: 152px;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  .article__section .flex-item .box-list {
    margin-top: 50px;
  }
  .article__section .flex-item .box-list li {
    width: calc((100% - 10px) / 3);
    height: 2em;
  }
}

/*-------------------------
    事業内容
-------------------------*/
