 /* 全体 */
   
   .ul {
    padding-left:0;

    }
    .comp_training {
      display: flex;
      padding: 1em;
      background-color:#fbfdd9;
    }

    .ai_training {
      display: flex;
      padding: 1em;
      background-color:#f1fdd9;
    }

    .manage_training {
      display: flex;
      padding: 1em;
      background-color:#fcf2e3;
    }

   .li {
    list-style:none;
    }

    .h2.h3 {
    text-decoration: none!important;
    }

    .head_title {
    font-weight: 400;    
    }

    .home-services__button {
      margin:30px auto 0;

    }
    .wrap {
      margin: 0 auto;
    }

    .chapter {
      margin-bottom: 50px;
    }

    .service_container_materials {
    justify-content: center; /* 中央寄せ */
    margin: 0 auto;
    margin-bottom: 2em;
    max-width: 1280px; /* 親要素の最大幅（footer-page__bodyに合わせる） */
    }


    /* 左カラム幅 */
    .ser_top_left {
    padding: 20px;
    margin-right: 30px!important;
    background-color: #fff;
    }

    /* 右カラム幅 */
    .ser_top_right {
    float: right;
    }

    .s-reveal-item -n7 -down -revealed {
    text-align: center;
    }

    .notes {
      display: flex;
      /* margin: 0em 3em 0em; */
      background-color: #eaeea2;
    }

    .notes_text {
      font-size: 0.9em;
      font-weight: bold;
      padding: 1em;
      margin: 0!important;
      line-height: 1.5em;
      color: #665a1a;
    }

    .meterial_title {
      font-size: 1.2em;
      margin-top: 2em;
      font-weight: 500;
      line-height: 2em;
      text-decoration:underline;
      text-decoration-color: #eaeea2;
      text-decoration-thickness: 5px;
    }

    .detail {
      display:block;
      font-size: 0.9em;
      line-height: 1.5em;
    }

/*その他の設定*/
*,::before, ::after {
    box-sizing: border-box;
}

.merit {
   margin: 10px;
   margin-bottom:1em;
   color: #6e4a55;
   font-weight: 500;
   font-size: 0.9em;
} 

.thumbnail {
  width: 25%;
  float: left;
  margin-right: 1em;
  margin-bottom: 2px;
}

/*✓アイコン*/
.dli-check {
  display: inline-block;
  vertical-align: middle;
  color: #6e4a55;
  line-height: 1;
  width: 1em;
  height: 0.45em;
  border: 0.2em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
}

.study {
  font-size: 0.7em;
  position: relative;
  margin-right: 0.7em;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #002E4E;
}

.org {
  font-size: 0.7em;
  position: relative;
  margin-right: 0.7em;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #C3633E;
}

.ministries {
  font-size: 0.7em;
  position: relative;
  margin-right: 0.7em;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #5B101E;
}

.manufacturer {
  font-size: 0.7em;
  position: relative;
  margin-right: 0.7em;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #014421;
}

@media screen and (min-width: 768px) {
    .button {
      width: 60%;
    }
    .footer-page__body {
        margin: 0 auto;
        padding: 40px 0 90px;
        max-width: 900px!important;
        background-color: #fff;
    }
    .ser_top_left {
      width: 340px;
    }

    .notes {
      display: flex;
      background-color: #eaeea2;
    }

    .thumbnail {
      max-width: 50%;
      margin-bottom: 2px;
    }

}