@charset "utf-8";

/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
/*
font-family: 'Roboto', sans-serif;
*/


/********************************************************************************************
ベース
********************************************************************************************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 93%;
  font-weight: 500;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W3","游ゴシック", YuGothic,  "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

input,
textarea,
select,
button{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media all and (-ms-high-contrast:none) {
/* IEだけメイリオに */
  body,
  input,
  textarea,
  button{
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

a {
  color: #1058b5 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited {
  color: #960ade ;
}

a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

button{
  transition:all 0.2s ease;
}

/********************************************************************************************
レイアウト
********************************************************************************************/

/**********************************************
common
***********************************************/

.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { margin-left:auto; margin-right:auto; }

.text-align-center {  text-align: center !important; }
.text-align-right  {  text-align: right !important; }
.text-align-left   {  text-align: left !important; }


.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }


@media screen and (max-width:768px) {

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

  .l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
  .l-bottom-xsmall-p  {  padding-bottom: 7px !important; }
  .l-bottom-small-p   {  padding-bottom: 10px !important; }
  .l-bottom-p         {  padding-bottom: 15px !important; }
  .l-bottom-large-p   {  padding-bottom: 20px !important; }
  .l-bottom-xlarge-p  {  padding-bottom: 30px !important; }
  .l-bottom-xxlarge-p {  padding-bottom: 40px !important; }

  .l-top-xxsmall-p {  padding-top: 5px  !important; }
  .l-top-xsmall-p  {  padding-top: 7px !important; }
  .l-top-small-p   {  padding-top: 10px !important; }
  .l-top-p         {  padding-top: 15px !important; }
  .l-top-large-p   {  padding-top: 20px !important; }
  .l-top-xlarge-p  {  padding-top: 30px !important; }
  .l-top-xxlarge-p {  padding-top: 40px !important; }

}


/**********************************************
column
***********************************************/

.l-column-container{
margin-left:-2%;
}

.l-grid-01,.l-grid-02, .l-grid-03, .l-grid-04, .l-grid-05, .l-grid-06, .l-grid-07, .l-grid-08, .l-grid-09, .l-grid-10, .l-grid-11, .l-grid-12 {
float: left;
padding-left:2%;
box-sizing:border-box;
}

.l-grid-01 { width: 8.333%; }
.l-grid-02 { width: 16.666%; }
.l-grid-03 { width: 25%; }
.l-grid-04 { width: 33.333%; }
.l-grid-05 { width: 41.666%; }
.l-grid-06 { width: 50%; }
.l-grid-07 { width: 58.333%; }
.l-grid-08 { width: 66.666%; }
.l-grid-09 { width: 75%; }
.l-grid-10 { width: 83.333%; }
.l-grid-11 { width: 91.666%; }
.l-grid-12 { width: 100%; }


.l-container{
  padding-bottom: 50px;
}

.l-first-column{
  width: 72%;
  float: left;
}

.l-second-column{
  width: 25%;
  float: right;
}

@media screen and (max-width:768px) {

  .l-column-container{
  margin-left:0;
  }

  .l-grid-01,.l-grid-02, .l-grid-03, .l-grid-04, .l-grid-05, .l-grid-06, .l-grid-07, .l-grid-08, .l-grid-09, .l-grid-10, .l-grid-11, .l-grid-12 {
  float: none;
  padding-left:0;
  box-sizing:border-box;
  width:auto;
  }

  .l-container{
    padding-bottom: 40px;
  }

  .l-first-column{
    width: auto;
    float: none;
  }

  .l-second-column{
    width: auto;
    float: none;
  }

}


/**********************************************
base
***********************************************/

.l-base {
  width: auto;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-wide {
  width: auto;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-base-small {
  width: auto;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.l-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-block-top {
  padding-top: 50px;
}

.l-block-bottom {
  padding-bottom: 50px;
}

@media screen and (max-width:768px) {

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-wide {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-no-offset),
  .l-base-wide:not(.l-base-no-offset),
  .l-base-small:not(.l-base-no-offset){
    padding-left: 4%;
    padding-right: 4%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-offset{
    padding-left: 4%;
    padding-right: 4%;
  }

  .l-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-block-top {
    padding-top: 20px;
  }

  .l-block-bottom {
    padding-bottom: 20px;
  }

}


/********************************************************************************************
モジュール
********************************************************************************************/

/**********************************************
module-text
***********************************************/

.text-main{
  font-size: 124%;
  line-height: 2;
}

@media screen and (max-width:768px) {

  .text-main{
    font-size: 116%;
    line-height: 1.5;
  }

}

/**********************************************
module-btn
***********************************************/

.link-wrap{
  padding: 20px 0 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: auto;
  padding: 12px 40px 12px 40px;
  font-size: 124%;
  color: #000;
  text-decoration: none !important;
  border: 1px solid #000;
  transition: all 0.2s ease;
  position: relative;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn i {
  font-size: 120%;
  vertical-align: -5%;
  padding-right: 0.4em;
  padding-left: 0.4em;
}

@media screen and (max-width:768px) {

  .btn {
    width: 100%;
    font-size: 108%;
    box-sizing: border-box;
    padding: 12px 0px 12px 0px;
    text-align: center;
  }

}

/**********************************************
module-control
***********************************************/

.control{
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 4px;
  background-color: #e9f8f6;
}

.control-jump {
  float: left;
}
.control-jump li {
  float: left;
}
.control-jump a {
  display: inline-block;
  font-size: 108%;
  font-weight: 700;
  color: #147663;
  padding: 8px 5px 2px 1.6em;
  background: url(../../img/icon/arrow_down_gr.png) no-repeat left 8px / 1.5em 1.5em;
}

/*
fontsize
*/

.control-block {
  float: right;
}
.control-item {
  float: left;
  padding-left: 20px;
}
.control-font-title {
  display: inline-block;
  float: left;
  font-size: 108%;
  font-weight: 700;
  padding: 8px 5px 2px 2em;
  background: url(../../img/icon/alphabet_gr.png) no-repeat left 5px / 1.8em 1.8em;
}
.control-font-box {
  float: left;
  padding-top: 4px;
}
.control-font-btn {
  border: 1px solid #aaa;
  height: auto;
  padding: 2px;
  width: 3em;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  font-weight: bold;
  font-size: 100%;
  margin-right: 2px;
  cursor: pointer;
}
.control-font-btn:hover {
  text-decoration: underline;
  color: #147663;
}

.control-font-btn.is-fontsize-max {
  cursor: not-allowed;
  background-color: #eee;
  color: #aaa;
  text-decoration: none;
}

/*
voice
*/

.control-voice{

}
.control-voice-btn {
  display: inline-block;
  float: left;
  font-size: 108%;
  color: #147663;
  font-weight: 700;
  padding: 8px 5px 2px 2em;
  background: url(../../img/icon/horn_gr.png) no-repeat left 5px / 1.8em 1.8em;
}

/*
ruby
*/

.control-ruby{

}
.control-ruby-btn {
  display: inline-block;
  float: left;
  font-size: 108%;
  color: #147663;
  font-weight: 700;
  padding: 8px 5px 2px 1.8em;
  background: url(../../img/icon/ruby_gr.png) no-repeat left 7px / 1.6em 1.6em;
}

/*
language
*/

.control-language{
  padding-top: 5px;
}
.control-language iframe{
  vertical-align: bottom;
}


@media screen and (max-width:768px) {

  .control{
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    font-size: 75%;
    position: relative;
    z-index: 10000;
  }

  .control-block {
    float: left;
  }

  .control-item {
    float: left;
    padding-left: 5px;
  }

  /*
  voice
  */

  .control-voice{

  }
  .control-voice-btn {
    padding: 10px 5px 2px 1.6em;
    background: url(../../img/icon/horn_gr.png) no-repeat left 9px / 1.3em 1.3em;
  }

  /*
  ruby
  */

  .control-ruby{

  }
  .control-ruby-btn {
    padding: 10px 5px 2px 1.6em;
    background: url(../../img/icon/ruby_gr.png) no-repeat left 10px / 1.3em 1.3em;
  }

  /*
  language
  */

  .control-language{
    padding-top: 5px;
    font-size: 85%;
  }
  .control-language iframe{
    vertical-align: bottom;
  }


}

/**********************************************
module-header
***********************************************/


.header {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.97);
}

.header-logo {
  padding: 5px 10px 0 0;
  float: left;
}
.header-logo a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.header-name {
  float: left;
  padding-top: 5px;
}
.header-name img {
  width: auto;
  height: 60px;
}
.header-character {
  padding-left: 10px;
  float: left;
}
.header-character img {
  width: auto;
  height: 70px;
}
.header-lead {
  float: left;
  font-weight: 700;
  padding: 15px 0 0 15px;
}


@media screen and (max-width:1024px) {

  .header-lead {
    display: none;
  }

}

@media screen and (max-width:768px) {

  .header {
    height: 60px;
  }

  .header-logo {
    padding: 5px 0 0 0;
    float: left;
  }
  .header-name {
    float: left;
    padding-top: 5px;
  }
  .header-name img {
    width: auto;
    height: 40px;
  }
  .header-character {
    padding-left: 5px;
    padding-top: 0;
    float: left;
  }
  .header-character img {
    width: auto;
    height: 50px;
  }

}

/*
search
*/

.header-search {
  float: right;
  white-space: nowrap;
  padding-top: 18px;
}
.header-search-box {
  width: 300px;
  display: inline-block;
}
.header-search-input {
  width: 100%;
  font-size: 1.16rem;
  height: 44px;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #aaa;
  padding: 0 10px;
}
.header-search-submit {
  display: inline-block;
}
.header-search-btn {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  height: 44px;
  color: #fff;
  background-color: #147663;
  font-size: 116%;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  transition:all 0.2s ease;
}
.header-search-btn:hover {
  background-color: #09473b;
}
.header-search img {
  width: 26px;
  vertical-align: -25%;
  margin-right: 5px;
}

/**********************************************
module-navi
***********************************************/

.navi {
  background-color: #147663;
  position: relative;
}

.navi-list {
}
.navi-list > li {
  display: table;
  width: 25%;
  vertical-align: middle;
  text-align: center;
  float: left;
}
.navi-list > li > a {
  display: table-cell;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 154%;
  font-weight: bold;
  padding: 3px 10px 0 0;
  white-space: nowrap;
}

.navi-list > li:hover,
.navi-list > li > a:hover,
.navi-list > li > a.is-current {
  background-color: #09473b;
}

.navi-list > li:first-child > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 15px;
}
.navi-list > li > a::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 15px;
}
.navi-list > li > a figure {
  display: inline-block;
  width: 46px;
  opacity: 0.4;
  padding-right: 8px;
  vertical-align: middle;
}

@media screen and (max-width:1024px) {

  .navi-list > li > a {
    width: 100%;
    height: 60px;
    font-size: 124%;
    padding: 3px 10px 0 0;
  }
  .navi-list > li > a figure {
    width: 2.5em;
    opacity: 0.4;
    padding-right: 5px;
  }

}

/*
nest
*/

.navi-nest {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  background-color: #09473b;
  color: #fff;
  padding: 30px 0;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition:all 0.1s ease;
}

li:hover .navi-nest {
  visibility: visible;
  opacity: 1;
}


.navi-nest-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
  font-size: 124%;
  font-weight: bold;
  margin-bottom: 8px;
}
.navi-nest-title a{
  color: #fff;
  text-decoration: none;
}
.navi-nest-list + .navi-nest-title {
  margin-top: 20px;
}

.navi-nest-list {
  display: flex;
  flex-wrap: wrap;
}
.navi-nest-list li {
  width: 20%;
  padding: 2px 10px 2px 0;
}
.navi-nest-list a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 108%;
  padding-left: 1em;
  background: url(../../img/icon/chevron_right_wt.png) no-repeat left 0.34em / 0.7em 0.7em;
}
.navi-nest-title a:hover,
.navi-nest-list a:hover {
  text-decoration: underline;
}

.navi-nest-large {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.navi-nest-large li {
  width: 20%;
  padding: 2px 10px 2px 0;
}
.navi-nest-large a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 116%;
  font-weight: bold;
  padding-left: 1em;
  background: url(../../img/icon/angle_right_wt_translucent.png) no-repeat left 0.34em / 0.7em 0.7em;
}
.navi-nest-large a:hover {
  text-decoration: underline;
}


@media screen and (max-width:1024px) {

  .navi-nest-list li {
    width: 33.33333%;
  }
  .navi-nest-list a {
    font-size: 108%;
  }

}


/**********************************************
module-mobile
***********************************************/

.mobile-block {
  padding: 35px 4% 0;
}

.mobile-logo {
  padding: 5px 0 0 0;
}

.mobile-logo a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.mobile-name {
  float: left;
  padding-top: 5px;
}

.mobile-name img {
  width: auto;
  height: 40px;
}

.mobile-character {
  padding-left: 5px;
  float: left;
}

.mobile-character img {
  width: auto;
  height: 50px;
}

.mobile-search {
  padding-top: 5px;
}
.mobile-search .search-section{
  padding-bottom: 0;
}

.mobile-control{
  padding-bottom: 30px;
}


/*
mobile-navi
*/

.mobile-navi {
}
.mobile-navi li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navi a {
  display: block;
  padding: 15px 0;
  font-size: 124%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background: url(../../img/icon/arrow_gy.png) no-repeat right center / 0.3em auto;
}
.mobile-navi img {
  width: 1.5em;
  margin-right: 0.5em;
}

.mobile-subnabi {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-subnabi li {
  display: inline-block;
  padding-right: 15px;
}
.mobile-subnabi a {
  display: inline-block;
  padding: 0.2em 0 0.2em 1.1em;
  font-size: 108%;
  font-weight: bold;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat left 8px / 0.8em 0.8em;
}


.mobile-control{

}



/**********************************************
module-accordion
***********************************************/

@media screen and (max-width:768px) {

  .mobile-menu{
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 9998;
    right: 0;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background-color: #e9f8f6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .is-mobile-open .mobile-menu{
    opacity: 1;
    right: 0;
    top: 0px;
  }

  .mobile-trigger {
    position: fixed;
    right: 4%;
    top: 45px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    border: none;
    background-color: transparent;
  }
  .mobile-btn {
    display: block;
    position: relative;
    width: 45px;
    height: 42px;
    border-radius: 4px;
    padding: 22px 0 0 0;
    cursor: pointer;
    background: none;
    border: none;
    transition: all .4s;
    background-color: #147663;
    color: #fff;
    text-align: center;
    font-size: 60%;
    font-weight: bold;
    letter-spacing: 0;
  }
  .mobile-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
    border-radius: 2px;
  }
  .mobile-btn span:nth-of-type(1) {
    top: 8px;
  }
  .mobile-btn span:nth-of-type(2) {
    top: 14px;
  }
  .mobile-btn span:nth-of-type(3) {
    top: 20px;
  }

  .mobile-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-135deg);
  }

  .mobile-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .mobile-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(135deg);
  }

}

/**********************************************
module-search
***********************************************/

.search {
}
.search-box {
  width: 75%;
  float: left;
}
.search-box-small {
  width: 37.5%;
  float: left;
}
.search-input {
  width: 100%;
  font-size: 1.54rem;
  font-weight: 700;
  height: 50px;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #aaa;
  padding: 0 10px;
}

.search-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1.24rem;
  font-weight: 700;
  height: 50px;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #aaa;
  padding: 0 12px 0 5px;
  background: url(../../img/select_arrow.png) no-repeat right center ;
  background-color: #fff;
}

.search-submit {
  width: 23%;
  float: right;
}
.search-btn {
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  height: 50px;
  color: #fff;
  background-color: #147663;
  font-size: 139%;
  font-weight: bold;
  cursor: pointer;
  transition:all 0.2s ease;
}
.search-btn:hover {
  background-color: #09473b;
}
.search img {
  width: 36px;
  vertical-align: -35%;
  margin-right: 5px;
}

/*
年月あり
*/

.search-minbox01 {
  width: 22%;
  float: left;
}
.search-minbox02 {
  width: 20%;
  float: left;
  padding-left: 8px;
}
.search-minbox03 {
  width: 37%;
  float: left;
  padding-left: 8px;
}
.search-submit-min {
  width: 20%;
  float: right;
}


/*
keyword
*/

.search-keyword {
  display: table;
  width: 100%;
  margin-top: 12px;
}
.search-keyword-title {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 108%;
  text-align: center;
  white-space: nowrap;
}
.search-keyword-inner {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px 15px;
}

.search-keyword-list {
}
.search-keyword-list li {
  display: inline-block;
  font-size: 124%;
  padding-right: 3px;
}
.search-keyword-list a {
}


/*
絞り込み
*/

.search-subtitle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 3px;
  padding: 8px 20px 8px 20px;
  box-shadow: none;
  font-size: 116%;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  transition:all 0.2s ease;
}
.search-subtitle:hover {
  text-decoration: underline;
  color: #147663;
  background-color: #e9f8f6;
}
.search-subtitle.is-active {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 3px 3px 0 0;
  position: relative;
  z-index: 9;
  margin-bottom: -1px;
}


.search-refine{
  border: 1px solid #ccc;
  padding: 20px 30px 10px 30px;
  background-color: #fff;
}


.search-refine-select{
  padding-top: 15px;
}

@media screen and (max-width:768px) {

  .search {
  }
  .search-box {
    width: 80%;
    float: left;
  }
  .search-input {
    width: 100%;
    font-size: 1.31rem;
    height: 50px;
    border-radius: 6px 0 0 6px;
    padding: 0 5px;
    border-right: none;
  }

  .search-select {
    font-size: 1.16rem;
    height: 50px;
    border-radius: 4px;
    padding: 0 5px;
  }
  .search-submit {
    width: 20%;
    float: right;
  }
  .search-btn {
    height: 50px;
    text-align: center;
    border-radius: 0 6px 6px 0;
  }
  .search-btn:hover {
    filter: saturate(170%);
  }
  .search img {
    width: 1.3em;
    vertical-align: middle;
    margin-right: 5px;
  }



  /*
  年月
    */

  .search-minbox01 {
    width: 60%;
    float: left;
    padding-bottom: 5px;
  }
  .search-minbox02 {
    width: 40%;
    float: left;
    padding-left: 2%;
    padding-bottom: 5px;
  }
  .search-minbox03 {
    width: 80%;
    float: left;
    padding-left: 0;
  }
  .search-submit-min {
    width: 20%;
    float: right;
  }

  /*
  keyword
  */

  .search-keyword {
    display: block;
    width: 100%;
    margin-top: 12px;
    border: 1px solid #aaa;
  }
  .search-keyword-title {
    display: block;
    padding: 2px 10px;
    font-size: 93%;
  }
  .search-keyword-inner {
    display: block;
    vertical-align: middle;
    background-color: #fff;
    padding: 8px 5%;
  }

  .search-keyword-list {
  }
  .search-keyword-list li {
    font-size: 108%;
  }
  .search-keyword-list a {
  }

/*
  絞り込み
  */



  .search-subtitle {
    padding: 5px 10px 5px 10px;
    font-size: 100%;
    margin-top: 10px;
  }
  .search-subtitle:hover {
    text-decoration: underline;
    color: #147663;
    background-color: #e9f8f6;
  }
  .search-subtitle.is-active {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 3px 3px 0 0;
    position: relative;
    z-index: 9;
    margin-bottom: -1px;
  }


  .search-refine{
    padding: 10px 4% 5px 4%;
  }


  .search-refine-select{
    padding-top: 8px;
  }

}

/**********************************************
module-emergency
***********************************************/

.online {
  background-color: #f4eccb;
  border: 1px solid #e6dcb3;
  padding: 25px 30px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
  margin-bottom: 60px;
}

.online-title {
  border-left: 5px solid #bc5a09;
  font-size: 154%;
  padding-left: 12px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.online-list {
  width: 100%;
}
.online-list li {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.online-list a {
  display: table;
  width: 100%;
  font-weight: bold;
  font-size: 124%;
  border-radius: 4px;
  line-height: 1.2;
  background: url(../../img/icon/chevron_right_or.png) no-repeat 8px center / 0.7em auto;
  background-color: #fff;
}
.online-list a span{
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px 20px 26px;
}
.online-list a:hover {
  background-color: #bc5a09;
  color: #fff;
  background-image: url(../../img/icon/chevron_right_wt.png);
}

@media screen and (max-width:768px) {

  .online {
    padding: 15px 4%;
    border-radius: 4px;
    margin-bottom: 60px;
  }

  .online-title {
    font-size: 116%;
    padding-left: 8px;
    margin-bottom: 10px;
  }

  .online-list {
  }
  .online-list li {
    width: auto;
    float: none;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .online-list a {
    display: block;
    font-size: 116%;
  }
  .online-list a span{
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px 15px 26px;
  }
  .online-list a:hover {
    background-color: #bc5a09;
    color: #fff;
    background-image: url(../../img/icon/chevron_right_wt.png);
  }

}

/**********************************************
module-emergency
***********************************************/

.emergency {
  display: table;
  width: 100%;
  background-color: #fff;
  border: 5px solid #ab0f0f;
  border-radius: 8px;
}

.emergency-title {
  display: table-cell;
  width: 10.5em;
  vertical-align: middle;
  color: #fff;
  white-space: nowrap;
  background-color: #ab0f0f;
  font-size: 230%;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px 10px 5px;
}
.emergency-title img {
  width: 1.5em;
  vertical-align: -30%;
  margin-right: 8px;
}
.emergency-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
}

.emergency-list {
}
.emergency-list li {
  font-size: 185%;
  font-weight: bold;
  padding: 2px 0;
}
.emergency-list a {
}

@media screen and (max-width:1024px) {

  .emergency {
    display: block;
  }

  .emergency-title {
    display: block;
    width: auto;
    font-size: 170%;
    font-weight: bold;
    padding: 10px 15px 10px 5px;
  }
  .emergency-title img {
    width: 1.8em;
    margin-right: 5px;
  }
  .emergency-inner {
    display: block;
    vertical-align: middle;
    padding: 10px 5%;
  }

  .emergency-list {
  }
  .emergency-list li {
    font-size: 131%;
  }

}

/**********************************************
module-footer
***********************************************/

.footer{
  background-color: rgba(240, 240, 240, 0.95);
  padding-top: 50px;
}

.footer-link {
  text-align: center;
  padding-bottom: 80px;
}
.footer-link li {
  display: inline-block;
  padding: 0 0.7em;
}
.footer-link a {
  display: inline-block;
  padding: 0.2em 0 0.2em 1.1em;
  font-size: 124%;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat left 10px / 0.8em 0.8em;
}


.footer-block {
  padding-bottom: 80px;
  letter-spacing: 0;
}
.footer-info {
  width: 40%;
  float: left;
}
.footer-logo {
  float: left;
  width: 22%;
  max-width: 120px;
}
.footer-logo img {
}
.footer-info-inner {
  float: left;
  width: 78%;
  padding-left: 15px;
}
.footer-info-title {
  font-size: 170%;
  font-weight: 500;
  padding-bottom: 5px;
}
.footer-info-title small {
  font-size: 60%;
  padding-left: 12px;
}
.footer-info-address {
  font-style: normal;
  font-size: 116%;
}
.footer-info-access {
  padding-top: 8px;
}
.footer-info-btn {
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 116%;
  padding: 3px 15px 3px 10px;
}
.footer-info-btn img {
  width: 1.5em;
}
.footer-info-btn:hover {
  color: #147663;
  background-color: #e9f8f6;
  text-decoration: underline;
}


.footer-contact {
  width: 58%;
  float: right;
  background-color: #fff;
  padding: 20px 10px 20px 70px;
  position: relative;
}
.footer-contact-img {
  width: 78px;
  position: absolute;
  left: -15px;
  bottom: 12px;
}

.footer-tel {
  display: inline-block;
  font-size: 124%;
}
.footer-tel:not(:last-child) {
  padding-right: 15px;
}
.footer-tel a {
  color: #000;
  text-decoration: none;
}
.footer-tel strong {
  font-size: 154%;
  font-weight: 700;
  font-family: "Roboto";
}


.footer-contact-text {
  font-size: 116%;
  padding-top: 5px;
}

.copyright {
  display: block;
  background-color: #147663;
  font-size: 93%;
  font-weight: 400;
  font-family: "Roboto";
  padding: 10px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}


@media screen and (max-width:768px) {

  .footer{
    padding-top: 0px;
  }

  .footer-link {
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 40px;
  }
  .footer-link li {
    display: block;
    width: 50%;
    padding: 0;
  }
  .footer-link a {
    display: block;
    font-size: 85%;
    padding: 10px 0.1em;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #000;
    text-decoration: none;
    background: url(../../img/icon/chevron_right_gr.png) no-repeat right 5px top 15px / 0.7em 0.7em;
    letter-spacing: 0;
  }


  .footer-block {
    padding: 0 5% 40px 5%;
  }
  .footer-info {
    width: auto;
    float: none;
    padding-bottom: 30px;
  }
  .footer-logo {
    float: none;
    width: auto;
    max-width: 120px;
    margin: 0 auto;
    text-align: center;
  }
  .footer-logo img {
    width: 60px;
  }
  .footer-info-inner {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .footer-info-title {
    text-align: center;
    font-size: 139%;
    padding-bottom: 15px;
    padding-top: 5px;
  }
  .footer-info-title small {
    font-size: 60%;
    padding-left: 0;
    display: block;
  }
  .footer-info-address {
    font-style: normal;
    font-size: 100%;
    text-align: center;
  }
  .footer-info-access {
    padding-top: 8px;
    text-align: center;
  }
  .footer-info-btn {
    border: 1px solid #aaa;
    font-weight: bold;
    font-size: 100%;
    padding: 8px 20px 8px 15px;
  }

  .footer-contact {
    width: auto;
    float: none;
    padding: 20px 5% 20px 5%;
  }
  .footer-contact-img {
    width: 15vw;
    position: absolute;
    left: -20px;
    bottom: 40%;
  }

  .footer-tel {
    display: block;
    font-size: 4vw;
    text-align: center;
  }
  .footer-tel:not(:last-child) {
    padding-right: 0;
  }
  .footer-tel a {
  }
  .footer-tel strong {
  }


  .footer-contact-text {
    font-size: 85%;
    padding-top: 8px;
  }

  .copyright {
    font-size: 77%;
    padding: 10px 0;
  }

}

/**********************************************
module-jump
***********************************************/

.jump-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}
.jump-top a {
  display: block;
  text-align: center;
  background-color: #09473b;
  color: #fff;
  font-size: 93%;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  opacity: 0.9;
}
.jump-top img {
  display: block;
  margin: 0 auto 8px;
  width: 2em;
}
.jump-top a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width:768px) {

  .jump-top {
    display: none !important;
  }

}

/**********************************************
module-contents
***********************************************/

.contents{
  background-color: #e8efef;
}

/**********************************************
module-breadcrumb
***********************************************/

.breadcrumb{
  padding: 15px 0 30px;
}
.breadcrumb-list {
  font-size: 93%;
}
.breadcrumb-list li{
  display: inline-block;
}
.breadcrumb-list li:not(:last-child) {
  padding-right: 1em;
  margin-right: 0.5em;
  background: url(../../img/icon/angle_right_gr.png) no-repeat right center / 0.7em 0.7em;
}
.breadcrumb-list a {
}

@media screen and (max-width:768px) {

  .breadcrumb{
    padding: 10px 0 10px;
  }
  .breadcrumb-list {
    font-size: 80%;
  }

}

/**********************************************
module-tab news
***********************************************/

.news {
  padding-bottom: 30px;
}

.news-trigger{
  margin-left: -0.5%;
}
.news-trigger li{
  float: left;
  width: 32.8%;
  margin-left: 0.5%;
  padding: 15px 0;
  text-align: center;
  font-size: 139%;
  font-weight: 700;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  transition:all 0.2s ease;
  opacity: 0.6;
  position: relative;
  top: 2px;
}

.news-trigger-item01 {
  border-top: 5px solid #f89f20;
}
.news-trigger-item02 {
  border-top: 5px solid #ea72a5;
}
.news-trigger-item03 {
  border-top: 5px solid #bfdc7d;
}
.news-trigger-item04 {
  border-top: 5px solid #3791ca;
}

.news-trigger li:hover{
  opacity: 0.8;
}
.news-trigger li.is-active{
  opacity: 1;
  z-index: 20;
  top: 0;
}

.tab-content{
  transition:all 0.2s ease;
}
.tab-content.is-active{
  opacity: 1;
}

.news-container {
  background-color: #fff;
  padding: 5px 5%;
  border: 1px solid #ccc;
  position: relative;
  z-index: 9;
  margin-top: -1px;
}

.news-list {
}
.news-list li:not(:last-child) {
  border-bottom: 1px dashed rgba(20, 118, 99, 0.5);
}
.news-list a {
  display: block;
  padding: 15px 15px;
  font-size: 116%;
  text-decoration: none;
}
.news-list-time {
  display: block;
  float: left;
  width: 180px;
  color: #000;
  white-space: nowrap;
}
.news-list-title {
  text-decoration: underline;
  padding-left: 180px;
}
a:hover .news-list-title {
  text-decoration: none;
}

.news-list-new{
  background-color: #ab0f0f;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  font-weight: bold;
  margin-right: 10px;
  border-radius: 3px;
}

.news-link{
  text-align: center;
  padding: 10px 0 30px;
}
.news-link a{
  display: block;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 10px 0;;
  text-align: center;
  box-shadow: none;
  font-size: 139%;
  font-weight: bold;
}
.news-link a span{
  display: inline-block;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat 0 center / 0.8em auto;
  padding: 10px 10px 10px 1.5em;
  text-decoration: underline;
}
.news-link a:hover{
  border-color: #147663;
  background-color: #147663;
  color: #fff;
}
.news-link a:hover span{
  text-decoration: none;
  background-image: url(../../img/icon/chevron_right_wt.png);
}



.article-print-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.article-print-btn:hover {
  text-decoration: underline;
  color: #147663;
  background-color: #e9f8f6;
}

@media screen and (max-width:768px) {


  .news {
  }

  .news-trigger{
  }
  .news-trigger li{
    float: left;
    padding: 10px 0;
    font-size: 100%;
    border-radius: 4px 4px 0 0;
    top: 2px;
  }

  .news-container {
    padding: 3px 0;
  }

  .news-list a {
    display: block;
    padding: 10px 4%;
    font-size: 100%;
  }
  .news-list-time {
    display: block;
    float: none;
    width: auto;
    font-size: 85%;
    padding-bottom: 3px;
  }
  .news-list-title {
    padding-left: 0;
    font-size: 100%;
  }


  .news-link{
    text-align: center;
    padding: 5px 4% 15px;
  }
  .news-link a{
    border-radius: 4px;
    padding: 5px 0;;
    font-size: 124%;
  }


}

/**********************************************
module-menu
***********************************************/

.menu {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 6px;
}
.menu-heading {
  background: url(../../img/symbol_wt_transparent.png) no-repeat right center / 150px auto;
  background-color: #147663;
  color: #fff;
  padding: 25px 10px 25px 70px;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.menu-heading-title {
  font-size: 200%;
  font-weight: bold;
}
.menu-heading-character {
  position: absolute;
  left: -40px;
  bottom: -10px;
  width: 100px;
}


.menu-list {
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
}
.menu-list li {
  width: 25%;
  float: left;
}
.menu-list a {
  display: table;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 15px 3%;
  text-align: center;
  box-shadow: 1px 1px 0 #ccc;
  overflow: hidden;
  position: relative;
}
.menu-list a:hover {
  background-color: rgba(0, 255, 206, 0.1);
}
.menu-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 255, 206, 0.02);
  transform-origin:right top;
  transform:skewY( -30deg);
}

.menu-list-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9;
}
.menu-list-icon {
  width: 60px;
  margin: 0 auto;
  padding-bottom: 8px;
}
.menu-list-title {
  font-size: 131%;
  font-weight: bold;
  line-height: 1.3;
}

a:hover .menu-list-title {
  text-decoration: underline;
  color: #147663;
}

@media screen and (max-width:768px) {

  .menu {
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .menu-heading {
    background: url(../../img/symbol_wt_transparent.png) no-repeat right center / 100px auto;
    background-color: #147663;
    padding: 15px 10px 15px 50px;
    border-radius: 4px 4px 0 0;
  }
  .menu-heading-title {
    font-size: 154%;
    font-weight: bold;
  }
  .menu-heading-character {
    left: -10px;
    bottom: -5px;
    width: 60px;
  }


  .menu-list {
    border-radius: 0 0 4px 4px;
  }
  .menu-list li {
    width: 50%;
    float: left;
  }
  .menu-list a {
    padding: 8px 3%;
  }
  .menu-list a:hover {
  }
  .menu-list a::before {

    transform:skewY( -30deg);
  }

  .menu-list-item {
  }
  .menu-list-icon {
    width: 32px;
    padding-bottom: 5px;
  }
  .menu-list-title {
    font-size: 116%;
  }

}

/**********************************************
module-submenu
***********************************************/

.submenu{
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.submenu-list {
  background-color: #31579e;
  overflow: hidden;
}
.submenu-list li {
  width: 25%;
  float: left;
}
.submenu-list a {
  display: table;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 15px 3%;
  text-align: center;
  box-shadow: 1px 1px 0 rgba(135, 162, 212, 0.5) inset;
  background-color: #31579e;
  overflow: hidden;
  position: relative;
}
.submenu-list a:hover {
  background-color: rgba(6, 37, 96, 0.3);
}

.submenu-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(6, 37, 96, 0.1);
  transform-origin:right top;
  transform:skewY( -30deg);
}

.submenu-list-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 9;
}
.submenu-list-icon {
  width: 60px;
  margin: 0 auto;
  padding-bottom: 8px;
  opacity: 0.7;
}
.submenu-list-title {
  font-size: 131%;
  font-weight: bold;
  line-height: 1.3;
}

a:hover .submenu-list-title {
  text-decoration: underline;
}

@media screen and (max-width:768px) {

  .submenu-list li {
    width: 50%;
    float: left;
  }
  .submenu-list a {
    padding: 8px 3%;
  }
  .submenu-list a::before {
    transform:skewY( -30deg);
  }
  .submenu-list-icon {
    width: 32px;
    padding-bottom: 5px;
  }
  .submenu-list-title {
    font-size: 116%;
  }

}


/**********************************************
module-search-section
***********************************************/

.search-section{
  padding-bottom: 60px;
}


@media screen and (max-width:768px) {

  .search-section{
    padding-bottom: 30px;
  }

}

/**********************************************
module-side
***********************************************/


.side-bnr {
  padding-bottom: 20px;
  text-align: center;
}
.side-bnr img{
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.side-bnr a:hover{
  opacity: 0.8;
}

/*
side-navi
*/

.side-navi {
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.side-navi.side-navi-danger{
}

.side-navi-title {
  background: url(../../img/symbol_wt_transparent.png) no-repeat right center / 80px auto;
  background-color: #147663;
  font-size: 154%;
  font-weight: bold;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 14px 10px 10px 20px;
}
.side-navi-icon {
  width: 1.8em;
  vertical-align: -40%;
  margin-right: 5px;
  opacity: 0.6;
  margin-top: -0.5em;
  margin-left: -15px;
}

.side-navi-inner {
  background-color: #fff;
  border: 3px solid #147663;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.side-nabi-subtitle {
/*
  border-top: 2px solid #147663;
  border-bottom: 2px solid #147663;
*/
  font-size: 147%;
  background-color: rgba(5, 182, 148, 0.15);
  padding: 12px 6%;
}
.side-navi-list + .side-nabi-subtitle {
  margin-top: 20px;
}

.side-navi-list {
  padding: 10px 6%;
}
.side-navi-list li {
}
.side-navi-list a {
  display: inline-block;
  font-size: 124%;
  padding: 0.2em 0 0.2em 0.8em;
  background: url(../../img/icon/arrow_gr.png) no-repeat left 0.65em / 0.35em auto;
}


.side-navi.side-navi-danger .side-navi-title{
  background-color: #ab0f0f;
}
.side-navi.side-navi-danger .side-navi-inner{
  border-color: #ab0f0f;
}
.side-navi.side-navi-danger .side-navi-list a {
  background-image: url(../../img/icon/arrow_rd.png);
}

.side-navi-banner {
  padding: 10px 6% 5px;
}
.side-navi-banner li {
  padding-bottom: 15px;
  text-align: center;
}
.side-navi-banner li figcaption{
  padding-top: 3px;
}


@media screen and (max-width:768px) {


  .side-navi-title {
    font-size: 139%;
    border-radius: 4px 4px 0 0;
    padding: 12px 10px 10px 20px;
  }
  .side-navi-icon {
    margin-right: 5px;
  }

  .side-navi-list {
    padding: 10px 4%;
  }

}


/**********************************************
module-side-mayor
***********************************************/

.side-mayor {
  border: 3px solid #3791ca;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.side-mayor-inner {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.side-mayor .side-navi-list a {
  background-image: url(../../img/icon/arrow_sb.png);
}

@media screen and (max-width:768px) {


}

/**********************************************
module-side link
***********************************************/

.side-link{
  margin-bottom: 20px;
}
.side-link-list {
}
.side-link-list li {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.side-link-list a {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
}
.side-link-img {
  display: table-cell;
  vertical-align: middle;
  width: 28%;
}
.side-link-img img{
  width: 100%;
}
.side-link-inner {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  font-weight: bold;
  font-size: 131%;
  padding-left: 20px;
  line-height: 1.3;
}

@media screen and ( min-width:480px) and (max-width:768px) {

  .side-link{
    margin-bottom: 20px;
  }
  .side-link-list {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .side-link-list li {
    width: 49%;
  }
  .side-link-list a {
  }
  .side-link-img {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
  }
  .side-link-inner {
    font-size: 116%;
    padding-left: 10px;
  }


}


@media screen and (max-width:768px) {


  .side-link-img {
    width: 22%;
  }
  .side-link-inner {
    font-size: 124%;
    padding-left: 15px;
  }


}

/**********************************************
module-side-menu
***********************************************/


.side-menu {
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.side-menu-heading {
  background-color: #e9f8f6;
  padding: 20px 10px 20px 20px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.side-menu-title {
  font-size: 154%;
  font-weight: bold;
}
.side-menu-title img {
  width: 1.8em;
  vertical-align: -40%;
  margin-right: 4px;
  opacity: 0.6;
  margin-top: -0.5em;
  margin-left: -10px;
}
.side-menu-character {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 90px;
}


.side-menu-inner {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}



@media screen and (max-width:768px) {

  .side-menu-heading {
    padding: 14px 10px 10px 20px;
  }
  .side-menu-title {
    font-size: 139%;
    font-weight: bold;
  }
  .side-menu-character {
    width: 80px;
  }


}

/**********************************************
module-top-about
***********************************************/

.top-about {
  background-image: url(../../img/bar_city.png) , url(../../img/pattern01.png) ;
  background-position: center bottom , left top;
  background-repeat: repeat-x , repeat;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 80px;
  position: relative;
}

.top-about-inner {
  padding: 50px 5%;
}

.top-about-heading {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-about-title {
  font-size: 280%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
}
.top-about-title a {
  text-decoration: none;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat left 15px / 0.6em 0.6em;
  padding: 0 0 0 0.8em;
}
.top-about-title a:hover {
  text-decoration: underline;
  color: #147663;
}
.top-about-character {
  width: 260px;
  position: absolute;
  left: 110%;
  bottom: 0;
}

.top-about-text {
  font-size: 124%;
  line-height: 1.8;
  padding-right: 32%;
}

.top-about-img {
  pointer-events: none;
}
.top-about-img img {
  position: absolute;
  right: 30px;
  top: -30px;
  width: 35%;
  height: auto;
}


.top-about-link{
  display: inline-block;
  padding: 0.2em 0 0.2em 1.1em;
  font-size: 124%;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat left 10px / 0.8em 0.8em;
  margin-top: 10px;
}

.top-about-city {
  padding-top: 25px;
  position: relative;
  z-index: 9;
}
.top-about-city li{
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.top-about-city a{
  display: inline-block;
  padding: 0.6em 30px 0.6em 40px;
  background: url(../../img/icon/arrow_gr.png) no-repeat 15px 1.1em / 0.35em auto;
  background-color: #fff;
  border-radius: 4px;
  font-size: 131%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
.top-about-city a small{
  display: block;
  font-size: 60%;
  font-weight: 500;
  font-family: "Roboto";
}
.top-about-city a:hover{
  background-color: #147663;
  color: #fff;
  background-image: url(../../img/icon/arrow_wt.png);
}


@media screen and (max-width:768px) {


  .top-about {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
    background-size: auto 30px , auto auto;
  }



  .top-about-inner {
    padding: 20px 4%;
  }

  .top-about-heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-about-title {
    font-size: 147%;
  }
  .top-about-title a {
    background: url(../../img/icon/chevron_right_gr.png) no-repeat left center / 0.6em 0.6em;
  }
  .top-about-character {
    width: 130px;
    left: 110%;
  }

  .top-about-text {
    font-size: 108%;
    line-height: 1.7;
    padding-right: 0;
  }

  .top-about-img {
    padding-top: 40px;
    float: right;
    width: 50%;
  }
  .top-about-img img {
    position: static;
    width: auto;
  }


  .top-about-city {
    padding-top: 15px;
    margin-right: -1%;
  }
  .top-about-city li{
    width: 32.3%;
    margin-right: 1%;
    margin-bottom: 3px;
  }
  .top-about-city a{
    display: block;
    text-align: center;
    padding: 0.4em 0 0.4em 0;
    background-color: #fff;
    border-radius: 4px;
    font-size: 116%;
    background: url(../../img/icon/arrow_gr.png) no-repeat 8px 1em / 0.35em auto;
    background-color: #fff;
  }
  .top-about-city a:hover{
    background-color: #147663;
    color: #fff;
    background-image: url(../../img/icon/arrow_wt.png);
  }


}


/*
gallery
*/

.top-about-gallery {
  position: relative;
}
.top-about-gallery .slick-prev button,
.top-about-gallery .slick-next button{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
  text-align: center;
}
.top-about-gallery .slick-prev button{
  left: 10px;
}
.top-about-gallery .slick-next button{
  right: 10px;
}

.top-about-gallery .slick-prev button span,
.top-about-gallery .slick-next button span{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #147663;
  border-right: 2px solid #147663;
}
.top-about-gallery .slick-next button span{
  transform:rotate(45deg);
}
.top-about-gallery .slick-prev button span{
  transform:rotate(-135deg);
}



@media screen and (max-width:768px) {

  .top-about-gallery .slick-prev button,
  .top-about-gallery .slick-next button{
    width: 24px;
    height: 24px;
    margin-top: -15px;
  }
  .top-about-gallery .slick-prev button{
    left: 5px;
  }
  .top-about-gallery .slick-next button{
    right: 5px;
  }

  .top-about-gallery .slick-prev button span,
  .top-about-gallery .slick-next button span{
    width: 7px;
    height: 7px;
  }
}

/*
population
*/

.top-population{
  padding: 20px 5% 80px;
}
.top-population-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top-population-item {
  display: table;
  padding-right: 30px;
}
.top-population-item dt {
  display: table-cell;
  vertical-align: middle;
  width: 46px;
}
.top-population-item img {
  width: 100%;
}
.top-population-item dd {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 131%;
  padding-left: 12px;
}

.top-population-date{
  text-align: right;
  padding-top: 15px;
}
@media screen and (max-width:768px) {


  .top-population {
    padding: 10px 4% 30px;
  }
  .top-population-block {
    max-width: 400px;
    margin: 0 auto;
  }

  .top-population-item {
    width: 50%;
    display: table;
    padding-right: 5px;
    padding-bottom: 8px;
  }
  .top-population-item dt {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
  }
  .top-population-item img {
  }
  .top-population-item dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 93%;
    white-space: normal;
    padding-left: 5px;
    letter-spacing: 0;
  }

  .top-population-date{
    padding-top: 5px;
    font-size: 93%;
  }

}

/**********************************************
module-banner
***********************************************/

.banner{
  position: relative;
  padding-bottom: 100px;
}
.banner-list{
  padding: 0 10px;
}
.banner-list li{
  padding: 0 5px;
}
.banner-list a{
  display: inline-block;
}
.banner-list a:hover{
  opacity: 0.8;
}

.banner .slick-prev button,
.banner .slick-next button{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
  text-align: center;
}
.banner .slick-prev button{
  left: -30px;
}
.banner .slick-next button{
  right: -30px;
}

.banner .slick-prev button span,
.banner .slick-next button span{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #147663;
  border-right: 2px solid #147663;
}
.banner .slick-next button span{
  transform:rotate(45deg);
}
.banner .slick-prev button span{
  transform:rotate(-135deg);
}


@media screen and (max-width:768px) {


  .banner{
    padding-bottom: 40px;
  }
  .banner-list{
    padding: 0;
  }
  .banner-list li{
    padding: 0 3px;
  }
  .banner .slick-prev button,
  .banner .slick-next button{
    width: 24px;
    height: 24px;
    margin-top: -15px;
  }
  .banner .slick-prev button{
    left: 5px;
  }
  .banner .slick-next button{
    right: 5px;
  }

  .banner .slick-prev button span,
  .banner .slick-next button span{
    width: 7px;
    height: 7px;
  }
}

/**********************************************
module-ad
***********************************************/

.ad {
  padding: 40px 0;
  text-align: center;
  border-top: 5px solid #147663;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.ad-title {
  font-size: 185%;
  text-align: center;
  padding-bottom: 20px;
}

.ad-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ad-list li {
  padding: 5px 5px;
}
.ad-list a {
  display: inline-block;
}
.ad-list a:hover {
  opacity: 0.8;
}
.ad-list img {
}

.ad-text {
  font-size: 93%;
  line-height: 1.7;
  padding-top: 30px;
}

.ad-link {
  position: absolute;
  right: 10px;
  top: 5px;
}
.ad-link a {
  display: inline-block;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat left 0.35em / 0.8em auto;
  font-size: 124%;
  padding:  0 0 0 1.1em;
}


@media screen and (max-width:768px) {

  .ad {
    padding: 20px 0;
    border-top: 3px solid #147663;
  }
  .ad-title {
    font-size: 139%;
    padding-bottom: 10px;
  }

  .ad-list {
    display: flex;
    justify-content: flex-start;
  }
  .ad-list li {
    padding: 2px 2px;
    width: 20%;
  }
  .ad-text {
    font-size: 85%;
    line-height: 1.7;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .ad-link {
    position: static;
    text-align: center;
  }
  .ad-link a {
    display: inline-block;
    background: url(../../img/icon/chevron_right_gr.png) no-repeat left 0.35em / 0.8em auto;
    font-size: 124%;
    padding:  0 0 0 1.1em;
  }


}


/**********************************************
module-contents-list
***********************************************/

.contents-parent-list {
}
.contents-parent-list > li{
  border-bottom: 1px solid #ccc;
}
.contens-parent-item {
  display: block;
  padding: 20px 4%;
  font-size: 147%;
  font-weight: bold;
  transition:all 0.2s ease;
  position: relative;
  cursor: pointer;
}

.contens-parent-item:hover {
  background-color: rgba(0, 255, 206, 0.05);
}
.contens-parent-item.is-active{
  background-color: rgba(0, 255, 206, 0.1);
}

.contents-parent-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -5px;
  border-top: 2px solid #147663;
  border-right: 2px solid #147663;
  transform:rotate(135deg);
  transition:all 0.2s ease;
}
.contens-parent-item.is-active .contents-parent-icon {
  transform:rotate(-45deg);
}

.contents-children{
  background-color: rgba(0, 255, 206, 0.1);
  padding: 5px 4% 20px;
}


@media screen and (max-width:768px) {

  .contens-parent-item {
    display: block;
    font-size: 131%;
  }

  .contents-children{
    padding: 5px 4% 15px;
  }


}

/*
contents-list
*/

.contents-list {
}
.contents-list li:not(.contents-list-subtitle) {
}
.contents-list a {
  display: inline-block;
  font-size: 139%;
  padding: 0.2em 0 0.2em 0.8em;
  background: url(../../img/icon/arrow_gr.png) no-repeat left 0.65em / 0.35em auto;
}
.contents-list-danger a {
  background-image: url(../../img/icon/arrow_rd.png);
}


.contents-list-empty {
  background-color: #ddd;
  font-size: 139%;
  text-align: center;
  padding: 40px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.contents-list-time {
  display: block;
  padding-bottom: 12px;
  padding-left: 0.8em;
}

.contents-list-subtitle {
  background-color: #147663;
  padding: 8px 20px;
  color: #fff;
  font-size: 147%;
  font-weight: bold;
  border-radius: 6px;
  margin-bottom: 10px;
}

.contents-list .contents-list-subtitle:not(:first-of-type) {
  margin-top: 30px;
}


@media screen and (max-width:768px) {

  .contents-list a {
    font-size: 124%;
  }

  .contents-list-empty {
    font-size: 116%;
    padding: 30px 0;
  }

  .contents-list-subtitle {
    padding: 4px 15px;
    font-size: 124%;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .contents-list .contents-list-subtitle:not(:first-of-type) {
    margin-top: 20px;
  }


}


/**********************************************
module-article
***********************************************/

.back {
  margin-bottom: 60px;
  text-align: right;
  margin-top: -30px;
}

.back-item {
  display: inline-block;
}
.back-item a {
  display: inline-block;
  font-size: 116%;
  font-weight: bold;
  margin-left: 20px;
}

.back-btn-home {
  background: url(../../img/icon/home_gr.png) no-repeat left center / 1.5em auto;
  padding-left: 1.7em;
}
.back-btn-prev {
  background: url(../../img/icon/back_gr.png) no-repeat left center / 1.5em auto;
  padding-left: 1.7em;
}


@media screen and (max-width:768px) {


  .back {
    margin-bottom: 40px;
    text-align: center;
    margin-top: -10px;
    display: flex;
    padding: 0 4%;
  }

  .back-item {
    width: 50%;
    display: block;
  }
  .back-item a {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    margin-left: 0;
    white-space: nowrap
  }

  .back-btn-home {
    background: url(../../img/icon/home_gr.png) no-repeat left center / 1.5em auto;
    padding: 8px 2% 8px 1.6em;
  }
  .back-btn-prev {
    background: url(../../img/icon/back_gr.png) no-repeat left center / 1.5em auto;
    padding: 8px 2% 8px 1.6em;
  }


}
/**********************************************
module-article
***********************************************/


.article,
.section{
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.article-heading,
.section-heading {
}

.article-title,
.section-title {
  font-size: 250%;
  padding: 40px 4%;
  border-bottom: 1px solid #ccc;
}

.section-title-icon{
  display: inline-block;
  background-color: #147663;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  padding: 0.2em 0.2em;
  line-height: 1;
  margin-right: 8px;
  opacity: 0.7;
}
.section-title-icon img{
  opacity: 0.7;
}

.section-heading-danger .section-title-icon{
  background-color: #ab0f0f;
}

.article-title-emergency{
  display: block;
  width: 8em;
  background-color: #ab0f0f;
  color: #fff;
  font-size: 70%;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
}
.article-title-emergency img{
  width: 1.5em;
}

.article-time{
  font-size: 116%;
  padding-right: 12px;
}

.article-print-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 3px;
  padding: 3px 10px 3px 5px;
  box-shadow: none;
  font-size: 108%;
  font-weight: bold;
  cursor: pointer;
}
.article-print-btn:hover {
  text-decoration: underline;
  color: #147663;
  background-color: #e9f8f6;
}
.article-print-btn img {
  width: 1.7em;
  padding-right: 3px;
}

.article-heading-inner {
  text-align: right;
  padding: 10px 4%;
}


.article-inner{
  padding: 15px 4% 40px;
}
.section-inner{
  padding: 30px 4% 40px;
}



.section-description{
  font-size: 131%;
  line-height: 2;
  padding-bottom: 40px;
}


.section-visual{
  padding-bottom: 30px;
}

@media screen and (max-width:768px) {


  .article,
  .section{
    border-radius: 0;
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }

  .article-title,
  .section-title {
    font-size: 154%;
    padding: 30px 4%;
    border-left: 5px solid #147663;
  }

  .section-heading-danger .section-title{
    border-left-color: #ab0f0f;
  }

  .article-time{
    font-size: 93%;
    padding-right: 0;
  }

  .article-heading-inner {
    padding: 5px 4%;
  }

  .article-inner,
  .section-inner {
    padding: 10px 4% 40px;
  }

  .section-description{
    font-size: 124%;
    line-height: 1.7;
    padding-bottom: 30px;
  }
}

/**********************************************
section
***********************************************/

.section-subtitle {
  background-color: #147663;
  color: #fff;
  font-size: 147%;
  padding: 12px 20px 10px 20px;
  border-radius: 6px;
}
.section-subtitle img {
  width: 1.8em;
  vertical-align: -40%;
  margin-right: 10px;
  opacity: 0.6;
  margin-top: -0.5em;
}
.section-subtitle.section-subtitle-danger{
  background-color: #ab0f0f;
}

.section-subtitle a {
  color: #fff;
}

.section-menu{
  margin-bottom: 40px;
}

.section-menu-list {
  overflow: hidden;
  margin-left: -2%;
}
.section-menu-list li {
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-bottom: 10px;
  overflow: hidden;
}
.section-menu-list a {
  display: table;
  width: 100%;
  padding: 25px 5% 25px 5%;
  margin: 0;
  text-align: center;
  border: 2px solid #ccc;
  background: url(../../img/icon/arrow_gy.png) no-repeat 1em center / 0.5em auto;
  background-color: #f6f6f6;
  position: relative;
  border-radius: 6px;
}
.section-menu-list a:hover {
  background-color: #147663;
  border-color: #09473b;
  color: #fff;
  background-image: url(../../img/icon/arrow_wt.png);
}

.section-menu-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.02);
  transform-origin:right top;
  transform:skewY( -12deg);
}

.section-menu-item {
  display: table-cell;
  vertical-align: middle;
}
.section-menu-title {
  font-size: 139%;
  font-weight: bold;
}


.section-menu-danger .section-menu-list a{
}
.section-menu-danger .section-menu-list a:hover{
  background-color: #ab0f0f;
  border-color: #ab0f0f;
}



@media screen and (max-width:768px) {

  .section-subtitle {
    font-size: 116%;
    padding: 12px 20px 10px 10px;
    border-radius: 4px;
  }
  .section-subtitle img {
    width: 1.5em;
    vertical-align: -30%;
    margin-right: 5px;
  }


  .section-menu{
    margin-bottom: 20px;
  }

  .section-menu-list {
    margin-left: 0%;
  }
  .section-menu-list li {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .section-menu-list a {
    display: table;
    width: 100%;
    padding: 15px 3% 15px 8%;
    text-align: left;
  }

  .section-menu-title {
    font-size: 124%;
  }


}


/**********************************************
.search-refine
***********************************************/

.refine {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.refine-trigger{
  width: 25%;
  float: left;
  min-height: 293px;
  background-color: #ccc;
}
.refine-trigger li{
  background-color: #f6f6f6;
  padding: 12px 15px;
  font-size: 116%;
  font-weight: bold;
  cursor: pointer;
  transition:all 0.2s ease;
  letter-spacing: 0;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05) inset;
}
.refine-trigger li:hover{
  background-color: #fff;
}
.refine-trigger li.is-active{
  background-color: #fff;
  color: #000;
  border-left: 4px solid #147663;
  box-shadow: none;
}
.refine-trigger li:not(:last-child){
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


@media screen and (max-width:768px) {

  .refine {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    background: none;
  }

  .refine-trigger{
    width: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    min-height: initial;
    min-height: auto;
  }
  .refine-trigger li{
    flex-grow: 1;
    background-color: #f6f6f6;
    background-color: #147663;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 100%;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .refine-trigger li:hover{
    background-color: #fff;
    color: #000;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
  }
  .refine-trigger li.is-active{
    border:none;
    border-right: 1px solid #fff;
    border-top: 3px solid #ccc;
  }
  .refine-trigger li:not(:last-child){
    border-bottom: none;
  }

}

/*
refine-inner
*/

.refine-inner {
  width: 75%;
  float: right;
  padding: 20px 30px;
  overflow-y: auto;
  background-color: #fff;
}


.refine-block {
}

.refine-label-wrap {
  margin-bottom: 5px;
}
.refine-label-wrap label {
  display: inline-block;
  padding: 10px 18px;
  margin-right: 2px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  border-radius: 6px;
  font-size: 116%;
  font-weight: 700;
  cursor: pointer;
  transition:all 0.2s ease;
  box-shadow: 0 0 2px #aaa inset;
}
.refine-label-wrap label:hover {
  background-color: rgba(0, 255, 206, 0.1);
}
.refine-label-wrap input[type=radio] {
  display: none;
}
.refine-label-wrap input[type=radio]:checked + label {
  background-color: #147663;
  color: #fff;
}


.refine-link-list {
  padding-top: 15px;
}
.refine-link-list li {
  font-size: 116%;
  padding: 0.1em 0 0.1em 0.8em;
  background: url(../../img/icon/arrow_gr.png) no-repeat left 0.65em / 0.35em auto;
  line-height: 1.7;
}
.refine-link-list a {
  display: inline-block;
}
.refine-link-list a[target=_blank] {
  padding-right: 80px;
  background: url(../../img/icon/external_link.png) no-repeat right 0.1em / 70px auto;
}


@media screen and (max-width:768px) {

  .refine-inner {
    width: auto;
    float: none;
    padding: 15px 4% 15px;
  }

  .refine-label-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .refine-label-wrap label {
    padding: 12px 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 100%;
  }

  .refine-link-list{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .refine-link-list li {
    font-size: 116%;
    padding: 0.1em 0 0.1em 0.8em;
    background: url(../../img/icon/arrow_gr.png) no-repeat left 0.65em / 0.35em auto;
    line-height: 1.7;
  }


}

/*
refine-search
*/

.refine-search {
  padding:30px 4%;
}
.refine-search > .search-section{
  padding-bottom: 0;
}

@media screen and (max-width:768px) {

  .refine-search {
    padding:15px 4%;
  }
  .refine-search > .search-section{
    padding-bottom: 0;
  }

}

/**********************************************
.search-result
***********************************************/

.search-result {
  padding: 30px 4% 10px;
  border-top: 1px solid #ccc;
}

.search-result-heading {
  font-size: 185%;
  margin-bottom: 40px;
}
.search-result-heading small{
  font-size: 70%;
  font-weight: 500;
  padding-left: 1em;
}

.search-result-table {
  letter-spacing: 0;
  border-bottom:1px solid #ccc;
}
.search-result-table tr {
  border-top:1px solid #ccc;
}
.search-result-table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
.search-result-table tr:hover {
  background-color: rgba(0, 255, 206, 0.05);
}

.search-result-table thead th {
  background-color: #147663;
  color: #fff;
  font-weight: bold;
  font-size: 116%;
  padding: 5px 0;
  text-align: center;
}

.search-result-table tbody th {
  font-size: 116%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 12px 10px;
  white-space: nowrap;
}
.search-result-table td:nth-child(2) {
  font-weight: bold;
  font-size: 116%;
  padding: 12px 15px;
}
.search-result-table td:nth-child(3) {
  white-space: nowrap;
  padding: 12px 10px;
}


.search-result-empty {
  text-align: center;
  font-size: 139%;
  padding: 70px 0;
}

@media screen and (max-width:768px) {

  .search-result-table,
  .search-result-table thead,
  .search-result-table tbody,
  .search-result-table tfoot,
  .search-result-table tr,
  .search-result-table th,
  .search-result-table td {
    display: block;
    width: auto;
  }
  .search-result-table {
    letter-spacing: 0;
    border-bottom:1px solid #ccc;
  }
  .search-result-table tr {
    border-top:1px solid #ccc;
    padding: 10px 4%;
  }

  .search-result-table thead {
    display: none;
  }

  .search-result-table tbody th {
    display: inline-block;
    font-size: 77%;
    background-color: #147663;
    padding: 3px 10px;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
  }
  .search-result-table td:nth-child(2) {
    font-size: 108%;
    padding: 5px 0 5px;
    letter-spacing: 0.05em;
  }
  .search-result-table td:nth-child(3) {
    white-space: nowrap;
    font-size: 85%;
    padding: 0 0;
  }


}

/*
item
*/



.search-result-item{
  padding-bottom: 40px;
}


.search-result-title {
  font-size: 154%;
  font-weight: bold;
  padding-bottom: 3px;
  line-height: 1.2;
}
.search-result-url{
  padding-bottom: 6px;
  color: #147663;
  font-size: 93%;
  text-decoration: none;
}

.search-result-summary {
  font-size: 93%;
}

.search-result-data {
  padding-top: 8px;
}
.search-result-category {
  display: inline-block;
  padding: 2px 10px;
  font-size: 85%;
  background-color: #f0f0f0;
  border-radius: 3px;
}

.search-result-time {
  display: inline-block;
  font-size: 85%;
  padding-left: 12px;
  opacity: 0.7;
}


@media screen and (max-width:768px) {


  .search-result {
    padding: 20px 2%;
    background-color: #f0f0f0;
  }

  .search-result-heading {
    font-size: 139%;
    padding: 5px 2%;
    margin-bottom: 10px;
  }
  .search-result-heading small{
    display: block;
    font-size: 70%;
    font-weight: 500;
    padding-left: 0;
  }


  .search-result-item{
    padding: 12px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }

  .search-result-title {
    font-size: 124%;
    padding-bottom: 3px;
  }
  .search-result-title a{
    text-decoration: none;
  }
  .search-result-url{
    padding-bottom: 6px;
    font-size: 60%;
    white-space: normal;
  }

  .search-result-summary {
    font-size: 85%;
  }

  .search-result-data {
    padding-top: 8px;
  }
  .search-result-category {
    padding: 1px 5px;
    font-size: 77%;
  }

  .search-result-time {
    font-size: 77%;
    padding-left: 6px;
  }

}

/**********************************************
.article-relate
***********************************************/

.article-relate {
  padding-bottom: 60px;
}
.article-relate-title {
  background-color: #147663;
  color: #fff;
  font-size: 147%;
  padding: 12px 20px 10px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.article-relate-title img {
  width: 1.8em;
  vertical-align: -40%;
  margin-right: 10px;
  opacity: 0.6;
  margin-top: -0.5em;
}

.article-relate-list {

}
.article-relate-list li {
  font-size: 131%;
  padding: 0.2em 0 0.2em 0.8em;
  background: url(../../img/icon/arrow_gr.png) no-repeat left 0.65em / 0.35em auto;
  line-height: 1.7;
}
.article-relate-list a {
  display: inline-block;
}
.article-relate-list a[target=_blank] {
  padding-right: 90px;
  background: url(../../img/icon/external_link.png) no-repeat right top / 80px auto;
}


.article-file-list {
}
.article-file-list li {
  font-size: 131%;
  padding: 0.2em 0 0.2em 0.0;
  line-height: 1.7;
}
.article-file-list a {
  display: inline-block;
  padding-left: 74px;
  background-size: 66px auto;
  background-position: left 0.15em;
  background-repeat: no-repeat;
}
.article-file-list a[href$=".pdf"] {
  background-image: url(../../img/icon/pdf.png);
}
.article-file-list a[href$=".doc"],
.article-file-list a[href$=".docx"] {
  background-image: url(../../img/icon/doc.png);
}

.article-file-list a[href$=".xls"],
.article-file-list a[href$=".xlsx"] {
  background-image: url(../../img/icon/xls.png);
}


@media screen and (max-width:768px) {

  .article-relate {
    padding-bottom: 40px;
  }
  .article-relate-title {
    font-size: 116%;
    padding: 12px 20px 10px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .article-relate-title img {
    width: 1.5em;
    vertical-align: -30%;
    margin-right: 5px;
  }

  .article-relate-list {
    padding-left: 0.5em;
  }
  .article-relate-list li {
    font-size: 116%;
    line-height: 1.4;
  }
  .article-relate-list a[target=_blank] {
    padding-right: 60px;
    background: url(../../img/icon/external_link.png) no-repeat right top / 55px auto;
  }

  .article-file-list li {
    font-size: 116%;
    line-height: 1.7;
    line-height: 1.4;
  }
  .article-file-list a {
    padding-left: 50px;
    background-size: 46px auto;
    background-position: left 0.25em;
  }

}


/**********************************************
article-contact
***********************************************/

.article-contact {
  display: table;
  width: 100%;
  border: 3px solid #147663;
  border-radius: 6px;
}
.article-contact-heading {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  background-color: #147663;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.article-contact-icon {
  width: 46px;
  margin: 0 auto;
  opacity: 0.6;
  padding-bottom: 15px;
}
.article-contact-icon img {
}
.article-contact-title {
  font-size: 139%;
}


.article-contact-inner {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.article-contact-division {
  font-size: 154%;
  padding-bottom: 8px;
}
.article-contact-detail {
  font-size: 116%;
  line-height: 1.8;
}

.article-contact-tel {
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 15px 8px 10px;
  margin-bottom: 8px;
}
.article-contact-tel a {
  display: block;
  font-size: 200%;
  font-family: "Roboto";
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
.article-contact-tel img {
  width: 1.3em;
  margin-right: 10px;
  vertical-align: -20%;
}

@media screen and (max-width:768px) {


  .article-contact {
    display: block;
    border: 2px solid #147663;
    border-radius: 4px;
    overflow: hidden;
  }
  .article-contact-heading {
    display: block;
    width: auto;
    padding: 5px 0;
    position: relative;
  }
  .article-contact-icon {
    width: 28px;
    margin: 0 auto;
    opacity: 0.6;
    padding-bottom: 15px;
    position: absolute;
    left: 8px;
    top: 5px;
  }
  .article-contact-title {
    font-size: 116%;
    text-align: left;
    padding: 8px 10px 8px 10px;
    text-align: center;
  }

  .article-contact-inner {
    display: block;
    padding: 12px 4%;
    font-size: 93%;
  }

  .article-contact-division {
    font-size: 131%;
    padding-bottom: 8px;
  }
  .article-contact-detail {
    font-size: 108%;
    line-height: 1.6;
  }



}


/**********************************************
module-enquete
***********************************************/


.article-enquete {
  margin-top: 30px;
  padding-bottom: 30px;
}
.article-enquete-title {
  background-color: #feebdc;
  background-color: rgba(239, 109, 1, 0.1);
  padding: 20px 4%;
  font-size: 139%;
}

.article-enquete-inner {
  padding: 30px 4%;
}

.article-enquete-item {
  padding-bottom: 30px;
}
.article-enquete-question {
  font-size: 131%;
  padding-bottom: 0.8em;
  position: relative;
  padding-left: 2.2em;
}
.article-enquete-question span {
  display: inline-block;
  background-color: #bc5a09;
  color: #fff;
  padding: 2px 0;
  font-size: 116%;
  width: 1.7em;
  height: 1.7em;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: -0.2em;
  font-family: "Roboto";
  font-weight: 500;
}

.article-enquete-answer {
  padding: 10px 0;
}
.article-enquete-answer input{
  display: none;
}
.article-enquete-answer label{
  display: inline-block;
  padding: 10px 20px;
  font-size: 116%;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  transition:all 0.2s ease;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2) inset;
}
.article-enquete-answer label:hover{
  background-color: #feebdc;
}
.article-enquete-answer input:checked + label{
  background-color: #bc5a09;
  color: #fff;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.2) inset;
}

.article-enquete-text {
  font-size: 108%;
  line-height: 1.8;
  padding-bottom: 10px;
}

.article-enquete-input{
  width: 100%;
  height: 150px;
  font-size: 124%;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #aaa;
}

.article-enquete-submit{
  text-align: center;
}
.article-enquete-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  padding: 12px 30px;
  color: #fff;
  font-size: 131%;
  font-weight: bold;
  border-radius: 6px;
  background-color: #bc5a09;
  min-width: 300px;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.article-enquete-submit button:hover {
  background-color: #944605;
}


@media screen and (max-width:768px) {


  .article-enquete {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .article-enquete-title {
    background-color: #feebdc;
    padding: 10px 4%;
    font-size: 116%;
  }

  .article-enquete-inner {
    padding: 20px 4%;
  }

  .article-enquete-item {
    padding-bottom: 20px;
  }
  .article-enquete-question {
    font-size: 116%;
    padding-bottom: 0.3em;
  }

  .article-enquete-answer label{
    display: inline-block;
    padding: 8px 5px;
    font-size: 93%;
    letter-spacing: 0;
    margin-right: 2px;
    margin-bottom: 2px;
  }

  .article-enquete-text {
    font-size: 93%;
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .article-enquete-input{
    height: 120px;
  }

  .article-enquete-submit{
    text-align: center;
  }
  .article-enquete-submit button {
    display: block;
    width: 100%;
    padding: 15px 30px;
    min-width: initial;
    min-width: auto;
  }

}


/**********************************************
module-post
***********************************************/

.post {
  line-height: 1.8;
  padding-bottom: 80px;
}
.post::after {
  content: "";
  display: table;
  clear: both;
}

.post p:not([class]) {
  font-size: 1.16rem;
  line-height: 2;
}

.post h2:not([class]) {
  font-size: 1.70rem;
  margin: 40px 0 20px 0;
  padding: 15px 20px;
  line-height: 1.4;
  background-color: #e9f8f6;
  background-color: rgba(5, 182, 148, 0.15);
}

.post h3:not([class]) {
  font-size: 1.54rem;
  padding: 6px 0px;
  line-height: 1.4;
  border-bottom: 1px solid #aaa;
  margin: 30px 0 20px 0;
}

.post h4:not([class]) {
  font-size: 1.39rem;
  border-left: 5px solid #147663;
  padding: 0 0 0 10px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

.post h5:not([class]) {
  font-size: 1.24rem;
  padding: 20px 0 15px 0;
}

.post h6:not([class]) {
  font-size: 1.16rem;
  padding: 15px 0 8px 0;
}

.post img:not([class]) {
  padding-bottom: 15px;
  padding-top: 15px;
}

.post img[src$="icon_pdf.gif"]{
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.2em;
  vertical-align: middle;
}
.post img[src$="icon_doc.gif"]{
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.2em;
  vertical-align: middle;
}

.post ul:not([class]){
  font-size: 1.16rem;
  line-height: 2;
  list-style: disc;
  margin-left: 1.5em;
}
.post ol:not([class]){
  font-size: 1.16rem;
  line-height: 2;
  list-style: decimal;
  margin-left: 1.5em;
}


.post blockquote:not([class]) {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 3%;
  border-radius: 15px;
  margin: 30px 0;
}

.post table:not([class]) {
  border: 1px solid #ccc;
}

.post table:not([class]) thead th,
.post table:not([class]) thead td {
  border: 1px solid #ccc;
  font-size: 1.16rem;
  padding: 8px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.post table:not([class]) tbody th {
  border: 1px solid #ccc;
  font-size: 1.16rem;
  padding: 10px 10px;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.8;
  background-color: rgba(0, 0, 0, 0.05);
}

.post table:not([class]) tbody td {
  border: 1px solid #ccc;
  font-size: 1.16rem;
  padding: 10px 10px;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width:768px) {


  .post {
    line-height: 1.7;
    padding-bottom: 30px;
  }

  .post p:not([class]) {
    font-size: 1.16rem;
    line-height: 1.7;
  }

  .post h2:not([class]) {
    font-size: 1.54rem;
    margin: 40px 0 20px 0;
    padding: 10px 15px;
  }

  .post h3:not([class]) {
    font-size: 1.39rem;
  }

  .post h4:not([class]) {
    font-size: 1.31rem;
    border-left: 5px solid #147663;
    padding: 0 0 0 6px;
  }

  .post img:not([class]) {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .post img[src$="icon_pdf.gif"]{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.2em;
    vertical-align: middle;
  }
  .post img[src$="icon_doc.gif"]{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.2em;
    vertical-align: middle;
  }


  .post ul:not([class]){
    font-size: 1.16rem;
    line-height: 1.7;
  }
  .post ol:not([class]){
    font-size: 1.16rem;
    line-height: 1.7;
  }

  .post img[src$="icon_pdf.gif"]{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.2em;
    vertical-align: middle;
  }

  .post table:not([class]) {
    border: 1px solid #ccc;
  }

  .post table:not([class]) thead th,
  .post table:not([class]) thead td {
    font-size: 1.00rem;
    padding: 5px 8px;
  }

  .post table:not([class]) tbody th {
    font-size: 1.00rem;
    padding: 8px 8px;
  }

  .post table:not([class]) tbody td {
    font-size: 1.00rem;
    padding: 8px 8px;
  }

}







/**********************************************
module-fire
***********************************************/

.fire-lead {
  text-align: center;
  padding-bottom: 50px;
}
.fire-lead-sub {
  font-size: 139%;
  display: inline-block;
  border: 2px solid #ab0f0f;
  padding: 3px 15px;
  font-weight: bold;
  color: #ab0f0f;
  margin-bottom: 15px;
}
.fire-lead-main {
  font-size: 240%;
  font-weight: bold;
}

.fire-news {
  padding-bottom: 60px;
}

.fire-topics{
  padding-top: 30px;
}
.fire-topics-title{
  font-size: 170%;
  color: #ab0f0f;
  padding-bottom: 25px;
}



.fire-case {
  padding-bottom: 60px;
}
.fire-case hr{
  display: none;
}

.fire-case-post {
  padding-top: 25px;
}

.fire-case-post table {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.fire-case-post table th,
.fire-case-post table td{
  border: 1px solid #ccc;
}

.fire-case-post table th{
  background-color: rgba(171, 15, 15, 0.1);
  font-size: 124%;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
.fire-case-post table tr td{
  text-align: center;
  font-size: 131%;
  padding: 10px 10px;
}
.fire-case-post table tr td:first-child{
  font-weight: bold;
  background-color: #f6f6f6;
}
.fire-case-post table tr td:not(:first-child){
  width: 20%;
}


@media screen and (max-width:768px) {


  .fire-lead {
    text-align: center;
    padding-bottom: 30px;
  }
  .fire-lead-sub {
    font-size: 100%;
    padding: 3px 10px;
    margin-bottom: 8px;
  }
  .fire-lead-main {
    font-size: 154%;
    line-height: 1.2;
  }

  .fire-news {
    padding-bottom: 30px;
  }

  .fire-topics{
    padding-top: 15px;
  }
  .fire-topics-title{
    font-size: 139%;
    padding-bottom: 15px;
  }

  .fire-case {
    padding-bottom: 30px;
  }

  .fire-case-post {
    padding-top: 25px;
  }

  .fire-case-post table {
    margin-bottom: 20px;
  }
  .fire-case-post table th,
  .fire-case-post table td{
  }

  .fire-case-post table th{
    font-size: 93%;
    padding: 3px 0;
  }
  .fire-case-post table tr td{
    font-size: 93%;
    padding: 4px 6px;
  }
  .fire-case-post table tr td:first-child{
  }
  .fire-case-post table tr td:not(:first-child){
    width: 20%;
  }

}


/**********************************************
module-mayor
***********************************************/

.mayor-message {
  padding-top: 20px;
  padding-bottom: 40px;
}
.mayor-lead {
  font-size: 240%;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, serif;
  line-height: 1.3;
  margin-bottom: 50px;
}

.mayor-img {
  width: 35%;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.mayor-title {
  font-size: 185%;
  padding-bottom: 20px;
}


@media screen and (max-width:768px) {


  .mayor-message {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .mayor-lead {
    font-size: 154%;
    margin-bottom: 30px;
  }

  .mayor-img {
    width: 35%;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .mayor-title {
    font-size: 131%;
    padding-bottom: 20px;
  }



}

/**********************************************
module-faq
***********************************************/

.faq {
  padding-bottom: 40px;
}
.faq-block {
  padding-bottom: 40px;
}

.faq-item{
  border-bottom: 1px solid #ccc;
}
.faq-title {
  display: block;
  font-size: 131%;
  padding: 15px 0 15px 3em;
  position: relative;
  transition:all 0.2s ease;
}
.faq-title:hover {
  background-color: rgba(0, 255, 206, 0.05);
}
.faq-title.is-active {
  background-color: rgba(0, 255, 206, 0.1);
}
.faq-question {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background-color: #147663;
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 124%;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
}
.faq-title-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -5px;
  border-top: 2px solid #147663;
  border-right: 2px solid #147663;
  transform:rotate(135deg);
  transition:all 0.2s ease;
}

.is-active .faq-title-icon {
  transform:rotate(-45deg);
}

.faq-answer {
  background-color: rgba(0, 255, 206, 0.1);
  padding: 1px 20px;
}
.faq-answer-inner {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 116%;
  line-height: 1.8;
}


@media screen and (max-width:768px) {


  .faq {
    padding-bottom: 20px;
  }
  .faq-block {
    padding-bottom: 20px;
  }

  .faq-title {
    display: block;
    font-size: 116%;
    padding: 8px 0 8px 2.5em;
  }
  .faq-question {
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    font-size: 124%;
    left: 5px;
    top: 7px;
  }

}

/**********************************************
module-division
***********************************************/


.division{
  padding-bottom: 40px;
}

.division-table {
  border: 1px solid #ccc;
  margin-top: 15px;
  letter-spacing: 0;
}
.division-table tbody th{
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 124%;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
  width: 25%;
}
.division-table tbody th span{
}
.division-table tbody td{
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.7;
}
.divition-block {
  display: flex;
  justify-content: space-between;
}
.divition-address {
  font-style: normal;
  line-height: 1.7;
}
.divition-link {
}

.divition-btn{
  display: inline-block;
  border: 1px solid #ccc;
  background: url(../../img/icon/arrow_gr.png) no-repeat 10px center / 0.35em auto;
  background-color: #fff;
  font-weight: bold;
  padding: 5px 1em 5px 1.5em;
  border-radius: 4px;
  text-align: center;
  margin-top: 4px;
  font-size: 108%;
  background-color: #f0f0f0;
  font-weight: bold;
}

.divition-btn:hover {
  text-decoration: none;
  background-color: #e9f8f6;
}



@media screen and (max-width:768px) {

  .division{
    padding-bottom: 40px;
  }

  .division-table,
  .division-table thead,
  .division-table tbody,
  .division-table tfoot,
  .division-table tr,
  .division-table th,
  .division-table td{
    display: block;
    width: auto;
  }

  .division-table {
    border: none;
    margin-top: 5px;
  }
  .division-table tbody th{
    border:none;
    border-bottom: 1px solid #ccc;
    background:none;
    font-size: 124%;
    padding: 5px 0 3px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
    width: auto;
  }
  .division-table tbody th span{
  }
  .division-table tbody td{
    border:none;
    padding: 10px 0 20px;
    line-height: 1.5;
  }
  .divition-block {
    display: block;
  }
  .divition-address {
    line-height: 1.5;
  }
  .divition-link {
    padding-top: 5px;
  }

  .divition-btn{
    display: block;
    background: url(../../img/icon/arrow_gr.png) no-repeat right 15px center / 0.35em auto;
    background-color: #f0f0f0;
    padding: 12px 1em 12px 1.5em;
    border-radius: 4px;
    margin-top: 4px;
    font-size: 116%;
  }



}



/**********************************************
module-sitemap
***********************************************/


.sitemap {
}

.sitemap-parent {
  padding-top: 30px;
  padding-bottom: 8px;
  border-top: 1px solid #ccc;
}
.sitemap-parent li {
  display: block;
  font-size: 131%;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat left 12px / 0.8em auto;
  padding: 5px 5px 0 1.2em;
}

.sitemap-parent a {
  display: inline-block;
}
.sitemap-parent a[target=_blank] {
  padding-right: 80px;
  background: url(../../img/icon/external_link.png) no-repeat right 0.1em / 70px auto;
}


.sitemap-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sitemap-title {
  border: 1px solid #ccc;
  padding: 8px 10px 8px 2em;
  font-size: 147%;
  font-weight: bold;
  background: url(../../img/icon/chevron_right_gr.png) no-repeat 15px 14px / 0.8em auto;
  background-color: #f0f0f0;
}

.sitemap-subtitle {
  padding: 25px 0 8px 0;
  font-size: 131%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}


.sitemap-list {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: 20px;
}
.sitemap-list > li {
  font-size: 131%;
  padding: 10px 0 0 0.7em;
  background: url(../../img/icon/arrow_gr.png) no-repeat left 18px / 0.35em auto;
}

.sitemap-list ul {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.sitemap-list ul li{
  width: 25%;
  font-size: 90%;
  padding-bottom: 5px;
}

@media screen and (max-width:768px) {


  .sitemap-parent {
    padding-bottom: 5px;
  }
  .sitemap-parent li {
    font-size: 116%;
    background: url(../../img/icon/chevron_right_gr.png) no-repeat left 12px / 0.8em auto;
    padding: 5px 5px 0 1.2em;
  }


  .sitemap-block {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .sitemap-title {
    padding: 5px 10px 5px 2em;
    font-size: 124%;
    background: url(../../img/icon/chevron_right_gr.png) no-repeat 15px 10px / 0.8em auto;
    background-color: #f0f0f0;
  }

  .sitemap-subtitle {
    padding: 15px 0 4px 0;
    font-size: 116%;
  }
  .sitemap-list {
    padding-top: 5px;
    margin-left: 0px;
  }
  .sitemap-list > li {
    font-size: 108%;
    padding: 5px 0 0 0.7em;
    background: url(../../img/icon/arrow_gr.png) no-repeat left 12px / 0.35em auto;
  }

  .sitemap-list ul {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 20px;
    display: block;d
  }
  .sitemap-list ul li{
    width: auto;
    font-size: 90%;
  }

}

/**********************************************
module-pagination
***********************************************/

.pagination{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.pagination a,
.pagination strong{
  font-weight: 500;
  font-size: 124%;
  padding: 5px 5px;
}



/**********************************************
module-camera
***********************************************/

.camera-list {
  margin-left: -2%;
  padding-bottom: 40px;
}
.camera-list li {
  float: left;
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.camera-list li:nth-child(3n+1) {
  clear: both;
}
.camera-list a {
  display: block;
}
.camera-list-img {
  text-align: center;
}
.camera-list-img img {
  padding-bottom: 10px !important;
}
.camera-list-img figcaption {
  font-size: 124%;
  line-height: 1.3;
}



@media screen and (max-width:768px) {

  .camera-list {
    margin-left: -2%;
    padding-bottom: 30px;
  }
  .camera-list li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 15px;
  }
  .camera-list li:nth-child(3n+1) {
    clear: none;
  }
  .camera-list li:nth-child(2n+1) {
    clear: both;
  }
  .camera-list a {
  }
  .camera-list-img img {
    padding-bottom: 10px !important;
  }
  .camera-list-img figcaption {
    font-size: 100%;
  }

}

/**********************************************
module-xxxxx
***********************************************/



/********************************************************************************************
ステータス
********************************************************************************************/

.is-hide {
  display: none;
}

.is-pc-hide {
  display: none !important;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-outview{
  position: fixed;
  left: -999999px;
}

@media screen and (max-width:768px) {

  .is-pc-hide {
    display: block !important;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}



