
#wpstats {
  display: none;
}

/*common*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #3b4043;
    letter-spacing: normal;
    font-size: 16px;
}
section{
  width: 70%;
  margin: 40px auto;
}
a{
  text-decoration: none;
  cursor: pointer;
  transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;

}
a:hover{
  opacity: 0.7;
}
.section-title{
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  font-size:36px;
  font-weight:bold;
  line-height:48px;
  color: #3b4043;

}
.section-title::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 20%;
  border-bottom: 1px solid #3b4043;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-area{
  display: none;
}
#top-slick-target-sp{
  display: none;
}
.link-green{
  color: #2ab978;
}
.link-green:hover{
  color: #2ab978;
}
.link-green::after{
  margin-left: 5px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/local_goverment/rink.png);
  background-size: 100%;
  width: 15px;
  height: 22px;
  background-repeat: no-repeat;
}
.link-black::after{
  margin-left: 5px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/local_goverment/rink_black.png);
  background-size: 100%;
  width: 15px;
  height: 22px;
  background-repeat: no-repeat;
}
.super{
  vertical-align: super;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .section-title{
    font-size: 18px;
    margin-bottom: 20px;
  }
  p{
    font-size: 14px;
  }
}
/*top-slick-image-container*/
.top-slick-image-container{
  width: 100%;
}
.top-slick-image{
  max-width: 450px;
}
.slick-list{
  max-width: 1350px;
  margin: auto!important;
}
.top-slick-image__box{
   width: 90%;
   margin:20px auto;
   padding: 0 0 28px;
   box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
   background-color: #ffffff;
   min-height: 620px;
}
.top-slick-image__box img{
  width: 100%;
  transition:0.5 all;
}
.top-slick-image__box--image{
  overflow: hidden;
}
.top-slick-image a:hover .top-slick-image__box--image img{
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.top-slick-image__box--text{
  padding: 30px;
}
.top-slick-image__box--text .box-title{
  font-weight: bold;
  font-weight: 20px;
}
.top-slick-image__box--text .tag-container{
  display: flex;
  margin-top: 5px;
}
.top-slick-image__box--text .tag-container p{
  color: #2bb979;
  border-radius: 30px;
  background-color: #def3eb;
  padding: 5px 15px;
  margin: 5px;
  font-size: 12px;
}
.top-slick-image__box--text .text-description{
  margin-top: 24px;
}
.top-slick-image__box--text .more-information{
  text-align: right;
  margin-top: 10px;
  color: #959ea7;
  font-size: 12px;
}
.more-information a::after{
  margin-left: 15px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/local_goverment/arrow.png);
  background-size: 100%;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
}
@media screen and (min-width:901px) and ( max-width:1279px) {
  .top-slick-image__box{
    min-height: 660px;
  }
}
@media screen and (min-width: 1280px) {
  .top-slick-image__box{
    min-height: 600px;
  }
}
@media screen and (max-width: 900px) {
.top-slick-image{
  max-width: none;
  min-height: 680px;
}
.top-slick-image__box--text .tag-container{
  flex-wrap: wrap;
}
.top-slick-image-container{
  margin-top: 20px;
}

}
/*news-container*/
.news-container{
  margin-bottom: 100px;
  margin-top: 80px;
}
.news-container--inner{
  width: 80%;
  margin: auto;
}
.news-container--inner .upper-news_container__inner--block{
	padding:10px 20px;
   display:flex;
   border-bottom:1px solid #e4e4e4;
}
.news-container--inner .upper-news_container__inner--block:first-child{
   border-top:1px solid #e4e4e4;
}
.news-container--inner .upper-news_container__inner--block a{
 	padding-left:20px;
}
.news-container--inner .upper-news_container__inner--block a::after{
margin-left: 5px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/img/local_goverment/rink_black.png);
    background-size: 100%;
    width: 15px;
    height: 22px;
    background-repeat: no-repeat;
}
.news-container--inner tr{
  border-bottom: 1px solid #e4e4e4;
}
.news-container--inner td{
  padding: 10px;
}
.news-container--inner .date{
  width: 15%;
}
.news-container--inner .name{
  width: 15%;
  color: #2bb979;
}
.news-container--inner .text{
  width: 70%;
}
.news-container .more-information{
  width: 80%;
  margin: auto;
  text-align: right;
  font-size: 12px;
  margin-top:50px;
}
.news-container .more-information a{
  color: #959ea7;
}

@media screen and (max-width: 900px) {
  .news-container{
      width: 100%;
      margin-bottom: 80px;
  }
  .news-container--inner{
    width: 90%;
  }
  .news-container--inner tr:nth-child(odd){
    border-bottom: none;
  }
  .news-container--inner .name{
    width: inherit;
  }
  .news-container--inner .upper-news_container__inner--block a{
  	padding-left:0;
    display:block;
  }
    .news-container--inner .upper-news_container__inner--block{
    display:block;
    padding:10px;
    }
}

@media screen and (max-width: 900px) {
  .sp-area{
    display: block;
  }
  .pc-area{
    display: none;
  }
  #top-slick-target-pc{
    display: none;
  }
  #top-slick-target-sp{
    display: block;
  }
}
/*common*/
.container{
    height: 100%;
}

h1 {
    font-size: 30px;
}

p {
    font-size: 16px;
    margin-bottom: 0;
}

a,a:hover {
    color: #3b4043;
    text-decoration: none;
}

.lg-link  {
    color: #3b4043;
    word-break: break-all;
}

.lg-link :hover {
    opacity: 0.8;
    text-decoration: none;
}

.lg-img{
    width: 100%;
}

.center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.text-red {
    color: #e5473a;
}

.lg-green-line {
    height: 70px;
    background-color: #def3eb;
}

.lg-green-line.top-triangle {
    position: relative;
}

.lg-green-line.top-triangle::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #ffffff;
    top: 0;
    left: 50%;
    margin-left: -20px;
}

.lg-button-nomal {
    display: inline-block;
    margin: 0 auto;
    padding: 20px 15px;
    min-width: 302px;
    max-width: 350px;
    border: solid 1px #2BB979;
    background-color: #ffffff;
    text-align: center;
    color: #2bb979;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    text-decoration: none;
}

.lg-button-nomal a {
    color: #2BB979;
}

.lg-button-nomal:hover {
    color: #2BB979;
    opacity: 0.8;
    text-decoration: none;
}

.lg-button-contact {
    display: inline-block;
    margin: 0 auto;
    padding: 20px 15px;
    min-width: 302px;
    max-width: 350px;
    background-color: #2BB979;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    text-decoration: none;
}

.lg-button-contact a {
    color: #ffffff;
}

.lg-button-contact:hover {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

.button-primary  {
    color: #ffffff;
}

.button-primary {
    height: 48px;
    padding: 12px 26px 12px 26px;
    border-radius: 24px;
    background-color: #2ab978;
}

.button-primary:hover {
    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 900px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/*KV*/

.top-container {
  margin-top: 0;
    width: 100%;
    background: url("../img/local_goverment/top_pc2.png");
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.top-container h1 {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #fff;
    transform: translateY(-50%);
  -webkit- transform: translateY(-50%));
}


@media screen and (max-width:900px) {
  .top-container {
      background: url("../img/local_goverment/top-sp.png");
      position: relative;
      background-size: cover;
      background-position: center;
      height: 200px;
      margin-top: 0;
  }
  .top-container h1 {
    font-size: 24px;
  }
}

/* page nav*/

/*ここまで*/
.g-navi{
  padding: 30px 0 43px 0px;
  width: 80%;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-color: #ffffff;
  margin-top: -80px;
  transition:1s all;
  position:relative;
  z-index:1;
}

.g-navi ul li{
  width: 25%;
  text-align: center;
  font-weight: bold;
}
.g-navi ul{
    display: flex;
    justify-content: center;
    list-style: none;
}
.g-navi ul li p{
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
/*.g-navi ul li a::after {
    transform-origin: left top;
    transition: transform 1s;
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg);
  }*/
.g-navi ul li p::after{
    transform-origin: left top;
    transition: transform 1s;
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #959ea7;
    border-right: solid 2px #959ea7;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg);
}

.g-navi ul li p:hover::after {
    bottom: -15px;
  }

@media screen and (max-width:900px) {
    .g-navi{
      width: 90%;
      padding: 15px 10px 0;
    }

    .g-navi ul li{
        width: 50%;
        height: 60px;
    }
    .g-navi ul{
      flex-wrap: wrap;
      margin-bottom: 0;
    }

  .g-navi ul li p:hover::after {
      bottom: -10px;
    }

}

@media screen and (max-width:900px){
  #top-slick-target-sp {
    width: 100%;
  }
  .slick-list {
    padding: 0 15% 0 0!important;
  }
  .top-slick-image__box--text{
    padding: 20px;
  }
  .top-slick-image__box{
    width: 95%;
  }

}

/**/
.slick-next::before{
  content: ">"!important;
}
.slick-prev::before{
  content: "<"!important;
}
@media screen and (min-width:901px){

.slick-prev
{
    left: 40%!important;
    bottom: -35px;
    top: inherit!important;

}
.slick-next
{
    right: 40%!important;
    bottom: -35px;
    top: inherit!important;

}
.slick-prev,
.slick-next{
  z-index: 1;
}
.slick-prev:before,
.slick-next:before{
  color: black!important;
}
}
@media screen and (max-width:900px){

.slick-prev
{
    left: 20%!important;
    bottom: -30px;
    top: inherit!important;

}
.slick-next
{
    right: 20%!important;
    bottom: -30px;
    top: inherit!important;
}
.slick-prev,
.slick-next{
  z-index: 1;
}
.slick-prev:before,
.slick-next:before{
  color: black!important;
}
}

/*about-okippa-container__box*/
section.about-okippa-container{
  width: 80%;
}

.about-okippa-container__box{
  display: flex;
  align-items: center;
}
.about-okippa-container__box .about-okippa-container__box--image{
  width: 50%;
  margin: 5%;
}
.about-okippa-container__box .about-okippa-container__box--text{
  width: 45%;
}
.about-okippa-container__box .about-okippa-container__box--text .text-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-okippa-container__box .about-okippa-container__box--text .text-subtitle{

}
.about-okippa-container__box--text .more-information{
  text-align: right;
  font-size: 12px;
  margin-top:10px;
}
.about-okippa-container__box--text .more-information a{
  color: #959ea7;
}
.about-okippa-container__box--text a::after{
  margin-left: 15px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/local_goverment/arrow.png);
  background-size: 100%;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
}
@media screen and (max-width:900px){
  section.about-okippa-container{
    width: 100%;
  }
  .about-okippa-container__box{
    display: block;
  }
  .about-okippa-container__box .about-okippa-container__box--image{
    width: 100%;
    margin: 0;
  }
  .about-okippa-container__box .about-okippa-container__box--text{
    width: 90%;
    margin: 30px auto;
  }
}
/*.button-container*/
.button-container__inner .button_sustainable{
  padding: 8px 40px;
  display: inline-block;
  border: 2px solid #2AB978;
  background: #2AB978 0% 0% no-repeat padding-box;
  border-radius: 24px;
  text-align: center;
  font-size:16px;
  line-height:30px;
  font-weight:bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: auto;
  margin: 15px auto 30px;
}
.button-container__inner .button_sustainable:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #2ab978;
}
.button-container{
  text-align: center;
}
.button-container__inner .button_normal{
  padding: 8px 40px;
  display: inline-block;
  border: 2px solid #2AB978;
  background: #2AB978 0% 0% no-repeat padding-box;
  border-radius: 24px;
  text-align: center;
  font-size:16px;
  line-height:30px;
  font-weight:bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 250px;
  margin: 5px;
}
/*.button-container__inner .button_normal:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #2ab978;
}*/

/*reason-container__inner*/
.reason-container{
  margin-top: 200px;
}
.reason-container__inner{
  display: flex;
  align-items: flex-start;
}
.reason-container__inner--block{
  width: 46%;
  margin: 2%;
}
.reason-container__inner--block .text-title{
  font-weight: bold;
  margin: 20px auto;
  font-size: 18px;
}
.reason-container__inner--block .more-information{
  margin: auto;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.reason-container__inner--block .more-information a{
  color: #959ea7;
}
@media screen and (max-width:900px){
.reason-container{
  margin-top: 100px;
}
}
/*step-container*/

.step-container-inner{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.step-container-inner__block{
  display: flex;
  width: 32%;
  max-width: 300px;
  text-align: center;
  padding: 19px 10px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-color: #fff;
  align-items: center;
  justify-content: center;
  position:relative;
  z-index:1;
}

.step-container-inner__block p{
  font-weight: bold;
}
.step-container-inner__block img{
  width: 20px;
  height: 14px;
  margin: 8px 20px 8px 0;
}
.step-container .text-box{
  width: 60%;
  margin:50px auto 80px;
  text-align: center;
}
.reason-container__description{
  font-size: 14px;
  width: 90%;
  margin: 30px auto;
}
.reason-container__description li{
  line-height: 2rem;
  list-style: initial;
}
.step-container__inner--block .more-information{
  text-align: right;
  margin-top: 30px;
}
.step-container__image{
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width:900px){
section.reason-container{
  width: 100%;
}
.reason-container__inner{
  display: block;

}
.reason-container__inner--block{
  width: 90%;
  margin: auto;
}

.reason-container-inner{
  display: block;
  width: 80%;
  margin: auto;
}
.reason-container-inner__block{
  width: 100%;
  margin: 10px auto;
}
.step-container .section-title{
  font-size: 16px;
}
.step-container{
  width: 90%;
}
.step-container img.sp-area{
  width: 90%;
  margin: auto;
}
.step-container-inner{
  display: block;
  width: 80%;
}
.step-container-inner__block{
  width: 100%;
  margin-bottom: 20px;
}
.step-container .text-box{
  width: 100%;
  text-align:

}
.step-container__image{
  width: 90%;
}
}

/*step-container*/
.step-cntainer{

}
/*objective-container*/
section.objective-container{
  width: 100%;
}
.objective-container img{
  margin-bottom: -410px;
}
.objective-container .text-description{
  width: 50%;
  margin: auto;
}
.objective-container .more-information{
  width: 50%;
  margin: auto;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.objective-container .more-information a{
  color: #959ea7;
}
.objective-container .button-container__inner{
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:900px){
.objective-container .text-description{
  width: 90%;
}
.objective-container img{
  margin-bottom: -500px;
}
.objective-container .more-information{
  width: 90%;
}
.objective-container .button-container__inner{
  margin-top: 20px;
}
.button-container__inner .button_sustainable{
  padding: 8px 15px;
  margin-bottom: 20px;
}
}
@media screen and (min-width:901px) and ( max-width:1300px) {
  .objective-container .more-information{
    width: 60%;
  }
  .objective-container .text-description{
    width: 80%;
    font-size: 15px;
    line-height: 1.7;
  }
  .objective-container .button-container__inner{
    margin-top: 0;
  }
  .objective-container img{
    margin-bottom: -270px;
  }
  .button-container__inner .button_sustainable{
    margin-bottom: 10px;
  }
}
@media screen and (min-width:1100px) and ( max-width:1300px) {
  .objective-container img{
    margin-bottom: -320px;
  }
}
/*tag-container*/
section.tag-container{
  display: flex;
  justify-content: center;
}
section.tag-container a{
  width: 25%;
}
section.tag-container img{
  width: 100%;
  height: auto;
}
@media screen and (max-width:900px){
 section.tag-container a{
 width:45%;
 }
  section.tag-container{
    width: 100%;
  }
  section.tag-container img{
    width: 100%;
  }
  }

  /*point-container*/
  section.point-container{
    position: relative;
  background: #F8FBFD;
  width: 100%;
  padding-top: 70px;
  margin-top: 100px;
  margin-bottom: 0;
  }
  .point-container img.tag_point{
    position: absolute;
    top: -80px;
    width: 7%;
    left: 50%;
  }
  .point-container img.goal{
    width: 60%;
    margin: 20px 20%;
  }
  .point-container .point-container__checkText{
    display: flex;
    margin: 40px 35% 20px 0;
    width: 65%;

  }
  .point-container .point-container__checkText img.check{
    width: auto;
    height: 15px;
    margin: 7px 25px 7px 0;
  }
  .point-container .point-container__checkText p{
    font-weight: bold;
    font-size: 18px;
  }
  .point-container .point-container__flexBox{
    display: flex;
    align-items: center;
    margin: 30px 0 0;
  }
  .point-container .point-containerBlock{
    padding: 20px 15% 0;
  
  }

  .accordion-container .point-containerBlock:nth-child(even) .point-container__flexBox{
    flex-direction: row-reverse;
  }
  .accordion-container .point-containerBlock:nth-child(even) .point-container__flexBox img{
    margin-left: 5%;
    margin-right: 0;
  }
  .accordion-container .point-containerBlock:nth-child(even) .point-container__flexBox img.check{
    margin-left: 0;
    margin-right: 25px;
  }
  .point-container .point-container__flexBox img{
    width: 35%;
    margin-right: 5%;
  }

  .point-container .point-container__flexBox .point-container__flexBox--sentence{
    width: 60%;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
    border-radius: 5px;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence img.tag_01{
    width: 35%;
    text-align: right;
    margin-top: -120px;
    margin-left: 65%;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence .box-title{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence .box-text{

  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence .box-button{
    padding: 8px 40px;
    display: inline-block;
    border: 2px solid #2AB978;
    background: #2AB978 0% 0% no-repeat padding-box;
    border-radius: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    width: 90%;
    margin: 15px 5%;
  }
    .point-container .point-container__flexBox .point-container__flexBox--sentence .box-button a{
      display: block;
      color:#fff!important;
    }
  .point-container .point-container__flexBox .point-container__flexBox--sentence .box-annoation{
    font-size: 10px;
  }
  .point-container .point-container__flexBox .box-flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .point-container .point-container__flexBox .box-flexBox img{
    margin: 0 5% 0 0!important;
    width: 45%;
  }
  .point-container .point-container__flexBox .box-flexBox .box-flexBox__sentence{
    width: 50%;
  }
.point-containerBlock:nth-child(3) .point-container__flexBox--sentence img{
    width:70%;
    margin-left: 30%;
  }

.box-flexBox__block{
  position: relative;
  width: 30%;
}

.box-flexBox__block img{
  width: 100%!important;
}

.box-flexBox__block p{
  position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.point-containerBlock__bottom{
  padding: 300px 5% 0;
}
.point-containerBlock__bottom--flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point-containerBlock__bottom--flex img{
width: 22%!important;
  margin: 3%;
}
.point-containerBlock__bottom--flex .point-containerBlock__bottom--sentence{
  width: 50%;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
  border-radius: 5px;
}
.point-containerBlock__bottom--flex .point-containerBlock__bottom--sentence .box-title{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.point-container .point-container__checkText.right{
    width: 60%;
    margin-left: 40%;
}
.point-container a{
  color:#2AB978;
}
@media screen and (max-width:900px){
  .point-container img.tag_point{
    top: -45px;
    width: 25%;
    left: 10px;
  }
  .point-container .text-title{
    font-size: 18px;
    width: 80%;
    font-weight: bold;
    margin: auto;
  }
  .point-container img.goal{
    width: 90%;
    margin: 10px 5%;
  }
  .point-container .point-containerBlock{
    padding: 10px 5%;
  }
  .point-container .point-container__flexBox{
    display: block;
  }
  .point-container .point-container__flexBox img{
    width: 100%;
    margin: 0;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence img.tag_01{
    width: 50%;
    margin: 20px 25% 30px;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence{
    width: 100%;
    padding: 5%;
    margin: 20px 0 0;
  }
  .point-container .point-container__checkText{
    margin: 20px auto;
  }
  .point-container .point-container__checkText.right{
    width: 100%;
    margin-left: 0;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence .box-button{
    font-size: 12px;
    padding: 5px 10px;
    width: 100%;
    margin:20px 0;
  }
  .accordion-container .point-containerBlock:nth-child(even) .point-container__flexBox img{
    margin-left: 0;
    margin-bottom: 20px;
  }

  .point-container .point-container__flexBox .box-flexBox{
    display: block;
  }
  .point-container .point-container__flexBox .box-flexBox img{
    width: 100%;
    margin: 20px 0!important;
  }
  .point-containerBlock:nth-child(3) .point-container__flexBox--sentence img{
    width: 100%;
    margin-left: 0;
  }
  .point-container .point-container__flexBox .box-flexBox .box-flexBox__sentence{
    width: 100%;
  }
  .box-flexBox__block{
    width: 100%;
  }
  .point-container .point-container__flexBox .box-flexBox__block .box-text{
    -ms-transform: translate(-15%,-50%);
    -webkit-transform: translate(-15%,-50%);
    transform: translate(-15%,-50%);
    left: 30%;
    font-size: 12px;
    width: 85%;
  }
  .point-containerBlock__bottom{
    padding-top: 50px;
  }
  .point-containerBlock__bottom--flex{
    display: block;
  }
  .point-containerBlock__bottom--flex img{
    width: 94%!important;
    margin: 0 3%;
  }
  .point-containerBlock__bottom--flex .point-containerBlock__bottom--sentence{
    width: 100%;
  }
  .accordion-box input:checked ~ .accordion-container{
    padding-bottom: 50px;
  }
}
@media screen and (min-width:901px) and ( max-width:1300px) {
  .point-container .point-containerBlock{
    padding: 0 10%;
  }
  .point-container img.tag_point{
    width: 10%;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence img.tag_01{
    width: 35%;
    margin-left: 65%;
    margin-top: -80px;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence{
    padding:20px 30px;
  }
  .point-container .point-container__flexBox .point-container__flexBox--sentence .box-button{
    width: 100%;
    margin: 15px 0%;
  }
  .point-container .point-container__flexBox{
    margin: 10px 0 0;
  }
  .point-container .point-container__checkText{
    margin-bottom: 20px;
    width: 65%;
    margin-left: 0;
  }
  .point-containerBlock__bottom{
    padding-top: 100px;
  }
  .accordion-container .point-containerBlock:nth-child(even) .point-container__flexBox p.box-text{
    font-size: 14px;
  }
}
  /*アコーディオン
  .accordion-box {
    position: relative;
    background: url(/assets/img/local_goverment/point_back.png);
    background-size: cover;
}*/

.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(248, 251, 253, 0) 0%, rgba(248, 251, 253, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(248, 251, 253, 0) 0%, rgba(248, 251, 253, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(248, 251, 253, 0) 0%, rgba(248, 251, 253, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(248, 251, 253, 0) 0%, rgba(248, 251, 253, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(248, 251, 253, 0) 0%, rgba(248, 251, 253, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
    height: 0;
}
.accordion-box label:after {
    content: "もっと見る"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 0px;
    font-weight: bold;
    font-size: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
  content: "\02228";
  font-weight: 700;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 30px);
  background-color: #fff;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 70px;
  height: 30px;
  line-height: 14px;
  background: linear-gradient(to bottom left, #F8FBFD 50%, transparent 50%) top left/ 50% 100% no-repeat, linear-gradient(to bottom right, #F8FBFD 50%, transparent 50%) top right / 50% 100% no-repeat;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    z-index: 0;
}
.accordion-box .accordion-container img.background{
  position: absolute;
    width: 100%;
    z-index: -1;
}

.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "\02715";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*coolchoice-container*/
.coolchoice-container{
  width: 50%;
  text-align: center;
  max-width: 490px;
  margin-bottom: 100px;
}
.coolchoice-container img{
  max-width: 400px;
}
.coolchoice-container .text-title{
  font-weight: bold;
  margin: 20px auto;
  text-align: left;
  font-size: 18px;
}
.coolchoice-container .text{
  text-align: left;
}
.coolchoice-container .more-information{
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}
.coolchoice-container .more-information a{
      color: #959ea7;
}
@media screen and (max-width:900px){
  .coolchoice-container img{
    max-width: 90%;
    width: 90%;
  }
  .coolchoice-container{
    width: 90%;
  }
  .coolchoice-container{
    margin-bottom: 50px;
  }
}