/* 背景が白い */
.back-ground {
  background-color: #E4F5FD;
}

/* メインビジュアル */
.main-slider {
  height: 750px;
  background: url(../../common/img/index/top_kv2025.jpg) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width:1024px) {

  /* 文字の画像 */
  .main-slider img {
    width: 50vw;
    min-width: 284px;

  }
}

/* MOVIEの所 */
.movie-top {
  text-align: center;
}

/* 标题栏部分 */
.caption-p-font {
  display: inline;
  font-weight: 700;
  font-size: 3rem;
}

.movie-top {
  padding-top: 60px;
  padding-bottom: 15px;
}

.caption-p-1 {
  display: inline;
  vertical-align: super;
  margin-right: 20px;
}

.caption-p-2 {
  display: inline;
  vertical-align: super;
  margin-left: 20px;
}

/* pickup,movieのsliderを修正 */
ul li div {
  margin: auto 3%;
}

/* banner */
.banners-bg-div {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width:1024px) {
  .banners-bg-div {
    width: 90%;
    margin: auto;
  }
}

.relation-p {
  padding-top: 2%;
  text-align: center;
}

.relation-p-1 {
  font-weight: 700;
  font-size: 3rem;
}

.relation-p-2 {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}

@media only screen and (max-width:1024px) {
  .banners-bg-div {
    margin-top: 0;
  }
}

/* 関連リンク */
.relate-link {
  max-width: 1160px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  border-bottom: 7px dotted rgb(16, 140, 14);
}

@media only screen and (max-width:1024px) {
  .relate-link {
    justify-content: space-between;
  }
}

.relate-link li {
  width: 280px;
  height: 75px;
  margin-top: 12.5px;
  margin-left: 12.5px;
}

@media only screen and (max-width:1024px) {
  .relate-link li {
    width: calc(50% - 7px);
    height: initial;
  }
}

.relate-link li a img {display: block;}
.relate-link li a img {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(217, 217, 217);
}

.relate-link li:nth-child(1),
.relate-link li:nth-child(5),
.relate-link li:nth-child(9) {
  margin-left: 0px;
}

@media only screen and (max-width:1024px) {
  .relate-link li:nth-child(3),
  .relate-link li:nth-child(7),
  .relate-link li:nth-child(11) {
    margin-left: 0px;
  }
}

/*  広告 */
.relate-ad {
  max-width: 1160px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px;
}

@media only screen and (max-width:1024px) {
  .relate-ad {
    justify-content: space-between;
  }
}

.relate-ad li {
  width: 280px;
  height: 75px;
  margin-top: 12.5px;
  margin-left: 12.5px;
}

@media only screen and (max-width:1024px) {
  .relate-ad li {
    width: calc(50% - 7px);
    height: initial;
  }
}

.relate-ad li:nth-child(1),
.relate-ad li:nth-child(5) {
  margin-left: 0px;
}

@media only screen and (max-width:1024px) {
  .relate-ad li:nth-child(3) {
    margin-left: 0px;
  }
}

.relate-ad a {display: block;}
.relate-ad a img {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(217, 217, 217);
}

/* その他 */
.index-clear {
  clear: both;
}

/* search */

.index-purpose img {
  padding-bottom: 8px;
}

.purpose-left {
  width: 25%;
  display: inline-block;
}

.index-w {
  background-color: rgb(255, 205, 50);
  max-width: 1160px;
  margin: auto;
  border-radius: 7px;
  display: flex;
}

@media only screen and (max-width:1024px) {
  .index-w {
    flex-direction: column;
    width: 90%;
  }

  .purpose-left {
    width: 100%;
  }
}

.purpose-right {
  width: 80%;
  background-color: white;
  margin: 3px;
  border-radius: 0 7px 7px 0;
}

@media only screen and (max-width:1024px) {
  .purpose-right {
    width: 98%;
  }
}

.purpose-left p {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.purpose-left-top {
  padding: 25px;
  padding-bottom: 20px;
}

@media only screen and (min-width:1025px) {
  .purpose-left-border {
    padding-bottom: 8px;
    border-bottom: 2px solid white;
  }
}

@media only screen and (max-width:1024px) {
  .purpose-left-top {
    padding: 0;
    text-align: left;
    margin-left: 20px;
    margin-top: 12px;
    border-bottom: 3px solid white;
    margin-right: 30px;

  }
}

.purpose-left-top a {
  border-bottom: 3px solid white;
  padding-bottom: 25px;
}

.purpose-left-top img {
  padding-bottom: 6px;

}

.purpose-left-bottom {
  padding-bottom: 20px;
  text-align: center;
  margin-top: -10px;
}

@media only screen and (max-width:1024px) {
  .purpose-left-bottom {
    padding-bottom: 0px;
    text-align: left;
    margin-left: 70px;
    padding-top: 30px;
  }

  .purpose-left-top a {
    border-bottom: none;
  }
}

.purpose-left-bottom img {
  padding-bottom: 9px;
  margin-right: 33px;
  padding-bottom: 9px;
  margin-right: 49px;
  margin-right: 8px;
  margin-left: -47px;
}

.purpose-right ul li {
  padding: 13px;

}

.purpose-right ul li:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}

.purpose-right ul li:nth-child(even) {
  background-color: rgb(245, 245, 245);

}

.purpose-right ul li a {
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (min-width:1025px) {
  .purpose-right-none {
    display: contents;
  }

  .purpose-right ul li {
    display: flex;
    align-items: center;
  }

  .purpose-right ul li span {
    white-space: nowrap;
  }
}



@media only screen and (max-width:1024px) {
  .purpose-right-none {
    display: none;
  }

  .purpose-right ul li a {
    padding-left: 0px;
  }

  .purpose-right-none {
    display: block;
    margin: 0;
  }
}

.purpose-main {
  max-width: 625px;
  margin: auto;
}

.purpose-main ul {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-evenly;
}

@media only screen and (max-width:1024px) {
  .purpose-main ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.purpose-main-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: rgb(255, 205, 50);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.purpose-main ul li:first-child .purpose-main-img {
  padding-top: 23px;
}

@media only screen and (max-width:767px) {
  .purpose-main-img {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .purpose-main-img {
    width: 230px;
    height: 230px;
  }
}

.purpose-main-img span {
  font-weight: 700;
  font-size: 2.1rem;
}

.purpose-main-span {
  width: 108px;
  text-align: center;
}

/* 暮らしの情報 */
.index-information {
  padding-bottom: 70px;
  width: 100%;
  background-color: rgb(234, 246, 160);
  margin-top: 100px;
}

.purpose-circular {
  max-width: 955px;
  margin: auto;
}

.purpose-circular ul {
  display: flex;
  flex-wrap: wrap;
}

.purpose-circular ul li .purpose-main-img span {
  margin-top: 10px;
  color: white;
}

.purpose-circular ul li .purpose-main-img {
  background-color: rgb(16, 140, 14);
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .purpose-circular ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width:767px) {
  .purpose-circular ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

.purpose-circular ul li {
  padding-right: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width:767px) {
  .purpose-circular ul li {
    padding: 0;
    margin: 0;
  }

  .purpose-circular ul li {
    margin: 20px 0px 0 0px;
  }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .purpose-circular ul li {
    padding: 0;
    margin: 0;
  }

  .purpose-circular ul li {
    width: 31%;
    margin: 20px 15px 10px 15px;
  }
}


.purpose-circular-bottom {
  display: flex;
  max-width: 1160px;
  border: 2px solid rgb(16, 140, 14);
  margin: auto;
  margin-top: 45px;
  background-color: white;
  border-radius: 7px;
}

@media only screen and (max-width:1024px) {
  .purpose-circular-bottom {
    flex-wrap: wrap;
    width: 90%;
  }

}

.purpose-circular-bottom-right ul li {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 5px;
}

.purpose-circular-bottom-left {
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width:1024px) {
  .purpose-circular-bottom-right ul li {
    display: inline;
  }

  .purpose-circular-bottom-left h3 {
    font-size: 2.8rem;
  }

  .purpose-circular-bottom-left {
    height: 80px;
    display: flex;
    align-items: center;
  }

}

.purpose-circular-bottom-right {
  width: 78%;
}

@media only screen and (max-width:1024px) {
  .purpose-circular-bottom-right {
    width: 94%;
    border-top: 2px solid rgb(16, 140, 14);
    margin: auto;
  }
}

.purpose-circular-bottom-right ul {
  border-left: 2px solid rgb(16, 140, 14);
  margin: 8px;
}

@media only screen and (max-width:1024px) {
  .purpose-circular-bottom-right ul {
    border-left: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.purpose-circular-bottom-right ul li a {
  font-weight: 700;
  text-decoration: underline;
  margin-left: 25px;
}

@media only screen and (max-width:1024px) {
  .purpose-circular-bottom-right ul li a {
    margin-right: 40px;
    margin-left: 0;
  }
}


/*トピックス*/
.img_topics {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: auto;
}

@media only screen and (max-width:1024px) {
  .img_topics {
    display: flex;
    justify-content: center;
    max-width: 1160px;
    flex-wrap: wrap;
  }
}

.img_topics_icon {
  width: 32%;
  border: 2px solid rgb(217, 217, 217);
  padding: 20px 35px 0px 35px;
  border-radius: 15px;
}

@media only screen and (max-width:1024px) {
  .img_topics_icon {
    width: 91%;
    border: 2px solid rgb(217, 217, 217);
    padding: 20px 35px 0px 35px;
    border-radius: 15px;
    margin-top: 15px;
  }

  .img_topics_icon-arrow img {
    width: 100%;
  }

}

.img_topics_icon p {
  margin-bottom: 20px;
}

.img_topics_font {
  margin-top: 15px;
  margin-bottom: 15px;
}

.img_topics_font img {
  width: 18px;
  margin-bottom: .3em;
  vertical-align: text-bottom;
}

.img_topics_font h3 {
  display: inline-block;
  margin-left: 10px;
  color: #0078D4;
}




/* Guide */
.index-guide {
  text-align: center;
}

.guide-1 {
  display: inline-block;
  width: 280px;
  height: 188px;
  margin: 30px 13px 20px 0;
}

@media only screen and (min-width:1025px) {
  .guide-l {
    transform: translateY(-16%);
  }
}

.guide-1 img {
  width: 100%;
  height: 79%;
  border-radius: 10px 10px 0 0;
}

.guide-1 p {
  font-size: 1.8rem;
  text-align: left;
  border-radius: 0 0 10px 10px;
  color: rgb(247, 242, 242);
  background-color: rgb(0, 169, 155);
}

@media only screen and (max-width:1024px) {
  .guide-1 {
    display: inline-block;
    width: calc(50% - 15px);
    height: 188px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
  }

  .guide-l {
    transform: translateY(-27px);
  }
}

/* purpose */
.purpose-ul {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width:1024px) {
  .purpose-ul {
    flex-direction: column;
  }
}

/* facebook */
.facebook {
  background: url(../img/index/news_bk.png) no-repeat center center;
  margin-top: 40px;
}

@media only screen and (max-width:1024px) {
  .facebook {
    background: url(../img/index/news_bk.png) no-repeat;
    background-size: cover;
  }
}

.facebook-div {
  max-width: 1160px;
  margin: auto;
}

.facebook-top {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width:1024px) {
  .facebook-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.facebook-top-left-1 h4 {
  display: inline-block;
  font-size: 2rem;
  margin-left: 10px;
}

.facebook-top-left-1 img {
  display: inline-block;
  width: 24px;
}

.facebook-top-left-1-left img {
  width: 40px;

}

.facebook-top-left-1-left {
  display: flex;
  align-items: center;
}

.facebook-top-left-1-right {
  display: inline-block;
  font-size: 1.7rem;
  margin-top: 7px;
}

@media only screen and (max-width:1024px) {
  .facebook-top-left-1-right {
    display: flex;
    font-size: 1.7rem;
    margin-top: 7px;
    justify-content: flex-end;
  }
}

.facebook-top-left-1-right h4 {
  font-size: 1.7rem;
  margin-left: 1px;
}

.facebook-top-left-1-right img {
  margin-top: -5px;
}

.facebook-top-left {
  width: 635px;
}

.facebook-top-right {
  width: 480px;
}

@media only screen and (max-width:1024px) {
  .facebook-top-left {
    width: 90%;
  }

  .facebook-top-right {
    width: 90%;
    margin-top: 55px;
  }

}

.facebook-top-left-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media only screen and (max-width:1024px) {
  .facebook-top-left-1 {
    display: block;
  }
}

.facebook-top-left-3 {
  margin-top: 29px;
}

@media only screen and (max-width:1024px) {
  .facebook-top-left-3 {
    margin-top: 50px;
  }
}

.news-left {
  height: 292px;
  overflow: auto;
  background-color: #fff;
}

@media only screen and (max-width:1024px) {
  .news-left {
    height: 275px;
  }
}

.news-left ul li {
  padding: 10px;
}

.news-left ul li img {
  margin-left: 20px;
}

@media only screen and (max-width:1024px) {
  .news-left ul li img {
    margin-left: initial;
  }

}

.news-left ul li span {
  background-color: rgb(16, 140, 14);
}

/* 新着情報の年月日 */
.tier2-news-p1 {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width:1024px) {
  .tier2-news-p1 {
    font-size: 1.4rem;
  }
}

/* 新着情報のタイトル */
.tier2-news-p2 {
  text-decoration: underline;
   margin-top: 5px;
 }
 
 .tier2-news-p2:hover {
   text-decoration: none;
 }
 
 .tier2-news-p2 a {
   color: #2269bc;
 }
 
 .tier2-news-p2 a:hover {
   color: red;
 }
/* 奇数番の新着データ */
.news-left ul li:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}

.news-left ul li:nth-child(even) {
  background-color: rgb(245, 245, 245);
}

.facebook-top-right-top img {
  width: 40px;
}

.facebook-top-right-top h3 {
  display: inline-block;
  font-size: 2rem;
  margin-left: 10px;
}

.facebook-top-right-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.facebook-top-left-2 {
  border: 4px solid #eee;
}

.facebook-top-left-4 {
  border: 4px solid #eee;
}

.facebook-middle {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media only screen and (max-width:1024px) {
  .facebook-middle {
    display: block;
  }
}

.facebook-middle-left {
  height: 179px;
  width: 90%;
  max-width: 570px;
  display: flex;
  align-items: center;
}

.facebook-middle-left a {
  background: url(../img/index/btn_mayor.png) no-repeat;
  height: 100%;
  width: 100%;
}



.facebook-middle-left:hover {
  opacity: 0.7;
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .facebook-middle-left {
    width: 90%;
    margin: auto;
    background-size: cover;
    height: 179px;
  }
}

@media only screen and (max-width:767px) {
  .facebook-middle-left {
    width: 90%;
    margin: auto;
    background-size: cover;
    height: 106px;
  }
}

.facebook-middle-right {
  height: 179px;
  width: 90%;
  max-width: 570px;
  display: flex;
  align-items: center;
}

.facebook-middle-right a {
  background: url(../img/index/btn_parliament.png) no-repeat;
  height: 100%;
  width: 100%;
}


.facebook-middle-right:hover {
  opacity: 0.7;
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .facebook-middle-right {
    width: 90%;
    margin: auto;
    background-size: cover;
    height: 179px;
    margin-top: 25px;
  }
}

@media only screen and (max-width:767px) {
  .facebook-middle-right {
    width: 90%;
    margin: auto;
    background-size: cover;
    height: 106px;
    margin-top: 25px;
  }
}


.facebook-middle a {
  color: #000;
  display: block;
  display: flex;
  padding-left: 45px;
  font-size: 4.6rem;
  align-items: center
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .facebook-middle a {
    color: #000;
    font-size: 4.6rem;
    background-size: cover;
  }
}

@media only screen and (max-width:767px) {
  .facebook-middle a {
    color: #000;
    font-size: 3rem;
    height: 100%;
    width: 100%;
    background-size: cover;
  }
}

.facebook-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 30px;
}

@media only screen and (max-width:1024px) {
  .facebook-bottom {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.facebook-bottom-bottom {
  padding: 30px;
  width: 31%;
  background-color: white;
}

@media only screen and (max-width:1024px) {
  .facebook-bottom-bottom {
    height: initial;
    width: 90%;
    background-color: white;
    margin: auto;
    margin-bottom: 35px;
  }

  .facebook-bottom ul {
    margin-bottom: 30px;
  }
}

.facebook-bottom h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #0078D4;
}

.facebook-bottom ul li {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.8rem;
}

.facebook-bottom ul li img {
  padding-right: 15px;
}

.facebook-top-right-bottom {
  max-width: 100%;
  height: 610px;
  background-color: white;
}

.facebook-top-right-bottom-bottom {
  max-width: 100%;
  height: 74px;
  margin-bottom: 0px;
  background-color: rgb(24, 118, 242);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media only screen and (max-width:1024px) {
  .facebook-top-right-bottom-bottom {
    display: flex;
  }

  .facebook-top-right-bottom-bottom img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}

.facebook-top-right-bottom-bottom a {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 700;
}

.facebook-top-right-bottom-bottom a img {
  margin-right: 10px;
}

.facebook-top-right-bottom-bottom a:hover {
  opacity: 0.7;
}

body.is-gyosei.is-black .facebook-top-right-bottom-bottom a {
  color: #000 !important;
}

@media only screen and (max-width:1024px) {
  .facebook-top-right-bottom-bottom a {
    word-break: break-all;
    margin-right: 10px;
    margin-left: 8px;
  }
}

.tier2-news-p2 a {
  font-weight: 700;
}

/* 引入北见市的Facebook 
.information_right_div {
	box-sizing: border-box;
	width: 600px;
}

.facebook-div {
	margin-top: 15px;
  overflow: hidden;
	width: 100%;
	height: 400px;
	text-align: center;
}
*/
.fb-page {
  text-align: center;
}

.facebook-title {
  padding: 11px;

  font-weight: 700;
  color: #fff;
  text-align: center;
}

/* 人口と世帯数 */
.population-div {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 40px;
  font-size: 1.6rem;
}

.population-div::after {
  content: ' ';
  display: block;
  clear: both;
}

.population-map {
  float: left;
  width: 550px;
}

.population-right-div {
  position: relative;
  left: 50px;
  top: 100px;
  text-align: left;
}

.population-div .population-right-div .population-right-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.mb-21 {
  font-weight: 700;
  margin-bottom: 20px;
}

.population-right-span {
  font-size: 2rem;
  font-weight: 700;
}

.span-p::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 44%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #73b973;
}

.span-w::before {
  content: '';
  position: absolute;
  top: 60%;
  left: 44%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #73b973;
}

@media only screen and (max-width:1024px) {
  .population-div .population-map {
    width: 100%;
  }

  .mb-20 {
    margin: 0;
  }

  .mb-20+p {
    display: inline-block;
  }

  .population-right-div {
    position: static;
  }

  .population-right-span {
    position: relative;
  }

  .span-p::before,
  .span-w::before {
    top: 10%;
    left: -34%;
  }
}

.mb-22 {
  display: inline-block;
}

/* 緊急のお知らせの「一覧はこちら」リンク */
.purpose-left-bottom a:hover p {
  opacity: .7;
}