@charset "UTF-8";
/*=== .page__leaf2 第4階層スタイル ===*/
/* body に付与するカテゴリクラス
  .corp コーポレイト
  .prod 製品・サービス
  .issu 課題・ニーズ
  .recr 採用情報
  .cont お問い合わせ
  .sear 検索
*/
/*=== .page__leaf2 .inndl__sect ディレクトリ内ナビ ===*/
 .inndl__sect {
  margin: 54px 0 17px;
}

@media print, screen and (min-width: 768px) {
   .inndl__sect {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    left: 0;
    top: 99px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  }
}

.inndl__sect .sect-container {
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  .inndl__sect .sect-container {
    max-width: 1000px;
    padding: 4px;
  }
}

.inndl__nav .inndl__list {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .inndl__nav .inndl__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.inndl__nav .inndl__list .item {
  margin-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
  .inndl__nav .inndl__list .item {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.inndl__nav .inndl__list .item:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .inndl__nav .inndl__list .item:last-of-type {
    margin-right: 0;
  }
}

/*=== .page__leaf2 .title__sect タイトル部 ===*/
/*=== .page__leaf2 の縛りを撤去 ===*/
.title__sect {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .title__sect {
    padding: 0 30px;
  }
}

.title__sect .sect-container {
  border-bottom: 2.5px solid #c8102e;
}

@media print, screen and (min-width: 768px) {
  .title__sect .sect-container {
    max-width: 1000px;
    border-bottom: 1px solid #888;
  }
  .title__sect .sect-container::after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background-color: #c8102e;
  }
}

.title__sect .page-title {
  font-size: 17px;
  font-weight: 600;
  padding: 23px 7px 10px;
}

@media print, screen and (min-width: 768px) {
  .title__sect .page-title {
    font-size: 22px;
    padding: 2px 3px 5px;
    margin-top: 30px;
  }
}

/*=== .page__leaf2 .summa__sect 本文エリア ===*/
@media print, screen and (min-width: 768px) {
  .summa__sect {
    padding: 0 30px;
  }
}

.summa__sect .sect-container {
  padding: 0 8px;
}

@media print, screen and (min-width: 768px) {
  .summa__sect .sect-container {
    padding: 0;
    max-width: 1000px;
  }
}

.summa__post .post-title {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 40px;
}

.summa__post .post-title::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #c8102e;
  margin-right: 6px;
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .summa__post .post-title::before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-top: 1px;
  }
}

.summa__post .post-desc {
  font-size: 14px;
  line-height: 1.462;
  font-weight: 300;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 768px) {
  .summa__post .post-desc {
    padding: 0 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .summa__post .post-images {
    padding: 0 30px;
  }
}

.summa__post .post-images .post-fig > img {
  display: block;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
   .summa__post .post-images .post-fig > img {
    width: auto;
    max-width: 100%;
  }
}

.summa__post .post-images .post-fig + .post-fig {
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
   .summa__post .post-images .post-fig + .post-fig {
    margin-top: 15px;
  }
}

/*=== .page__leaf1 : .relat__sect ===*/
@media print, screen and (min-width: 768px) {
   .relat__sect {
    padding: 0 30px;
  }
}

.relat__sect .sect-container {
  /* padding: 30px 15px 100px; */   
  padding: 30px 15px 148px;
}

@media print, screen and (min-width: 768px) {
  .relat__sect .sect-container {
    max-width: 1000px;
   /*  padding: 50px 20px 110px; */
    padding: 40px 30px 185px;
  }
}


.relat__item + .relat__item {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .relat__item + .relat__item {
    margin-top: 10px;
  }
}

.relat__item.contact .item-desc {
  font-size: 15px;
  line-height: 1.333;
  font-weight: 400;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .relat__item.contact .item-desc {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .relat__item.contact .link {
    width: 460px;
  }
}

@media print, screen and (min-width: 768px) {
  .relat__item.trial .link {
    width: 460px;
  }
}

.relat__item.refer .linklist {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .relat__item.refer .linklist {
    display: flex;
    flex-wrap: wrap;
  }
}

.relat__item.refer .linklist .item {
  margin: 0 0 8px 0;
}

@media print, screen and (min-width: 768px) {
  .relat__item.refer .linklist .item {
    width: 310px;
    margin: 0 4px 8px 0;
  }
  .relat__item.refer .linklist .item:last-of-type {
    margin-right: 0;
  }
}

.relat__item.refer .linklist .item-desc {
  display: block;
  font-size: 11px;
  line-height: 1.364;
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .relat__item.refer .linklist .item-desc {
    font-size: 12px;
    line-height: 1.667;
  }
}

/* SPの場合のみinner-directory-linksの位置を変更 */
@media screen and (min-width: 1px) and (max-width: 767px) {
  .page__leaf2 .page-main {
    display: flex;
    flex-direction: column;
  }
  .page__leaf2 .main-header-navs {
    order: 1;
  }
  .page__leaf2 .inndl__sect {
    order: 4;
  }
  .page__leaf2 .title__sect {
    order: 2;
  }
  .page__leaf2 .summa__sect {
    order: 3;
  }
  .page__leaf2 .relat__sect {
    order: 5;
  }
}

/*# sourceMappingURL=leaf2.css.map */

/************** フェードイン　**************/


.mf_slidein {
  opacity: 0;
  transform: translateY(-15px)
}

.mf_slidein.active {
  animation-delay: .5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: mf_slidein;
  animation-timing-function: ease-in-out
}

@keyframes mf_slidein {
  from {
    transform: translateY(-15px);
    opacity: 0
  }
  to {
    transform: translateY(0);
    opacity: 1
  }
}
