@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
main {
  display: block;
  padding-bottom: 100px;
}

.title_wrap {
  min-height: 316px;
  margin-bottom: 30px;
  background: #edf3ef;
  overflow: hidden;
}
.title_wrap .inner {
  position: relative;
}
.title_wrap .text {
  width: 100%;
  max-width: 476px;
  padding: 30px 0 40px;
}
.title_wrap .text .catch {
  padding: 5px 15px;
  background: #1aab4a;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
}
.title_wrap .text h1 {
  margin: 10px 0 85px;
  padding-left: 10px;
  font-size: 40px;
  font-weight: normal;
}
.title_wrap .text h1.no_sup {
  margin: 40px 0 85px;
}
.title_wrap .text p.sup {
  padding-left: 10px;
  font-size: 14px;
}
.title_wrap .text p.sup + p.sup {
  margin-top: 20px;
}
.title_wrap img.title_wrap_img {
  position: absolute;
  top: 0;
  left: calc(50% + 5px);
}

section.title_img_wrap {
  background: #edf3ef;
}

.sub_menu {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
.sub_menu li {
  width: calc((100% - 42px) / 4);
  margin-right: 14px;
  position: relative;
}
.sub_menu li:last-of-type {
  margin-right: 0;
}
.sub_menu li a,
.sub_menu li span.accordion {
  width: 100%;
  height: 100%;
  padding: 15px 15px 25px;
  display: table;
  text-decoration: none;
  color: #1e9245;
  border: 1px solid #1e9245;
  position: relative;
  text-align: center;
  border-radius: 2px;
  transition: 0.5s;
}
.sub_menu li a:hover,
.sub_menu li span.accordion:hover {
  background: #eef6e3;
  border-color: #eef6e3;
}
.sub_menu li a:before,
.sub_menu li span.accordion:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #1e9245;
  border-right: solid 2px #1e9245;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) rotate(135deg);
}
.sub_menu li a span,
.sub_menu li span.accordion span {
  display: table-cell;
  vertical-align: middle;
}
.sub_menu li span.accordion {
  cursor: pointer;
}
.sub_menu li span.accordion + ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  z-index: 2;
  display: none;
}
.sub_menu li span.accordion + ul li {
  width: 100%;
}
.sub_menu li span.accordion + ul li a {
  margin-top: -1px;
  padding: 10px 5px;
  border-top: none;
  font-size: 14px;
  border-radius: 0 0 2px 2px;
}
.sub_menu li span.accordion + ul li a:before {
  content: none;
}
.sub_menu li span.accordion + ul li a:hover {
  border-left: 1px solid #1e9245;
  border-right: 1px solid #1e9245;
  border-bottom: 1px solid #1e9245;
}

.content h2:not(.h2_border) {
  margin: 80px 0 20px;
  padding: 20px 25px;
  font-size: 24px;
  font-weight: normal;
  background: #edf3ef;
  border-bottom: 7px solid #1e9245;
}
.content h2:not(.h2_border) + h3 {
  margin-top: 0;
}
.content h2.h2_border {
  margin: 60px 0 30px;
  color: #1e9245;
  font-size: 22px;
  position: relative;
}
.content h2.h2_border::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #1e9245;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.content h2.h2_border span {
  padding-right: 15px;
  background: #FFF;
  position: relative;
  z-index: 2;
}
.content h3 {
  margin: 60px 0 20px;
  color: #1e9245;
  font-size: 22px;
  position: relative;
}
.content h3 span {
  padding: 0 16px 7px;
  border-bottom: 7px solid #1aab4a;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.content h3 span.space {
  padding: 0;
  border: none;
}
.content h3 sup {
  margin-left: 2px;
  font-size: 16px;
  vertical-align: top;
}
.content h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #9fa3a0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.content h4 {
  margin: 40px 0 10px;
  color: #1e9245;
  font-weight: normal;
  font-size: 18px;
}
.content h4 sup {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: 4px;
}
.content h4.relation_h4 {
  margin-bottom: 35px;
  padding: 2px 10px;
  color: #000;
  border-left: 5px solid #1e9245;
  font-size: 20px;
  font-weight: bold;
}
.content p {
  margin-bottom: 10px;
  text-indent: 16px;
  font-size: 17px;
  line-height: 1.7;
}
.content p.no_indent {
  text-indent: 0;
}
.content p sup {
  font-size: 14px;
  vertical-align: top;
}
.content .inner > .in_inner {
  padding: 0 14px;
}
.content .inner > .in_inner h3 {
  margin: 0 0 5px;
  color: #1e9245;
  font-size: 18px;
}
.content .inner > .in_inner h3:after {
  content: none;
}
.content .inner > .in_inner h3.relation_h3 {
  margin-bottom: 35px;
  padding: 2px 10px;
  color: #000;
  border-left: 5px solid #1e9245;
  font-size: 20px;
}
.content .inner > .in_inner p.fs1 {
  font-size: 14px;
}
.content .inner > .in_inner .thumbnail_box {
  max-width: 720px;
  margin: 40px auto 80px;
}
.content a {
  color: #1e9245;
  text-decoration: none;
}
.content a.scroll::after,
.content a.scroll_btn::before {
  content: "";
  width: 9px;
  height: 20px;
  background: url(../img/scroll.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.content a.scroll::after {
  margin: 0 5px 0 2px;
}
.content a.scroll_btn::before {
  margin-right: 10px;
}
.content a.scroll_btn {
  min-width: 290px;
  margin-left: auto;
  padding: 6px 34px;
  border: 1px solid #1e9245;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-align: center;
}
.content a.scroll_btn:hover {
  background: #eef6e3;
  border-color: #eef6e3;
}
.content a.scroll_btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #1e9245;
  border-right: solid 2px #1e9245;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.content a.link {
  min-width: 290px;
  padding: 4px 50px 4px 45px;
  background: #FFF;
  color: #1e9245;
  border: 1px solid #1e9245;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-size: 16px;
  text-indent: 0;
  text-align: center;
}
.content a.link:hover {
  background: #eef6e3;
  border-color: #eef6e3;
}
.content a.link::before {
  content: "";
  width: 16px;
  height: 22px;
  margin-right: 10px;
  background: url(../img/link2.png) no-repeat;
  display: inline-block;
  vertical-align: text-bottom;
}
.content a.link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #1e9245;
  border-right: solid 2px #1e9245;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.content a.more {
  padding: 2px 25px 2px 15px;
  background: #1aab4a;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-indent: 0;
}
.content a.more:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}
.content p.h2_more {
  margin: -25px 0 25px;
}
.content p.h2_more a {
  padding-right: 30px;
  position: relative;
}
.content p.h2_more a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  right: 0;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}
.content p.h2_more a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.content p.link_text {
  margin: 35px 0;
}
.content p.link_text.mb0 + p.link_text {
  margin-top: 20px;
}
.content .label_red {
  margin-bottom: 20px;
  color: #FFF;
  display: flex;
  font-size: 14px;
}
.content .label_red span.item1 {
  padding: 2px 15px;
  background: #df2e2e;
  border: 1px solid #df2e2e;
}
.content .label_red span.item2 {
  padding: 2px 15px;
  background: #FFF;
  color: #df2e2e;
  border: 1px solid #df2e2e;
}
.content img.ma_img {
  margin: 0 auto;
  display: block;
}
.content img.ma_img30 {
  margin: 30px auto;
  display: block;
}
.content .blue {
  color: #18c8c6;
}
.content .green {
  color: #1e9245;
}
.content p.img_title {
  max-width: 640px;
  margin: 30px auto;
  text-indent: 0;
  font-size: 16px;
}
.content p.img_title span.box {
  margin-right: 24px;
  padding: 0 15px;
  color: #18c8c6;
  display: inline-block;
  border: 2px solid #18c8c6;
  font-size: inherit;
}
.content p.img_title span.dib {
  display: inline-block;
  vertical-align: top;
}
.content p.img_title.adj {
  margin: 0 auto 15px;
}
.content .ma_img + p.img_title {
  margin-top: 40px;
}
.content p.text_arrow {
  margin-bottom: 5px;
  text-indent: 0;
  font-size: 14px;
}
.content p.text_arrow.text_arrow::before {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/text_arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.content figure {
  margin-bottom: 20px;
}
.content figcaption {
  max-width: 640px;
  margin: 0 auto;
  color: #9ba09c;
  font-size: 14px;
  line-height: 1.7;
}
.content figcaption.max580 {
  max-width: 580px;
}
.content p.cap {
  text-indent: 0;
  color: #9ba09c;
  font-size: 14px;
}
.content ul.cap {
  color: #9ba09c;
  font-size: 14px;
  line-height: 1.7;
}
.content ul.cap li {
  margin-bottom: 10px;
}
.content .keyword {
  margin-top: 40px;
  position: relative;
}
.content .keyword .cap_title {
  margin: 0;
  padding: 15px;
  background: #1e9245;
  border-radius: 10px 10px 0 0;
  display: inline-block;
}
.content .keyword h3 {
  margin: 0;
  padding: 15px 30px;
  background: #f7f7f4;
  font-size: 18px;
  color: #000;
  border: 2px solid #1e9245;
  border-radius: 0 10px 0 0;
}
.content .keyword h3::after {
  content: none;
}
.content .keyword > .in_inner {
  padding: 30px 40px 20px;
  border-left: 2px solid #1e9245;
  border-right: 2px solid #1e9245;
  border-bottom: 2px solid #1e9245;
}
.content .keyword > .in_inner p {
  text-indent: 0;
  font-size: 16px;
}
.content .keyword > .in_inner p.img_title2 {
  margin: 25px 0;
}
.content .keyword > .in_inner p.cap {
  font-size: 14px;
}

.news_top .news_content ul li:last-of-type {
  border-bottom: none;
}

.news_content ul {
  margin-bottom: 15px;
  list-style: none;
  font-size: 15px;
}
.news_content ul li {
  padding: 20px 0 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #231815;
  border-bottom: 1px solid #eff2f6;
}
.news_content ul li .news_text {
  width: calc(100% - 248px);
  margin-bottom: 10px;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
  color: #231815;
}
.news_content ul li .news_text:hover {
  text-decoration: underline;
}
.news_content ul span.day {
  width: 80px;
  color: #a9a7a6;
}
.news_content ul span.cate {
  width: 112px;
  padding: 4px 5px;
  background: #1aab4a;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.news_content ul span.cate.cate_event {
  background: #c4a562;
}
.news_content ul span.cate.cate_content {
  background: #4da3bc;
}
.news_content ul span.cate.cate_products {
  background: #1aab4a;
}

.df.sub_link {
  margin: 40px auto;
  justify-content: center;
}
.df.sub_link li {
  margin-right: 10px;
}
.df.sub_link li:last-of-type {
  margin-right: 0;
}

.df.v_center {
  align-items: center;
}

.lock {
  position: relative;
}
.lock:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/lock.png) no-repeat center #df2e2e;
}

.df.box_link1,
.df.box_link2 {
  margin-bottom: 20px;
  align-items: stretch;
}
.df.box_link1 li,
.df.box_link2 li {
  border: 1px solid #1aab4a;
  position: relative;
  transition: 0.5s;
  border-radius: 2px;
  box-shadow: 0px 1px 10px 0px rgba(5, 2, 2, 0.1);
}
.df.box_link1 li:before,
.df.box_link2 li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
}
.df.box_link1 li:after,
.df.box_link2 li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 12px;
  bottom: 11px;
  transform: rotate(45deg);
}
.df.box_link1 li:hover,
.df.box_link2 li:hover {
  background: #eef6e3;
}
.df.box_link1 li a,
.df.box_link2 li a {
  padding-bottom: 30px;
  display: block;
}
.df.box_link1 li p,
.df.box_link2 li p {
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  text-indent: 0;
  color: #000;
}

.df.box_link1 h4 {
  margin: 0;
  padding: 25px 15px;
  font-size: 16px;
  background: #1aab4a;
  color: #FFF;
}

.df.box_link2 h4 {
  margin: 0;
  padding: 25px 15px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.df.box_link2 h4:after {
  content: "";
  width: calc(100% - 14px);
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  left: 7px;
  bottom: 0;
}

.box_item3 {
  flex-wrap: wrap;
}
.box_item3 > * {
  width: calc((100% - 30px) / 3);
}

.pdf_list1 {
  flex-wrap: wrap;
}
.pdf_list1 li {
  width: calc((100% - 18px) / 2);
  margin-bottom: 15px;
}
.pdf_list1 li a {
  padding: 20px 40px 20px 55px;
  border: 1px solid #1aab4a;
  border-radius: 3px;
  background: url(../img/pdf.png) no-repeat left 14px top 14px;
  display: block;
  transition: 0.5s;
  position: relative;
}
.pdf_list1 li a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  top: 50%;
  right: 16px;
  border-radius: 5px;
  transform: translateY(-50%);
}
.pdf_list1 li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: rotate(45deg) translateY(-50%);
}
.pdf_list1 li a:hover {
  background: url(../img/pdf.png) no-repeat left 14px top 14px #eef6e3;
}

.pdf_list2 {
  border: 1px solid #1aab4a;
  border-radius: 2px;
}
.pdf_list2 li {
  width: 100%;
  position: relative;
}
.pdf_list2 li:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 1;
}
.pdf_list2 li:last-of-type::after {
  content: none;
}
.pdf_list2 li a {
  padding: 20px 40px 20px 55px;
  border-radius: 3px;
  background: url(../img/pdf.png) no-repeat left 14px top 14px;
  display: block;
  transition: 0.5s;
  position: relative;
}
.pdf_list2 li a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  top: 50%;
  right: 16px;
  border-radius: 5px;
  transform: translateY(-50%);
}
.pdf_list2 li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: rotate(45deg) translateY(-50%);
}
.pdf_list2 li a:hover {
  background: url(../img/pdf.png) no-repeat left 14px top 14px #eef6e3;
}
.pdf_list2 li span {
  padding: 20px;
  display: block;
  font-size: 14px;
}

.box_list1 {
  margin-bottom: 20px;
  align-items: stretch;
}
.box_list1 li {
  margin-bottom: 20px;
  padding: 20px 10px;
  border: 1px solid #1aab4a;
  border-radius: 2px;
}
.box_list1 li h4 {
  min-height: 4em;
  margin: 0 0 5px;
  padding: 0 20px 15px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #b2b2b2;
}
.box_list1 li p {
  min-height: 4em;
  margin-bottom: 15px;
  font-size: 14px;
  text-indent: 0;
  color: #000;
}
.box_list1 li img {
  margin: 0 auto;
  display: block;
}

.photo_list {
  margin-bottom: 60px;
  align-items: stretch;
}
.photo_list li {
  min-height: 192px;
  border: 1px solid #1aab4a;
  border-radius: 2px;
  position: relative;
}
.photo_list li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  background: #FFF;
  z-index: 2;
}
.photo_list li:after {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  right: 14px;
  bottom: 11px;
  background: #FFF;
  z-index: 1;
}
.photo_list li h5 {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: normal;
  background: #eef6e3;
  text-align: center;
  transition: 0.5s;
}
.photo_list li a {
  padding: 15px 0 35px;
  position: relative;
  transition: 0.5s;
  display: block;
}
.photo_list li a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
}
.photo_list li a span.photo {
  min-height: 85px;
  display: block;
  position: relative;
}
.photo_list li a span.photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo_list li a span.text {
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 5px;
}

.content h4.movie_wrap_h4 {
  padding-left: 10px;
  color: #000;
  border-left: solid 5PX #1aab4a;
  font-weight: bold;
  font-size: 20px;
}
.content h4.movie_wrap_h4 + .movie_wrap {
  margin-top: 25px;
}
.content .movie_wrap + h4.movie_wrap_h4 {
  margin-top: 20px;
}
.content .h3_wrap {
  position: relative;
}
.content .h3_wrap p.member_content {
  padding: 3px 15px;
  color: #df2e2e;
  border: 1px solid #df2e2e;
  font-size: 14px;
  text-indent: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

.movie_wrap {
  margin-top: 35px;
  flex-wrap: wrap;
}
.movie_wrap:after {
  content: "";
  width: calc((100% - 40px) / 3);
  height: 1px;
}
.movie_wrap > li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
}
.movie_wrap > li a {
  display: block;
}
.movie_wrap > li a img {
  width: 100%;
}
.movie_wrap > li p {
  margin: 0;
  text-indent: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}
.movie_wrap > li p.time {
  margin-top: 10px;
  font-size: 12px;
}
.movie_wrap > li p.time span {
  margin-right: 10px;
  padding: 1px 5px;
  color: #df2e2e;
  border: 1px solid #df2e2e;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
}
.movie_wrap > li h5 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}

.content .movie {
  margin-top: 30px;
  max-width: 930px;
}
.content .movie h1 {
  margin-top: 15px;
  font-size: 26px;
  color: #1e9245;
  font-weight: normal;
  line-height: 1.8;
}
.content .movie p {
  text-indent: 0;
}

.eqplayer {
  position: relative;
  min-height: 540px;
}

.content h4.accordion_h4 {
  padding: 10px 10px 10px 30px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
}
.content h4.accordion_h4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #1e9245;
  border-right: solid 1px #1e9245;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 8px;
  transition: 0.5s;
}
.content h4.accordion_h4.on:before {
  margin-top: 5px;
  transform: translateY(-50%) rotate(-45deg);
}

.accordion_cont {
  padding: 0 14px;
  display: none;
}
.accordion_cont p {
  margin-bottom: 15px;
  text-indent: 0;
  font-size: 14px;
}

@media (max-width: 960px) {
  .title_wrap .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .title_wrap .text {
    width: 50%;
  }
  .content h2:not(.h2_border),
  .content h3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  section.title_img_wrap {
    overflow: hidden;
  }
  section.title_img_wrap .inner {
    padding-left: 0;
    padding-right: 0;
  }
  section.title_img_wrap .inner h1 {
    position: relative;
    height: 304px;
  }
  section.title_img_wrap .inner h1 img {
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  main {
    padding-bottom: 60px;
  }
  .title_wrap .text {
    max-width: 50%;
    padding-right: 10px;
  }
  .title_wrap .text h1 {
    font-size: 28px;
  }
  .content h2:not(.h2_border) {
    padding: 10px 15px;
    font-size: 22px;
  }
  .content h2.h2_border {
    margin: 25px 0 20px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h3 sup {
    font-size: 14px;
  }
  .content h4 {
    margin-top: 30px;
  }
  .content p {
    font-size: 15px;
  }
  .content p.tc.sp_tl,
  .content p.cap.tc {
    text-align: left;
  }
  .content p.sp_tr {
    text-align: right;
  }
  .content p.tr.sp_tc,
  .content p.tl.sp_tc {
    text-align: center;
  }
  .content a.link,
  .content a.scroll_btn {
    padding: 6px 34px;
    min-width: inherit;
    font-size: 14px;
  }
  .content .keyword .cap_title {
    padding: 10px 15px;
  }
  .content .keyword h3 {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: normal;
  }
  .content .keyword > .in_inner {
    padding: 15px 20px 10px;
  }
  .content .keyword > .in_inner p {
    font-size: 15px;
  }
  .news_content h2.h2_border {
    margin-bottom: 10px;
  }
  .news_content ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news_content ul li {
    padding: 20px 10px 10px;
    display: block;
  }
  .news_content ul li span.day {
    display: block;
  }
  .news_content ul li span.cate {
    margin: 5px 0;
    display: block;
  }
  .news_content ul li .news_text {
    width: 100%;
    display: block;
  }
  .news_content .tr {
    text-align: center;
  }
  .eqplayer {
    min-height: 440px;
  }
}
@media (max-width: 667px) {
  .title_wrap .text {
    width: 100%;
    max-width: 100%;
    padding: 25px;
  }
  .title_wrap .text h1 {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .title_wrap .text h1.no_sup {
    margin-bottom: 20px;
  }
  .title_wrap .text p.sup {
    padding-left: 0;
  }
  .title_wrap img.title_wrap_img {
    width: 100%;
    position: static;
  }
}
@media (max-width: 568px) {
  .title_wrap {
    margin-bottom: 15px;
  }
  .sub_menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub_menu li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 10px;
    margin-right: 0;
  }
  .sub_menu li a,
  .sub_menu li > span {
    padding: 15px 1px 25px;
  }
  .sub_menu li span.accordion + ul li {
    margin-bottom: 0;
  }
  .content h4.relation_h4 {
    margin-bottom: 20px;
  }
  .content .inner > .in_inner.sp_inner {
    padding: 0;
  }
  .df.sub_link {
    flex-wrap: wrap;
  }
  .df.sub_link li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .df.sub_link li a {
    width: 100%;
  }
  .df.sub_link li img {
    margin: 0 auto;
    display: block;
  }
  .box_item3 > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .box_item3 > *:last-of-type {
    margin-bottom: 0;
  }
  .pdf_list1 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .pdf_list2 li a {
    padding: 15px 50px 15px 48px;
    background: url(../img/pdf.png) no-repeat left 8px top 8px;
  }
  .pdf_list2 li a:hover {
    background: url(../img/pdf.png) no-repeat left 8px top 8px #eef6e3;
  }
  .box_list1 li h4,
  .box_list1 li p {
    min-height: inherit;
  }
  .movie_wrap > li {
    width: 100%;
    padding: 0 20px;
  }
  .movie_wrap > li.lock:after {
    right: 20px;
  }
  .movie_wrap > li p.time {
    font-size: 14px;
  }
  .movie_wrap > li h5 {
    font-size: 16px;
  }
  .eqplayer {
    min-height: 320px;
  }
  .content .movie h1 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .df.sub_link img {
    width: 100%;
  }
  .eqplayer {
    min-height: 240px;
  }
}
#topics .sp_menu_wrap > ul > li:nth-of-type(3) > a {
  background: #82D024;
}
#topics section.title_wrap .text .df {
  justify-content: flex-start;
}
#topics section.title_wrap .text p.member {
  margin-left: 10px;
  padding: 4px 14px;
  color: #D60000;
  border: 1px solid #D60000;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}

main#topics_list {
  padding-bottom: 0;
}
main#topics_list .title_wrap {
  min-height: inherit;
  margin-bottom: 30px;
  background: #edf3ef;
  overflow: hidden;
}
main#topics_list .title_wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main#topics_list .title_wrap .text {
  width: calc(100% - 570px);
  padding: 30px 0 40px;
}
main#topics_list .title_wrap .text .catch {
  padding: 5px 15px;
  background: #1AA048;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
}
main#topics_list .title_wrap .text h1 {
  margin: 10px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
main#topics_list .title_wrap .text h1.no_sup {
  margin: 40px 0 85px;
}
main#topics_list .title_wrap .text p.sup {
  font-size: 16px;
}
main#topics_list .title_wrap .text p.sup + p.sup {
  margin-top: 20px;
}
main#topics_list .title_wrap .title_wrap_img {
  width: 550px;
}

.content.latestnews.list_page {
  padding: 85px 0 90px;
}
.content.latestnews.list_page .inner {
  display: flex;
  justify-content: space-between;
}
.content.latestnews.list_page .inner .text {
  width: calc(100% - 500px);
  position: relative;
}
.content.latestnews.list_page .inner .text .sp_img {
  display: none;
}
.content.latestnews.list_page .inner .text h2 {
  margin: 0 0 30px;
  padding: 0 0 5px;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #D9D9D9;
  color: #1AA048;
  background: none;
}
.content.latestnews.list_page .inner .text .info {
  justify-content: flex-start;
  align-items: center;
}
.content.latestnews.list_page .inner .text .info .number {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #1AA048;
  text-indent: 0;
}
.content.latestnews.list_page .inner .text .info .article_info {
  margin: 0;
  font-size: 14px;
  text-indent: 0;
  margin-left: 28px;
  color: #333;
}
.content.latestnews.list_page .inner .text h3 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.content.latestnews.list_page .inner .text h3::after {
  content: none;
}
.content.latestnews.list_page .inner .text h3 > a {
  color: inherit;
}
.content.latestnews.list_page .inner .btn {
  width: 200px;
  padding: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #1AA048;
  color: #1AA048;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: 0.5s;
}
.content.latestnews.list_page .inner .btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url(../img/topics/btn.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  transition: 0.5s;
}
.content.latestnews.list_page .inner .btn:hover {
  background: #1AA048;
  color: #FFF;
}
.content.latestnews.list_page .inner .btn:hover::after {
  background: url(../img/topics/btn2.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%) translateX(3px);
}
.content.latestnews.list_page .inner .img {
  width: 450px;
}
.content.backnumber {
  padding: 70px 0 80px;
  background: #EEF7F4;
}
.content.backnumber h2 {
  margin: 0 0 40px;
  padding: 0;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 28px;
}
.content.backnumber .list_item3 {
  flex-wrap: wrap;
}
.content.backnumber .list_item3::after {
  content: "";
  width: calc((100% - 78px) / 3);
  height: 1px;
}
.content.backnumber .list_item3 > article {
  width: calc((100% - 78px) / 3);
  margin-bottom: 30px;
}
.content.backnumber .list_item3 > article .img img {
  width: 100%;
}
.content.backnumber .list_item3 > article .df {
  margin-top: 5px;
  align-items: center;
}
.content.backnumber .list_item3 > article .df .number {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #1AA048;
  text-indent: 0;
}
.content.backnumber .list_item3 > article .df .article_info {
  margin: 0;
  font-size: 14px;
  text-indent: 0;
  margin-left: 28px;
  color: #333;
  transition: 0.5s;
}
.content.backnumber .list_item3 > article h3 {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
}
.content.backnumber .list_item3 > article h3::after {
  content: none;
}
.content.backnumber .list_item3 > article a:hover {
  transition: 0.5s;
}
.content.backnumber .list_item3 > article a:hover h3, .content.backnumber .list_item3 > article a:hover .article_info {
  color: #1AA048;
}
.content .topics_h3 {
  margin: 36px 0 15px;
  padding: 14px;
  background: #f3f9eb;
  align-items: center;
  position: relative;
}
.content .topics_h3 h3 {
  margin: 0 auto 0 0;
  font-size: 18px;
}
.content .topics_h3 h3:after {
  content: none;
}
.content .topics_h3 h3:first-of-type {
  margin-top: 0;
}
.content .topics_h3 h3 a {
  color: #000;
}
.content .topics_h3 p {
  margin: 0;
  text-indent: 0;
}
.content .topics_h3 p.number {
  margin-right: 15px;
  padding: 4px 12px;
  border: 1px solid #1aab4a;
  color: #1aab4a;
  background: #FFF;
  font-size: 22px;
  font-weight: bold;
}
.content .topics_h3 p.article_info {
  font-size: 14px;
  text-align: right;
}
.content .topics_h3 > img {
  display: none;
}
.content .topics_h3 .pdf_btn {
  position: absolute;
  top: -42px;
  right: 0;
  display: flex;
  align-items: center;
  border: solid 2px #AB1A19;
  border-radius: 3px;
  color: #AB1A19;
  text-decoration: none;
  padding: 2px 8px;
}
.content .topics_h3 .pdf_btn img {
  display: block;
  margin-right: 5px;
}
.content a.topic_more {
  padding-bottom: 1px;
  padding-right: 26px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.content a.topic_more:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  right: 0;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}
.content a.topic_more:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.content p.lead {
  font-weight: bold;
}

.content.latestnews .img_wrap {
  text-indent: 0;
  font-size: 0;
}
.content.latestnews .img_wrap a {
  display: inline-block;
}
.content.latestnews .img_wrap img {
  margin: 40px auto;
  display: block;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.content.latestnews .in_inner {
  padding: 0 14px;
}
.content.latestnews .in_inner p {
  font-size: 16px;
}

.topics_list .content.latestnews .in_inner p {
  text-indent: 0;
}

.topics_article .content.latestnews .in_inner p {
  margin-bottom: 30px;
}
.topics_article article {
  padding-bottom: 120px;
}

.article_list_cont > img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.article_list_cont > div {
  width: calc(100% - 212px);
}
.article_list_cont p {
  font-size: 16px;
  text-indent: 0;
}

.prenex {
  margin-bottom: 80px;
  position: relative;
}
.prenex .prev {
  padding-bottom: 1px;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.prenex .prev:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  left: 0;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}
.prenex .prev:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
.prenex .next {
  padding-bottom: 1px;
  padding-right: 26px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.prenex .next:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #1e9245;
  right: 0;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}
.prenex .next:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.prenex .to_list {
  padding: 8px 40px;
  border-radius: 3px;
  background-color: rgb(26, 171, 74);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #FFF;
}
.prenex .to_list:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.content .topics_h3.df h3 br.sp_absolute {
  display: none;
}

@media (max-width: 960px) {
  main#topics_list .title_wrap .text {
    width: 58%;
  }
  main#topics_list .title_wrap .title_wrap_img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  main#topics_list .title_wrap .inner {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  main#topics_list .title_wrap .text {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  main#topics_list .title_wrap .text > * {
    width: 100%;
  }
  main#topics_list .title_wrap .text > .df {
    margin-top: 10px;
    order: 3;
  }
  main#topics_list .title_wrap .text h1 {
    margin: 0 0 50px;
    font-size: 28px;
    text-align: center;
    position: relative;
  }
  main#topics_list .title_wrap .text h1::after {
    content: "";
    width: 46px;
    height: 2px;
    background: #1AA048;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: block;
  }
  main#topics_list .title_wrap .title_wrap_img {
    width: 100%;
  }
  main#topics_list .title_wrap .title_wrap_img img {
    margin: 0 auto;
    display: block;
  }
  .content.latestnews .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .content.latestnews .inner h2.h2_border {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content.latestnews.list_page {
    padding: 40px 0 60px;
  }
  .content.latestnews.list_page .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.latestnews.list_page .inner .text {
    width: 100%;
  }
  .content.latestnews.list_page .inner .text h2 {
    font-size: 24px;
  }
  .content.latestnews.list_page .inner .text .sp_img {
    display: block;
    margin: 0 auto 20px;
  }
  .content.latestnews.list_page .inner .text h3 {
    font-size: 24px;
  }
  .content.latestnews.list_page .inner .text h3 br {
    display: none;
  }
  .content.latestnews.list_page .inner .img {
    display: none;
  }
  .content.latestnews.list_page .inner .btn {
    margin: 30px auto 0;
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
  }
  .content .topics_h3.df {
    margin-bottom: 0;
    padding: 14px 25px;
    flex-wrap: wrap;
  }
  .content .topics_h3.df > * {
    width: 100%;
  }
  .content .topics_h3.df p.number {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  .content .topics_h3.df h3 {
    margin-bottom: 10px;
  }
  .content .topics_h3.df h3 br {
    display: none;
  }
  .content .topics_h3.df h3 br.sp_absolute {
    display: block;
  }
  .content .topics_h3.df .pdf_btn {
    width: auto;
    right: 10px;
  }
  .article_list_cont {
    margin-top: 15px;
  }
  .topics_article article {
    padding-bottom: 20px;
  }
  .prenex {
    margin-bottom: 50px;
    padding: 0 10px;
    text-align: center;
  }
  .prenex .to_list {
    margin: 30px auto 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
  }
}
@media (max-width: 568px) {
  .content.latestnews .img_wrap img {
    margin: 0 0 20px;
  }
  .content.latestnews .in_inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content.backnumber {
    padding: 40px 0;
  }
  .content.backnumber h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .content.backnumber .list_item3 > article {
    width: 100%;
    margin-bottom: 20px;
  }
  .content.backnumber .list_item3 > article a {
    padding: 10px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    border-radius: 10px;
  }
  .content.backnumber .list_item3 > article a .df {
    width: 100%;
    margin: 0 0 10px;
    order: -1;
  }
  .content.backnumber .list_item3 > article a .img {
    width: 114px;
  }
  .content.backnumber .list_item3 > article a h3 {
    width: calc(100% - 124px);
    font-size: 15px;
  }
  .article_list_cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article_list_cont > img {
    display: none;
  }
  .article_list_cont > div {
    width: 100%;
  }
}
@media (max-width: 414px) {
  section.title_wrap .text .catch,
  #topics section.title_wrap .text p.member {
    width: calc(50% - 5px);
    text-align: center;
  }
}
@media (max-width: 375px) {
  section.title_wrap .text .catch {
    padding: 5px;
    font-size: 13px;
  }
  #topics section.title_wrap .text p.member {
    padding: 4px;
    font-size: 13px;
  }
}
sub {
  font-size: 12px;
}/*# sourceMappingURL=topics.css.map */