@charset "utf-8";
/* CSS Document */

.sdgs_pageTtlWrap {
  background-color: #000;
  padding: 4rem 2rem;
  margin: -40px -2rem 2.5rem
}

.sdgs_pageTtlWrap .l-main__title-h1 {
  color: #fff;
  margin-bottom: 0!important
}

@media screen and (max-width: 767px) {
  .l-main__title-h1 span {
    font-size: 3.2vw
  }
}

.ftownTownList {
  display: flex;
  flex-wrap: wrap
}

.ftownTownList li {
  width: 23.5%;
  height: auto;
  margin-left: 2%;
  margin-bottom: 2rem;
  text-align: center
}

.ftownTownList li h5 {
  margin-top: .5rem
}

.ftwonMv.u-margin__top-l {
    text-align: center;
}

h5.ftownTownNameTtl_2 {
    font-size: 3rem;
    margin: 60px 0 0 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
  .ftownTownList li:nth-of-type(4n+1) {
    margin-left: 0
  }
}

@media screen and (max-width: 767px) {
  .ftownTownList li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 1.2rem
  }
  .ftownTownList li:nth-of-type(odd) {
    margin-left: 0
  }
  .ftownTownList li h5 {
    font-size: 3.7333333333vw
  }
}

.ftownTownNameTtl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4
}

.ftwonMovie iframe {
  width: 100%;
  height: 500px
}

.ftownNewsBlock {
  display: flex;
  flex-wrap: wrap
}

.ftownNewsImg {
  width: 300px;
  height: auto
}

.ftownNewsBox {
  width: calc(100% - 330px);
  margin-left: auto
}

.p-sub__contents p.ftownNews_date {
  font-size: 2rem;
  font-weight: 700
}

.p-sub__contents p.ftownNews_txt {
  font-size: 1.8rem;
  margin-top: .5rem
}

@media screen and (max-width: 767px) {
  .ftownTownNameTtl {
    font-size: 6.4vw
  }
  .ftwonMovie iframe {
    height: 50.2vw
  }
  .ftownNewsImg {
    width: 100%;
    text-align: center
  }
  .ftownNewsImg img {
    width: 100%;
    max-width: 600px
  }
  .ftownNewsBox {
    width: 100%;
    margin-top: .5rem
  }
  .p-sub__contents p.ftownNews_date {
    font-size: 4.8vw
  }
  .p-sub__contents p.ftownNews_txt {
    font-size: 4.26666vw;
    margin-top: 0
  }
  .p-sub__contents-btn-more02 {
    font-size: 3.2vw
  }
}

