@charset "UTF-8";
/* ------------------------------------------------------
Font 
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@200&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
/* ------------------------------------------------------
Breakpoint 
------------------------------------------------------ */
/* ------------------------------------------------------
Content 
------------------------------------------------------ */
.fvTitle {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #333;
  padding: 5px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fvTitle::after {
  content: "";
  background: url(../img/title_line.png) no-repeat;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-left: 20px;
}

.fvTitleSet {
  margin-bottom: 40px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #333;
  border-bottom: 6px dotted #ccc;
  padding: 5px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fvTitleSet {
    font-size: 1.3rem;
  }
}
.fvTitleSet::after {
  content: "";
  background: url(../img/title_line.png) no-repeat;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-left: 20px;
}

.mainImg {
  margin-bottom: 50px;
}

.council__title {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  background: #A2CE7B;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
}
.council__text {
  margin: 30px 0;
  letter-spacing: 2px;
  line-height: 180%;
  font-size: 16px;
}
.council__text span {
  font-weight: bold;
}
.council__list {
  font-size: 16px;
  margin: 30px 0;
  letter-spacing: 2px;
  line-height: 180%;
}
.council__list li a {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  color: #0071BC;
}
.council__list li a::before {
/*  content: "●";
  color: #333;*/
}
@media screen and (min-width: 768px) {
  .council__list li a:hover span {
    color: #E9B9B4;
    text-decoration: underline;
  }
}
.council__img {
  text-align: center;
}
.council__item {
  margin-bottom: 80px;
}
.council__detail {
  font-size: 13px;
  padding: 0 20px 120px;
}
.council__detail .council__title {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 160%;
  line-height: 150%;
  color: #DE7369;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.council__detail .council__title span {
  font-size: 13px;
  color: #333;
  margin-left: 10px;
}
.council__detail .council__text {
  margin: 0;
  font-size: 110%;
  line-height: 160%;
  letter-spacing: 2px;
  word-break: break-all;
}
.council__detail .council__gallery {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.council__detail .council__gallery .council__img {
  display: block;
  width: 48%;
  margin: 1%;
  text-align: left;
}
.council__detail .council__gallery .council__img img {
  width: 100%;
}
.council__postLst {
  margin-bottom: 120px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .council__postLst .news li {
    padding: 15px 5px;
  }
}
.council__postLst .news__img {
  width: 180px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .council__postLst .news__img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .council__postLst .news__title {
    font-size: 115%;
  }
}
.council__postLst .news__more {
  font-size: 13px;
  margin-top: 20px;
  color: #0071BC;
}

.news__more {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  padding: 0 0 10px 15px;
  text-align: right;
  font-size: 16px;
  color: #d4746a;
}
@media screen and (min-width: 768px) {
  .news__more:hover {
    color: #d4746a;
    text-decoration: underline;
  }
}
.news__block {
  border: 1px solid #ccc;
  height: 360px;
  overflow: auto;
}
.news__list li {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .news__list li a:hover .news__title {
    text-decoration: underline;
  }
}
.news__img {
  width: 130px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__date {
  font-size: 13px;
}
.news__title {
  font-size: 16px;
  margin: 5px 0;
  color: #d4746a;
}

.member__list li {
  margin-bottom: 15px;
  border: solid 1px #e6e6e6;
  padding: 15px;
}
.member__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .member__list li a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .member__list li a:hover .member__title,
  .member__list li a:hover .member__text {
    text-decoration: underline;
  }
}
.member__img {
  width: 30%;
}
.member__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .member__img {
    width: 100%;
  }
}
.member__content {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .member__content {
    width: 100%;
    margin-top: 10px;
  }
}
.member__title {
  color: #BF387A;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 2px;
}
.member__text {
  letter-spacing: 1px;
  line-height: 180%;
  color: #d4746a;
  margin: 30px 0 0;
  font-size: 16px;
}

.step__title {
  font-size: 18px;
  margin-bottom: 5px;
}
.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.step__list li {
  position: relative;
  width: 33.3%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #fadc7d;
  color: #333;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__list li {
    width: 30%;
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .step__list li:nth-child(2) {
    width: 40%;
  }
  .step__list li:nth-child(2), .step__list li:nth-child(3) {
    padding-left: 20px;
  }
}
.step__list li:not(:last-child)::after, .step__list li:not(:last-child)::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 45px solid transparent;
  border-left: 27px solid #fadc7d;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .step__list li:not(:last-child)::after, .step__list li:not(:last-child)::before {
    border-width: 37px;
    border-left-width: 13px;
  }
}
.step__list li:not(:last-child)::before {
  margin-left: 7px;
  border-left-color: #FFF;
}
@media screen and (max-width: 767px) {
  .step__list li:not(:last-child)::before {
    margin-left: 4px;
  }
}
.step__list li span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .step__list li span {
    font-size: 13px;
  }
}