@charset "UTF-8";
.content-news-sc {
  margin-bottom: 200px;
}
.content-news-sc .inner-news {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.content-news-sc .inner-news .h2-news-sc {
  font-size: 41px;
  color: #713A02;
  margin-bottom: 32px;
}
.content-news-sc .inner-news .ul-news-sc li {
  background-color: #FFC233;
  border-radius: 16px;
  margin-bottom: 21px;
  transition: all 0.3s ease-in-out;
}
.content-news-sc .inner-news .ul-news-sc li a {
  display: flex;
  flex-direction: column;
  padding: 15px 45px 15px 20px;
  text-align: left;
  position: relative;
}
.content-news-sc .inner-news .ul-news-sc li a .news-date-sc {
  margin-right: 40px;
  font-weight: bold;
  color: rgba(216, 108, 0, 0.6862745098);
}
.content-news-sc .inner-news .ul-news-sc li a .h3-news-sc {
  color: #713A02;
}
.content-news-sc .inner-news .ul-news-sc li a::before {
  content: url(../img/news_sankaku.png);
  position: absolute;
  top: 54%;
  right: 15px;
  transform: translate(-50%, -50%);
}
.content-news-sc .inner-news .ul-news-sc li:hover {
  transform: scale(0.98);
}

@media print, screen and (min-width: 880px) {
  .content-news-sc .inner-news .ul-news-sc li {
    border-radius: 50px;
  }
  .content-news-sc .inner-news .ul-news-sc li a {
    flex-direction: row;
    align-items: center;
  }
  .content-news-sc .inner-news .ul-news-sc li a::before {
    right: 20px;
    top: 32px;
  }
}
.main-sc::before {
  position: absolute;
  content: "url(../img/main_img.jpg)";
  width: 100%;
  height: 300px;
  background-image: url(../img/main_img.jpg);
  background-size: cover;
  top: 150px;
  left: 50%;
  z-index: -5;
  transform: translate(-50%, -50%);
}

.item {
  z-index: -99;
}

.second-head {
  position: relative;
  top: 35px;
  background-color: #476e27;
}
.second-head .h2-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 21px;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 100px;
  z-index: 0;
}

@media print, screen and (min-width: 880px) {
  .second-head {
    top: 55px;
  }
  .second-head .h2-head {
    padding: 30px;
    font-size: 35px;
  }
}
.content-head {
  margin-bottom: 20px;
}
.content-head .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-head .inner .pankuzu {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  margin-bottom: 10px;
}
.content-head .inner .pankuzu li {
  font-size: 14px;
}
.content-head .inner .pankuzu li:not(:last-of-type) {
  margin-right: 10px;
}
.content-head .inner .pankuzu li:not(:last-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #333333;
  transform: translateY(-2px) rotate(45deg);
  display: inline-block;
  margin-left: 10px;
}
.content-head .inner .pankuzu li a {
  text-decoration: underline;
}

.shape1-sc {
  width: 250px;
  top: 230px;
  left: -180px;
}

@media print, screen and (min-width: 400px) {
  .shape1-sc {
    top: 350px;
    left: -150px;
  }
}
@media print, screen and (min-width: 1020px) {
  .shape1-sc {
    width: 600px;
    height: 464px;
    top: 200px;
    left: -300px;
  }
}
.shape2-sc {
  width: 150px;
  top: 230px;
  left: -10px;
}

@media print, screen and (min-width: 400px) {
  .shape2-sc {
    width: 200px;
    top: 250px;
    left: -10px;
  }
}
@media print, screen and (min-width: 1020px) {
  .shape2-sc {
    width: 455px;
    top: 230px;
    left: 100px;
  }
}
.shape3-sc {
  width: 210px;
  top: 310px;
  right: -120px;
}

@media print, screen and (min-width: 400px) {
  .shape3-sc {
    top: 370px;
  }
}
@media print, screen and (min-width: 1020px) {
  .shape3-sc {
    width: 531px;
    top: 330px;
    right: -290px;
  }
}
.shape4-sc {
  width: 240px;
  top: 210px;
  right: -90px;
}

@media print, screen and (min-width: 400px) {
  .shape4-sc {
    width: 300px;
    top: 210px;
  }
}
@media print, screen and (min-width: 1020px) {
  .shape4-sc {
    width: 729px;
    top: 200px;
    right: -210px;
  }
}
.shape5-sc {
  width: 250px;
  bottom: 200px;
  left: -80px;
}

@media print, screen and (min-width: 1020px) {
  .shape5-sc {
    width: 489px;
    bottom: -250px;
    left: -150px;
  }
}
.shape6-sc {
  width: 200px;
  bottom: 40px;
  right: -50px;
}

@media print, screen and (min-width: 1020px) {
  .shape6-sc {
    width: 386px;
    height: 350px;
    bottom: 60px;
    right: -80px;
  }
}
.shape7-sc {
  width: 300px;
  bottom: -100px;
  right: 20px;
}

@media print, screen and (min-width: 1020px) {
  .shape7-sc {
    width: 474px;
    bottom: -150px;
    right: 50px;
  }
}
.content-newsnaiyou {
  margin-bottom: 200px;
}
.content-newsnaiyou .inner .h2-newstitle {
  background-color: #FFAA00;
  width: 100%;
  border-radius: 60px;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-size: 35px;
  position: relative;
  margin-bottom: 65px;
}
.content-newsnaiyou .inner .h2-newstitle::before {
  position: absolute;
  content: url(../img/newstitle_sankaku.png);
  left: 50%;
  top: 95px;
  transform: translate(-50%, -50%);
}
.content-newsnaiyou .inner .news-text {
  padding: 15px;
  border-radius: 10px;
  line-height: 1.8em;
  background-color: rgba(255, 255, 255, 0.8823529412);
}
.content-newsnaiyou .inner img {
  border-radius: 8px;
  width: 100%;
}
.content-newsnaiyou .inner a {
  text-decoration: underline;
  color: #f06c00;
}

.h2-main {
  width: 100%;
  background: linear-gradient(0deg, #FF7103 0%, #FF7103 12%, #FF8801 12%, #FF8801 88%, #FF7103 88%, #FF7103 100%);
  padding: 14px;
  font-size: 31px;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.h3-main {
  width: 100%;
  background-color: #FF8801;
  padding: 12px 36px;
  color: #fff;
  border-radius: 5px;
  font-size: 21px;
  margin-bottom: 20px;
  position: relative;
}
.h3-main::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 20px;
  background-color: #FFF89C;
  left: 15px;
  top: 22px;
}

.h4-main {
  width: 100%;
  border-bottom: 4px solid #FF8801;
  padding: 3px 38px;
  font-size: 21px;
  margin-bottom: 20px;
  position: relative;
}
.h4-main::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #FF8801;
  border-radius: 3px;
  left: 10px;
  top: 10px;
}

.h5-main {
  width: 100%;
  border-bottom: 3px solid #FF8801;
  font-size: 18px;
  padding: 4px;
  margin-bottom: 20px;
}

.list-disc {
  margin-bottom: 20px;
}
.list-disc li {
  padding-left: calc(1em + 18px);
  text-indent: calc(-1em - 18px);
}
.list-disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list-disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF7103;
  border-radius: 50%;
  margin-left: 1em;
  margin-right: 10px;
}

.list-num {
  margin-bottom: 20px;
}
.list-num li {
  margin-left: calc(1em + 15px);
  padding-left: 4px;
}
.list-num li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list-num li a {
  color: var(--mc);
}

.list-link {
  margin-bottom: 20px;
}
.list-link li {
  position: relative;
  padding-left: calc(1em + 18px);
}
.list-link li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list-link li::before {
  content: url(../img/link_sankaku.png);
  position: absolute;
  font-size: 12px;
  left: 16px;
  top: 2px;
  color: #2F7E00;
}
.list-link li a {
  color: #2383fa;
}

.list-asta {
  margin-left: 6px;
  margin-bottom: 20px;
}
.list-asta li {
  padding-left: calc(1em + 11px);
  text-indent: calc(-1em - 11px);
}
.list-asta li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list-asta li::before {
  content: "※";
  color: var(--f-mc);
  font-size: 17px;
  margin-right: 8px;
}

.dl-list-1 {
  border: solid #2F7E00 2px;
  display: grid;
  grid-template-columns: 160px 1fr;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 30px;
}
.dl-list-1 dt {
  background-color: #2F7E00;
  font-weight: bold;
  color: #fff;
}
.dl-list-1 dd {
  background-color: #FFF89B;
}
.dl-list-1 dt, .dl-list-1 dd {
  padding: 10px;
}
.dl-list-1 dt:not(:last-of-type), .dl-list-1 dd:not(:last-of-type) {
  border-bottom: solid rgba(132, 188, 100, 0.5333333333) 2px;
}

.table-wrap {
  overflow: auto;
  margin-bottom: 40px;
}
.table-wrap::-webkit-scrollbar {
  height: 10px;
}
.table-wrap::-webkit-scrollbar-thumb {
  background-color: #6098c3;
  border-radius: 12px;
}
.table-wrap::-webkit-scrollbar-track {
  background-color: #f8f8f8;
  border-radius: 12px;
}
.table-wrap .table-1 {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  position: relative;
  border: solid #2F7E00 2px;
  border-radius: 6px;
  border-collapse: separate;
  overflow: hidden;
}
.table-wrap .table-1 caption {
  caption-side: top;
  text-align: left;
  padding: 5px;
}
.table-wrap .table-1 tr {
  background-color: #FFF89B;
}
.table-wrap .table-1 tr:nth-child(even) {
  background-color: #ebee8b;
}
.table-wrap .table-1 th {
  background-color: #2F7E00;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
.table-wrap .table-1 th:not(:last-of-type) {
  border-right: solid 2px #BBCE6D;
}
.table-wrap .table-1 td {
  padding: 10px;
}
.table-wrap .table-1 td:not(:last-of-type) {
  border-right: solid 2px #BBCE6D;
}

.img-text-round {
  margin-bottom: 30px;
}
.img-text-round.left img {
  float: left;
  margin: 0 1em 1em 0;
}
.img-text-round.right img {
  float: right;
  margin: 0 0 1em 1em;
}
.img-text-round img {
  max-width: 100%;
}
.img-text-round::after {
  content: "";
  display: block;
  clear: both;
}

.img-wrap {
  margin-bottom: 30px;
  width: 100%;
  display: grid;
  place-items: center;
}
.img-wrap .inner {
  max-width: 1300px;
}
.img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.img-wrap .left {
  text-align: left;
}
.img-wrap.center {
  text-align: center;
}

.img-col2, .img-col3 {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
  grid-template-columns: 1fr;
  place-items: center;
}
.img-col2 li, .img-col3 li {
  text-align: center;
  width: 100%;
}
.img-col2 img, .img-col3 img {
  width: 100%;
  border-radius: 6px;
  max-width: 600px;
}
.img-col2 p.left, .img-col3 p.left {
  text-align: left;
}

@media print, screen and (min-width: 880px) {
  .img-col2 {
    grid-template-columns: 1fr 1fr;
  }
  .img-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pdf-reader {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: #F2EA89;
  border-radius: 10px;
  gap: 10px;
  margin-bottom: 40px;
}
.pdf-reader p {
  flex: 1;
}

@media print, screen and (min-width: 880px) {
  .pdf-reader {
    padding: 15px;
    flex-direction: row;
  }
}
.img-scroll {
  overflow-x: auto;
  text-align: center;
  margin-bottom: 20px;
}

::-webkit-scrollbar {
  width: 100%;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ffbb6e;
  border-radius: 20px;
}
/*# sourceMappingURL=second.css.map */