@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a:link {
  text-decoration: none;
  color: #595959;
}

.contentBody a:link {
  text-decoration: underline;
}

a:visited {}

a:hover,
a:focus {
  color: #c30;
  text-decoration: underline;
}

.clr {
  clear: both;
  min-height: 1em;
}

*html .clr {
  height: 1px;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

input,
select,
textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

.new {
  margin-left: 0;
  border-radius: 2px;
  color: #ff0000;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}

.fs-cap {
  font-size: 180%;
  line-height: 150%;
  color: #6e4825;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "MS PMincho", "Hiragino Mincho Pro", serif;
}

.fs-cap-02 {
  font-weight: 700;
  line-height: 200%;
}

img {}

.clr {
  clear: both;
  min-height: 1em;
}

*html .clr {
  height: 1px;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

.margin-b {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.margin-b60 {
  margin-bottom: 60px;
}

.margin-b30 {
  margin-bottom: 60px;
}

.bl-check {
  background-color: #eee;
  padding: 20px;
}

.tbl-cnt {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.tbl-cnt th {
  font-size: 160%;
  color: #96682e;
  text-align: center;
  margin-bottom: 30px;
  font-weight: lighter;
  padding-bottom: 30px;
}

.tbl-cnt td {}

small {
  font-size: 87.5%;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
  *zoom: 1;
}

/* Panel layout
================================================== */
.panel-layout {
  display: table;
  width: auto;
  table-layout: fixed;
  word-spacing: -0.4em;
  box-sizing: border-box;
}

.panel-layout .panel-layout-child,
.panel-layout>article,
.panel-layout>figure,
.panel-layout>li,
.panel-layout>div,
.panel-layout>p,
.panel-layout>section {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  word-spacing: normal;
  box-sizing: border-box;
}

/* greater/less
================================================== */
@media screen and (min-width: 767px) {
  .greater-w767 {
    display: inherit !important;
  }

  .less-w766 {
    display: none !important;
  }
}

@media screen and (max-width: 766px) {
  .greater-w767 {
    display: none !important;
  }

  .less-w766 {
    display: inherit !important;
  }
}

@media screen and (max-width: 500px) {
  .less-w500 {
    display: none !important;
  }
}

/* ?o?b?T?C?g?n?܂・
==================================================
==================================================
==================================================
================================================== */

#globalNavInner>div>span>a>span {
  display: inline-block;
}

/* SNSリンクバナー START */
.sns-bnrArea {
  padding: 35px 15px 35px;
  background-color: #eee;
}

@media (max-width: 767px) {
  .sns-bnrArea {
    padding: 45px 15px 35px;
  }
}

.sns-bnrArea .sns-bnrAreaInner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 25px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}

@media (max-width: 767px) {
  .sns-bnrArea .sns-bnrAreaInner {
    gap: 20px 20px;
  }
}

.sns-bnrArea .sns-bnrAreaInner .sns-bnr {
  display: block;
  width: calc((100% / 4) - (25px * 3 / 4));
  max-width: 250px;
  background-color: #fff;
  border: 1px solid #595959;
}

@media (max-width: 767px) {
  .sns-bnrArea .sns-bnrAreaInner .sns-bnr {
    display: block;
    width: calc((100% / 2) - (20px * 1 / 2));
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .sns-bnrArea .sns-bnrAreaInner .sns-bnr {
    width: 100%;
    padding: 0 40px 0;
  }
}

.sns-bnrArea .sns-bnrAreaInner .sns-bnr>img {
  display: block;
  width: 100%;
  height: auto;
}

/* SNSリンクバナー END */


@media (min-width: 768px) {

  a:hover img,
  a:focus img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  :-ms-input-placeholder {
    color: #999999;
  }

  body,
  html {
    height: 100%;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-size: 95%;
    line-height: 145%;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo,
      "MS PGothic", sans-serif;
  }

  ol,
  ul {
    list-style: none;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc-disp {}

  .sp-disp {
    display: none;
  }

  #container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0;
  }

  #scrollTop {
    position: fixed;
    right: 0;
    z-index: 20;
    padding: 0;
  }

  #scrollTop a {
    text-decoration: none;
  }

  #scrollTop img {
    opacity: 1;
    filter: alpha(opacity=50);
  }

  .skip a {
    display: block;
    background-color: #007b44;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #header {
    background-color: #fff;
  }

  #header-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
  }

  #header-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  #header-inner-l {
    float: left;
    width: 29.3%;
    padding-top: 10px;
  }

  #header-inner-l img {
    width: 100%;
    max-width: 293px;
  }

  #header-inner-l h1 {
    margin: 0px;
    padding-left: 0px;
  }

  #header-inner-c {
    float: left;
    width: 36.5%;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #header-inner-c ul li {
    display: inline-block;
    width: 33.3%;
    padding-right: 4px;
  }

  #header-inner-c ul li:nth-child(1) img {
    width: 100%;
    max-width: 96px;
  }

  #header-inner-c ul li:nth-child(2) img {
    width: 100%;
    max-width: 96px;
  }

  #header-inner-c ul li:nth-child(3) img {
    width: 100%;
    max-width: 96px;
  }

  #header-inner-r {
    float: right;
    width: 34.2%;
    text-align: right;
  }

  #header-inner-r form {
    margin-bottom: 0px;
    background-color: #00a0ce;
    padding: 5px 10px 15px 10px;
    text-align: center;
  }

  .keyword-area {
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    text-align: left;
    line-height: 200%;
  }

  #header-inner-r .navi-link {
    background-image: url("../images/bg-link1.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-right: 15px;
    font-size: 87.5%;
  }

  #header-inner-r .navi-link a {
    text-decoration: none;
  }

  #header-inner-r .navi-link a:hover {
    text-decoration: underline;
  }

  #keyword {
    width: 85%;
    height: 26px;
  }

  .sp-header {
    display: none;
  }

  #globalNav {
    background-color: #d5e9fb;
    padding: 10px 0 10px 0;
  }

  #globalNavInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2px 0 2px;
    text-align: center;
  }

  #globalNavInner>div {
    background-image: url("../images/bg-main-menyu.png");
    background-repeat: no-repeat;
    background-position: left 48%;
    padding: 0 70px 0 12px;
    font-size: 135%;
  }

  #globalNavInner>div:last-child {
    padding-right: 0;
  }

  .globalMenu1 span a,
  .globalMenu2 span a,
  .globalMenu3 span a,
  .globalMenu4 span a,
  .globalMenu5 span a,
  .globalMenu6 span a,
  .globalMenu7 span a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0 10px 0;
    text-decoration: none;
    font-weight: bold;
    color: #595959;
  }

  .globalMenu1 span a:hover,
  .globalMenu2 span a:hover,
  .globalMenu3 span a:hover,
  .globalMenu4 span a:hover,
  .globalMenu5 span a:hover,
  .globalMenu6 span a:hover,
  .globalMenu7 span a:hover {
    color: #3578eb;
  }

  #content {
    width: 100%;
  }

  /* responsiveslides.min.js ?֘A?ݒ闔n?܂・*/

  .rslides-area-top {
    width: 100%;
    background-image: url("../images/bg-slider.png");
    background-repeat: no-repeat;
    background-position: center top;
  }

  .rslides-area {
    width: 100%;
    background-color: #3075be;
    position: relative;
    z-index: 0;
  }

  .rslides-area-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .rslides-area-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .rslides-area-inner-l {
    width: 100%;
    height: 0px;
  }

  .rslides-area-inner-l img {
    width: 100%;
    max-width: 826px;
    max-height: 400px;
    display: block;
  }

  .rslides-area-inner-r {
    width: 100%;
  }

  .rslides-area-inner-r ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #d4e9fc;
  }

  .rslides-area-inner-r ul li:first-child {
    border-left: solid 1px #d4e9fc;
  }

  .rslides-area-inner-r ul li img {
    width: 100%;
    max-width: 332px;
  }

  #main-navi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;

    z-index: 10;
  }

  #main-navi li {
    width: 25%;
    margin: 0px 4%;
  }

  #main-navi li img {
    width: 100%;
    max-width: 212px;
  }

  .top-sld {
    width: 100%;
  }

  .top-sld ul li img {
    width: 100%;
  }

  .wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-color: #00a1e9;
  }

  .wideslider ul {
    margin: 0px;
  }

  .wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px;
  }

  .wideslider ul li img {
    width: 100%;
    display: none;
  }

  .wideslider_base {
    top: 0;
    position: absolute;
  }

  .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
  }

  .slider_prev,
  .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
  }

  .slider_prev {
    background: #00a1e9 url(../images/prev.png) no-repeat right center;
  }

  .slider_next {
    background: #00a1e9 url(../images/next.png) no-repeat left center;
  }

  /* .slider_prev {background: #fff url(../images/prev.png) no-repeat right center;} */
  /* .slider_next {background: #fff url(../images/next.png) no-repeat left center;} */

  .wideslider .pagination {
    bottom: 20px;
    text-align: center;
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: 200;
  }

  .wideslider .pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #ccc;
    border-radius: 7px;
  }

  .wideslider .pagination a.active {
    background: #ee87b4;
  }

  .wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }

  .wideslider ul {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px;
  }

  .content-top1 {
    width: 100%;
    padding: 0 0 0 0;
    margin: 45px auto;
  }

  .content-top1-inner {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
  }

  .content-top1-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .content-top1-l {}

  .information {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .information-title {
    color: #3578be;
    font-size: 200%;
    background-image: url("../images/bg-topH2-1.png");
    background-repeat: no-repeat;
    background-position: center top 20px;
    text-align: center;
    padding: 65px 0 0px 0px;
    width: 20%;
  }

  .information-title span {
    font-size: 40%;
    font-weight: lighter;
    margin: 20px auto 0px auto;
    display: block;
    border: 1px solid #397abb;
    width: 50%;
  }

  .infomation-body {
    width: 80%;
  }

  .infomation-body ul li {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .infomation-body .date {
    display: block;
    color: #3578be;
    width: 15%;
    text-align: left;
    font-size: 90%;
    padding: 3px;
  }

  .infomation-body .list-category-mark {
    display: block;
    width: 10%;
    font-size: 90%;
    text-align: center;
    color: #fff;
    padding: 3px;
    margin-left: 10px;
  }

  .list-category-news-suido {
    background-color: #115699;
  }

  .list-category-news-gesuido {
    background-color: #ba00ba;
  }

  .infomation-body .wtitle {
    display: block;
    margin-left: 10px;
    padding: 3px;
    width: 70%;
  }

  .infomation-body .title {}

  .infomation-body .title a {}

  .infomation-list {
    text-align: right;
    margin: 10px 20px 0px 0px;
  }

  .infomation-list span {
    background-image: url("../images/bg-link2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
  }

  .infomation-list span a {
    color: #3578be;
  }

  .infomation-list span a:hover {
    text-decoration: underline;
  }

  .content-top1-c {
    float: left;
    width: 38.65%;
    padding-right: 25px;
  }

  .emergency {
    border: solid 5px #e08281;
    padding: 25px;
    margin: 0px 0px 30px 0px;
  }

  .emergency-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
  }

  .emergency-title {
    color: #ea8685;
    font-size: 160%;
    background-image: url("../images/bg-topH2-4.png");
    background-repeat: no-repeat;
    background-position: center top 20px;
    text-align: center;
    padding: 60px 0 20px;
    width: 20%;
    line-height: 1.2;
  }

  .emergency-title span {
    display: block;
  }

  .emergency-body {
    width: 80%;
  }

  .emergency-body ul li {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .emergency-body .date {
    display: block;
    color: #ea8685;
    width: 15%;
    text-align: left;
    font-size: 90%;
    padding: 3px;
  }

  .emergency-body .list-category-mark {
    display: block;
    width: 10%;
    font-size: 90%;
    text-align: center;
    color: #fff;
    padding: 3px;
    margin-left: 10px;
  }

  .emergency-body .list-category-em-suido {
    background-color: #115699;
  }

  .emergency-body .list-category-em-gesuido {
    background-color: #ba00ba;
  }

  .emergency-body .wtitle {
    display: block;
    margin-left: 10px;
    padding: 3px;
    width: 70%;
  }

  .side-banner .contentBody {
    padding: 0;
  }

  .side-banner .contentBody .pageList {
    margin-top: 0;
  }

  .side-banner .contentBody .pageList li {
    margin-top: 0;
  }

  .side-banner ul li {
    margin-bottom: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-banner ul li img {
    width: 100%;
    max-width: 227px;
  }

  .content-top2 {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 0px;
    background-color: #eee;
    padding: 0px;
  }

  .content-top2-inner {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 20px 2px 20px 2px;
  }

  .content-top2-inner h2 {
    margin-bottom: 10px;
    background-image: url(../images/bg-topH2-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 20px;
    padding: 0px 0 0px 25px;
  }

  .link-area {}

  .link-area span {
    color: #3578be;
    font-weight: bold;
    padding-left: 15px;
    display: block;
    margin: 0px 0px 10px 0px;
  }

  .link-area ul {
    text-align: left;
  }

  .link-area ul li {
    display: inline-block;
    width: 24.4%;
  }

  #footer {
    width: 100%;
    bottom: 0;
    background-color: #d5e9fb;
  }

  .footer-inner {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 0 2px 0 2px;
  }

  .footer-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .footer-l {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 15px;
  }

  .footer-l-img1 {
    margin-bottom: 10px;
  }

  .footer-l-img1 img {
    width: 100%;
    max-width: 152px;
  }

  .footer-l-img2 img {
    width: 100%;
    max-width: 89px;
  }

  .footer-r {
    float: left;
    width: 80%;
    padding-top: 30px;
  }

  .footer-r-1-l {
    float: left;
    width: 24%;
    font-size: 130%;
    font-weight: bold;
    padding-top: 10px;
  }

  .footer-r-1-r {
    float: left;
    width: 76%;
  }

  .footer-r-1-r span {
    padding-right: 8px;
  }

  .footer-r-2 {
    margin: 20px 0 20px 0;
    font-size: 90%;
  }

  .footer-r-2 span {
    border: 1px solid #595959;
    background-color: #fff;
    margin-right: 10px;

    padding: 10px;
  }

  .footer-r-2 span a {
    background-image: url("../images/bg-link2.png");
    background-repeat: no-repeat;
    background-position: 5px 48%;
    padding: 4px 0 4px 18px;

    width: 100%;
  }

  .footer-r-2 span a:hover {
    text-decoration: none;
    background-color: #e9e9e9;
    color: #595959;
  }

  .footer-r-3 {
    font-size: 80%;
  }

  .footer-r-3 span {
    margin-right: 8px;
  }

  .footer-r-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 80%;
  }

  .footer-r-4 span {
    margin-left: 15px;
    background-image: url("../images/bg-link3.png");
    background-repeat: no-repeat;
    background-position: left 45%;
    padding-left: 8px;
  }

  #sp-footer {
    display: none;
  }

  /* ?R???e???c?y?[?W?֌W?n?܂・
================================================== */

  .main-image {
    width: 100%;
    position: relative;
  }

  .main-image-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -15px;
  }

  .main-image-inner img {
    display: block;
  }

  */ .main-image {
    width: 100%;
    text-align: center;
    background-color: #fff;

    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
  }

  #sitemap_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #search_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #breadCrumb {
    margin: 20px auto 20px auto;

    font-size: 80%;
    width: 100%;
    max-width: 1000px;
  }

  #breadCrumb span {
    font-weight: bold;
  }

  #breadCrumb a span {
    font-weight: normal;
  }

  #breadCrumb a {
    text-decoration: underline;
  }

  #breadCrumb p {
    margin-left: 0px;
  }

  .scrText {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .print_wrp {
    display: none;
    text-align: right;
    padding-top: 8px;
    margin-bottom: -32px;
  }

  #content-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  #content-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  #main {
    width: 72%;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 720px;
  }

  #main2 {
    width: 100%;
    min-height: 1em;
    margin-top: 30px;
  }

  .contentBody {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    min-height: 1em;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .thumb {
    float: left;
    padding-left: 0px;
  }

  .thumb img {
    width: 100px;
    margin-right: 15px;
  }

  .pageList {
    padding-top: 10px;
    margin: 0px;
  }

  .contentBody .pageList {
    margin-left: 0px;
    padding: 0px;
  }

  .pageList li {
    list-style-type: none;
    color: #3578be;
    margin-bottom: 10px !important;
    background-image: url("../images/tree.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 20px 20px 20px 60px;
    background-color: #d4e9fc;
    line-height: 1.16 !important;
  }

  .pageList .title {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 125%;
  }

  .pageList .title a {
    text-decoration: none;
  }

  .pageList .date {
    font-size: 80%;

    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .pageList .description {
    display: block;
    color: #666666;
    font-weight: normal;
    margin-top: 15px;
    font-size: 90%;
  }

  .contentBody .external {
    margin-left: 5px;
  }

  .contentBody .pagination {
    text-align: center;
  }

  .contentBody .pagination a {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    /* CSS3???ﾄ */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome?p */
    -moz-border-radius: 100px;
    /* Firefox?p */
    padding: 5px;
  }

  #sidemenu {
    width: 22.7%;
    float: right;
    margin-top: 0px;
    text-align: right;
    padding-top: 0px;
  }

  .sideHeader {
    width: 100%;
    background-color: #00a0ce;
  }

  .sideHeader h2 {
    padding: 12px 0px 12px 0px;
    color: #fff;
    text-align: center;
  }

  .sideBody {
    border: solid 1px #00a0ce;
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 20px;
  }

  .sideBody li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: dotted 1px #00a0ce;
  }

  .sideBody li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    text-align: left;
    text-decoration: none;
    background-image: url("../images/bg-link1.png");
    background-repeat: no-repeat;
    background-position: 15px center;
  }

  .sideBody li a:hover {
    background-color: #fff;
  }

  .sideBody .active {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    text-align: left;
    background-image: url("../images/bg-link1.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #fff;
    font-weight: bold;
  }

  .sideBody li:last-child {
    border-bottom: none;
  }

  .sideBody .current_page {
    background-color: #eeefef;
  }

  #sidemenu ul li {
    width: 100%;
  }

  #sidemenu ul li img {
    width: 100%;
    max-width: 227px;
  }

  .sidebanner {
    margin-top: 15px;
    text-align: center;
  }

  .contentBody .pul-li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li li {
    background-image: url("../images/pul-li.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li strong {}

  .contentBody .pul-li02 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li02 li {
    background-image: url("../images/pul-li-02.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li02 strong {}

  /*?R???e???c?y?[?W?֌W?I?墲・
================================================== */

  /*?T?C?g?}?b?v???ﾟ
================================================== */

  .sitemap {
    margin-left: 0px;
  }

  .depth1 li {
    padding-top: 0px;
  }

  .depth2 li {
    padding-top: 0px;
  }
}

/* ?o?b?T?C?g?I?墲・
==================================================
==================================================
==================================================
================================================== */

/* ?X?}?z?T?C?g?n?܂・
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {

  body,
  html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-size: 87.5%;
    line-height: 130%;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo,
      "MS PGothic", sans-serif;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  ol,
  ul {
    list-style: none;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc-disp {
    display: none;
  }

  .sp-disp {}

  #container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url("../images/bg-con.png");
    background-repeat: repeat-x;
    background-position: left top;
  }

  #scrollTop {
    position: fixed;
    right: 0;
    z-index: 20;
    padding: 0;
  }

  #scrollTop a {
    text-decoration: none;
  }

  #scrollTop img {
    width: 55px;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  .skip p {
    display: block;
    background-color: #007b44;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #header {
    padding-top: 70px;
  }

  #header #header-inner,
  #header .rslides-area-top {
    display: none;
  }

  #globalNavInner {
    display: flex;
    table-layout: fixed;
    justify-content: center;
    width: 100%;
    padding: 35px 10px;
    background: repeat url("../images/bg-main-menyu-sp.png") left top;
    background-size: 15px;
    border-bottom: 1px ridge #ccc;
    word-spacing: -0.4em;
    box-sizing: border-box;
    text-align: center;
  }

  #globalNavInner>div {
    display: inline-block;
    width: 220px;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: top;
    word-spacing: normal;
  }

  #globalNavInner>div:first-child {
    margin-left: 0;
  }

  #globalNavInner>div.globalMenu5 {
    display: none;
  }

  #globalNavInner>div>span {
    display: table;
    width: 100%;
  }

  #globalNavInner>div>span>a {
    display: table-cell;
    position: relative;
    width: 100%;
    /* height: 60px !important; */
    height: 60px !important;
    padding: 7px 5px 7px 35px;
    background: #fff;
    border: 1px ridge #ccc;
    color: #4d4d4d;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 2vw;
  }

  #globalNavInner>div>span>a::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    width: 16px;
    height: 16px;
    background: #4381bf;
    border-radius: 16px;
  }

  #globalNavInner>div>span>a::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 14px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #globalNavInner>div>span>a:hover {
    opacity: 0.85;
  }

  /* ???j???[?֌W
================================================== */

  #title {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .header-top {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #fff;
    width: 100%;
    height: 70px;
    padding: 5px 0px 0 10px;

    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;

    z-index: 100;
    border-bottom: 1px ridge #ccc;
  }

  .header-top1 .logo {
    float: left;
    padding-top: 10px;
  }

  .header-top1 .logo img {
    float: left;
    width: 200px;
  }

  .header-top1 a {
    text-decoration: none;
  }

  .header-top2 ul li {
    display: inline-block;
    padding-right: 15px;
  }

  .header-top2 ul li img {
    width: 55px;
  }

  .contact_button {
    float: right;
    display: table;
    background-color: #4381bf;
    padding-top: 28px;
    text-align: center;
    width: 55px;
    height: 45px;
    margin: 7px 7px 0 0;
    padding: 5px;
    text-decoration: none;
    box-sizing: border-box;
  }

  .contact_button span {
    display: table-cell;
    vertical-align: middle;
  }

  .contact_button span img {
    width: 100%;
  }

  .menu_open_button {
    margin-top: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-image: url(/theme/sn-default/images/menu_icon.png);
    background-color: #000;
    padding-top: 28px;
    text-align: center;
    width: 55px;
    height: 45px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
  }

  .menu_close_button {
    background-repeat: no-repeat;
    background-position: center 8px;
    background-image: url(/theme/sn-default/images/menu_icon.png);
    background-color: #000;
    padding-top: 28px;
    text-align: center;
    width: 55px;
    height: 45px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 20px;
    float: right;
  }

  /* Header Nav
================================================== */

  .header-navi {}

  .header-navi .nav-header {
    background: #999999;
  }

  .header-navi .nav-header h2 {
    float: left;
    padding: 15px 5px 5px 5px;
  }

  .header-navi .nav-header button {
    float: right;
    padding: 5px;
  }

  .header-navi .nav-header button img {
    width: 45px;
  }

  /*?T?C?h?o?[
---------------------------------------------------------------*/

  #modal {
    display: none;
  }

  #modal h2 {}

  #modal h2,
  #modal ul {
    padding: 0px;
    width: 230px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #modal ul li {
    background-color: #eeeeee;
    margin-bottom: 1px;
    padding: 0 0 0 5px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  }

  #modal ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    background-image: url(../images/bg-link-s.png);
    background-repeat: no-repeat;
    background-position: left center;
  }

  #modal-menu1 {}

  #modal-menu2 {}

  #modal-menu3 {}

  #modal-menu4 {}

  #modal-menu5 {}

  #modal-menu6 {}

  #modal-menu7 {}

  #modal-menu8 {}

  #modal-menu9 {}

  .close {
    text-align: right;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .close a {}

  .open {
    display: block;
    margin-top: 7px;
    margin-right: 7px;
    float: right;
  }

  .open img {
    vertical-align: middle;
  }

  /*???j???[?֌W?I?墲・
---------------------------------------------------------------*/

  #content {
    width: 100%;
  }

  .top-sld {
    width: 100%;
    margin-bottom: -10px;
  }

  .top-sld ul li img {
    width: 100%;
  }

  /* responsiveslides.min.js ?֘A?ݒ闔n?܂・*/

  .rslides-area-top {
    width: 100%;
    background-image: url("../images/bg-slider.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 24px;
  }

  .rslides-area {
    width: 100%;
    background-color: #d5e9fb;
    position: relative;
  }

  .rslides-area-inner {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .rslides-area-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .rslides-area-inner-l {
    width: 100%;
  }

  .rslides-area-inner-l img {
    width: 100%;
    max-width: 826px;
    display: block;
  }

  .rslides-area-inner-r {
    width: 100%;
  }

  .rslides-area-inner-r ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #d4e9fc;
  }

  .rslides-area-inner-r ul li:first-child {
    border-left: solid 1px #d4e9fc;
  }

  .rslides-area-inner-r ul li img {
    width: 100%;
    max-width: 332px;
  }

  /* responsiveslides.min.js ?֘A?ݒ闖I?墲・*/

  #main-navi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;

    z-index: 10;
  }

  #main-navi li {
    width: 25%;
    margin: 0px 4%;
  }

  #main-navi li img {
    width: 100%;
    max-width: 212px;
  }

  /* slider.js ?֘A?ݒ闔n?܂・*/

  .wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-color: #00a1e9;
  }

  .wideslider ul {
    margin: 0px;
  }

  .wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px;
  }

  .wideslider ul li img {
    width: 100%;
    display: none;
  }

  .wideslider_base {
    top: 0;
    position: absolute;
  }

  .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
  }

  .slider_prev,
  .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
  }

  .slider_prev {
    background: #00a1e9 url(../images/prev.png) no-repeat right center;
  }

  .slider_next {
    background: #00a1e9 url(../images/next.png) no-repeat left center;
  }

  /* .slider_prev {background: #fff url(../images/prev.png) no-repeat right center;} */
  /* .slider_next {background: #fff url(../images/next.png) no-repeat left center;} */

  .wideslider .pagination {
    bottom: 20px;
    text-align: center;
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: 200;
  }

  .wideslider .pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #ccc;
    border-radius: 7px;
  }

  .wideslider .pagination a.active {
    background: #ee87b4;
  }

  .wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }

  .wideslider ul {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0px;
  }

  */
  /* slider.js ?֘A?ݒ闖I?墲・*/



  .content-top1 {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 20px;
  }

  .content-top1-inner {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 0 4px 0 4px;
  }

  .content-top1-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .content-top1-l {
    width: 100%;
  }

  .information {
    /* -webkit-box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc; */
    background-image: url("../images/bg-blueLine.png");
    background-image: url("../images/bg-blueLine.png");
    background-repeat: repeat-x;
    background-position: left top;
    padding: 10px 10px 10px 10px;
  }

  .information-title {
    color: #3578be;
    font-size: 130%;
    background-image: url("../images/bg-topH2-1.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0 15px 30px;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #3578be;
  }

  .information-title span {
    font-size: 60%;
    font-weight: lighter;
    margin: 0px 0px 0px 10px;
    border: 1px solid #397abb;
    padding: 5px;
  }

  .infomation-body {
    /* height: 300px;
    overflow-y: scroll; */
    padding-top: 20px;
  }

  .infomation-body ul li {
    margin-bottom: 8px;
  }

  .infomation-body .date {
    color: #3578be;
  }

  .infomation-body .list-category-mark {
    color: #fff;
    font-size: 90%;
    text-align: center;

    padding: 3px;
    margin-left: 10px;
  }

  .list-category-news-suido {
    background-color: #115699;
  }

  .list-category-news-gesuido {
    background-color: #ba00ba;
  }

  .infomation-body .title {
    background-image: url("../images/bg-link2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    display: block;
    margin-top: 5px;
  }

  .infomation-body .title a {}

  .infomation-list {
    text-align: right;
    margin-top: 10px;
  }

  .infomation-list span {
    background-image: url("../images/bg-link2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
  }

  .infomation-list span a {
    color: #3578be;
  }

  .infomation-list span a:hover {
    text-decoration: underline;
  }

  .content-top1-r {
    width: 100%;
    padding-top: 20px;
  }

  .emergency {
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    /* Safari, Chrome?p */
    -moz-box-shadow: 0 0 5px 0 #ccc;
    /* Firefox?p */
    box-shadow: 0 0 5px 0 #ccc;
    /* CSS3 */
    background-image: url("../images/bg-blueLine.png");
    background-repeat: repeat-x;
    background-position: left top;
    padding: 10px 10px 10px 10px;
  }

  .emergency-title {
    color: #ea8685;
    font-size: 130%;
    background-image: url("../images/bg-topH2-4.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 15px 0 15px 35px;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #ea8685;
  }

  .emergency-title span {
    display: inline;
  }

  .emergency-body {
    overflow-y: scroll;
    padding-top: 10px;
  }

  .emergency-body ul li {
    margin-bottom: 8px;
  }

  .emergency-body .date {
    color: #ea8685;
  }

  .emergency-body .list-category-mark {
    color: #fff;
    font-size: 90%;
    text-align: center;
    padding: 3px;
    margin-left: 10px;
  }

  .emergency-body .list-category-em-suido {
    background-color: #115699;
  }

  .emergency-body .list-category-em-gesuido {
    background-color: #ba00ba;
  }

  .emergency-body .title {
    background-image: url("../images/bg-link2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    display: block;
    margin-top: 5px;
  }

  .side-banner .contentBody {
    display: none;
  }

  .side-banner ul {
    text-align: left;
  }

  .side-banner ul li {
    display: inline-block;
    width: 32%;
    margin-bottom: 5px;
  }

  .side-banner ul li img {
    width: 100%;
    max-width: 227px;
  }

  .content-top2 {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 20px;
  }

  .content-top2-inner {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    padding: 0 0px 0 0px;
  }

  .content-top2-inner h2 {
    margin-bottom: 10px;
    background-image: url(../images/bg-topH2-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 20px;
    padding: 0px 0 0px 25px;
  }


  .link-area {
    background-color: #eee;
    padding: 10px;
  }

  .link-area span {
    display: none;
    color: #3578be;
    font-weight: bold;

    margin: 0px 0px 10px 0px;
  }

  .link-area ul {
    text-align: left;
  }

  .link-area ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 1%;
  }

  .link-area ul li img {
    width: 100%;
    max-width: 220px;
  }



  #footer {
    width: 100%;
    bottom: 0;
    background-color: #d5e9fb;
  }

  .footer-inner {
    width: 100%;
    max-width: 1004px;
    padding: 0 2px 0 2px;
  }

  .footer-l {
    padding-top: 10px;
    text-align: center;
  }

  .footer-l-img1 {
    float: none;
    padding-right: 10px;
  }

  .footer-l-img1 img {
    width: 100%;
    max-width: 90px;
  }

  .footer-l-img2 {
    padding-top: 20px;
    float: left;
    display: none;
  }

  .footer-l-img2 img {
    width: 100%;
    max-width: 70px;
  }

  .footer-r {
    margin-top: 15px;
  }

  .footer-r-1-l {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .footer-r-1-r {}

  .footer-r-1-r span {
    padding-right: 8px;
  }

  .footer-r-2 {
    margin: 10px 0 10px 0;
  }

  .footer-r-2 span {
    border: 1px solid #595959;
    background-color: #fff;
    margin-right: 10px;
    display: inline-block;
    font-size: 90%;
    padding: 5px;
  }

  .footer-r-2 span:nth-child(1) {
    width: 190px;
  }

  .footer-r-2 span:nth-child(2) {
    width: 100px;
  }

  .footer-r-2 span a {
    background-image: url("../images/bg-link2.png");
    background-repeat: no-repeat;
    background-position: 5px 48%;
    padding: 4px 0 4px 18px;
    display: inline-block;
    width: 100%;
  }

  .footer-r-2 span a:hover {
    text-decoration: none;
    background-color: #e9e9e9;
    color: #595959;
  }

  .footer-r-3 {
    margin-bottom: 8px;
  }

  .footer-r-3 span {
    margin-right: 8px;
  }

  .footer-r-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-r-4 span {
    margin-right: 15px;
    background-image: url("../images/bg-link3.png");
    background-repeat: no-repeat;
    background-position: left 45%;
    padding-left: 8px;
  }

  .footer-r-5 {
    text-align: center;
    padding-bottom: 10px;
  }

  #pc-footer {
    display: none;
  }

  /* ?X?}?z?R???e???c?y?[?W?֌W?n?܂・
================================================== */

  .scroll table {
    width: 100%;
  }

  .scroll {
    overflow-x: auto;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .contentBody th {
    background-color: #fef6f4;
    font-weight: bold;
  }

  #sitemap_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #search_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #breadCrumb {
    font-size: 80%;
    margin-top: 0;
    margin-bottom: 0;
    margin: 10px 5px;
  }

  #breadCrumb a {
    text-decoration: underline;
  }

  #breadCrumb p {
    margin-left: 0px;
  }

  .scrText {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .print_wrp {
    display: none;
    text-align: right;
    padding-top: 8px;
    margin-bottom: -32px;
  }

  #content-inner {
    width: 100%;
    margin: 0 auto;
  }

  #content-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  #main {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  #main2 {
    clear: both;
    min-height: 1em;
  }

  .contentBody {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    min-height: 1em;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .thumb {
    float: left;
    padding-left: 0px;
  }

  .thumb img {
    width: 100px;
    margin-right: 15px;
  }

  .pageList {
    padding-top: 10px;
    margin: 0px;
  }

  .contentBody .pageList {
    margin-left: 0px;
    padding: 0px;
  }

  .pageList li {
    list-style-type: none;
    color: #3578be;
    margin-bottom: 10px;
    background-image: url("../images/tree.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px 20px;
    padding: 10px 0 10px 40px;
    background-color: #d4e9fc;
  }

  .pageList .title {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 115%;
  }

  .pageList .title a {
    text-decoration: none;
  }

  .pageList .date {
    font-size: 80%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .pageList .description {
    display: block;
    color: #666666;
    font-weight: normal;
    margin-top: 5px;
  }

  .contentBody .pagination {
    text-align: center;
  }

  .contentBody .pagination a {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    /* CSS3???ﾄ */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome?p */
    -moz-border-radius: 100px;
    /* Firefox?p */
    padding: 5px;
  }

  #sidemenu {
    width: 100%;
    margin-top: 0px;
    padding: 20px 5px 20px 5px;
  }

  .sideHeader {
    width: 100%;
    background-color: #00a0ce;
  }

  .sideHeader h2 {
    padding: 12px 0px 12px 0px;
    color: #fff;
    text-align: center;
  }

  .sideBody {
    border: solid 1px #00a0ce;
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 20px;
  }

  .sideBody li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: dotted 1px #00a0ce;
  }

  .sideBody li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    text-align: left;
    text-decoration: none;
    background-image: url("../images/bg-link1.png");
    background-repeat: no-repeat;
    background-position: 15px center;
  }

  .sideBody li a:hover {
    background-color: #fff;
  }

  .sideBody .active {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    text-align: left;
    background-image: url("../images/bg-link1.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #fff;
    font-weight: bold;
  }

  .sideBody li:last-child {
    border-bottom: none;
  }

  .sideBody .current_page {
    background-color: #eeefef;
  }

  .contentBody .pul-li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li li {
    background-image: url("../images/pul-li.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li strong {}

  .contentBody .pul-li02 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li02 li {
    background-image: url("../images/pul-li-02.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li02 strong {}

  /*?R???e???c?y?[?W?֌W?I?墲・
================================================== */

  /*?T?C?g?}?b?v???ﾟ
================================================== */

  .sitemap {
    margin-left: 0px;
  }

  .depth1 li {
    padding-top: 0px;
  }

  .depth2 li {
    padding-top: 0px;
  }
}

/* ?X?}?z?T?C?g?I?墲・
==================================================
==================================================
==================================================
================================================== */

@media (min-width: 768px) and (max-width: 1080px) {
  #globalNavInner {
    font-size: 90%;
  }

  #globalNavInner>div {
    padding-right: 50px;
  }

  #globalNavInner>div:last-child {
    padding-right: 0;
  }

  .emergency {
    padding: 25px 0;
  }

  .emergency-title {
    font-size: 130%;
  }
}

@media (max-width: 510px) {
  #globalNavInner>div {
    width: calc((100% - 15px) / 2 - 0.1px);
    /* width: 100%; */
  }

  #globalNavInner>div>span>a {
    font-size: 1.75vw;
  }
}

@media (max-width: 480px) {
  #globalNavInner {
    padding: 15px 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #globalNavInner>div {
    margin: 0 0 10px 0;
    width: 100%;
  }

  #globalNavInner>div:nth-child(3) {
    margin: 0;
  }

  #globalNavInner>div>span>a {
    font-size: 2.75vw;
    height: 45px !important;
    min-height: 54px;
  }
}

@media (max-width: 370px) {
  #globalNavInner>div>span>a {
    height: 45px !important;
    padding: 7px 5px 7px 25px;
    font-size: 2.999vw;
  }

  #globalNavInner>div>span>a::before {
    top: calc(50% - 5px);
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }

  #globalNavInner>div>span>a::after {
    top: calc(50% - 2px);
    left: 10px;
    width: 3px;
    height: 3px;
  }
}

@media screen and (max-width: 369px) {
  .contact_button {
    display: none;
  }
}

.cap {
  font-weight: bold;
  margin-bottom: 10px;
}

address {
  background-color: #bee5ec;
  font-style: normal;
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
  /* CSS3???ﾄ */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome?p */
  -moz-border-radius: 10px;
  /* Firefox?p */
  margin-bottom: 30px;
}

address span {
  display: block;
}

.department {
  font-size: 180%;
  color: #2c74c3;
  margin: 20px 0px 20px 0px;
  border-left: solid 10px #2c74c3;
  padding-left: 10px;
}

.addr {}

.phone {}

.phone a {
  margin-left: 20px;
  text-decoration: underline;
}

/* Application
================================================== */
.contentBody .application-date {
  margin: 2em 0 0;
}

.contentBody .application-date h2 {
  font-size: 135%;
  background-size: 14px;
  padding: 5px 0 5px 20px;
}

.contentBody .application-date>div {
  padding: 15px;
  border: 1px solid #00a0ce;
  background: #d4e9fc;
}

.contentBody .application-date>div p {
  margin: 0;
}

.contentBody .application-date>div .date {
  text-align: center;
}

.contentBody .application-date>div .date>span {
  display: inline-block;
  margin: 0.75em 4px;
  font-size: 135%;
  font-weight: bold;
}

.contentBody .application-date>div .date>span.start-date {
  margin-left: 0;
}

.contentBody .application-date>div .date>span.end-date {
  margin-right: 0;
}

.contentBody .application-date>div p:last-child {
  text-align: right;
}

.contentBody .remark-list {
  margin: 0.5em 0 2em;
  padding-left: 1.333em;
  list-style: none;
}

.contentBody .remark-list li {
  list-style: none;
  text-indent: -1.333em;
}

.contentBody .form-link {
  width: 100%;
  margin: 1.5em 0 2em;
  text-align: center;
}

.contentBody .form-link .form-link-btn {
  width: calc((100% - 40px) / 3 - 0.1px);
  margin: 0 20px 1em 0;
}

.contentBody .form-link .form-link-btn:nth-child(3n + 3) {
  margin-right: 0;
}

.contentBody .form-link .form-link-btn a {
  display: table;
  width: 100%;
  min-height: 70px;
  background: #3578be;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.contentBody .form-link .form-link-btn a:hover {
  opacity: 0.9;
}

.contentBody .form-link .form-link-btn a span {
  display: table-cell;
  height: 70px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.contentBody .form-link .form-link-btn a span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-bottom: 1px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .contentBody .application-date>div .date>span {
    display: block;
  }

  .contentBody .application-date>div .date>span.start-date {
    margin-right: 0;
    margin-bottom: 0.25em;
  }

  .contentBody .application-date>div .date>span.end-date {
    margin-top: 0.25em;
    margin-left: 0;
  }

  .contentBody .application-date>div .date>span.wave-dash {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .contentBody .form-link .form-link-btn {
    width: 100%;
    margin-right: 0;
  }
}

/* Application Form
================================================== */
.contentBody .group-error-msg {
  margin: 2em 0;
  color: #ce000b;
  font-weight: bold;
}

.contentBody .group-error-msg .error-msg {
  display: block;
  margin: 0.25em 0;
  padding-left: 10px;
  text-indent: -10px;
}

.contentBody .group-error-msg .error-msg::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  background-color: #ce000b;
  vertical-align: middle;
  border-radius: 5px;
}

.contentBody .group-form .required {
  background-color: #ce000b;
  color: #fff;
  padding: 0 3px;
  font-size: 12px;
  border-radius: 2px;
  text-indent: 0;
  vertical-align: top;
}

.contentBody .group-title {
  font-size: 150%;
  color: #2c74c3;
  margin: 40px 0 20px;
  border-left: solid 10px #2c74c3;
  padding-left: 10px;
}

.contentBody .group-form h2 {
  font-size: 120%;
  background-size: 14px;
  margin-bottom: 5px;
  padding: 5px 0 5px 20px;
}

.contentBody .final-check-note {
  text-align: center;
  font-weight: bold;
  margin-top: 3em;
  background: #e8e8e8;
  padding: 5px 10px;
}

.contentBody .tbl-form {
  width: 100%;
}

.contentBody .tbl-form .group-item-header {
  position: relative;
  padding-right: 35px;
}

.contentBody .tbl-form .group-item-header .required {
  position: absolute;
  top: 0;
  right: 0;
}

.contentBody .tbl-form th {
  width: 200px;
  padding: 10px;
  text-align: left;
}

.contentBody .tbl-form td {
  padding: 10px;
}

.contentBody .tbl-form .ui-datepicker td a {
  text-decoration: none;
}

.contentBody .tbl-form td> :last-child,
.contentBody .tbl-form .group-item> :last-child,
.contentBody .tbl-form .group-item2> :last-child,
.contentBody .tbl-form .group-item .sub-group-item> :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.contentBody .tbl-form td .example {
  margin-top: 0.5em;
}

.contentBody .tbl-form td .enquete-form-errors-list {
  margin: 1em 0;
  color: #ce000b;
  font-weight: bold;
}

.contentBody .tbl-form td .enquete-form-errors-list .enquete-form-errors-item {
  position: relative;
  display: block;
  padding-left: 11px;
}

.contentBody .tbl-form td .enquete-form-errors-list .enquete-form-errors-item::before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #ce000b;
  border-radius: 7px;
}

.contentBody .tbl-form td .note {
  font-size: 85%;
}

.contentBody .tbl-form input[type="text"],
.contentBody .tbl-form input[type="tel"],
.contentBody .tbl-form input[type="date"],
.contentBody .tbl-form input[type="email"],
.contentBody .tbl-form textarea,
.contentBody .tbl-form select {
  padding: 3px 5px;
  vertical-align: middle;
}

.contentBody .tbl-form input[type="text"].input_error,
.contentBody .tbl-form input[type="tel"].input_error,
.contentBody .tbl-form input[type="date"].input_error,
.contentBody .tbl-form input[type="email"].input_error,
.contentBody .tbl-form textarea.input_error,
.contentBody .tbl-form select.input_error {
  background: #fbd5d5;
  border: 1px solid #7a7a7a;
}

.contentBody .tbl-form input[type="text"][readonly],
.contentBody .tbl-form input[type="tel"][readonly],
.contentBody .tbl-form input[type="date"][readonly],
.contentBody .tbl-form input[type="email"][readonly],
.contentBody .tbl-form textarea[readonly],
.contentBody .tbl-form select[readonly] {
  background-color: #eee;
  border: 1px solid #7a7a7a;
}

.contentBody .tbl-form input[type="text"][readonly].connect_target_date {
  width: 180px;
  margin-top: 13px;
}

.contentBody .tbl-form input[type="text"],
.contentBody .tbl-form input[type="email"] {
  width: 320px;
}

.contentBody .tbl-form input[type="tel"],
.contentBody .tbl-form input[type="date"] {
  width: 160px;
}

.contentBody .tbl-form textarea {
  width: 100%;
  min-height: 200px;
  resize: vertical;
}

.contentBody .tbl-form input[type="checkbox"]+label,
.contentBody .tbl-form input[type="radio"]+label {
  margin-right: 20px;
}

.contentBody .tbl-form select {
  max-width: 100%;
  margin: 0 2px 0 10px;
}

.contentBody .tbl-form .group-item {
  margin-bottom: 10px;
}

.contentBody .tbl-form .group-item2 {
  margin-bottom: 15px;
}

.contentBody .tbl-form .group-item:last-child .contentBody .tbl-form .group-item2:last-child {
  margin-bottom: 0;
}

.contentBody .tbl-form .group-item .sub-group-item {
  margin: 15px 0 0 30px;
}

.contentBody .tbl-form .group-item2>label,
.contentBody .tbl-form .group-item .sub-group-item>label {
  font-weight: bold;
}

.contentBody .tbl-form select:first-child {
  margin-left: 0;
}

.contentBody .tbl-form input.p-faucet-number {
  width: 150px;
}

.contentBody .tbl-form input.p-postal-code,
.contentBody .tbl-form input.p-postal-code2,
.contentBody .tbl-form input.p-relationship {
  width: 100px;
}

.contentBody .tbl-form span.base-addr,
.contentBody .tbl-form input.p-street-address-2 {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
}

.contentBody .tbl-form span.connect_target_date {
  display: inline-block;
  margin-top: 13px;
  vertical-align: middle;
}

.contentBody .tbl-form input.p-street-address-2 {
  width: 250px;
}

/* btn-form */
.contentBody .btn-form {
  margin: 50px 0;
  text-align: center;
}

.contentBody .btn-form .btn {
  display: inline-block;
  min-width: 200px;
  margin: 0 8px;
  padding: 15px 20px;
  background: #3578be;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}

.contentBody .btn-form .btn:hover {
  opacity: 0.9;
}

.contentBody .btn-form .btn span {
  vertical-align: middle;
}

.contentBody .btn-form .btn span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-bottom: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .contentBody .group-form .pc-only {
    display: none;
  }

  .contentBody .tbl-form .group-item-header {
    padding-right: 0;
  }

  .contentBody .tbl-form .group-item-header .required {
    position: static;
    margin-left: 5px;
  }

  .contentBody .group-title {
    font-size: 130%;
  }

  .contentBody .group-form h2 small {
    font-size: 75%;
  }

  .contentBody .tbl-form th,
  .contentBody .tbl-form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .contentBody .tbl-form td {
    padding-bottom: 20px;
  }

  .contentBody .tbl-form input[type="text"],
  .contentBody .tbl-form input[type="email"] {
    max-width: 75%;
  }

  .contentBody .tbl-form input[type="tel"],
  .contentBody .tbl-form input[type="date"],
  .contentBody .tbl-form input.p-street-address-2,
  .contentBody .tbl-form input.p-furigana {
    max-width: 60%;
  }

  .contentBody .tbl-form input.p-street-address-3 {
    max-width: 65%;
  }

  /* btn-form */
  .contentBody .btn-form {
    margin: 30px 0 20px;
  }

  .contentBody .btn-form .btn {
    max-width: calc(50% - 8px);
    min-width: inherit;
    margin: 0 4px 10px;
    padding: 10px;
    font-size: 1em;
  }

  .contentBody .btn-form .btn.top {
    max-width: inherit;
  }

  .contentBody .btn-form .btn span::before {
    margin-bottom: 1px;
  }
}

/* FAQ
================================================== */
.faq {
  margin-bottom: 60px;
}

/* faq-link-list */
.faq-link-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}

.faq-link-item {
  width: 31%;
  list-style: none;
  background: #d4e8fb;
  margin-right: 3%;
  margin-bottom: 15px;
}

.faq-link-item:nth-child(3n) {
  margin-right: 0;
}

.faq-link-item a {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 25px 5px 10px;
  position: relative;
  display: block;
  transition: opacity 0.3s;
}

.faq-link-item a::after {
  position: absolute;
  right: 8px;
  top: 54%;
  transform: translateY(-50%);
  content: url(/theme/sn-default/images/faq-arrow.png);
}

.faq-link-item a:visited {
  color: #000;
}

.faq-link-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* title */
.faq h2 {
  color: #3677be;
  font-size: 20px;
  border-bottom: 1px solid #3677be;
  padding: 0 0 10px 20px;
  position: relative;
}

.faq h2::before {
  position: absolute;
  content: "";
  background: url(/theme/sn-default/images/faq-title-icon.png) no-repeat;
  background-size: contain;
  padding-right: 5px;
  top: 0;
  left: 0%;
  height: 20px;
  width: 100%;
}

/* faq-list */
.faq-list {
  padding-top: 60px;
}

.faq-list .faq-list-li {
  margin-top: 15px;
  background: #d4e8fb;
  padding: 10px 15px;
}

.faq-list .faq-item-parts {
  display: flex;
}

.faq-list .faq-item-parts.question {
  cursor: pointer;
  align-items: center;
  position: relative;
}

.faq-list .faq-item-parts.question::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: 5px;
  top: 23%;
  color: #3677be;
  position: absolute;
  transition: all 0.2s;
}

.faq-list .faq-item-parts.question.active::after {
  transform: rotate(90deg);
}

.faq-list .answer {
  padding-top: 10px;
}

.faq-list .answer .faq-item-parts {
  background-color: #fff;
}

.faq-list .faq-icon {
  height: 30px;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 4px;
  text-align: center;
}

.faq-list .faq-icon.q-icon {
  color: #fff;
  background-color: #3677be;
}

.faq-list .faq-icon.a-icon {
  background-color: #ffea7c;
}

.faq-list .faq-item-parts.question .faq-text {
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}

.js-accordion-target {
  display: none;
}

@media (max-width: 767px) {
  .faq-link-item {
    width: 49%;
    margin-right: 2%;
  }

  .faq-link-item:nth-child(3n) {
    margin-right: 2%;
  }

  .faq-link-item:nth-child(2n) {
    margin-right: 0;
  }

  .faq h2 {
    font-size: 18px;
  }

  .faq-list {
    padding-top: 45px;
  }

  .faq-list .faq-icon {
    height: 27px;
    width: 27px;
    font-size: 18px;
  }

  .faq-list .faq-item-parts.question .faq-text {
    font-size: 16px;
  }
}


iframe {
  width: 100% !important;
}




/*お困りの方　リンクボタン
---------------------------------------------------------------*/

.content-topHowToLinks {
  width: 100%;
  padding: 0 0 0 0;
  margin-top: 0px;
  background-color: #eee;
}

.content-topHowToLinksInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}

@media (max-width: 480px) {
  .content-topHowToLinksInner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.content-topHowToLinksInner .linkButn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  text-decoration: none;
  padding: 1.0em;
  border: 1px solid #ab8d3f;
  background-color: #f8e9a8;
}

.content-topHowToLinksInner .linkButn.linkButn__02 {
  border: 1px solid #76885f;
  background-color: #cce2af;
}

.content-topHowToLinksInner .linkButn:hover {
  opacity: 0.7;
}