@charset "UTF-8";
.top {
  position: relative;
}

#section01 {
  width: 100%;
  height: auto;
  position: relative;
}

#section01 #slideshow {
  max-width: 1200px;
  width: 100%;
  height: auto;
  overflow-y: hidden;
}

#section01 #slideshow img {
  max-width: 100%;
  height: auto;
}

/* #section01 #slideshow .bx-wrapper {
  position: relative;
  overflow-y: hidden;
} */

/* #section01 #slideshow .bx-wrapper .bx-pager {
  margin-top: 20px;
  text-align: center;
} */

/* #section01 #slideshow .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
} */

/* #section01 #slideshow .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 20px 0 0;
  outline: 0;
  border: 1px solid #eb6100;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
} */

/* #section01 #slideshow .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #eb6100;
} */

/* #section01 #slideshow .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  outline: 0;
  width: 20px;
  height: 37px;
  text-indent: -9999px;
  z-index: 9999;
} */

/* #section01 #slideshow .bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/triangle_right.png");
  background-repeat: no-repeat;
  background-size: contain;
} */

/* #section01 #slideshow .bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/triangle_left.png");
  background-repeat: no-repeat;
  background-size: contain;
} */

#section01 #news {
  position: absolute;
  max-width: 420px;
  width: 100%;
  height: auto;
  max-height: 340px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 44px;
  right: 48px;
  z-index: 9999;
}

#section01 #news .news_header {
  padding: 20px 0px 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #eb6100;
}

#section01 #news .news_header img {
  vertical-align: middle;
  margin-left: 5px;
}

#section01 #news .news_header .header_txt {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

#section01 #news .news_header .backnumber {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  color: #eb6100;
}

#section01 #news .news_header .backnumber a:hover {
  text-decoration: underline;
}

#section01 #news .news_txt {
  width: 94%;
  margin: 0 auto;
  margin-top: 10px;
}

#section01 #news .news_txt dl {
  height: 240px;
  overflow-y: scroll;
}

#section01 #news .news_txt dl dt {
  font-size: 13px;
  color: #eb6100;
  padding: 10px 0;
}

#section01 #news .news_txt dl dt:nth-child(n + 2) {
  border-top: 1px solid #aeaeae;
}

#section01 #news .news_txt dl dd {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
}

#section01 #news .news_txt dl dd a:hover {
  color: #eb6100;
}

#section01 #news .news_txt dl dd span.new {
  margin-left: 5px;
  color: #eb6100;
}

/*
こんなとき、こんな手続きエリア
*/
#section02 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

#section02 #konnatoki {
  position: relative;
  width: 100%;
  background-image: url(../images/bg_konnatoki.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 60px 50px;
}

#section02 #konnatoki .konnnatoki_header {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #eb6100;
}

#section02 #konnatoki .konnatoki_list {
  width: 100%;
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section02 #konnatoki .konnatoki_list .list_item {
  display: inline-block;
  max-width: 142px;
  width: 14%;
  height: 140px;
  margin-bottom: 10px;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}

#section02 #konnatoki .konnatoki_list .list_item span {
  font-size: 12px;
}

#section02 #konnatoki .konnatoki_list .list_item.mb_none {
  margin-bottom: 0;
}

#section02 #konnatoki .konnatoki_list .list_item:hover {
  background-color: #fff1e0;
}

#section02 #konnatoki .konnatoki_list .list_item .txt {
  margin: 20px 0px 10px;
}

#section02 #konnatoki .konnatoki_list .list_item .txt.small {
  margin: 10px 0 5px;
}

#section02 #konnatoki .konnatoki_list .list_item img {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
}

#section02 #konnatoki .center {
  text-align: center;
}

#section02 #konnatoki .btn {
  background: url(../images/bg_arrow.png) no-repeat center right 20px;
  background-color: #ffffff;
  display: inline-block;
  width: 270px;
  height: auto;
  border: 1px solid #eb6100;
  color: #eb6100;
  font-size: 15px;
  border-radius: 100vh;
  padding: 18px 0;
  margin: 0 auto;
  text-align: center;
}

#section02 #konnatoki .btn:hover {
  background-color: #fff1e0;
}

/*
たよりエリア
*/
#section03 {
  margin-top: 20px;
  width: 100%;
  height: auto;
  background-image: url(../images/bg_tayori.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 50px;
}

#section03 .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section03 .tayori {
  max-width: 590px;
  width: 48%;
  background-color: #ffffff;
  padding: 36px 0;
  height: 310px;
}

#section03 .tayori .tayori_header {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #eb6100;
}

#section03 .tayori .btn {
  background: url(../images/bg_arrow.png) no-repeat center right 20px;
  background-color: #ffffff;
  display: inline-block;
  width: 200px;
  height: auto;
  border: 1px solid #eb6100;
  color: #eb6100;
  font-size: 15px;
  border-radius: 100vh;
  padding: 10px 0;
  text-align: center;
  margin-top: 50px;
}

#section03 .tayori .btn:hover {
  background-color: #fff1e0;
}

#section03 .tayori .tayori_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#section03 .tayori .tayori_container img {
  margin-right: 20px;
}

#section03 .tayori .tayori_container .txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#section03 .other {
  max-width: 590px;
  width: 48%;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section03 .other a {
  background-color: #ffffff;
  text-align: center;
  padding: 22px 0;
  font-size: 20px;
}

#section03 .other a:hover {
  background-color: #fff1e0;
}

#section03 .other .join, #section03 .other .contact {
  display: block;
}

#section03 .other .join {
  border: 2px solid #eb6100;
}

#section03 .other .contact {
  background-color: #ffffff;
}

#section03 .other img {
  vertical-align: middle;
  margin-right: 10px;
}

#section03 .other .sub_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section03 .other .sub_container a {
  display: inline-block;
  max-width: 260px;
  width: 48%;
}

#section03 .other .sub_container a:hover {
  background-color: #fff1e0;
}

/*
スライドバナーエリア
*/
#section04 {
  margin-top: 20px;
  width: 100%;
  height: auto;
  background-color: #f7f3e9;
  padding: 20px 0;
}

#section04 .banner_area {
  position: relative;
  z-index: 5;
}

#section04 .banner_area .bx-wrapper {
  margin: 0 auto;
}

#section04 .banner_area .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 50px;
  height: 100%;
  text-indent: -9999px;
}

#section04 .banner_area .bx-wrapper .bx-prev {
  left: 30px;
  background: url("../images/left.png") no-repeat center center;
  background-size: contain;
}

#section04 .banner_area .bx-wrapper .bx-next {
  right: 30px;
  background: url("../images/right.png") no-repeat center center;
  background-size: contain;
}

/* 読込み時の画像縦並び対処 */
.bx-viewport #slider02 li {
  display: block !important;
}

#slider02 li {
  display: none;
}
/* 読込み時の画像縦並び対処 end*/

#section05 {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#section05 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section05 .container .txt {
  font-size: 12px;
  color: #666666;
}

#section05 .container img {
  margin-right: 5px;
}

#section05 .btn {
  background-color: #eb6100;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  width: 230px;
  height: auto;
  padding: 10px 0;
  text-align: center;
}

#section05 .btn img {
  vertical-align: baseline;
  margin-right: 5px;
}

#section05 .btn:hover {
  opacity: 0.7;
}


@media screen and (max-width: 750px) {
  /* #section01 #slideshow .bx-wrapper .bx-pager {
    margin-top: 5vw;
  } */
  /* #section01 #slideshow .bx-wrapper .bx-controls-direction a {
    margin-top: -11vw;
  } */
  /* #section01 #slideshow .bx-wrapper .bx-next {
    right: 2vw;
  } */
  /* #section01 #slideshow .bx-wrapper .bx-prev {
    left: 2vw;
  } */
  #section01 #news {
    position: relative;
    width: 94%;
    background-color: #ffffff;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  #section01 #news .news_header {
    padding: 6vw 0 3vw;
  }
  #section01 #news .news_header .backnumber {
    padding-right: 1vw;
  }
  #section01 #news .news_txt {
    width: 100%;
    margin-top: 2vw;
  }
  #section01 #news .news_txt dl {
    max-height: 240px;
    height: auto;
    overflow-y: scroll;
  }
  #section01 #news .news_txt dl dt {
    font-size: 13px;
    color: #eb6100;
    padding: 10px 0;
  }
  #section01 #news .news_txt dl dt:nth-child(n + 2) {
    border-top: 1px solid #aeaeae;
  }
  #section01 #news .news_txt dl dd {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
  }
  #section01 #news .news_txt dl dd a:hover {
    color: #eb6100;
  }
  #section01 #news .news_txt dl dd span.new {
    margin-left: 5px;
    color: #eb6100;
  }
  #section02 {
    margin-top: 6vw;
  }
  #section02 #konnatoki {
    background-image: url(../images/sp/bg_konnatoki.png);
    padding: 10vw 2vw;
  }
  #section02 #konnatoki .konnnatoki_header {
    padding-bottom: 4vw;
  }
  #section02 #konnatoki .konnatoki_list {
    padding: 10vw 0;
  }
  #section02 #konnatoki .konnatoki_list .list_item {
    width: 32%;
    margin-bottom: 4vw;
    font-size: 12px;
    height: 130px;
  }
  #section02 #konnatoki .konnatoki_list .list_item span {
    font-size: 10px;
  }
  #section02 #konnatoki .konnatoki_list .list_item .txt {
    margin: 4vw 0px 3vw;
  }
  #section02 #konnatoki .konnatoki_list .list_item .txt.small {
    margin: 4vw 0px 3vw;
  }
  #section02 #konnatoki .konnatoki_list::after {
    content: "";
    display: block;
    width: 32%;
  }
  #section02 #konnatoki .btn {
    padding: 3vw 0;
    width: 240px;
  }
  #section03 {
    margin-top: 8vw;
    padding: 10vw 4vw;
    background-image: url(../images/sp/bg_tayori.png);
  }
  #section03 .container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section03 .tayori {
    width: 100%;
    padding: 8vw 0;
    height: auto;
  }
  #section03 .tayori .tayori_header {
    padding-bottom: 3vw;
  }
  #section03 .tayori .sp_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 4vw;
  }
  #section03 .tayori .btn {
    padding: 3vw 0;
    margin-top: 0;
    width: 240px;
  }
  #section03 .tayori .tayori_container {
    margin-top: 6vw;
  }
  #section03 .tayori .tayori_container img {
    margin-right: 2vw;
  }
  #section03 .tayori .tayori_container .txt_area {
    width: 46%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section03 .tayori .tayori_container .txt_area p {
    font-size: 14px;
  }
  #section03 .other {
    width: 100%;
    margin-top: 4vw;
  }
  #section03 .other a {
    padding: 5vw 0;
    font-size: 18px;
  }
  #section03 .other img {
    margin-right: 2vw;
  }
  #section03 .other .sub_container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #section03 .other .sub_container a img {
    width: 10vw;
    margin: 0 auto;
    margin-right: auto;
    margin-bottom: 2vw;
  }
  #section04 {
    margin-top: 8vw;
    padding: 4vw 0;
  }
  #section04 .banner_area .bx-wrapper .bx-controls-direction a {
    width: 10vw;
  }
  #section04 .banner_area .bx-wrapper .bx-prev {
    left: 2vw;
  }
  #section04 .banner_area .bx-wrapper .bx-next {
    right: 2vw;
  }
  #section05 {
    margin: 10vw 0;
  }
  #section05 .container {
    display: none;
  }
  #section05 .btn {
    width: 90%;
    height: auto;
    padding: 4vw 0;
    margin: 0 auto;
  }
  #section05 .btn img {
    margin-right: 1vw;
  }
}

/*
 印刷時の設定
*/
@media print {
  @page {
    size: A4;
  }
  /* A4縦 */
  #section01 #slideshow img {
    max-width: 100%;
    height: auto;
  }
  /* #section01 .bx-viewport {
    height: 251px !important;
  } */
  /* #section01 #slideshow .bx-wrapper .bx-pager {
    bottom: 2px;
  } */
  /* #section01 #slider01 li {
    width: auto !important;
  } */
  /* #section01 #slider01 img {
    max-width: 100%;
    height: auto;
  } */
  #section01 #news .news_txt dl {
    height: 196px;
  }
  #section01 #news .news_txt dl dt {
    font-size: 10px;
  }
  #section01 #news .news_txt dl dd {
    font-size: 10px;
  }
  #section01 #news .news_txt dl dd::before {
    top: 0;
  }
  #section02 #konnatoki .konnatoki_list .list_item img {
    max-width: 100%;
    height: auto;
  }
  #section02 #konnatoki .konnatoki_list .list_item .icon {
    width: 16%;
    margin-right: 5px;
  }
  #section02 #konnatoki .konnatoki_list .list_item .txt {
    font-size: 10px;
  }
  #section03 #chitose {
    width: 63%;
  }
  #section03 #chitose .chitose_btn {
    width: 32%;
    top: 35px;
    left: 64px;
  }
  #section03 #side_banner {
    width: 33%;
  }
  #section03 #side_banner li:nth-child(-n+2) {
    margin-bottom: 6px;
  }
  #section04 #shisetsu .shisetsu_btn {
    width: 60%;
    top: 20px;
    left: 6px;
  }
  #section04 #iryo .iryo_btn {
    width: 90%;
    bottom: 6px;
  }
  #section04 #tayori .tayori_area {
    width: 90%;
  }
  /*
スライドバナーエリア
*/
  #section05 .banner_area {
    height: 50px;
  }
  #section05 #slider02 li {
    width: 134px !important;
  }
  #section05 #slider02 li img {
    max-width: 100%;
    height: auto;
  }
}
