@charset "UTF-8";
/* CSS Document */
/*bootstrapのcontainerをコントロール*/
.container_original {
  margin: auto;
  width: 960px;
}
.container-fluid_original {
  margin: auto;
  max-width: 1400px;
  padding: 0 50px;
}
@media (max-width: 992px) { 
  .container_original, .container-fluid_original {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container_original, .container-fluid_original {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
/*余白の調整*/
.pt-0 {
  padding-top: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.pd-0 {
  padding: 0px;
}
.mg-0 {
  margin: 0px;
}
.pt-05 {
  padding-top: 5px;
}
.mt-05 {
  margin-top: 5px;
}
.pb-05 {
  padding-bottom: 5px;
}
.mb-05 {
  margin-bottom: 5px;
}
.pd-05 {
  padding: 5px;
}
.mg-05 {
  margin: 5px;
}
.pt-1 {
  padding-top: 10px;
}
.mt-1 {
  margin-top: 10px;
}
.pb-1 {
  padding-bottom: 10px;
}
.mb-1 {
  margin-bottom: 10px;
}
.pd-1 {
  padding: 10px;
}
.mg-1 {
  margin: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pd-15 {
  padding: 15px;
}
.mg-15 {
  margin: 15px;
}
.pt-2 {
  padding-top: 20px;
}
.mt-2 {
  margin-top: 20px;
}
.pb-2 {
  padding-bottom: 20px;
}
.mb-2 {
  margin-bottom: 20px;
}
.pd-2 {
  padding: 20px;
}
.mg-2 {
  margin: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pd-25 {
  padding: 25px;
}
.mg-25 {
  margin: 25px;
}
.pt-3 {
  padding-top: 30px;
}
.mt-3 {
  margin-top: 30px;
}
.pb-3 {
  padding-bottom: 30px;
}
.mb-3 {
  margin-bottom: 30px;
}
.pd-3 {
  padding: 30px;
}
.mg-3 {
  margin: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.mt-35 {
  margin-top: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pd-35 {
  padding: 35px;
}
.mg-35 {
  margin: 35px;
}
.pt-4 {
  padding-top: 40px;
}
.mt-4 {
  margin-top: 40px;
}
.pb-4 {
  padding-bottom: 40px;
}
.mb-4 {
  margin-bottom: 40px;
}
.pd-4 {
  padding: 40px;
}
.mg-4 {
  margin: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pd-45 {
  padding: 45px;
}
.mg-45 {
  margin: 45px;
}
.pt-5 {
  padding-top: 50px;
}
.mt-5 {
  margin-top: 50px;
}
.pb-5 {
  padding-bottom: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}
.pd-5 {
  padding: 50px;
}
.mg-5 {
  margin: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.mt-55 {
  margin-top: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.mb-55 {
  margin-bottom: 55px;
}
.pd-55 {
  padding: 55px;
}
.mg-55 {
  margin: 55px;
}
.pt-6 {
  padding-top: 60px;
}
.mt-6 {
  margin-top: 60px;
}
.pb-6 {
  padding-bottom: 60px;
}
.mb-6 {
  margin-bottom: 60px;
}
.pd-6 {
  padding: 60px;
}
.mg-6 {
  margin: 60px;
}
.bg-red {
  background-color: #ee0000;
}
.bg-blue {
  background-color: blue;
}
.bg-yellow {
  background-color: yellow;
}
.bg-green {
  background-color: green;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}
.bg-313133 {
  background-color: #313133;
}
.bg-clear-white {
  background-color: rgba(255, 255, 255, 0.8);
}
/*------------------ここからテキスト関係の設定------------------*/
p, a, li, table, h1, h2, h3, h4, h5 {
  color: #313133;
}
a:hover {
  color: #313133;
  text-decoration: none;
}
p, a, li, table {
  line-height: 25px;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2.0em;
  line-height: 1.4em;
}
h3 {
  font-size: 1.5em;
  line-height: 35px;
}
h4 {
  font-size: 1.2em;
  line-height: 25px;
}
h5 {
  font-size: 1.0em;
  line-height: 25px;
}
.text-red {
  color: #ee0000;
}
.text-blue {
  color: blue;
}
.text-yellow {
  color: yellow;
}
.text-green {
  color: green;
}
.text-white {
  color: white;
}
.text-bold {
  font-weight: bold;
}
.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.text_in_link {
  border-bottom: solid 3px gold;
}
.amendment-a {
  font-size: 0.8em;
}
.amendment-b {
  font-size: 0.6em;
}
.list-intend {
  padding-left: 20px;
}
.TopImgText h1 {
  line-height: 1.3em;
}
/*------------------ここまでテキスト関係の設定------------------*/
/*------------------ここからニュースや沿革の日付の設定------------------*/
.date-list time {
  font-size: 1.1em;
  line-height: 25px;
}
.date-list-text {
  font-size: 1.1em;
  line-height: 25px;
}
.date-list th {
  font-weight: normal;
}
.link-arrow {
  padding-left: 20px;
}
.scroll-box {
  width: 100%;
  height: 150px;
  overflow: scroll;
}
/*------------------ここまでニュースや沿革の日付の設定------------------*/
/*------------------ここからtableの設定------------------*/
.table-a table, .table-b table {
  width: 100%;
}
.date-list-th {
  width: 100px;
}
.tb-width-100 {
  width: 100px;
}
.tb-width-150 {
  width: 150px;
}
.tb-width-200 {
  width: 200px;
}
.tb-width-250 {
  width: 250px;
}
@media (max-width: 680px) {
  .table-a th, .table-a td {
    width: 100%;
    display: block;
  }
  .tb-width-100, .tb-width-150, .tb-width-200, .tb-width-250 {
    width: 100%;
  }
}
/*------------------ここまでtableの設定------------------*/
/*------------------ここからオリジナルのパンくずリストがアクティブ時の文字色の設定------------------*/
.breadcrumb .active {color: #313133;}
/*------------------ここまでオリジナルのパンくずリストがアクティブ時の文字色の設定------------------*/
/*------------------ここから画像関係の設定------------------*/
.img-point {
  width: 180px;
  display: block;
  margin: 0 auto;
}
.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.bg-feature {
  height: 300px;
  overflow: hidden;
}
.bg-feature-title {
  height: 300px;
  overflow: hidden;
}
.bg-feature-title h2 {
  line-height: 300px;
}
.img-step {
  /*width: 40%;*/
  width: 130px;
}
.fixed-bg-text-white {
  color: white;
}
.fixed-bg-text-white a:hover {
  color: white;
}
.qr-cord-img {
  width: 150px;
}
@media (max-width: 992px) {
  /*.img-point {
    width: 50%;
  }*/
  .TopImgText h1 {
    font-size: 1.7em;
  }
  .bg-feature {
    background-size: cover;
    height: 200px;
  }
  .bg-feature-title {
    background-size: cover;
    height: 200px;
  }
  .bg-feature-title h2 {
    line-height: 200px;
  }
  .bg-back-img {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .img-poster {
    margin-bottom: 30px;
  }
  /*.img-step {
    width: 18%;
  }*/
}
/*@media (max-width: 680px) {
  .img-step {
    width: 25%;
  }
}*/
/*------------------ここまで画像関係の設定------------------*/
/*------------------ここからボタン関係の設定------------------*/
.btn-width-a {
  width: 150px;
}
.btn-width-b {
  width: 200px;
}
.btn-width-c {
  width: 250px;
}
/*------------------ここまでボタン関係の設定------------------*/
/*------------------ここからアコーディオン関係の設定------------------*/
.aboutQuestion {
  margin-bottom: 5px;
} /*Q&Aのアコーディオン*/
.panel-title {
  line-height: 1.2em;
} /*Q&Aのアコーディオン*/
/*------------------ここまでアコーディオン関係の設定------------------*/
/*------------------ここからサイト内検索フォームの設定------------------*/
.headerSearchForm {
  background-color: #fff;
  width: 200px;
  height: 30px;
  border: 1px #313133 solid;
  margin: 10px;
}
.headerSearchForm input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.headerSearchForm {
  border-radius: 3px;
}
#inputForm {
  width: 150px;
  border: none;
  padding-left: 10px;
  font-size: 0.7em;
}
#search_btn {
  width: 30px;
  border: none;
  background-image: url(../image/searchBtn1.webp);
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
}
/*------------------ここまでサイト内検索フォームの設定------------------*/
/*------------------ここからgooglemapの設定------------------*/
.place-googlemap {
  width: 100%;
  /*height: 500px;*/
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 992px) {
  .place-googlemap {
    /*height: 300px;*/
    height: auto;
    aspect-ratio: 16/9;
  }
}
/*------------------ここまでgooglemapの設定------------------*/
/*------------------ここからyoutubeの設定------------------*/
.youtube-frame, .youtube-2frame {
  width: 100%;
  /*height: 500px;*/
  height: auto;
  aspect-ratio: 16/9;
}
.youtube-frame {
  /*height: 500px;*/
  height: auto;
  aspect-ratio: 16/9;
}
.youtube-2frame {
  /*height: 300px;*/
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 992px) {
  .youtube-frame {
    /*height: 300px;*/
    height: auto;
    aspect-ratio: 16/9;
  }
}
/*------------------ここまでyoutubeの設定------------------*/
/*------------------ここからデータページの設定------------------*/
/* 初期値等のリセット */
.item_chart li {
  list-style: none;
}
.bar-graph, .bar-graph li, .bar-graph dl, .bar-graph dt, .bar-graph dd, .bar-graph span {
  /*font-size: 1.0em;*/
  /*line-height: 1.7;*/
  margin: 0;
  padding: 0;
}
.bar-graph {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.bar-graph li {
  border-bottom: 1px solid #ccc;
}
.bar-graph li:last-child {
  border-bottom: 0;
}
/* 各グラフの横並びは flex */
.bar-graph dl {
  display: flex;
  justify-content: space-between;
}
/* グラフの項目名は固定幅 */
.bar-graph dt {
  border-right: 1px solid #ccc;
  flex-basis: 300px; /* 項目名の幅 */
  flex-grow: 0;
  flex-shrink: 0;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
}
/* グラフが入る要素は自由幅 */
.bar-graph dd {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px 0;
  text-align: center;
}
/* グラフ本体 */
.bar-graph dd span {
  display: block;
  overflow: visible;
  white-space: nowrap;
}
/* グラフ注意書き */
.chart_small_text_alert {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
/* レスポンシブ対応、狭いときは flex を解除 */
@media (max-width: 860px) {
  .bar-graph dl {
    display: block;
  }
  .bar-graph dt {
    border-bottom: 1px solid #ccc;
    border-right: 0;
  }
}
/* 画面サイズが680px以下の場合に適用 */
@media only screen and (max-width : 680px) {
  /*480px以下の時に改行*/
  /*.chart_small_text {
    font-size: 0.9em;
  }
  .chart_small_text_alert {
    font-size: 0.8em;
  }*/
}
/*------------------ここまでデータページの設定------------------*/
/*------------------ここからページネーションの設定------------------*/
.page-nation-now {
  line-height: 33px;
}
/*------------------ここまでページネーションの設定------------------*/
/*------------------ここからsnsリンクの設定------------------*/
.follow_me-img {
  width: 600px;
  display: block;
  margin: 0 auto;
}
.sns-img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .follow_me-img {
    width: 100%;
  }
}
/*------------------ここまでsnsリンクの設定------------------*/
/*------------------ここからフッターの設定------------------*/
footer .icon-img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.footer-link-text:hover {
  color: white;
}
.footer-text a {
  text-decoration: underline;
}
.footer-text a:hover {
  text-decoration: none;
  color: white;
}
.totop-icon-img {
  width: 130px;
  display: block;
  margin: 0 auto;
}
/*@media only screen and (max-width: 768px) {
  .totop-icon-img {
    width: 120px;
  }
}*/
/*------------------ここまでフッターの設定------------------*/
/*------------------ここからコピーライトの設定------------------*/
#copyRight {
  padding: 15px 0;
}
#copyRight p {
  /*line-height: 25px;*/
  text-align: center;
}
#copyRight a {
  text-decoration: underline;
}
#copyRight a:hover {
  text-decoration: none;
}
.footer_toSiteMap {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  #copyRight p {
    text-align: left;
  }
  .footer_toSiteMap {
    padding-right: 0;
  }
  .copyright_br {
    display: block;
  }
}
/*------------------ここまでコピーライトの設定------------------*/
/*------------------ここからフローティングバナーの設定------------------*/
#floating {
  position: fixed;
  bottom: 40px;
  right: 0;
  display: block;
  padding: 20px 11px 12px 12px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 14px;
}
#floating a{
  text-decoration: none;
  line-height: 1.2;
}
#floating:hover {
  transition: all .3s;
}
/*------------------ここまでフローティングバナーの設定------------------*/