@charset "UTF-8";
/*====================================
【ストーリー】　/story/
=======================================*/
.story h3.story {
  display: inline-block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 22px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.story hr {
  border: none;
  border-top: 2px dotted #000;
  margin-top: 30px;
  margin-bottom: 30px;
}

.story p.txt_story {
  margin-bottom: 40px;
}

.story hr:last-of-type {
  display: none;
}

@media print, screen and (min-width: 600px) {
  .story h3.story {
    font-size: 34px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .story hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/*====================================
【ストーリー】　
/story/h_roots 
/story/best_japan
/story/mi_japan
=======================================*/
.story .story_list a {
  display: block;
  border: 1px solid #000;
  margin-bottom: 30px;
  text-decoration: none;
}

.story .story_list a .txt_box {
  margin: 10px 20px;
}

@media print, screen and (min-width: 600px) {
  .story .story_list {
    display: flex;
    flex-wrap: wrap;
  }
  .story .story_list a {
    width: 48%;
    margin-right: 4%;
  }
  .story .story_list a .txt_box {
    margin: 20px 40px;
  }
  .story .story_list a:nth-of-type(2n) {
    margin-right: 0%;
  }
}
@media print, screen and (min-width: 1000px) {
  .story .story_list a {
    width: 31%;
    margin-right: 3.5%;
  }
  .story .story_list a .txt_box {
    margin: 20px 40px;
  }
  .story .story_list a:nth-of-type(2n) {
    margin-right: 3.5%;
  }
  .story .story_list a:nth-of-type(3n) {
    margin-right: 0%;
  }
}
/*====================================
【ストーリー個別】　
/story/h_roots/●●●●
/story/best_japan/●●●●
/story/mi_japan/●●●●
=======================================*/
.story .story_post_wrap h3.story_post {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.story .story_post_wrap h4.story_post {
  display: inline-block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 22px;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.story .story_post_wrap .story_img {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 600px) {
  .story .story_post_wrap h3.story_post {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .story .story_post_wrap h4.story_post {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .story .story_post_wrap .story_img {
    margin-bottom: 40px;
  }
}
.story .story_post_wrap .story_post_content .post_box {
  margin-bottom: 50px;
}

.story .story_post_wrap .story_post_content .post_box h5 {
  font-size: 16px;
  padding: 10px 20px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  .story .story_post_wrap .story_post_content {
    padding: 0 50px;
  }
  .story .story_post_wrap .story_post_content .post_box h5 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .story .story_post_wrap .story_post_content .post_box.double_01 .txt_box,
  .story .story_post_wrap .story_post_content .post_box.double_02 .txt_box {
    display: flex;
  }
  .story .story_post_wrap .story_post_content .post_box.double_01 .txt_box,
  .story .story_post_wrap .story_post_content .post_box.double_02 .txt_box {
    display: flex;
  }
  .story .story_post_wrap .story_post_content .post_box.double_01 .txt_box .img_wrap,
  .story .story_post_wrap .story_post_content .post_box.double_02 .txt_box .img_wrap {
    width: calc(45% - 30px);
    max-width: 400px;
  }
  .story .story_post_wrap .story_post_content .post_box.double_01 .txt_box article,
  .story .story_post_wrap .story_post_content .post_box.double_02 .txt_box article {
    width: calc(55% - 0px);
  }
  .story .story_post_wrap .story_post_content .post_box.double_01 .txt_box p.txt,
  .story .story_post_wrap .story_post_content .post_box.double_02 .txt_box p.txt {
    width: calc(55% - 0px);
  }
  .story .story_post_wrap .story_post_content .post_box.double_01 .txt_box .img_wrap {
    margin-right: 30px;
  }
  .story .story_post_wrap .story_post_content .post_box.double_02 .txt_box .img_wrap {
    margin-left: 30px;
    order: 2;
  }
  .story .story_post_wrap .story_post_content .post_box.double_02 .txt_box p.txt {
    order: 1;
  }
}
.story .story_post_wrap .icn_sdgs_story_wrap {
  display: flex;
}

.story .story_post_wrap .icn_sdgs_story_wrap p.ttl_icn_sdgs {
  max-width: 100px;
}

.story .story_post_wrap .icn_sdgs_story_wrap ul.icn_sdgs_story {
  display: flex;
  flex-wrap: wrap;
}

.story .story_post_wrap .icn_sdgs_story_wrap ul.icn_sdgs_story li {
  max-width: 48px;
  margin-left: 7px;
  margin-bottom: 7px;
}

@media print, screen and (min-width: 600px) {
  .story .story_post_wrap .icn_sdgs_story_wrap p.ttl_icn_sdgs {
    max-width: 156px;
  }
  .story .story_post_wrap .icn_sdgs_story_wrap ul.icn_sdgs_story li {
    max-width: 73px;
  }
}
ul.ex_nav_new {
  display: flex;
  justify-content: space-between;
}

ul.ex_nav_new li a {
  display: inline-block;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.3s;
  text-decoration: none;
}

ul.ex_nav_new li a:before,
ul.ex_nav_new li a:after {
  content: "";
  position: absolute;
  display: block;
}

ul.ex_nav_new li a:before {
  width: 40px;
  height: 100%;
}

ul.ex_nav_new li a:after {
  width: 1em;
  top: 50%;
  transform: translateY(-50%);
}

ul.ex_nav_new li:first-child a {
  padding: 10px 20px 10px 50px;
  margin-right: 10px;
}

ul.ex_nav_new li:first-child a:after {
  left: 14px;
  content: "<";
}

ul.ex_nav_new li:first-child a:before {
  top: 0;
  left: 0;
  border-right: 1px solid #666;
}

ul.ex_nav_new li:last-child a {
  padding: 10px 50px 10px 20px;
  margin-left: 10px;
}

ul.ex_nav_new li:last-child a:after {
  right: 14px;
  content: ">";
  text-align: right;
}

ul.ex_nav_new li:last-child a:before {
  top: 0;
  right: 0;
  border-left: 1px solid #666;
}/*# sourceMappingURL=story.css.map */