/* =============================================================

front page

* ============================================================= */
.s-page-content-box iframe {
	width: 100% !important;
	height: 450px;
}


#top-main-video-box {
  width: 100%;
  min-width: 1040px;
  height: 100vh;
  position: relative;
  display: block;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#top-main-video-box .txt {
  padding: 0 100px;
  color: #FFF;
}
#top-main-video-box .txt h2 {
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 1.117;
}
#top-main-video-box .txt h2 span {
  font-size: 4.0rem;
  font-weight: 400;
}
#top-main-video-box .txt .line {
  max-width: 60px;
  width: 4.1667vw;
  height: 1px;
  background: #FFF;
  margin: 4.4444vh 0;
  display: block;
}
#top-main-video-box .txt p {
  font-size: 1.8rem;
  line-height: 1.77778;
}
#top-main-video-box .txt .btn-green {
  margin: 6.4444vh 0 0;
}
#top-main-video-box .txt .btn-green a.tops {
   color: #FFF !important;
}

#top-main-video-box .video-cap {
  font-size: 1.0rem;
  color: #FFF;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

span.photo-cap {
    font-size: 1.0rem;
	padding-bottom: 25px;
    display: block;
	padding-top: 25px;
}

span.photo-cap a {
	color: #809428;
}

span.photo-cap-2 {
    font-size: 1.0rem;
    display: block;
	padding-top: 0px;
}

#page-header .video-cap {
    font-size: 1.0rem;
    color: #FFF;
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: 2;
}

#top-main-video-box .scroll {
  position: absolute;
  right: 14px;
  bottom: 0;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top-main-video-box .scroll img {
  width: 60px;
  height: 190px;
}
#top-main-video-box .scroll:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#top-main-video-box .mask {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/mask.png);
}

#block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
}

.l-top-content-box {
  padding: 100px;
}
.l-top-content-box.bk-green {
  background: #eef1e3;
}
.l-top-content-box.bk-gray {
  background: #f1f1f1;
}
.l-top-content-box .inner_wrapper {
  width: 1040px;
  margin: 0 auto;
}
.l-top-content-box .ttl {
  color: #323242;
  border-bottom: #d6d6d9 solid 1px;
  font-size: 4.0rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.0;
}
.l-top-content-box .ttl span {
  border-bottom: #323242 solid 1px;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: -1px;
}
.l-top-content-box .txt-box p {
  text-align: justify;
}

#case-study .btn-green a {
  margin: 30px auto 0;
}

#activities {
  padding-bottom: 50px;
}

#news {
  padding-bottom: 60px;
}

.news-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-list::after {
  display: block;
  content: "";
  width: calc(100% / 3);
}
.news-list li {
  width: calc(100% / 3);
  border-right: #d6d6d9 solid 1px;
  border-bottom: #d6d6d9 solid 1px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
}
.news-list li .pic {
  width: 100%;
}
.news-list li .pic img {
	width: 345px;
    height: 214px;
    object-fit: contain;
  font-family: "object-fit: cover;";
}
.news-list li .txt .cat-box {
  padding: 30px 0 15px 30px;
}
.news-list li .txt .cat {
  margin-right: 6px;
  border: #809428 solid 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  color: #809428;
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  padding: 0 10px;
}
.news-list li .txt h3 {
  margin: 0 30px 10px;
  font-size: 2.6rem;
  line-height: 1.1538;
  font-weight: 700;
}
.news-list li .txt p {
  margin: 0 30px 10px;
  font-size: 1.4rem;
  line-height: 1.4285;
}
.news-list li .txt .date {
  display: block;
  margin: 0 30px 30px;
  font-size: 1.2rem;
  line-height: 1.0;
  color: #9898a0;
}
.news-list li:nth-child(3n+1) {
  border-left: #d6d6d9 solid 1px;
}
.news-list li:hover {
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  border-bottom: #809428 solid 4px;
}

.l-top-content-box .btn-border {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
}
.l-top-content-box .btn-border a {
  border: #9898a0 solid 1px;
  color: #9898a0;
  width: 120px;
  line-height: 30px;
}

.event-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: #d6d6d9 solid 1px;
}
.event-list li {
  width: 100%;
  border-top: #d6d6d9 solid 1px;
  padding: 20px 0;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-list li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 20px auto auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #323242;
  border-right: 3px solid #323242;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.event-list li.with-photo {
  width: 48%;
  border: #d6d6d9 solid 1px;
  background: #FFF;
  padding: 0;
  margin: 0 0 50px;
}
.event-list li.with-photo::after {
  display: none;
}
.event-list li .pic {
  width: 100%;
}
.event-list li .pic img {
  width: 497px;
  height: 280px;
    object-fit: contain;
  font-family: "object-fit: cover;";
}
.event-list li .date {
  font-size: 1.2rem;
  line-height: 1.0;
  color: #9898a0;
}
.event-list li .cat {
  color: #809428;
  font-size: 1.2rem;
  line-height: 1.0;
}
.event-list li h3 {
  font-size: 1.6rem;
  margin: 6px 40px 0 0;
}
.event-list li .txt {
  position: relative;
  padding: 30px 0 20px;
  height: 100%;
}
.event-list li .txt .event-label {
  position: absolute;
  top: -16px;
  left: -4px;
}
.event-list li .txt .event-label span {
  display: inline-block;
  color: #809428;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  padding: 10px 20px 10px 28px;
  text-align: center;
  background: #809428;
  position: relative;
  color: #FFF;
}
.event-list li .txt .event-label span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  width: 0px;
  height: 0px;
  background: transparent;
  border-bottom: 2px solid #3b6300;
  border-left: 2px solid #3b6300;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.event-list li .txt .event-label span::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  display: block;
  width: 0px;
  height: 0px;
  background: transparent;
  border-bottom: 16px solid #809428;
  border-left: 16px solid #809428;
  border-right: 10px solid transparent;
  border-top: 16px solid #809428;
}
.event-list li .txt h3 {
  margin: 0 30px 10px;
  font-size: 2.6rem;
  line-height: 1.1538;
  font-weight: 700;
}
.event-list li .txt .date {
  display: block;
  margin: 0 30px 30px;
}
.event-list li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.event-list li.with-photo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  border-bottom: #809428 solid 4px;
}

.activities-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.activities-list li {
  width: 333px;
  margin-bottom: 50px;
  border: #d6d6d9 solid 1px;
  background: #FFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.activities-list li .pic {
  width: 100%;
}
.activities-list li .pic img {
  width: 100%;
  height: 206px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.activities-list li .txt {
  position: relative;
  padding: 30px 0 0;
  height: 100%;
}
.activities-list li .txt h3 {
  margin: 0 30px 10px;
  font-size: 2.6rem;
  line-height: 1.1538;
  font-weight: 700;
}
.activities-list li .txt p {
  margin: 0 30px 30px;
  font-size: 1.4rem;
  line-height: 1.4285;
}
.activities-list li:hover {
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  border-bottom: #809428 solid 4px;
}

.l-resources-box {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-resources-box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.l-resources-box .l-resources-box__inner-b {
  position: relative;
}
.l-resources-box .l-resources-box__inner-b.l-video {
  width: 725px;
}
.l-resources-box .l-resources-box__inner-b.l-pub {
  width: 245px;
}
.l-resources-box .l-resources-box__inner-b .btn-border {
  top: -5px;
}
.l-resources-box .l-resources-box__inner-b .btn-border a {
  width: 78px;
}
.l-resources-box .l-resources-box__inner-b .txt p {
  padding: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.video-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-our-member-slider {
  margin: 0 -8px;
}

.l-our-member-slider p {
height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0px 10px;
}

.l-our-member-slider li {
  width: 160px;
  height: 160px;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
  margin: 0 8px;
}
.l-our-member-slider li img {
  margin: 0 auto;
  display: block;
}

div.cspml_details_container div.cspml_details_title {
    white-space: pre-line !important;
}

div.cspml_details_container div.cspml_details_title a {
	font-size: 16px !important;
}

div.cspml_details_container div.cspml_details_content.grid {
    height: auto !important;
    font-size: 11px;
}

.cspml_listings_area_map139 {
	display: table-footer-group;
}

div.cspml_details_container div.cspml_details_content {
	font-size: 11px !important;
}

.storycontent p {
	padding-top: 0px;
	padding-bottom: 20px;
}

.storycontent h3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.storycontent tbody tr {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

.storycontent tbody p {
	padding-top: 0px;
	padding-bottom: 0px;
}

.txt-box img {
	padding-top: 20px;
	padding-bottom: 20px;
}

.txt a,
.txt-box a,
.storycontent a {
  color: #809428 !important;
}

div.cspml_details_container div.cspml_details_content {
    display: none;
}

@media screen and (max-width: 767px), print {

.s-page-content-box {
	padding: 40px 20px !important;
}

.elementor-page .s-page-content-box {
	padding: 40px 20px !important;
}

.s-page-content-box iframe {
	width: 100% !important;
	height: 450px;
}

section.elementor-element span {
	display: block;

}

  #top-main-video-box {
    width: 100%;
    min-width: 100%;
    height: calc(100vh - 50px);
  }
  #top-main-video-box .txt {
    padding: 0 4.503vw;
  }
  #top-main-video-box .txt h2 {
    font-size: 10.4vw;
  }
  #top-main-video-box .txt h2 span {
    font-size: 5.6vw;
  }
  #top-main-video-box .txt .line {
    max-width: auto;
    width: 10.6vw;
    margin: 4.4444vh 0;
  }
  #top-main-video-box .txt p {
    font-size: 3.466vw;
  }
  #top-main-video-box .txt .btn-green {
    margin: 6.4444vh 0;
  }
  #top-main-video-box .txt .btn-green a {
    width: 48vw;
    line-height: 40px;
    font-size: 3.6vw;
  }
  #top-main-video-box .video-cap {
    font-size: 1.6vw;
  }
  #top-main-video-box .scroll {
    right: 0;
  }
  #top-main-video-box .scroll img {
    width: 10.666vw;
    height: auto;
  }

  #page-header .video-cap {
    font-size: 1.6vw;
	color: #FFF;
    position: absolute;
    left: 15px;
    bottom: 5px;
    z-index: 2;
  }

  #block2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100vw;
    height: calc(100vh - 50px);
  }
  #block2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .l-top-content-box {
    padding: 60px 20px;
  }
  .l-top-content-box .inner_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .l-top-content-box .ttl {
    font-size: 6.9333vw;
    margin-bottom: 30px;
  }
  .l-top-content-box .ttl span {
    padding-bottom: 18px;
  }

  #case-study .btn-green a {
    margin: 30px auto 0;
    background: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: #9898a0 solid 1px;
    color: #9898a0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #activities {
    padding-bottom: 60px;
  }

  .news-list {
    display: block;
  }
  .news-list li {
    width: 100%;
    border: #d6d6d9 solid 1px;
    margin-bottom: 30px;
  }
  .news-list li .pic {
    width: 100%;
  }
  .news-list li .pic img {
    height: 200px;
  }
  .news-list li .txt {
    position: relative;
    padding: 20px;
  }
  .news-list li .txt .cat-box {
    margin: 0 0 15px;
    padding: 0;
  }
  .news-list li .txt h3 {
    margin: 0 0 10px;
    font-size: 5.333vw;
  }
  .news-list li .txt p {
    margin: 0 0 10px;
  }
  .news-list li .txt .date {
    margin: 0 0 10px;
  }

  .l-top-content-box .btn-border {
    position: static;
    margin: 0;
  }
  .l-top-content-box .btn-border a {
    width: 53.333vw;
    line-height: 40px;
  }

  .event-list {
    display: block;
    margin-bottom: 30px;
  }
  .event-list li {
    padding: 20px 40px 20px 0;
  }
  .event-list li::after {
    margin: auto 5px auto auto;
    width: 6px;
    height: 6px;
  }
  .event-list li.with-photo {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
  .event-list li .pic img {
    height: 200px;
  }
  .event-list li h3 {
    font-size: 4.233vw;
    line-height: 1.2;
  }
  .event-list li .txt {
    position: relative;
    padding: 30px 0 0;
  }
  .event-list li .txt h3 {
    margin: 0 20px 10px;
    font-size: 4.733vw;
  }
  .event-list li .txt .date {
    margin: 0 20px 20px;
  }

  .activities-list {
    padding-bottom: 10px;
  }
  .activities-list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .activities-list li .pic img {
    height: 100px;
  }
  .activities-list li .txt {
    padding: 20px 0 0;
  }
  .activities-list li .txt h3 {
    margin: 0 15px 10px;
    font-size: 4.733vw;
  }
  .activities-list li .txt p {
    margin: 0 15px 20px;
    font-size: 2.8vw;
  }

  #resources .btn-border {
    display: none;
  }

  .l-resources-box {
    display: block;
  }
  .l-resources-box h3 {
    font-size: 5.3333vw;
  }
  .l-resources-box .l-resources-box__inner-b.l-video {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: #d6d6d9 solid 1px;
  }
  .l-resources-box .l-resources-box__inner-b.l-pub {
    width: 100%;
  }
  .l-resources-box .l-resources-box__inner-b .btn-border {
    display: block !important;
  }
  .l-resources-box .l-resources-box__inner-b .btn-border a {
    width: 53.333vw;
    line-height: 40px;
    margin: 30px auto 0;
  }
  .l-resources-box .l-resources-box__inner-b .txt p {
    padding: 20px 0 0;
    font-size: 4.733vw;
  }

.l-our-member-slider {
  margin: 0 -8px;
}

.l-our-member-slider p {
	height: 60px;;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0px 10px;
}

.l-our-member-slider li {
  width: auto;
  height: auto;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
  margin: 0 8px;
}
.l-our-member-slider li img {
  margin: 0 auto;
  display: block;
}
}
/* =============================================================

Page common

* ============================================================= */
.img-responsive {
    height: 180px !important;
    width: 100%;
    object-fit: cover;
}

#page-header {
  width: 100%;
  min-width: 1040px;
  height: 520px;
  position: relative;
  display: block;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
#page-header .txt {
  margin-top: -40px;
  padding: 0 100px;
  color: #FFF;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
#page-header .txt h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.0;
}

#page-header .txt_newsletter {
  margin-top: -40px;
  padding: 0 100px;
  color: #809428;
}

#page-header .txt_newsletter h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.0;
  color: #809428;
}
#page-header .scroll {
  position: absolute;
  right: 14px;
  bottom: 40px;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page-header .scroll img {
  width: 60px;
  height: 190px;
}
#page-header .scroll:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#page-header .mask {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/mask.png);
}

#imgBlock {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% - 40px);
}
#imgBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f1f1f1;
}
.pan p {
  padding: 0 100px;
  font-size: 1.1rem;
  line-height: 40px;
}
.pan a {
  text-decoration: underline;
}
.pan a::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.pan a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.l-page-content-box {
  padding: 100px 0px;
}
.l-page-content-box.no-padding {
  padding: 0;
}
.l-page-content-box.bk-green {
  background: #eef1e3;
}
.l-page-content-box.bk-gray {
  background: #f1f1f1;
}
.l-page-content-box .inner_wrapper {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
.l-page-content-box .ttl {
  color: #323242;
  border-bottom: #d6d6d9 solid 1px;
  font-size: 4.0rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.0;
}
.l-page-content-box .ttl span {
  border-bottom: #323242 solid 1px;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: -1px;
}
.l-page-content-box .ttl2 {
  color: #323242;
  border-bottom: #d6d6d9 solid 1px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.0;
}
.l-page-content-box .ttl2 span {
  border-bottom: #323242 solid 1px;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: -1px;
}
.l-page-content-box .pic-box {
  margin-bottom: 25px;
}
.l-page-content-box .txt-box {
  margin-bottom: 25px;
}
.l-page-content-box .txt-box.mb {
  padding-bottom: 75px;
}
.l-page-content-box .txt-box.mb a {
  color: #809428;
}
.l-page-content-box .txt-box a {
  color: #809428;
}
.l-page-content-box .txt-box p {
  text-align: justify;
  padding-bottom: 20px;
}
.l-page-content-box .txt_box h3 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 20px;
}


.l-page-content-box .txt-box p.mb {
  padding-bottom: 25px;
}
.l-page-content-box .btn-green a {
  margin: 0 auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.s-page-content-box {
  padding: 0px 100px 100px 100px;
  display: inline-block;
  width: 100%;
}
.elementor-page .s-page-content-box {
  padding: 0px 100px 0px 100px;
  display: inline-block;
  width: 100%;
}

.elementor-page .s-page-content-box .inner_wrapper {
	padding-top: 30px;
}

.s-page-content-box.no-padding {
  padding: 0;
}
.s-page-content-box.bk-green {
  background: #eef1e3;
}
.s-page-content-box.bk-gray {
  background: #f1f1f1;
}
.s-page-content-box .inner_wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.s-page-content-box .inner_wrapper a {
	color: #809428;
}

.s-page-content-box .inner_wrapper ul {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.s-page-content-box .inner_wrapper ul.disc li {
	list-style: disc;
    margin-left: 20px;
}

.s-page-content-box .inner_wrapper ul.disc li:last-child {
	margin-bottom: 30px;
}

.s-page-content-box .inner_wrapper ul li:last-child {
	margin-bottom: 30px;
	padding-bottom: 30px;
}


.s-page-content-box .inner_wrapper ul.bg {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.s-page-content-box .inner_wrapper ul.bg li {
	float: left;
	margin-right: 20px;
	clear: both;
}

.s-page-content-box .inner_wrapper ul.bg li p.cs_ttl {
	font-weight: bold;
	font-size: 110%;
}

.s-page-content-box .inner_wrapper ul.bg li p {
	font-weight: normal;
	font-size: 110%;
}


.s-page-content-box .inner_wrapper ul.bg li h4 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}

.s-page-content-box .inner_wrapper ul.bg li hr {
	border-top: #e7e7e7 solid 1px;
    margin-bottom: 30px;
}

.s-page-content-box .inner_wrapper ul.bg li p.outcome_ttl {
	font-weight: bold;
	font-size: 120%;
}

.s-page-content-box .inner_wrapper ul.bg li p.outcome_ttl_sub {
	font-weight: bold;
	font-size: 110%;
	text-decoration: underline;
}

.s-page-content-box .inner_wrapper ul li {
}

.s-page-content-box .inner_wrapper ul li p.cs_ttl {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
}

.s-page-content-box .inner_wrapper ul li p {
	font-weight: normal;
	font-size: 110%;
	margin-bottom: 30px;
}


.s-page-content-box .ttl {
  color: #323242;
  border-bottom: #d6d6d9 solid 1px;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.0;
}
.s-page-content-box .ttl span {
  border-bottom: #323242 solid 1px;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: -1px;
}
.s-page-content-box .pic-box {
  margin-bottom: 25px;
}
.s-page-content-box .txt-box {
  margin-bottom: 25px;
}
.s-page-content-box .txt-box.mb {
  padding-bottom: 0px;
}
.s-page-content-box .txt-box.mb a {
  color: #809428;
}
.s-page-content-box .txt-box p {
  text-align: justify;
  margin-bottom: 10px;
}
.s-page-content-box .txt-box p.mb {
  padding-bottom: 25px;
}
.s-page-content-box .btn-green a {
  margin: 0 auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-reset {
	background-color: gray;
    background-size: 16px 16px;
    color: #FFF;
    padding: 0 20px;
    line-height: 30px;
    text-align: left;
    border: none;
    width: 140px;
    font-size: 1.4rem;
    cursor:pointer;
}

@media screen and (max-width: 767px), print {
  #page-header {
    width: 100%;
    min-width: 100%;
    height: calc(30vh - 50px);
  }
  #page-header .txt {
    padding: 0 4.503vw;
  }
  #page-header .txt_newsletter {
    padding: 0 4.503vw;
  }
  #page-header .txt h2 {
    font-size: 6.4vw;
  }
  #page-header .txt_newsletter h2 {
    font-size: 6.4vw;
  }
  #page-header .scroll {
    display: none;
    right: 0;
  }
  #page-header .scroll img {
    width: 10.666vw;
    height: auto;
  }

  #imgBlock {
    width: 100vw;
    height: calc(30vh - 50px);
  }

  .pan {
    display: none;
  }

  .l-page-content-box {
    padding: 60px 20px;
  }
  .l-page-content-box .inner_wrapper {
    width: 100%;
  }
  .l-page-content-box .ttl {
    font-size: 6.9333vw;
    margin-bottom: 30px;
  }
  .l-page-content-box .ttl span {
    padding-bottom: 18px;
  }
  .l-page-content-box .ttl2 {
    font-size: 6.9333vw;
    margin-bottom: 30px;
  }
  .l-page-content-box .ttl2 span {
    padding-bottom: 18px;
  }
  .l-page-content-box .pic-box {
    margin-bottom: 25px;
  }
  .l-page-content-box .txt-box {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }
  .l-page-content-box .txt-box p {
    text-align: -webkit-auto;
  }
  .l-page-content-box .btn-green a {
    margin: 0 auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
.btn-reset {
	background-color: gray;
	background-size: 16px 16px;
    padding: 0 20px;
    line-height: 30px;
    width: 25vw;
    font-size: 2.8vw;
    cursor:pointer;
    }
}
/* =============================================================

Contents

* ============================================================= */
.l-page-content-list-box li .pic {
  width: 50%;
  height: 530px;
}
.l-page-content-list-box li .pic2 {
  width: 50%;
  height: auto;
  margin-bottom: 30px;
}

.l-page-content-list-box li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-page-content-list-box li .txt {
  width: 50%;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 60px;
}
.l-page-content-list-box li .txt2 {
  width: 50%;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px 0 0;
}


.l-page-content-list-box li .txt2 a {
    color: #809428;
    display: contents;
}
.l-page-content-list-box li .txt.bk-gray {
  background: #f1f1f1;
}
.l-page-content-list-box li .txt.bk-green {
  background: #eef1e3;
}
.l-page-content-list-box li .txt h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #323242;
}
.l-page-content-list-box li .txt h2::after {
  display: block;
  content: "";
  margin: 25px 0;
  width: 50px;
  height: 1px;
  background: #323242;
}
.l-page-content-list-box li .txt h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #323242;
}
.l-page-content-list-box li .txt p {
  font-size: 1.4rem;
  line-height: 1.7142;
  padding-bottom: 25px;
}
.l-page-content-list-box li .txt p a {
  color: #809428;
}

.l-page-content-list-box li .btn-border {
  margin: 0;
}
.l-page-content-list-box li .btn-border a {
  border: #9898a0 solid 1px;
  color: #9999a1;
  width: 40%;
  line-height: 30px;
  margin: 0;
}
.l-page-content-list-box .l-pic-left-txt-right,
.l-page-content-list-box .l-txt-left-pic-right {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-page-content-list-box .l-txt-left-pic-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-page-content-3col-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-page-content-3col-list li {
  width: 300px;
}
.l-page-content-3col-list li .pic {
  width: 100%;
  height: 178px;
}
.l-page-content-3col-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.l-page-content-3col-list li .txt {
  width: 100%;
  padding: 30px 0 20px;
}
.l-page-content-3col-list li .txt h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #323242;
  line-height: 1.2;
}
.l-page-content-3col-list li .txt h3::after {
  display: block;
  content: "";
  margin: 25px 0;
  width: 50px;
  height: 1px;
  background: #323242;
}
.l-page-content-3col-list li .txt h4 {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.238;
  color: #323242;
}
.l-page-content-3col-list li .txt p {
  font-size: 1.4rem;
  line-height: 1.7142;
  padding-bottom: 25px;
}
.l-page-content-3col-list li .btn-border {
  margin: 20px 0 50px;;
}
.l-page-content-3col-list li .btn-border a {
  border: #9898a0 solid 1px;
  color: #9898a0;
  width: 100px;
  line-height: 30px;
  margin: 0;
}

.l-content-2col-box {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-content-2col-box.b-border {
  border-bottom: #e8e8e8 solid 1px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.l-content-2col-box .pic {
  width: 400px;
  margin-right: 30px;
}
.l-content-2col-box .pic img {
  width: 100%;
  height: auto;
}
.l-content-2col-box .txt {
  width: 560px;
}
.l-content-2col-box .txt h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #323242;
  line-height: 1.2;
}
.l-content-2col-box .txt h3::after {
  display: block;
  content: "";
  margin: 25px 0;
  width: 50px;
  height: 1px;
  background: #323242;
}
.l-content-2col-box .txt h4 {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.238;
  color: #323242;
}
.l-content-2col-box .txt p {
  font-size: 1.4rem;
  line-height: 1.7142;
  padding-bottom: 25px;
}
.l-content-2col-box .btn-border {
  margin: 0;
}
.l-content-2col-box .btn-border a {
  border: #9898a0 solid 1px;
  color: #9898a0;
  width: 100px;
  line-height: 30px;
  margin: 0;
}

@media screen and (max-width: 767px), print {
  .l-page-content-list-box li .pic {
    width: 100%;
    height: 220px;
  }
  .l-page-content-list-box li .txt {
    width: 100%;
    padding: 30px 20px 40px;
  }
  .l-page-content-list-box li .txt h2 {
    font-size: 5.8vw;
  }
  .l-page-content-list-box li .txt h3 {
    font-size: 4.3vw;
    margin-bottom: 10px;
  }
  .l-page-content-list-box li .txt p {
    font-size: 3.2vw;
    padding-bottom: 20px;
  }
  .l-page-content-list-box li .btn-border a {
    width: 26.66vw;
  }
  .l-page-content-list-box .l-pic-left-txt-right,
  .l-page-content-list-box .l-txt-left-pic-right {
    display: block;
  }

  .l-page-content-3col-list {
    display: block;
    margin: 0 -20px;
  }
  .l-page-content-3col-list li {
    width: 100%;
  }
  .l-page-content-3col-list li .pic {
    width: 100%;
    height: 220px;
  }
  .l-page-content-3col-list li .txt {
    padding: 30px 20px 40px;
  }
  .l-page-content-3col-list li .txt h3 {
    font-size: 5.8vw;
  }
  .l-page-content-3col-list li .txt h4 {
    font-size: 4.3vw;
    margin-bottom: 10px;
  }
  .l-page-content-3col-list li .txt p {
    font-size: 3.2vw;
    padding-bottom: 20px;
  }
  .l-page-content-3col-list li .btn-border a {
    width: 26.66vw;
  }

  .l-content-2col-box {
    display: block;
    margin: 0 -20px;
  }
  .l-content-2col-box.b-border {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .l-content-2col-box .pic {
    width: 100%;
  }
  .l-content-2col-box .pic img {
    width: 100%;
    height: 220px;
  }
  .l-content-2col-box .txt {
    width: 100%;
    padding: 30px 20px 40px;
  }
  .l-content-2col-box .txt h3 {
    font-size: 5.8vw;
  }
  .l-content-2col-box .txt h4 {
    font-size: 4.3vw;
    margin-bottom: 10px;
  }
  .l-content-2col-box .txt p {
    font-size: 3.2vw;
    padding-bottom: 20px;
  }
  .l-content-2col-box .btn-border a {
    width: 26.66vw;
  }
}
.l-activities__list {
  border-top: #d6d6d9 solid 1px;
  margin: 50px 0 0;
  padding: 50px 0 26px 22px;
}
.l-activities__list li {
  margin-bottom: 24px;
  list-style-type: decimal;
  font-weight: 700;
  font-size: 1.6rem;
}
.l-activities__list li h3 {
  font-weight: 700;
}
.l-activities__list li h3 a {
  font-weight: 400;
  color: #809428;
  line-height: 1.5;
}
.l-activities__list li p {
  font-weight: 400;
  font-size: 1.4rem;
}
.l-activities__list li .pdf-link a {
  color: #809428;
  line-height: 1.5;
  padding-left: 22px;
  background: url(../img/icon-pdf.png) no-repeat left center;
}
.l-activities__list li .recent-link a {
  color: #809428;
  line-height: 1.5;
  font-weight: normal;
    font-size: 90%;
}

.l-activities__list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

p.pdf-link {
	padding-top: 30px;
}

p.pdf-link a {
  color: #809428;
  line-height: 1.5;
  padding-left: 22px;
  background: url(../img/icon-pdf.png) no-repeat left center;
}
p.pdf-link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#page-search-box {
  background: #f1f1f1;
  display: block;
  margin: 0 auto 50px;
  padding: 35px;
  min-width: 1040px;
}
#page-search-box .l-event-search-box {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
#page-search-box .l-event-search-box:last-child {
  padding: 0;
}
#page-search-box .tl {
  width: 80px;
  font-weight: 700;
  font-size: 1.5rem;
}
#page-search-box .tl2 {
  width: 85px;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: -15px;
}
#page-search-box .co {
  padding: 0 0 0 40px;
  -js-display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  -webkit-align-items: center;
  align-items: center;
}
#page-search-box .co li {
  margin-right: 20px;
    display: inline-block;
}

#page-search-box .l-event-search-box .co li {
  margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

#page-search-box .l-event-search-box2 .co li {
  margin-right: 20px;
    display: inline-block;
    margin-bottom: 0px;
}

#page-search-box .co2 {
  padding: 0 0 0 35px;
  -js-display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  -webkit-align-items: center;
  align-items: center;
}
#page-search-box .co2 li.sub_cat_li {
  margin-right: 20px;
  margin-bottom: 10px;
	display: inline-block;	
}
#page-search-box input[type=text], #page-search-box select {
  font-size: 110%;
}
#page-search-box input[type=checkbox].btn-search-check,
#page-search-box input[type=radio].btn-search-check {
  display: none;
}
#page-search-box label,#page-search-box select,
#page-search-box .cat-item a {
  border: #282828 solid 1px;
  background: #FFF;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
  cursor: pointer;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page-search-box label.sub_cat {
  border: #282828 solid 1px;
  background: #FFF;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  cursor: pointer;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page-search-box label:hover,
#page-search-box .cat-item a:hover {
  background: #282828;
  color: #FFF;
}
#page-search-box .cat-item.current-cat a {
  background: #282828;
  color: #FFF;
}
#page-search-box input[type=checkbox]:checked + label,
#page-search-box input[type=radio]:checked + label {
  background: #282828;
  color: #FFF;
}
#page-search-box input.keyword {
  border: #282828 solid 1px;
  background: #FFF;
  line-height: 30px;
  padding: 0 20px;
  width: 100%;
}
#page-search-box input[type=submit]#s-search-btn {
  background: #282828 url(../img/btn-search.svg) no-repeat 90% center;
  background-size: 16px 16px;
  color: #FFF;
  padding: 0 20px;
  line-height: 30px;
  text-align: left;
  border: none;
  width: 140px;
  font-size: 1.4rem;
}

.l-event-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 1040px;
}
.l-event-list::after {
  display: block;
  content: "";
  width: calc(100% / 3);
}

.l-event-list li {
  position: relative;
  width: calc(100% / 3);
  border: #d6d6d9 solid 1px;
  background: #FFF;
  padding: 0;
  margin: 0 0 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-event-list li .pic {
  width: 100%;
}
.l-event-list li .pic img {
	width: 345px;
    height: 214px;
    object-fit: contain;
  font-family: "object-fit: cover;";
}
.l-event-list li .date {
  font-size: 1.2rem;
  line-height: 1.0;
  color: #9898a0;
}
.l-event-list li .cat {
  color: #809428;
  font-size: 1.2rem;
  line-height: 1.0;
}
.l-event-list li h3 {
  font-size: 1.6rem;
  margin: 6px 0 0;
}
.l-event-list li .txt {
  position: relative;
  padding: 30px 0 0;
}
.l-event-list li .txt .event-label {
  position: absolute;
  top: -16px;
  left: -4px;
}
.l-event-list li .txt .event-label span {
  display: inline-block;
  color: #809428;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  padding: 10px 20px 10px 28px;
  text-align: center;
  background: #809428;
  position: relative;
  color: #FFF;
}
.l-event-list li .txt .event-label span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  width: 0px;
  height: 0px;
  background: transparent;
  border-bottom: 2px solid #3b6300;
  border-left: 2px solid #3b6300;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-event-list li .txt .event-label span::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  display: block;
  width: 0px;
  height: 0px;
  background: transparent;
  border-bottom: 16px solid #809428;
  border-left: 16px solid #809428;
  border-right: 10px solid transparent;
  border-top: 16px solid #809428;
}
.l-event-list li .txt h3 {
  margin: 0 30px 10px;
  font-size: 2.6rem;
  line-height: 1.1538;
  font-weight: 700;
}
.l-event-list li .txt .date {
  display: block;
  margin: 0 30px 30px;
}
.l-event-list li:hover {
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  border-bottom: #809428 solid 4px;
}

@media screen and (max-width: 767px), print {
  #page-search-box {
    margin: 0 auto 50px;
    padding: 30px 20px 30px;
    min-width: 100%;
  }
  #page-search-box .l-event-search-box {
    display: block;
    padding-bottom: 20px;
  }
  #page-search-box .l-event-search-box:last-child {
    padding: 0;
  }
  #page-search-box .tl {
    width: 100%;
  }
  #page-search-box .co {
    padding: 0;
  }
  #page-search-box .co li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #page-search-box .co2 {
    padding: 0;
  }
  #page-search-box .co2 li.sub_cat_li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #page-search-box .l-event-search-box:not(:last-child) .co {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: inline-flex;
  }
  #page-search-box .l-event-search-box:not(:last-child) .co2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: inline-flex;
  }
  #page-search-box label,
  #page-search-box .cat-item a {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 2.8vw;
  }
  #page-search-box label.sub_cat {
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    font-size: 2.8vw;
  }
  #page-search-box input.keyword {
    line-height: 30px;
    padding: 0 10px;
    width: auto;
    flex: 1;
  }
  #page-search-box input[type=submit]#s-search-btn {
    background: #282828 url(../img/btn-search.svg) no-repeat 90% center;
    background-size: 16px 16px;
    padding: 0 20px;
    line-height: 30px;
    width: 25vw;
    font-size: 2.8vw;
  }

  .l-event-list {
    min-width: 100%;
    display: block;
  }
  .l-event-list li {
    margin: 0 0 30px;
    width: 100%;
  }
  .l-event-list li .pic img {
    height: 200px;
  }
  .l-event-list li .txt {
    position: relative;
    padding: 30px 0 0;
  }
  .l-event-list li .txt h3 {
    margin: 0 20px 10px;
    font-size: 4.733vw;
  }
  .l-event-list li .txt .date {
    margin: 0 20px 20px;
  }

  .page-resources #page-search-box .l-event-search-box .co,
  .tax-publication_cat #page-search-box .l-event-search-box .co {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: inline-flex;
  }
.mailpoet_content-wrapper {
	width: 90% !important;
}
.pub_thumb {
    float: left;
    margin-right: 10px !important;
    width: 20% !important;
    height: auto;
    display: block;
}
.pub_detail {
    float: right;
    width: 75% !important;
    display: inline-block;
    box-sizing: border-box;
}
}
.l-post-header {
  padding: 90px 0 50px;
}
.l-post-header .inner_wrapper {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
.l-post-header .cat {
  border: #282828 solid 1px;
  background: #FFF;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 6px 20px 0;
  display: inline-block;
}
.l-post-header h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.l-post-header .date {
  font-size: 1.6rem;
  line-height: 1.0;
  color: #9898a0;
}

.l-post-body .inner_wrapper {
  width: 90%;
  max-width: 1040px;
  border-bottom: #d6d6d9 solid 1px;
  padding: 0 0 50px;
  margin: 0 auto 50px;
}
.l-post-body.noborder .inner_wrapper {
  border-bottom: none;
}


.elementor {
	padding-bottom: 80px;
}

.l-post-body .pic-box {
  margin-bottom: 50px;
}
.l-post-body .pic-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}
.newsletter-template-default .l-post-body .txt-box p {
  text-align: justify;
  padding-bottom: 0px;
}
.newsletter-template-default .l-post-body .txt-box ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsletter-template-default .l-post-body .txt-box ul li {
	list-style: disc;
	list-style-position: inside;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.newsletter-template-default .l-post-body .txt-box ul li.num {
	list-style: decimal;
	list-style-position: inside;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.l-post-body .txt-box p {
  text-align: justify;
  padding-bottom: 30px;
}

.l-post-body .txt-box {
	display: inline-block;
}

.l-post-body .txt-box .txt-box-left {
	float: left;
	width: 69%;
}
.l-post-body .txt-box .txt-box-right {
	float: right;
	width: 29%;
}


.l-post-body .txt-box p:last-child {
  padding-bottom: 0;
}
.l-post-body h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #809428;
  line-height: 1.5;
}
.l-post-body h5 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.l-post-body .l-post-body__contents {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-post-body .l-post-body__contents .ttl {
  width: 300px;
}
.l-post-body .l-post-body__contents .co {
  flex: 1;
}
.l-post-body .l-post-body__contents .line {
  display: block;
  background: #323242;
  height: 1px;
  width: 50px;
  margin: 40px 0;
}
.l-post-body .l-post-body__contents ul.list li {
  margin-bottom: 20px;
}
.l-post-body .l-post-body__contents ul.list li:last-child {
  margin-bottom: none;
}
.l-post-body .l-post-body__contents ul.list li p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-post-body .l-post-body__contents ul.list li p.tl {
  color: #809428;
  text-decoration: underline;
  padding-left: 22px;
  padding-left: 22px;
  background: url(../img/icon-pdf.png) no-repeat left center;
  display: block;
}
.l-post-body .btn-line {
  margin: 100px 0 0;
}

@media screen and (max-width: 767px), print {
  .l-post-header {
    padding: 40px 20px;
  }
  .l-post-header .inner_wrapper {
    width: 100%;
    max-width: 100%;
  }
  .l-post-header .cat {
    font-size: 2.8vw;
  }
  .l-post-header h3 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .l-post-header .date {
    font-size: 3.2vw;
  }

  .l-post-body .inner_wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 40px;
    margin: 0 auto 40px;
  }
  .l-post-body .pic-box {
    margin-bottom: 20px;
  }
  .l-post-body .txt-box p {
    padding-bottom: 20px;
  }
  .l-post-body h4 {
    font-size: 4.6vw;
    margin-bottom: 20px;
  }
  .l-post-body h5 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .l-post-body .l-post-body__contents {
    display: block;
  }
  .l-post-body .l-post-body__contents .ttl {
    width: 100%;
  }
  .l-post-body .l-post-body__contents .co {
    flex: 1;
  }
  .l-post-body .l-post-body__contents .line {
    display: block;
    background: #323242;
    height: 1px;
    width: 50px;
    margin: 20px 0;
  }
  .l-post-body .l-post-body__contents ul.list li {
    margin-bottom: 20px;
  }
  .l-post-body .l-post-body__contents ul.list li p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .l-post-body .l-post-body__contents ul.list li p.tl {
    background: url(../img/icon-pdf.png) no-repeat left center;
  }
  .l-post-body .btn-line {
    margin: 40px 0 0;
  }
}
.news-letter-list,
.l-pub-list {
  border-top: #d6d6d9 solid 1px;
  padding-bottom: 50px;
}
.news-letter-list li a,
.l-pub-list li a {
  width: 100%;
  border-bottom: #d6d6d9 solid 1px;
  padding: 20px 0;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.news-letter-list li a::after,
.l-pub-list li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 20px auto auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid #323242;
  border-right: 3px solid #323242;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-letter-list li a:hover,
.l-pub-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.news-letter-list li .date,
.l-pub-list li .date {
  font-size: 1.2rem;
  line-height: 1.0;
  color: #9898a0;
}
.l-pub-list li .cat {
  font-size: 1.4rem;
  line-height: 1.0;
}
.l-pub-list li .cat:after{
  content:"｜";
}

.news-letter-list li h3,
.l-pub-list li h3 {
  font-size: 1.6rem;
  margin: 6px 50px 0 0;
}
.l-pub-list li {
	display: inline-grid;
    width: 100%;
}
 .pub_thumb {
	float: left;
	margin-right: 30px;
    width: 7%;
    height: auto;
    display: block;
}
.pub_detail {
	float: right;
    width: 89%;
    display: inline-block;
    box-sizing: border-box;
}

.l-video-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-video-list::after {
  content: "";
  display: block;
  width: calc(calc(100% - 40px) / 3);
}
.l-video-list li {
  width: calc(calc(100% - 40px) / 3);
  border: #d6d6d9 solid 1px;
  margin-bottom: 30px;
}
.l-video-list li .txt {
  padding: 28px;
}
.l-video-list li h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.l-video-list li p.meta {
  color: #862226;
  line-height: 1.5;
  margin-bottom: 15px;
}
.l-video-list li p {
  line-height: 1.4;
}

.l-video-list li p a {
  color: #809428;
}

@media screen and (max-width: 767px), print {
  .news-letter-list,
  .l-pub-list {
    padding-bottom: 40px;
  }
  .news-letter-list li a,
  .l-pub-list li a {
    padding: 20px 20px 20px 0;
  }
  .news-letter-list li a::after,
  .l-pub-list li a::after {
    margin: auto 10px auto auto;
  }
  .news-letter-list li .date,
  .l-pub-list li .date {
    font-size: 2.4vw;
  }
  .news-letter-list li .meta,
  .l-pub-list li .meta {
    font-size: 2.4vw;
  }
  .news-letter-list li h3,
  .l-pub-list li h3 {
    font-size: 4.733vw;
    margin: 6px 0 0;
    line-height: 1.5;
  }

  .l-video-list {
    display: block;
  }
  .l-video-list::after {
    display: none;
  }
  .l-video-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-video-list li .txt {
    padding: 30px 20px;
  }
  .l-video-list li h3 {
    font-size: 4.733vw;
    margin-bottom: 10px;
  }
  .l-video-list li p.meta {
    margin-bottom: 10px;
  }
  .l-video-list li p {
    font-size: 2.8vw;
  }
}

section.elementor-inner-section {
	border-bottom: #d6d6d9 solid 0px;
	padding: 0;
    margin: 0 auto;
	text-align: left !important;
    color: #282828;	
}

section.elementor-top-section {
	border-bottom: #d6d6d9 solid 1px;
	padding: 0px 100px 30px 100px;
    display: inline-block;
    width: 100%;
	text-align: left !important;
    color: #282828;
}



section.elementor-element a, .elementor-inner a, .elementor-inner span a {
	text-decoration: underline;
	  color: #809428 !important;
	}

.elementor-widget {
	margin-bottom: 0px !important;
	font-family: 'Roboto','Noto Sans JP',sans-serif !important;
}

.elementor-widget-image {
	margin-bottom: 30px !important;
}

section.elementor-element span {
	text-align: left !important;
	font-family: 'Roboto','Noto Sans JP',sans-serif  !important;
}

section.elementor-element p {
	text-align: left !important;
	font-family: 'Roboto','Noto Sans JP',sans-serif !important;
}

.elementor-section-wrap, .elementor-widget-wrap, .elementor-widget-container {
}

.elementor-widget-container table p {
	margin: 30px;
}

.elementor-widget-heading, h2.elementor-heading-title {
	margin-top: 30px;
	margin-bottom: 30px;
}

h2.elementor-heading-title p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.elementor-widget-image img {
	margin-top: 30px;
}

.mailpoet_content-wrapper, #wysija_wrapper table, #wysija_wrapper tbody, #wysija_wrapper td, #wysija_wrapper tr, #wysija_wrapper td.wysija_content_container {
	width: 100%;
    margin: 0 auto;
    background: #FFF !important;
}

.wysija_divider_container div {
	width: 100%;
	text-align: left;
}

.wysija_divider_container div img {
	width: 100%;
	text-align: left;
	height: 1px;
	margin-top: 20px;
}

#wysija_wrapper td, #wysija_wrapper tr, #wysija_wrapper td.wysija_content_container,table.MsoNormalTable, table.MsoNormalTable td {
	width: 100%;
    margin: 0 auto;
    background: #FFF !important;
}

.mailpoet_content-wrapper a, #wysija_wrapper a {
	text-decoration: underline;
	  color: #809428;
}

.mailpoet_content-wrapper h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}


#wysija_wrapper {
	margin-bottom: 30px;
}


.wysija_text_container {
	float: left;
}

.wysija_text_container h2 {
	display: block;
		margin-bottom: 30px;
}

table.mailpoet_template .mailpoet_content, .mailpoet_cols-one, .mailpoet_image mailpoet_padded_vertical, .mailpoet_padded_side, .mailpoet_divider-cell, .mailpoet_cols-two, .mailpoet_cols-two tr, .mailpoet_content-wrapper tbody {
	background-color: #FFF !important;
}

.mailpoet_template, .mailpoet_template tbody, .mailpoet_template tbody tr, .mailpoet_template tbody td {
	width: 100%;
    max-width: 1040px;
}

.mailpoet_image {
	text-align: left;
}

.mailpoet_image img {
	width: auto;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.mailpoet_cols-two {
	width: 40%;
	margin-right: 30px;
}

.mailpoet_cols-two img {
	margin-left: 30px;
	margin-right: 30px;
    padding-right: 30px;
	width: auto;
}

.mailpoet_divider-cell hr {
	display: none;
}

.wysija_image_container {
	border: none !important;
}

.wysija_image_placeholder {
	display: inline-grid;
}

.wysija_image_container img {
	width: auto !important;
	height: auto !important;
	margin-bottom: 30px !important;
	display: block !important;
}

h1.elementor-widget-heading, h1.elementor-heading-title  {
	font-size: 200%;
	margin-bottom: 20px !important;
}

h3.elementor-widget-heading, h3.elementor-heading-title  {
	font-size: 130%;
	margin-bottom: 10px !important;
}

h2.elementor-heading-title, h4.elementor-heading-title, h5.elementor-heading-title, h6.elementor-heading-title  {
	margin-bottom: 10px !important;
}


.l-post-body .txt-box h5 {
	margin-top: 30px;
}

#i4c-dialogs-container {
	padding-bottom: 30px;
}

.elementor-text-editor ul li, .txt-box ul li {
	list-style: disc;
    padding-left: 0em;
    margin-left: 2em;
    text-indent: 0em;
    padding-bottom: 30px;
}

.elementor-text-editor ol, .txt-box ol {
	margin-top: 30px;
}

.elementor-text-editor ol li, .txt-box ol li {
	list-style: decimal;
    padding-left: 0em;
    margin-left: 2em;
    text-indent: 0em;
    padding-bottom: 30px;
}

.txt-box ul.concept li {
	list-style:disc;
	text-indent: 20px;
    padding-left: 0em;
    margin-left: 2em;
    text-indent: 0em;
    padding-bottom: 10px;
}

.txt-box ul.concept li:last-child {
    padding-bottom: 30px;
}

.txt-box ul li {
	list-style: disc;
	text-indent: 20px;
}


#:2oz h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.txt-box h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.txt-box h3.concept_h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 130%;
	color:#809428;
}

.txt-box h4.concept_h4 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 120%;
		color:#809428;
}

#wysija_wrapper h2, #wysija_body_content h2, #wysija_body_content h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.elementor-editor-active #side nav, .elementor-editor-active #side .btn-border {
	display: none;
}

.elementor-edit-mode {
width: 90%;
    margin: 0 auto;
}

blockquote {
    padding: 10px 20px;
    margin: 20px 0 20px;
    border-left: 5px solid #eee;
}

section.elementor-element table span {
	margin: 10px 10px 10px 0px;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif !important;
}

section.elementor-element table tbody {
	vertical-align: top;
}

.txt-box ul.activity-list {
	padding-top: 20px;
}

.txt-box ul.activity-list li {
    list-style: disc;
    text-indent: 0px;
    padding-bottom: 10px;
}

.txt-box ul.activity-list li:last-child {
    padding-bottom: 0px;
}

.txt-box ul.activity-list-2 li {
    list-style: disc;
    text-indent: 0px;
    padding-bottom: 10px;
}

.txt-box ul.activity-list-2 li:last-child {
    padding-bottom: 0px;
}

.bk-green {
  background: #eef1e3;
}
.bk-gray {
  background: #f1f1f1;
}

.l-page-content-list-box li .pic img.pdf {
    width: 80%;
    height: auto;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
}

.elementor-text-editor h2 {
	margin-bottom: 15px;
}

#ir .txt a {
	display: contents;
}

.selectize-dropdown, .selectize-dropdown.form-control {
	z-index: 1000 !important;
}

.tablepress-id-10 th.column-4 {
 width: 10% !important;
}

@media screen and (max-width: 767px), print {

#tablepress-10_wrapper .dataTables_scrollHeadInner,
#tablepress-10_wrapper .tablepress {
    box-sizing: content-box;
    width: 800px !important;
}

.tablepress-id-10 th.column-1 {
 width: 200px !important;
}

.tablepress-id-10 th.column-2 {
 width: 130px !important;
}
.tablepress-id-10 th.column-3 {
 width: 150px !important;
}
.tablepress-id-10 th.column-4 {
 width: 150px !important;
}
.tablepress-id-10 th.column-5 {
 width: 170px !important;
}

#tablepress-10_wrapper table.dataTable {
    clear: both;
    max-width: none !important;
}


#tablepress-33_wrapper table.dataTable {
    clear: both;
    max-width: none !important;
    width: 900px !important;
	min-width: 900px !important;
}


.txt-box-right {
    float: right;
    width: auto !important;
    display: block;
}
.tablepress-id-11 td.column-1 {
    padding-right: 5px !important;
}
.tablepress-id-11 td.column-2 {
    padding-right: 5px !important;
}
.dataTables_scrollHead {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 50px !important;
    /* tbody内のセルより手前に表示する */
    z-index: 1 !important;
}

.lang_area {
    float: right;
    margin-right: 60px;
    margin-top: 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.lang_area a {
	font-size: 80%;
}


.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 4px;
    clear: both;
}

}

.txt-box-left {
	float: left;
	width: 100%;
	display: block;
}

.txt-box-right {
	float: right;
	width: 55%;
	display: block;
}

.f-large {
	font-size: 120%;
}

.dataTables_filter input {
	border: 1px solid gray;
}

.tablepress td {
	border: #d6d6d9 solid 1px !important;
}

.tablepress .odd td {
	border: #d6d6d9 solid 1px !important;
}

.tablepress tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tablepress thead {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}

.tablepress th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}

.dataTables_scrollHead {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1 !important;
}

.tablepress-id-10 th.column-1 {
    width: 48%;
}

.tb01 {
	margin-bottom: 30px;
}

.tb01 tr td:nth-child(1) {
	width: 90px;
    padding-right: 20px;
	vertical-align: top;
}

.tb01 tr td:nth-child(2) {
	vertical-align: top;
}

@media screen and (min-width:768px) and ( max-width:1360px) {

.l-top-content-box {
    padding: 60px;
}

.l-top-content-box .inner_wrapper {
    width: 940px;
    margin: 0 auto;
}

.l-resources-box .l-resources-box__inner-b.l-video {
    width: 625px;
}

.l-footer .l-footer-content-box .inner_wrapper {
	    width: 940px;
}

.l-header__inner .logo {
    padding: 20px 0 0;
}

.l-header__inner nav {
    margin: 5vh 0 auto;
}

.l-header__inner nav li {
    margin-bottom: 0px;
}

#top-main-video-box .txt {
    padding: 0 50px;
    color: #FFF;
}

#top-main-video-box .txt .line {
    max-width: 60px;
    width: 4.1667vw;
    height: 1px;
    background: #FFF;
    margin: 2.2222vh 0;
    display: block;
}

#top-main-video-box .txt .btn-green {
    margin: 3.2222vh 0 0;
}

}

.wpml-ls-legacy-list-horizontal {
    background: #FFF !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}