#instagram {
  background: #d1c575;
  border: 10px solid #d1c575;
  margin: 20px 10px;
  border-radius: 10px;
}

#instagram h2 {
  font-size: 24px;
  background: url(../images/h2_bar.gif) repeat-x 0 100%;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left: .5em;
}

.flex {
  display: flex;
}

.flex > div h2 {
  font-size: 24px;
  background: url(../images/h2_bar.gif) repeat-x 0 100%;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left: .5em;
  padding: 10px;
  position: relative;
}

.flex > div h2 a {
  position: absolute;
  right: 10px;
  font-size: 14px;
  background: #fff;
  padding: 5px 5px 5px 15px;
  border-radius: 4px;
  text-decoration: none;
  color: #549178;
  border: 1px solid #549178;
}

.flex > div h2 a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #549178;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: auto;
  left: 5px;
  top: 0;
  bottom: 0;
}

.flex > div h2 a:hover {
  background: #549178;
  color: #fff;
}

.flex > div h2 a:hover::before {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.flex > div {
  background: rgba(117, 208, 196, 0.6);
  margin: 20px 10px;
  border-radius: 10px;
  padding: 5px;
  width: 50%;
}

.flex > div > div {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  margin: 10px;
  height: calc(100% - 100px);
}

.flex > div > div dl {
  padding: 10px;
  margin: 10px;
  border-bottom: 1px solid #ccc;
  display: flex;
}

.flex > div > div dt {
  display: inline;
  margin-right: 15px;
  width: 10em;
}

.flex > div > div dd {
  display: inline;
  width: calc(100% - 10em);
}

#bana_block {
  display: block;
  margin: 10px;
}

#bana_block a {
  display: block;
  margin: 5px 5px 15px;
}

#bana_block a img {
  width: 100%;
  outline: 1px solid #aaa;
  border: 1px solid #fff;
}

#bana {
  display: flex;
  margin: 5px;
}

#bana a {
  margin: 5px;
}

#bana a img {
  width: 100%;
  outline: 1px solid #aaa;
  border: 1px solid #fff;
}

#bana a {
  position: relative;
}

.flex2 {
  display: flex;
  margin: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.bana {
  display: block;
  width: 420px;
  margin: 0;
}

.bana a {
  margin: 0 0;
  display: block;
}

.bana a.bana1 {
  background: url("/images/index/bana/bana1.jpg") no-repeat;
  background-size: cover;
  width: 422px;
  height: 149px;
  outline: 1px solid #aaa;
  border: 1px solid #fff;
  position: relative;
  text-decoration: none;
}

.bana a.bana2 {
  background: url("/images/index/bana/bana2.jpg") no-repeat;
  background-size: cover;
  width: 422px;
  height: 149px;
  outline: 1px solid #aaa;
  border: 1px solid #fff;
  position: relative;
  text-decoration: none;
}

.bana a.bana1 h2, .bana a.bana2 h2 {
  position: absolute;
  font-weight: bold;
  font-family: serif;
  color: #000;
  font-size: 22px;
  left: 26px;
  top: 5px;
}

.bana a.bana1 p, .bana a.bana2 p {
  position: absolute;
  color: #fff;
  bottom: 6px;
  font-size: 15px;
  left: 18px;
}

.bana a + a {
  margin: 10px 0 0;
}

.bana a img {
  display: block;
  width: 100%;
  outline: 1px solid #aaa;
  border: 1px solid #fff;
}

.mbox {
  width: 548px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.iziModal p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: .5em;
}

.youtube .ytimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("https://img.youtube.com/vi/R7auh2wbllc/sddefault.jpg") no-repeat center;
  background-size: cover;
  outline: 1px solid #aaa;
  border: 1px solid #fff;
}

.youtube .ytimg p {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: 85%;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
}

.youtube .ytimg svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 14%;
  margin: auto;
}

.youtube .ytimg svg .ytp-large-play-button-bg {
  fill: #212121;
  opacity: .8;
}

.youtube .ytimg:hover svg .ytp-large-play-button-bg {
  fill: #f00;
}

a.bana_gallery {
  background: url("/images/index/bana/garrely.jpg") no-repeat;
  background-size: cover;
  width: 970px;
  height: 240px;
  outline: 1px solid #aaa;
  border: 1px solid #fff;
  position: relative;
  text-decoration: none;
}

a.bana_gallery p {
  position: absolute;
  color: #000;
  bottom: 14px;
  font-size: 18px;
  left: 0;
  padding: 8px 8px 8px 30px;
  margin: auto;
  width: 642px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 4px 4px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
}

#cont07_wrapper {
  background: #dbcece;
}

.bana_sdgs {
  width: 972px;
  margin: 0 auto;
  padding: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F0F3;
  border: 1px solid #aaa;
}
.bana_sdgs h3 {
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}
.bana_sdgs h3 strong {
  font-size: 40px;
  font-weight: normal;
}
.bana_sdgs h3 span {
  display: block;
  font-size: 16px;
}
.bana_sdgs .left_box {
  width: 370px;
  margin: 0 10px 0 0;
  padding: 0;
}
.bana_sdgs .images {
  background: url("/images/sdgs/index_bana.jpg") no-repeat;
  background-size: cover;
  width: 560px;
  height: 246px;
  padding: 2px;
}
.bana_sdgs .images img {
  display: block;
  width: 100%;
}
.bana_sdgs .link_btn a {
  margin: 10px 0 !important;
  display: block;
  background: #E095A1;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 5px;
}

.torikumi {
  background: #9fd0cd;
  margin: 10px;
  border-radius: 10px;
}
.torikumi img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 10px;
}
