@charset "UTF-8";

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.ttl_3 {
  margin-bottom: 24px;
}

/* btn wrap
----------------------------------------------*/
.read_wrap {
  text-align: center;
}

.btn_wrap {
  display: flex;
  margin: 0px auto 80px;
  justify-content: space-around;
}

@media not screen and (max-width: 780px) {
  .btn_wrap {
    width: 540px;
    margin: 0px auto 80px;
    justify-content: space-around;
  }
}

.contents_wrap {
  margin: 0 0 24px 0;
}

@media screen and (max-width: 780px) {
  .btn_wrap {
    flex-direction: column;
  }

  .btn_wrap a {
    margin-bottom: 14px;
  }
}

/* list  */

.dl_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.list_ttl {
  width: 30%;
  padding: 0 1.5em 0 0;
  margin-bottom: 1.5em;
  line-height: 140%;
}

.info {
  width: 70%;
  border-left: 1px #d65937 solid;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px;
}

.list_disc {
  list-style-type: disc;
  list-style-position: inside;
}
.list_skill {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_skill li {
  font-size: clamp(14.5px, 1.6vw, 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 31%;
  height: 4rem;
  line-height: 1.2rem;
  background-color: #fff;
  margin-top: 1rem;
  border-radius: 5px;
}

.img_system {
  display: block;
  text-align: center;
}

.img_system img {
  width: 70%;
  margin: 0 auto 3rem;
}

@media not screen and (max-width: 780px) {
  .list_ttl {
    text-align: right;
    margin-bottom: 1.5em;
  }
  .img_system {
    width: 70%;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 780px) {
  .dl_wrap {
    flex-direction: column;
  }

  .list_ttl {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .info {
    width: 100%;
  }
  .list_skill li {
    width: 48%;
  }
  .img_system {
    margin: 0 auto;
  }
}

.link_area .txt {
  text-align: center;
  margin: 0 auto 0px;
  font-weight: 700;
}
