@charset "UTF-8";
/* -------------------------------------------------- */
/* file   :works.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* ---共通 ---- */
#wrap {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
#wrap img {
  width: 100%;
}

.h2_style02 {
  margin-bottom: 80px;
}

.sub_title {
  font-size: 22px;
  color: #ff45a3;
  margin-bottom: 10px;
}

.magazine {
  margin-bottom: 40px;
}

.h3_sub {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}

.section_text {
  margin-bottom: 20px;
}

.border_wrap {
  width: 100%;
  box-sizing: border-box;
  background: #effaee;
  border-radius: 10px;
  border: solid 5px #67cf63;
  padding: 25px;
  margin-bottom: 80px;
}
.border_wrap .h3_sub {
  margin-bottom: 30px;
}

.border_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.border_box {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.border_box:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.border_box_l {
  width: 45%;
}

.border_box_r {
  width: 51%;
}
.border_box_r .work_tit {
  font-size: 16px;
  font-weight: bold;
  color: #67cf63;
  line-height: 1.5;
  margin-bottom: 5px;
}

.section_title {
  border-bottom: 1px solid #67cf63;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #67cf63;
  padding-bottom: 10px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.section_title.lead_tit {
  margin-bottom: 10px;
}

.study_sec {
  margin-top: 80px;
}
.study_sec:last-of-type {
  margin-bottom: 0;
}
.study_sec .h3_sub {
  margin-bottom: 30px;
}
.study_sec .lead {
  margin-bottom: 40px;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_wrap li {
  width: 48%;
  max-width: 480px;
}
.flex_wrap li .img {
  margin-bottom: 15px;
}
.flex_wrap li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #67cf63;
  line-height: 1.5;
  margin-bottom: 5px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
} /* -------------------tablet END------------------------- */
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  #wrap {
    padding: 0 20px;
  }
  .section_title {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .h2_style02 {
    margin-bottom: 40px;
  }
  .sub_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .study_sec {
    margin-top: 40px;
  }
  .study_sec .lead {
    margin-bottom: 20px;
  }
  .flex_wrap {
    display: block;
  }
  .flex_wrap li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .flex_wrap li:last-child {
    margin-bottom: 0;
  }
  .flex_wrap li .img {
    margin-bottom: 5px;
  }
  .flex_wrap li h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .h3_sub {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .section_text {
    margin-bottom: 10px;
  }
  .border_wrap {
    padding: 15px;
    margin-bottom: 40px;
  }
  .border_wrap .h3_sub {
    margin-bottom: 15px;
  }
  .border_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .border_box:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
  .border_box:last-child {
    margin-bottom: 0;
  }
  .border_box_r .work_tit {
    font-size: 14px;
  }
} /* -------------------sp END------------------------- *//*# sourceMappingURL=topics.css.map */