@charset "utf-8";
@import "reset.css";

/* initiatives（県民参加関連CSS）
================================================== */
.kenminSanka-anker {
  display: block;
  height: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  transform: translateY(-120px);
  pointer-events: none !important;
}

@media screen and (max-width:860px) {
  .kenminSanka-anker {
    transform: translateY(-80px);
  }
}

.kenminSanka-subSection {
  margin: 3.0rem 0 0;
}

.kenminSanka-subSection > *:first-child {
  margin-top: 0 !important;
}

.kenminSanka-subSection .backBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 250px;
  min-height: 3.0em;
  background-color: #005b4c;
  color: #fff !important;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  padding: 0.25em 2.5em;
  margin: 2.5rem auto 0;
  transition: all 0.2s ease-in;
  box-shadow: 0 0 4px gray;
  cursor: pointer;
}

.kenminSanka-subSection .backBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 0.4em solid transparent;
  border-bottom: 0.5em solid #fff;
  border-top: none;
  top: 50%;
  right: 1.0em;
  transform: translate(0, -50%);
  width: 0.5em;
  height: 0.5em;
  top: calc(50% + 0.1em);
  right: 1.0em;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  transform: translate(0, -50%) rotate(-45deg);
}

.kenminSanka-subSection .backBtn:hover {
  background-color: #b99814!important;
  color: #005b4c !important;
}

.kenminSanka-subSection .backBtn:hover::after {
  border-color: #005b4c;
}

.kenminSankaNewArticle {
  width: 100%;
}
.kenminSankaNewArticle-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 25px;
}

@media only screen and (max-width: 580px) {
  .kenminSankaNewArticle-inner {
    padding: 30px 25px;
  }
}

.initiatives-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem 2.0rem;
  width: 100%;
  margin: 2.5rem 0 0;
}

.initiatives{
  display: block;
  width: calc(100% / 3 - (2.0rem * 2 / 3));
}

@media screen and (max-width: 860px) {
  .initiatives-wrap{
    gap: 2.0rem 1.0rem;
    margin: 1.5rem 0 0;
  }
  .initiatives{
    width: calc(50% - 0.5rem);
  }
}

.initiatives a{
  text-decoration: none;
}

.initiatives-thumbnail{}

.initiatives-thumbnail img{}

.initiatives-text{}

.initiatives-text p{}

.initiatives-text p.title{
  font-size: 120%;
  font-weight: bold;
  color: #000;
}


.initiatives-text p.title a{
  color: #000;
  text-decoration: none;
}

.initiatives-text p.group{
  font-weight: bold;
}

.initiatives-text p.date{
  text-align: right;
  color: #727272;
  letter-spacing: 0;
  font-size: 90%;
}

/* group-info
================================================== */

.group-info-wrap{
  background-color: #f1f0e7;
  padding: 30px;
  margin: 50px 0 0 0;
}

.group-info {
  width: 100%;
  display: flex;
  margin: 20px 0;
}

.group-info:first-child {
  margin-top: 0;
}

.group-info:last-child {
  margin-bottom: 0;
}

.item{
  font-weight: bold;
  width: 170px;
  border-right: 1px solid #000;
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.i-group{
  background-image: url(../images/group-icon.png);
}

.i-add{
  background-image: url(../images/map-icon.png);
}

.i-hp{
  background-image: url(../images/home-icon.png);
}

.i-inst{
  background-image: url(../images/inst-icon.png);
}

.i-fb{
  background-image: url(../images/fb-icon.png);
}

.item-text{
  padding-left: 30px;
}

@media screen and (max-width: 600px) {  
  .group-info {
    display: block;
    border-bottom: 1px solid #c6c5bb;
    padding-bottom: 15px;
  }
    
  .group-info:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
    
  .item {
    display: block;
    border-right: none;
    background-size: 15px;
    padding-left: 25px;
  }

  .item-text {
    padding-left: 0;
    display: block;
    padding-top: 8px;
  }
}

/* com-pageLinksList
================================================== */
.contentBody h2 {
  border-left: 12px solid #b99814;
  margin-bottom: 0;
}

ul.com-pageLinksList{}

ul.com-pageLinksList li{}

@media screen and (max-width: 1100px) {
  ul.com-pageLinksList li {
    display: block;
    width: calc(100% / 3 - (1.0rem * 2 / 3));
  }
}


@media screen and (max-width: 811px) {
  .com-pageLinksList > li {
    width: calc(50% - (0.5rem));
  }
}

.com-pageLinksList > li > a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #005b4c !important;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  padding: 0.3em 1em;
  font-size: 90%;
  transition: all 0.2s ease-in;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid #005b4c;
}



@media screen and (max-width: 820px) {
	
.com-pageLinksList > li > a {
	font-size: 80%;
	}
}

@media screen and (max-width: 740px) {
	.com-pageLinksList > li > a {
        font-size: 70%;
    }
}




@media screen and (max-width: 730px) {
  ul.com-pageLinksList {
    gap: 0.5rem 0.5rem;
  }
  ul.com-pageLinksList li {
    width: calc(50% - (0.3rem));
  }  
  .com-pageLinksList > li > a {
    font-size: 80%;
  }  
}



@media screen and (max-width: 530px) {
  .com-pageLinksList > li > a {
    border: 1px solid #005b4c;
    justify-content: center;
    padding: 0.3em 0.3em 1.3em 0.3em;
  }
}



@media screen and (max-width: 450px) {
	.com-pageLinksList > li > a {
        font-size: 70%;
    }
}

.com-pageLinksList > li > a:hover {
  background-color: #f1f0e7!important;
}

.com-pageLinksList > li > a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #b99814;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  margin: auto;
  right: 10px;
}

@media screen and (max-width: 530px) {
  .com-pageLinksList > li > a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #b99814;
    border-right: solid 2px #b99814;
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    left: 0;
    bottom: 10px;
    right: 0;
    margin: auto;
  }
}

.com-pageLinksList > li > a::after {
  content: none;
}

.group-backBtn{
  text-align: right;
}

.group-backBtn a{
  text-decoration: none;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  font-size: 90%;
}


.group-backBtn a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 10px solid #005b4c;
  border-top: 0;
  top: auto;
  left: 0;
  bottom: 2px;
  right: 0;
}

/* contentBody-torikumi
================================================== */

h2.type {
  color: #005b4c;
  font-size: 160%;
  border-bottom: 1px #b99814 solid;
  border-left: none;
  padding: 8px 5px;
  letter-spacing: 1px;
  margin-bottom: 0;
  background-color: transparent;
}

.contentBody-torikumi .com-pageLinksList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin: 2.0rem 0 1.0rem;
}

@media screen and (max-width: 530px) {
  .contentBody-torikumi .com-pageLinksList {
    gap: 0.5rem;
  }
}

.contentBody-torikumi ul.com-pageLinksList li {
  width: calc(50% - (0.5rem));
}

@media screen and (max-width: 530px) {
  .contentBody-torikumi ul.com-pageLinksList li {
    width: calc(50% - (0.3rem));
  }
}

.contentBody-torikumi .com-pageLinksList > li > a{
  border: 0;
  font-size: 140%;
  background-color: #005b4c;
  color: #fff !important;
  box-shadow: 0 0 3px #888888;
  padding: 1em;
}


@media screen and (max-width: 670px) {
  .contentBody-torikumi .com-pageLinksList > li > a {
    border: 0;
    padding: 10px;
    font-size: 110%;
  }  
}


@media screen and (max-width: 550px) {
  .contentBody-torikumi .com-pageLinksList > li > a {
    justify-content: flex-start;
    font-size: 90%;
  }
}


@media screen and (max-width: 470px) {
  .contentBody-torikumi .com-pageLinksList > li > a {
    justify-content: center;
    padding: 10px 10px 20px 10px;
	  font-size: 80%;
  }
}


@media screen and (max-width: 420px) {
.contentBody-torikumi .com-pageLinksList > li > a {
    padding: 5px 5px 15px 5px;
  }
}


@media screen and (max-width: 390px) {
.contentBody-torikumi .com-pageLinksList > li > a {
    font-size: 75%;
  }
}



.contentBody-torikumi .com-pageLinksList > li:nth-of-type(2) > a,
.contentBody-torikumi .com-pageLinksList > li:nth-of-type(3) > a{
  background-color: #b99814;
}

.contentBody-torikumi .com-pageLinksList > li > a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  margin: auto;
  right: 18px;
}

@media screen and (max-width: 670px) {
  .contentBody-torikumi .com-pageLinksList > li > a:before {
    border-width: 4px 0 4px 6px;
    right: 10px;
  }
}

@media screen and (max-width: 530px) {
  .contentBody-torikumi .com-pageLinksList > li > a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    right: 10px;
    transform: none;
  }
}

@media screen and (max-width: 470px) {
  .contentBody-torikumi .com-pageLinksList > li > a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    left: 0;
    bottom: 10px;
    right: 0;
    margin: auto;
  }
}

.contentBody-torikumi .com-pageLinksList > li > a:hover{
  background-color: #ea6000!important;
}
    
.kenminSankaNewArticle {
  background-color: #f1f0e7;
  margin-top: 80px;
}

@media screen and (max-width: 580px) {
  .kenminSankaNewArticle {
      margin-top: 40px;
  }
}

.kenminSankaNewArticle-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}


@media screen and (max-width: 580px) {
  .kenminSankaNewArticle-inner {
      padding: 20px;
  }
}

.kenminSankaNewArticle-inner h2{
  text-align: center;
  border-bottom: none;
  background-image: url(../images/logo02.png);
  background-position: top center;
  background-size: 40px;
  background-repeat: no-repeat;
  padding-top: 70px;
  color: #005b4c;
  letter-spacing: 1px;
  background-color: transparent;
  border-left: none;
}

.contentBody-torikumi .initiatives-wrap {
  display: block;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 580px) {
  .contentBody-torikumi .initiatives-wrap {
    margin: 20px 0 0 0;
  }
}

.contentBody-torikumi .initiatives {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 580px) {
  .contentBody-torikumi .initiatives {
    margin-bottom: 20px;
  }
}

.contentBody-torikumi .initiatives:last-child {
  margin-bottom: 0;
}

.contentBody-torikumi .initiatives a{
  display: flex;
  align-items: stretch; 
  text-decoration: none;
}

.contentBody-torikumi .initiatives-thumbnail {
  width: 320px;
  flex-shrink: 0;
}

@media screen and (max-width: 850px) {
  .contentBody-torikumi .initiatives-thumbnail {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .contentBody-torikumi .initiatives-thumbnail {
    width: 200px;
  }
}

@media screen and (max-width: 580px) {
  .contentBody-torikumi .initiatives-thumbnail {
    width: 150px;
  }
}

@media screen and (max-width: 420px) {
  .contentBody-torikumi .initiatives-thumbnail {
    width: 120px;
  }
}



.contentBody-torikumi .initiatives-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contentBody-torikumi .initiatives-text {
  flex: 1;
  padding: 25px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 580px) {
  .contentBody-torikumi .initiatives-text {
    padding: 15px;
    font-size: 90%;
  }
}

@media screen and (max-width: 470px) {
  .contentBody-torikumi .initiatives-text {
    padding: 10px;
    font-size: 90%;
  }
}


.contentBody-torikumi .initiatives-text p {
  margin: 0;
}

.contentBody-torikumi .initiatives-text p.title{
  margin-bottom: 0!important;
}

@media screen and (max-width: 470px) {
  .contentBody-torikumi .initiatives-text p.title {
    margin-bottom: 0px !important;
  }
}

.contentBody-torikumi p.i-category {
  background-color: #b99814;
  font-size: 80%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 5px!important;
}

@media screen and (max-width: 470px) {
  .contentBody-torikumi p.i-category {
    font-size: 70%;
    padding: 0px 7px;
    line-height: 180%;
    margin-bottom: 8px !important;
  }
  
  .initiatives-text p.date {
    font-size: 80%;
  }  
}

.backBtn-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin: 50px  auto;
  max-width: 500px;
}

.group-backBtn-g,.group-backBtn-y {
  width: calc(50% - (0.5rem));
  font-weight: bold;
  font-size: 90%;
  padding: 10px;
  color: #fff !important;
  box-shadow: 0 0 3px #888888;
  line-height: 150%;
  position: relative;
}

@media screen and (max-width: 480px) {
.group-backBtn-g, .group-backBtn-y {
    font-size: 70%;
}
}

.group-backBtn-g a,.group-backBtn-y a {
  color: #fff!important;
  text-decoration: none;
}

.group-backBtn-g{
  background-color: #005b4c;
}

.group-backBtn-y{
  background-color: #b99814;
}


.group-backBtn-g a:before,.group-backBtn-y a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  margin: auto;
  right: 10px;
  transform: none;
}
