@charset "shift_jis";
/* Updated 2023/03/01.T */
/* Updated 2021/06/28.T */
.section-main {
  padding-bottom: 16px;
  border-bottom: 54px solid #004831;
}
/*parts*/
.bgYellow {
  background-color: #FFC300;
}
/*contents*/
/*---------------------------
.noticeArea
---------------------------*/
.noticeArea {
  max-width: 1200px;
  margin: 0 auto;
}
.noticeArea .noticeInr {
  padding: 68px 0 96px;
}
.noticeArea .noticeList {
  padding: 25px 0 24px;
  border-bottom: 1px solid #D5DEDB;
}
.noticeArea .noticeList:first-child {
  padding-top: 0;
  border-top: none;
}
.noticeArea .noticeList .ico {
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.noticeArea .noticeList .date {
  padding-left: 8px;
  font-size: 14px;
  color: #788883;
}
.noticeArea .noticeList .txtItem {
  margin-top: 12px;
}
/*---------------------------
.pdfArea
---------------------------*/
.pdfArea {
  max-width: 1200px;
  margin: 0 auto;
}
.pdfArea .midTxt {
  font-size: 16px;
  text-align: center;
}
/*---------------------------
.movieArea
---------------------------*/
.movieArea {
  max-width: 1200px;
  margin: 96px auto 0;
  background-color: #E2EFBC;
}
.movieArea .movieInr {
  padding: 42px 28px;
}
.movieArea h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.movieArea .listWrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.movieArea .listWrap .movList {
  width: 365px;
  margin-left: 25px;
}
.movieArea .listWrap .movList:first-child {
  margin-left: 0;
}
.movieArea .movList .txtItem {
  font-size: 16px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.movieArea .movList .movItem {
  margin-top: 14px;
}
/*---------------------------
.btmSmallTxt
---------------------------*/
.btmSmallTxt {
  max-width: 1200px;
  margin: 16px auto 0;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  /*contents*/
  /*---------------------------
  .noticeArea
  ---------------------------*/
  .noticeArea {
    width: 100%;
  }
  .noticeArea .noticeInr {
    padding: 48px 18px 60px;
  }
  /*---------------------------
  .pdfArea
  ---------------------------*/
  .pdfArea {
    width: 100%;
  }
  .pdfArea .pdfInr {
    padding: 0 18px;
  }
  .pdfArea [class*="icon-"][class*="btn-type"].icon-pdf01 > .inner {
    padding-left: 0;
  }
  /*---------------------------
  .movieArea
  ---------------------------*/
  .movieArea {
    width: 100%;
    margin-top: 40px;
  }
  .movieArea .movieInr {
    padding: 24px 18px 32px;
  }
  .movieArea h2 {
    font-size: 24px;
  }
  .movieArea .listWrap {
    display: block;
    max-width: 339px;
    margin: 30px auto 0;
  }
  .movieArea .listWrap .movList {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  .movieArea .listWrap .movList:first-child {
    margin-top: 0;
  }
  /*---------------------------
  .btmSmallTxt
  ---------------------------*/
  .btmSmallTxt {
    width: 100%;
    margin-top: 8px;
    padding: 0 18px;
  }
}