﻿@charset "UTF-8";
/***********
CSS for /biodiversity/(田んぼの学校) by FLICKS
Last Updated: 2010-09-17
***********/
/***--- movieG ---***/
.movieG {
  width: 80%;
  margin: auto;
  aspect-ratio: 48 / 27;
}
.movieG iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movieG {
    width: 100%;
  }
}
/***--- float ---***/
.float_r {
  float: right;
  padding-left: 20px;
}
/***--- #tambo-mates 田んぼの仲間たちリスト ---***/
ul#tambo-mates {
  background: #F5D8AC url(/sustainability/biodiversity/img/tanboschool/nakama/bg_01.jpg);
  text-align: center;
  padding: 40px;
  margin: 0 auto 20px;
  line-height: 1.5;
  width: 1000px;
}
ul#tambo-mates li {
  margin-bottom: 20px
}
ul#tambo-mates li.arrow_box_r:after, ul#tambo-mates li.arrow_box_l:after {
  content: "";
  display: block;
  clear: both;
}
ul#tambo-mates li.arrow_box_r img {
  float: right;
  margin: 44px 163px 0 0 !important;
  clear: both;
}
ul#tambo-mates li.arrow_box_l img {
  clear: both;
  margin: 44px 0 0 163px !important;
}
ul#tambo-mates li.arrow_box_l > span {
  float: right;
  margin-right: 15px !important;
  font-size: 100%;
  padding: 2em;
}
ul#tambo-mates li.arrow_box_r > span {
  float: left;
  margin-left: 25px !important;
  font-size: 100%;
  padding: 2em;
}
ul#tambo-mates li .catch.txt_nature {
  font-size: 120%;
  font-weight: bold;
  color: #339900;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5em;
}
ul#tambo-mates li > span {
  display: inline-block;
  width: 47%;
  position: relative;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 25px;
  margin: 25px auto;
  text-align: left;
}
ul#tambo-mates li.arrow_box_l > span:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #FFFFFF;
  margin-top: -15px;
  border-width: 15px 30px 15px 0;
}
ul#tambo-mates li.arrow_box_r > span:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #FFFFFF;
  margin-top: -15px;
  border-width: 15px 0 15px 30px;
}
/* = スマホ用 = */
@media screen and (max-width : 767px) {
  ul#tambo-mates {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-flow: column;
    padding: 25px;
    width: 100%;
    margin: 0 0 20px;
  }
  ul#tambo-mates li {
    width: 100%;
    text-align: center;
  }
  ul#tambo-mates li.arrow_box_l > span:after, ul#tambo-mates li.arrow_box_r > span:after {
    top: -5%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFFFFF;
    border-width: 0 15px 30px 15px;
    margin-left: -15px;
  }
  ul#tambo-mates li.arrow_box_l > span, ul#tambo-mates li.arrow_box_r > span {
    width: 92%;
    margin-left: 4% !important;
    margin-right: 4% !important;
    padding: 15px 10px 15px 15px;
    line-height: 140%;
  }
  ul#tambo-mates li.arrow_box_r img, ul#tambo-mates li.arrow_box_l img {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
  }
}
/***********

⽥んぼの学校レポート

***********/
.reprt_contents section {
  border-top: dotted #5F5F5F 1px;
  margin-top: 2.5em;
  padding-top: 2.5em;
}
/***--- .anchor-list ---***/
.anchor-list > ul > li > a.another_page {
  background-image: url(/assets_new/img/sustainability/common/icon_link.png);
  background-size: auto;
}
/***--- ul id="report-navigation" ---***/
#report-navigation {
  border-top: dotted #5F5F5F 1px;
}
#report-navigation li {
  border-bottom: dotted #5F5F5F 1px;
  padding-bottom: 1px;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.3;
  font-size: 100%;
}
#report-navigation li a, #report-navigation li .no_link {
  color: #333;
  text-decoration: none;
  padding: 0.8em;
  padding-left: 1.9em;
  display: block;
  background: url(/assets_new/img/sustainability/common/icon_link.png) no-repeat 0.5em center;
}
#report-navigation li a:hover {
  background-color: #DFEECD;
  color: #000;
}
#report-navigation li .no_link {
  opacity: 0.5;
}
#report-navigation li a strong, #report-navigation li .no_link strong {
  font-weight: bold;
  display: inline-block;
  width: 9.5em;
  margin-right: 0.3em;
  font-size: 106%;
}
/***---  ---***/
ul.photos {
  margin: 2em 0 1.2em;
  /* グレー背景必要ですか？
  padding: 1em 1em 0em;
  background: #EFEEE7;*/
}
ul.photos.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.photos.flex li {
  width: 49%;
  margin-bottom: 1em;
}
ul.photos.flex.col_3 li {
  width: 32%;
}
ul.photos.flex.col_3 li.two-thirds {
  flex: 1;
  margin-left: 22px;
}
ul.photos.flex li img {
  width: 100%;
}
ul.photos.flex li .caption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 90%;
}

.subtext {
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.5;
}
.flex_subtext {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}


/* = スマホ用 = */
@media screen and (max-width : 767px) {
  #report-navigation li a strong, #report-navigation li .no_link strong {
    display: block;
    margin-bottom: 0.2em;
  }
  ul.photos.flex li {
    width: 100% !important;
  }
  ul.photos.flex.col_3 li.two-thirds {
    margin-left: 0;
  }
  .subtext {
    font-size: 13px;
    padding-left: 0;
	padding-bottom: 20px;
}

}
/***--- 森の学校 div.morinogakkou ---***/
div.morinogakkou {
  margin: 50px 1.5em;
}
div.morinogakkou dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 4px solid #DDD;
}
div.morinogakkou dl dt {
  flex: 1;
  min-width: 16em;
}
div.morinogakkou dl dd {
  display: block;
  width: 20em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
  margin: 0.5em;
}
div.morinogakkou dl dd a {
  border-radius: 2em;
  background: #c1b35a;
  position: relative;
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 1em;
  padding-left: 3.4rem;
}
div.morinogakkou dl dd a:before {
  content: "";
  position: absolute;
  left: 1em;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ffffff;
}
div.morinogakkou dl dd a:hover {
  opacity: 1;
  background: #ddd5a4;
}
/* ■田んぼの学校　募集バナー■■■ */
.bnr_bosyu {
	text-align: center;
}
@media screen and (min-width : 768px) {
	.bnr_bosyu_sp {
		display: none;
  }
}
@media screen and (max-width : 767px) {
	.bnr_bosyu_pc {
		display: none;
	}
	.bnr_bosyu img {
		width: 80%;
	}
}

/* = スマホ用 = */
@media screen and (max-width : 767px) {
div.morinogakkou {
  margin: 20px 0;
}
div.morinogakkou dl {
  flex-direction: column;
}
div.morinogakkou dl dt {
  min-width: 6em;
    width: 200px;
    margin-bottom: 1em;
}
div.morinogakkou dl dd {
  width: 100%;
}
}