﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
@charset "UTF-8";
/**
 * トップページ
 */
#Middle {
  /*margin-top: 1.5rem;*/
}
#Middle #ContentPane {
  /*width: $width_1220px;*/
  /*margin: 0 auto;*/
  margin-bottom: 50px;
}
#Middle #ContentPane .main-column {
  /*min-width: 750px;*/
}
#Middle #ContentPane .left-column {
  width: 450px;
  margin-right: 20px;
}
#Middle #ContentPane .box {
  margin-bottom: 1.5rem;
  box-shadow: none;
  background-color: #efeae4;
  border-radius: 0;
  padding: 20px 20px 10px;
}
#Middle #ContentPane .box.box-colorset-red {
  background-color: #ffeeee;
  border: 1px solid;
  border-color: #cc0000;
}
#Middle #ContentPane .box.box-colorset-red ul li a:not(.EditIcon):after {
  color: #cc0000;
}
#Middle #ContentPane .box .is-title {
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
#Middle #ContentPane .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Middle #ContentPane .box ul li {
  flex: none;
  width: 200px;
  margin: 0 0 10px;
}
#Middle #ContentPane .box ul li a:not(.EditIcon) {
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  display: block;
  position: relative;
}
#Middle #ContentPane .box ul li a:not(.EditIcon):after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  position: absolute;
  right: 5px;
  color: #d3c8b4;
  margin-left: .5rem;
  font-weight: bold;
}
#Middle #ContentPane .box ul li a:not(.EditIcon):hover {
  text-decoration: none;
}
#Middle #ContentPane #TownHeadman {
  width: 220px;
  display: table;
  padding: 0;
  margin-right: 10px;
}
#Middle #ContentPane #TownHeadman a {
  display: table-cell;
  background-color: #d3c8b4;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
  height: 116px;
  position: relative;
  z-index: 10;
  text-align: center;
}
#Middle #ContentPane #TownHeadman a:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 20;
  background: url("/images/img-mayor.png");
  background-size: contain;
  width: 103px;
  height: 135px;
  bottom: 0;
  left: 0;
}
#Middle #ContentPane #TownHeadman a {
  padding: 5px 5px 5px 104px;
}

}
@media all and (-ms-high-contrast: none) {
  #Middle #ContentPane #TownHeadman a:before {
    top: -20px;
  }
}
#Middle #ContentPane #TownHeadman small {
  display: block;
  text-align: left;
  text-align-last: right;
  font-size: 14px;
  margin-top: .8rem;
  font-weight: bold;
}
#Middle #ContentPane #TownCouncil {
  width: 220px;
  display: table;
  padding: 0;
}
#Middle #ContentPane #TownCouncil a {
  display: table-cell;
  background-color: #d3c8b4;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
  height: 116px;
  position: relative;
  z-index: 10;
  text-align: center;
}
#Middle #ContentPane #TownCouncil a:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 20;
  background: url("/images/img-gikai.jpg");
  background-size: contain;
  width: 96px;
  height: 106px;
  bottom: 5px;
  left: 5px;
}
#Middle #ContentPane #TownCouncil a {
  padding: 5px 5px 5px 96px;
}
@media all and (-ms-high-contrast: none) {
  #Middle #ContentPane #TownCouncil a:before {
    top: 5px;
  }
}
#Middle #ContentPane .emergency-info, #Middle #ContentPane .information {
  border: 0px solid;
  border-color: #000000;
  margin-bottom: 0rem;
}
#Middle #ContentPane .emergency-info .is-title, #Middle #ContentPane .information .is-title {
  margin: -1px 0;
  background-color: #000000;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: .3rem 5px;
  font-weight: bold;
}
#Middle #ContentPane .emergency-info .is-title:before, #Middle #ContentPane .information .is-title:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f071';
  font-weight: 900;
  margin-right: 5px;
  color: #ff0;
}
#Middle #ContentPane .emergency-info .is-body, #Middle #ContentPane .information .is-body {
  padding: 1rem;
  font-size: 18px;
}
#Middle #ContentPane .emergency-info .is-body a, #Middle #ContentPane .information .is-body a {
  text-decoration: underline;
}
#Middle #ContentPane .emergency-info .is-body p, #Middle #ContentPane .information .is-body p {
  margin: 2px 0;
}
#Middle #ContentPane .emergency-info .is-body ul, #Middle #ContentPane .information .is-body ul {
  list-style: disc outside;
  margin-left: 1.0rem;
  padding-left: 0rem;
}
#Middle #ContentPane .information {
  border-color: #ffd939;
}
#Middle #ContentPane .information .is-title {
  background-color: #ffd939;
  color: #000000;
}
#Middle #ContentPane .information .is-title:before {
  /*content: '';*/
  content: none;
  margin: 0;
}
#Middle #ContentPane .information .is-body {
  padding: 1rem;
}
#Middle #ContentPane .information .is-body ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#Middle #ContentPane .information .is-body dl {
  display: flex;
  border-bottom: 1px dashed;
  border-bottom-color: #999;
  padding: 0 10px 8px;
  margin-bottom: 8px;
  align-items: flex-start;
}
#Middle #ContentPane .information .is-body dl * {
  font-size: 16px;
  color: #000000;
}
#Middle #ContentPane .information .is-body dl dt {
  margin-right: 1rem;
  min-width: 9rem;
}
#Middle #ContentPane .information .is-body a {
  text-decoration: underline;
}
#Middle #ContentPane .information .is-body a:visited {
  color: #000099;
}
#Middle #ContentPane .information .is-body .new {
  margin-left: 5px;
  border-radius: 5px;
  padding: 3px 10px;
  color: #ffffff;
  background-color: #cc0000;
  font-size: 12px;
}
#Middle #ContentPane .information .is-body a.show-list-link {
  text-decoration: none;
}
#Middle #ContentPane .information .is-body a.show-list-link:hover {
  text-decoration: underline;
}
#Middle #ContentPane .information .is-body a.show-list-link:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-right: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#Middle #ContentPane .information .is-body a.show-list-link.prev-link {
  margin-right: 1rem;
}
#Middle #ContentPane .information .is-body a.show-list-link.prev-link:before {
  content: '\f053';
}
#Middle #ContentPane .information .is-body a.show-list-link.next-link:before {
  content: none;
}
#Middle #ContentPane .information .is-body a.show-list-link.next-link:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-left: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#Middle #ContentPane .search-lifework {
  margin-bottom: 20px;
}
#Middle #ContentPane .search-lifework .is-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  text-align: center;
  margin-bottom: 1rem;
}
#Middle #ContentPane .search-lifework .is-title:after {
  content: 'Search';
  color: #ed5454;
  font-size: 17px;
  display: block;
}
#Middle #ContentPane .search-lifework ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Middle #ContentPane .search-lifework ul li:nth-child(1) a:before {
  background: url(/images/search-icon_1.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(2) a:before {
  background: url(/images/search-icon_2.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(3) a:before {
  background: url(/images/search-icon_3.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(4) a:before {
  background: url(/images/search-icon_4.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(5) a:before {
  background: url(/images/search-icon_5.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(6) a:before {
  background: url(/images/search-icon_6.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(7) a:before {
  background: url(/images/search-icon_7.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(8) a:before {
  background: url(/images/search-icon_8.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(9) a:before {
  background: url(/images/search-icon_9.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(10) a:before {
  background: url(/images/search-icon_10.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(11) a:before {
  background: url(/images/search-icon_11.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(12) a:before {
  background: url(/images/search-icon_12.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li {
  min-height: 120px;
  width: 170px;
  text-align: center;
  align-items: center;
  display: table;
  flex: none;
  margin-bottom: 10px;
}
#Middle #ContentPane .search-lifework ul li a {
  background-color: #ed5454;
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#Middle #ContentPane .search-lifework ul li a:hover {
  text-decoration: none;
}
#Middle #ContentPane .bn-contents-links {
  margin-bottom: 20px;
}
#Middle #ContentPane .bn-contents-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-right: 1px solid;
  border-right-color: #d3c8b4;
  border-left: 1px solid;
  border-left-color: #d3c8b4;
}
#Middle #ContentPane .bn-contents-links ul li {
  margin-bottom: 10px;
  width: 175px;
  flex: none;
  padding: 1.8rem 1.5rem;
  text-align: center;
  align-items: flex-start;
}
#Middle #ContentPane .bn-contents-links ul li + li {
  border-left: 1px solid;
  border-left-color: #d3c8b4;
}
#Middle #ContentPane .bn-contents-links ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}
#Middle #ContentPane .bn-contents-links ul li a img {
  object-fit: cover;
  max-width: none;
  width: 125px;
  height: 125px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 5px;
}
#Middle #ContentPane .tabbox {
  margin-bottom: 1.5rem;
}
#Middle #ContentPane .tabbox .tabs {
  margin-bottom: 0;
}
#Middle #ContentPane .tabbox .tabs ul {
  border: none;
  justify-content: space-between;
}
#Middle #ContentPane .tabbox .tabs ul li {
  width: 50%;
}
#Middle #ContentPane .tabbox .tabs ul li + li {
  margin-left: 5px;
}
#Middle #ContentPane .tabbox .tabs ul li.is-active a {
  background-color: #d3c8b4;
}
#Middle #ContentPane .tabbox .tabs ul li a {
  background-color: #efeae4;
  font-size: 16px;
  color: #000000;
}
#Middle #ContentPane .tabbox .tabs ul li a:hover {
  color: #ffffff;
  background-color: #42382b;
  text-decoration: none;
}
#Middle #ContentPane .tabbox .tabs-contents {
  border: 10px solid;
  border-color: #d3c8b4;
}
@media all and (-ms-high-contrast: none) {
  #Middle #ContentPane .tabbox .tabs-contents {
    margin-top: -1px;
  }
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body {
  padding: 1rem;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body dl {
  display: flex;
  border-bottom: 1px dashed;
  border-bottom-color: #999;
  padding: 0 10px 8px;
  margin-bottom: 8px;
  align-items: flex-start;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body dl * {
  font-size: 16px;
  color: #000000;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body dl dt {
  margin-right: 1rem;
  min-width: 9rem;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body a {
  text-decoration: underline;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body a:visited {
  color: #000099;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body .new {
  margin-left: 5px;
  border-radius: 5px;
  padding: 3px 10px;
  color: #ffffff;
  background-color: #cc0000;
  font-size: 12px;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-footer {
  background-color: #d3c8b4;
  text-align: right;
  padding: 5px;
  margin: -1px;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-footer a {
  color: #000000;
  font-size: 16px;
  text-decoration: underline;
}
#Middle #ContentPane .tabbox #facebook .tabs-contents-body {
  padding: 0;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs ul li {
  width: 50%;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs ul li + li {
  margin-left: 5px;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer {
  background-color: transparent;
  padding: 1rem;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link {
  text-decoration: none;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link:hover {
  text-decoration: underline;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-right: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link.prev-link:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f053';
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link.next-link:before {
  /*content: '';*/
  content: none;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link.next-link:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-left: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.slideshow ul li {
  display: none;
}
#Middle #ContentPane .slideshow .slick-dots li {
  display: inline-block;
}
#Middle #ContentPane #TopSlideshow {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
#Middle #ContentPane #TopSlideshow a {
  display: block;
}
#Middle #ContentPane #TopSlideshow img {
  object-fit: cover;
  width: 220px;
  height: 230px;
  max-width: none;
  display: block;
}

#FooterPane .related-links {
  padding: 40px 0 0;
  background-color: #ffffff;
  height: 285px;
}
#FooterPane .related-links-inner {
  width: 1220px;
  margin: 0 auto;
}
#FooterPane .related-links .is-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  padding: 0 .5rem;
  margin-bottom: 15px;
}
#FooterPane .related-links .is-title a {
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: underline;
}
#FooterPane .related-links ul li a {
  display: block;
}
#FooterPane .related-links ul li img {
  object-fit: cover;
  max-width: none;
  display: block;
}
#FooterPane .related-links ul li img {
  width: 230px;
  height: 130px;
}
#FooterPane .banner-koukoku {
  padding: 40px 0 0;
  background-color: #ffffff;
  height: 220px;
}
#FooterPane .banner-koukoku-inner {
  width: 1220px;
  margin: 0 auto;
}
#FooterPane .banner-koukoku .is-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  padding: 0 .5rem;
  margin-bottom: 15px;
}
#FooterPane .banner-koukoku .is-title a {
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: underline;
}
#FooterPane .banner-koukoku ul li a {
  display: block;
}
#FooterPane .banner-koukoku ul li img {
  object-fit: cover;
  max-width: none;
  display: block;
}
#FooterPane .banner-koukoku ul li img {
  width: 290px;
  height: 90px;
}
#FooterPane .slick-prev:before, #FooterPane .slick-next:before {
  color: #000000;
  font-size: 28px;
}
#FooterPane .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f053';
  font-weight: 900;
}
#FooterPane .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
}

/*** for PC Browser ***/
@media (min-width:401px)
{
/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}

}


/*** for Smart Phone ***/
@media (max-width:400px)
{
@charset "UTF-8";
/**
 * トップページ
 */
#Middle {
  /*margin-top: 1.5rem;*/
}
#Middle #ContentPane {
  /*width: $width_1220px;*/
  /*margin: 0 auto;*/
  margin-bottom: 50px;
}
#Middle #ContentPane .main-column {
  /*min-width: 750px;*/
}
#Middle #ContentPane .left-column {
  width: 450px;
  margin-right: 20px;
}
#Middle #ContentPane .box {
  margin-bottom: 1.5rem;
  box-shadow: none;
  background-color: #efeae4;
  border-radius: 0;
  padding: 20px 20px 10px;
}
#Middle #ContentPane .box.box-colorset-red {
  background-color: #ffeeee;
  border: 1px solid;
  border-color: #cc0000;
}
#Middle #ContentPane .box.box-colorset-red ul li a:not(.EditIcon):after {
  color: #cc0000;
}
#Middle #ContentPane .box .is-title {
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
#Middle #ContentPane .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Middle #ContentPane .box ul li {
  flex: none;
  width: 200px;
  margin: 0 0 10px;
}
#Middle #ContentPane .box ul li a:not(.EditIcon) {
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  display: block;
  position: relative;
}
#Middle #ContentPane .box ul li a:not(.EditIcon):after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  position: absolute;
  right: 5px;
  color: #d3c8b4;
  margin-left: .5rem;
  font-weight: bold;
}
#Middle #ContentPane .box ul li a:not(.EditIcon):hover {
  text-decoration: none;
}
#Middle #ContentPane #TownHeadman {
  width: 220px;
  display: table;
  padding: 0;
  margin-right: 10px;
}
#Middle #ContentPane #TownHeadman a {
  display: table-cell;
  background-color: #d3c8b4;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
  height: 116px;
  position: relative;
  z-index: 10;
  text-align: center;
}
#Middle #ContentPane #TownHeadman a:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 20;
  background: url("/images/img-mayor.png");
  background-size: contain;
  width: 103px;
  height: 135px;
  bottom: 0;
  left: 0;
}
#Middle #ContentPane #TownHeadman a {
  padding: 5px 5px 5px 104px;
}

}
@media all and (-ms-high-contrast: none) {
  #Middle #ContentPane #TownHeadman a:before {
    top: -20px;
  }
}
#Middle #ContentPane #TownHeadman small {
  display: block;
  text-align: left;
  text-align-last: right;
  font-size: 14px;
  margin-top: .8rem;
  font-weight: bold;
}
#Middle #ContentPane #TownCouncil {
  width: 220px;
  display: table;
  padding: 0;
}
#Middle #ContentPane #TownCouncil a {
  display: table-cell;
  background-color: #d3c8b4;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
  height: 116px;
  position: relative;
  z-index: 10;
  text-align: center;
}
#Middle #ContentPane #TownCouncil a:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 20;
  background: url("/images/img-gikai.jpg");
  background-size: contain;
  width: 96px;
  height: 106px;
  bottom: 5px;
  left: 5px;
}
#Middle #ContentPane #TownCouncil a {
  padding: 5px 5px 5px 96px;
}
@media all and (-ms-high-contrast: none) {
  #Middle #ContentPane #TownCouncil a:before {
    top: 5px;
  }
}
#Middle #ContentPane .emergency-info, #Middle #ContentPane .information {
  border: 0px solid;
  border-color: #000000;
  margin-bottom: 0rem;
}
#Middle #ContentPane .emergency-info .is-title, #Middle #ContentPane .information .is-title {
  margin: -1px 0;
  background-color: #000000;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: .3rem 5px;
  font-weight: bold;
}
#Middle #ContentPane .emergency-info .is-title:before, #Middle #ContentPane .information .is-title:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f071';
  font-weight: 900;
  margin-right: 5px;
  color: #ff0;
}
#Middle #ContentPane .emergency-info .is-body, #Middle #ContentPane .information .is-body {
  padding: 1rem;
  font-size: 18px;
}
#Middle #ContentPane .emergency-info .is-body a, #Middle #ContentPane .information .is-body a {
  text-decoration: underline;
}
#Middle #ContentPane .emergency-info .is-body p, #Middle #ContentPane .information .is-body p {
  margin: 2px 0;
}
#Middle #ContentPane .emergency-info .is-body ul, #Middle #ContentPane .information .is-body ul {
  list-style: disc outside;
  margin-left: 1.0rem;
  padding-left: 0rem;
}
#Middle #ContentPane .information {
  border-color: #ffd939;
}
#Middle #ContentPane .information .is-title {
  background-color: #ffd939;
  color: #000000;
}
#Middle #ContentPane .information .is-title:before {
  /*content: '';*/
  content: none;
  margin: 0;
}
#Middle #ContentPane .information .is-body {
  padding: 1rem;
}
#Middle #ContentPane .information .is-body ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#Middle #ContentPane .information .is-body dl {
  display: flex;
  border-bottom: 1px dashed;
  border-bottom-color: #999;
  padding: 0 10px 8px;
  margin-bottom: 8px;
  align-items: flex-start;
}
#Middle #ContentPane .information .is-body dl * {
  font-size: 16px;
  color: #000000;
}
#Middle #ContentPane .information .is-body dl dt {
  margin-right: 1rem;
  min-width: 9rem;
}
#Middle #ContentPane .information .is-body a {
  text-decoration: underline;
}
#Middle #ContentPane .information .is-body a:visited {
  color: #000099;
}
#Middle #ContentPane .information .is-body .new {
  margin-left: 5px;
  border-radius: 5px;
  padding: 3px 10px;
  color: #ffffff;
  background-color: #cc0000;
  font-size: 12px;
}
#Middle #ContentPane .information .is-body a.show-list-link {
  text-decoration: none;
}
#Middle #ContentPane .information .is-body a.show-list-link:hover {
  text-decoration: underline;
}
#Middle #ContentPane .information .is-body a.show-list-link:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-right: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#Middle #ContentPane .information .is-body a.show-list-link.prev-link {
  margin-right: 1rem;
}
#Middle #ContentPane .information .is-body a.show-list-link.prev-link:before {
  content: '\f053';
}
#Middle #ContentPane .information .is-body a.show-list-link.next-link:before {
  content: none;
}
#Middle #ContentPane .information .is-body a.show-list-link.next-link:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-left: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#Middle #ContentPane .search-lifework {
  margin-bottom: 20px;
}
#Middle #ContentPane .search-lifework .is-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  text-align: center;
  margin-bottom: 1rem;
}
#Middle #ContentPane .search-lifework .is-title:after {
  content: 'Search';
  color: #ed5454;
  font-size: 17px;
  display: block;
}
#Middle #ContentPane .search-lifework ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Middle #ContentPane .search-lifework ul li:nth-child(1) a:before {
  background: url(/images/search-icon_1.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(2) a:before {
  background: url(/images/search-icon_2.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(3) a:before {
  background: url(/images/search-icon_3.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(4) a:before {
  background: url(/images/search-icon_4.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(5) a:before {
  background: url(/images/search-icon_5.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(6) a:before {
  background: url(/images/search-icon_6.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(7) a:before {
  background: url(/images/search-icon_7.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(8) a:before {
  background: url(/images/search-icon_8.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(9) a:before {
  background: url(/images/search-icon_9.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(10) a:before {
  background: url(/images/search-icon_10.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(11) a:before {
  background: url(/images/search-icon_11.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li:nth-child(12) a:before {
  background: url(/images/search-icon_12.png);
  content: "";
  background-size: contain;
  width: 62.5px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
#Middle #ContentPane .search-lifework ul li {
  min-height: 120px;
  width: 170px;
  text-align: center;
  align-items: center;
  display: table;
  flex: none;
  margin-bottom: 10px;
}
#Middle #ContentPane .search-lifework ul li a {
  background-color: #ed5454;
  border-radius: 10px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#Middle #ContentPane .search-lifework ul li a:hover {
  text-decoration: none;
}
#Middle #ContentPane .bn-contents-links {
  margin-bottom: 20px;
}
#Middle #ContentPane .bn-contents-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-right: 1px solid;
  border-right-color: #d3c8b4;
  border-left: 1px solid;
  border-left-color: #d3c8b4;
}
#Middle #ContentPane .bn-contents-links ul li {
  margin-bottom: 10px;
  width: 175px;
  flex: none;
  padding: 1.8rem 1.5rem;
  text-align: center;
  align-items: flex-start;
}
#Middle #ContentPane .bn-contents-links ul li + li {
  border-left: 1px solid;
  border-left-color: #d3c8b4;
}
#Middle #ContentPane .bn-contents-links ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}
#Middle #ContentPane .bn-contents-links ul li a img {
  object-fit: cover;
  max-width: none;
  width: 125px;
  height: 125px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 5px;
}
#Middle #ContentPane .tabbox {
  margin-bottom: 1.5rem;
}
#Middle #ContentPane .tabbox .tabs {
  margin-bottom: 0;
}
#Middle #ContentPane .tabbox .tabs ul {
  border: none;
  justify-content: space-between;
}
#Middle #ContentPane .tabbox .tabs ul li {
  width: 50%;
}
#Middle #ContentPane .tabbox .tabs ul li + li {
  margin-left: 5px;
}
#Middle #ContentPane .tabbox .tabs ul li.is-active a {
  background-color: #d3c8b4;
}
#Middle #ContentPane .tabbox .tabs ul li a {
  background-color: #efeae4;
  font-size: 16px;
  color: #000000;
}
#Middle #ContentPane .tabbox .tabs ul li a:hover {
  color: #ffffff;
  background-color: #42382b;
  text-decoration: none;
}
#Middle #ContentPane .tabbox .tabs-contents {
  border: 10px solid;
  border-color: #d3c8b4;
}
@media all and (-ms-high-contrast: none) {
  #Middle #ContentPane .tabbox .tabs-contents {
    margin-top: -1px;
  }
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body {
  padding: 1rem;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body dl {
  display: flex;
  border-bottom: 1px dashed;
  border-bottom-color: #999;
  padding: 0 10px 8px;
  margin-bottom: 8px;
  align-items: flex-start;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body dl * {
  font-size: 16px;
  color: #000000;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body dl dt {
  margin-right: 1rem;
  min-width: 9rem;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body a {
  text-decoration: underline;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body a:visited {
  color: #000099;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-body .new {
  margin-left: 5px;
  border-radius: 5px;
  padding: 3px 10px;
  color: #ffffff;
  background-color: #cc0000;
  font-size: 12px;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-footer {
  background-color: #d3c8b4;
  text-align: right;
  padding: 5px;
  margin: -1px;
}
#Middle #ContentPane .tabbox .tabs-contents .tabs-contents-footer a {
  color: #000000;
  font-size: 16px;
  text-decoration: underline;
}
#Middle #ContentPane .tabbox #facebook .tabs-contents-body {
  padding: 0;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs ul li {
  width: 50%;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs ul li + li {
  margin-left: 5px;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer {
  background-color: transparent;
  padding: 1rem;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link {
  text-decoration: none;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link:hover {
  text-decoration: underline;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-right: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link.prev-link:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f053';
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link.next-link:before {
  /*content: '';*/
  content: none;
}
#Middle #ContentPane .tabbox#top_tab2 .tabs-contents .tabs-contents-footer a.show-list-link.next-link:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  color: #cc0000;
  margin-left: .5rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.slideshow ul li {
  display: none;
}
#Middle #ContentPane .slideshow .slick-dots li {
  display: inline-block;
}
#Middle #ContentPane #TopSlideshow {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
#Middle #ContentPane #TopSlideshow a {
  display: block;
}
#Middle #ContentPane #TopSlideshow img {
  object-fit: cover;
  width: 220px;
  height: 230px;
  max-width: none;
  display: block;
}

#FooterPane .related-links {
  padding: 40px 0 0;
  background-color: #ffffff;
  height: 285px;
}
#FooterPane .related-links-inner {
  width: 1220px;
  margin: 0 auto;
}
#FooterPane .related-links .is-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  padding: 0 .5rem;
  margin-bottom: 15px;
}
#FooterPane .related-links .is-title a {
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: underline;
}
#FooterPane .related-links ul li a {
  display: block;
}
#FooterPane .related-links ul li img {
  object-fit: cover;
  max-width: none;
  display: block;
}
#FooterPane .related-links ul li img {
  width: 230px;
  height: 130px;
}
#FooterPane .banner-koukoku {
  padding: 40px 0 0;
  background-color: #ffffff;
  height: 220px;
}
#FooterPane .banner-koukoku-inner {
  width: 1220px;
  margin: 0 auto;
}
#FooterPane .banner-koukoku .is-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  padding: 0 .5rem;
  margin-bottom: 15px;
}
#FooterPane .banner-koukoku .is-title a {
  margin-left: 20px;
  font-size: 16px;
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: underline;
}
#FooterPane .banner-koukoku ul li a {
  display: block;
}
#FooterPane .banner-koukoku ul li img {
  object-fit: cover;
  max-width: none;
  display: block;
}
#FooterPane .banner-koukoku ul li img {
  width: 290px;
  height: 90px;
}
#FooterPane .slick-prev:before, #FooterPane .slick-next:before {
  color: #000000;
  font-size: 28px;
}
#FooterPane .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f053';
  font-weight: 900;
}
#FooterPane .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
}