/* 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 .txt-area h4 {
  line-height: 1.6;
  margin-top: -0.3em;
  margin-bottom: calc(70px - 0.3em);
}
.article__section .content-box {
  margin-top: 60px;
}
.article__section .content-box .content-ttl {
  margin-bottom: 30px;
}
.article__section .flex-item .box-list {
}
.article__section .flex-item .box-list li {
  height: 60px;
  width: 250px;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  .article__section .content-box {
    margin-top: 50px;
  }
  .article__section .content-box .content-ttl {
    margin-bottom: 20px;
  }
  .article__section .flex-item .box-list {
    justify-content: space-between;
  }
  .article__section .flex-item .box-list li {
    height: 2em;
    width: calc((100% - 10px) / 2);
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*-------------------------
    事業内容
-------------------------*/
