<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) {
  /*PC*/
}
@media screen and (max-width: 560px ) {
  /*SP*/
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  /*TB*/
}
@media screen and (max-width: 560px ) {
  /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list &gt; * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect &gt; *:nth-child(1) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(2) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(3) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(4) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(5) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(6) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(7) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(8) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(9) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(10) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(11) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(12) {
  -webkit-animation: fadeUp 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}
/*共通------------------------------------------*/
p.btn a, a.btn {
  display: inline-block;
  font-size: 110%;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 1em 3em;
  background: #fff;
  color: #f69e53;
  border: 3px solid #f69e53;
  text-decoration: none;
  position: relative;
}
p.btn a:before, a.btn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
p.btn a:hover, a.btn:hover {
  background: #f69e53;
  color: #fff;
}
p.btn a:hover:before, a.btn:hover:before {
  right: 0.25em;
}

p.btn.long a {
  display: block;
}

.note {
  padding: 1.5em 3%;
  border: 10px solid #fff4da;
}
.note:not(:last-child) {
  margin-bottom: 2em;
}

.lead {
  padding: 1em;
  font-size: 120%;
  text-align: center;
  background: #fff4da;
  line-height: 2;
}
.lead:last-child {
  margin-bottom: 0;
}

/*都市ガス・プロパン選択*/
#gas-choice {
  border: 1px solid #c1c1c1;
  padding: 3em;
  margin-bottom: 3em;
}

#choice-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #choice-menu {
    /*SP*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #choice-menu dt, #choice-menu dd {
    width: 100% !important;
  }
  #choice-menu dt {
    font-size: 100% !important;
  }
  #choice-menu dt:after, #choice-menu dt br {
    display: none;
  }
}
#choice-menu dt {
  width: 30%;
  padding: 2em 1.5em;
  padding-left: 4em;
  line-height: 1.7;
  margin: 0;
  position: relative;
}
#choice-menu dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f46a";
  color: #FF943D;
  font-size: 300%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 10px;
}
#choice-menu dt:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 1em;
}
#choice-menu dd {
  width: 70%;
  font-size: 110%;
}
#choice-menu .select {
  text-align: right;
  width: 100%;
}
#choice-menu .select li {
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  width: 49%;
  text-align: center;
  display: inline-block;
  text-align: center;
  padding: 2em;
  position: relative;
}
#choice-menu .select li:after {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 0;
  content: "";
  top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
#choice-menu .select li.choice:after {
  display: inline-block;
}
#choice-menu .select #choice_city {
  background: #ebf6ff;
}
#choice-menu .select #choice_city.choice {
  color: #fff;
  background: #2579bf;
}
#choice-menu .select #choice_city.choice:after {
  border-bottom-color: #ebf6ff;
}
#choice-menu .select #choice_propane {
  background: #fedfbb;
}
#choice-menu .select #choice_propane.choice {
  color: #fff;
  background: #ff9b31;
}
#choice-menu .select #choice_propane.choice:after {
  border-bottom-color: #fedfbb;
}

.gas-select {
  background: #ffffff;
  padding: 5em 5%;
  position: relative;
}
.gas-select:before {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 1rem;
}
.gas-select.city_cont {
  border: 10px solid #ebf6ff;
}
.gas-select.city_cont:before {
  content: "都市ガスについて";
  background: #ebf6ff;
}
.gas-select.propane_cont {
  border: 10px solid #fedfbb;
}
.gas-select.propane_cont:before {
  content: "プロパンガスについて";
  background: #fedfbb;
}

#bg {
  background: url("../img/page.jpg") no-repeat left top #f7f9fb;
  padding-top: 350px;
  position: relative;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #bg {
    padding-top: 100px;
    padding-left: 0;
    background-size: 100% auto;
  }
}
#bg #page-container {
  position: relative;
}
#bg #page-container #postouter {
  float: right;
  width: 80%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #bg #page-container #postouter {
    /*SP*/
    position: relative;
    width: 100%;
    float: none;
  }
}
#bg #page-container #page_menu {
  width: 19%;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  #bg #page-container #page_menu {
    /*SP*/
    position: relative;
    top: auto;
    width: 95%;
    margin: 3em auto;
  }
}

#postouter {
  word-wrap: break-word;
  position: relative;
}

#page_menu &gt; ul.menu {
  background: #fff;
}

#page_menu {
  font-size: 85%;
  z-index: 50;
}
#page_menu ul li {
  border-bottom: 1px solid #c1c1c1;
}
#page_menu ul li a {
  padding: 10px;
  display: block;
  background: #fff;
  text-decoration: none;
}
#page_menu ul li a:hover {
  background: #e3ecf5;
}
#page_menu ul li.first a {
  padding: 15px 10px;
  font-size: 110%;
  color: #fff;
  background: #0864b2;
  background: -webkit-gradient(linear, left top, right top, from(#0864b2), to(#499ade));
  background: linear-gradient(to right, #0864b2, #499ade);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
#page_menu ul.sub-menu li {
  border-bottom: none;
  border-top: 1px solid #c1c1c1;
}
#page_menu ul.sub-menu li a {
  font-size: 85%;
  padding-left: 1em;
  background: #e9f0f9;
}

.page_link ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background: #e3ecf5;
  padding: 15px;
}
.page_link ul li {
  width: 50%;
  padding: 8px;
}
@media screen and (max-width: 560px ) {
  .page_link ul li {
    width: 100%;
  }
}
.page_link ul li a {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 100%;
  background: #fff;
  padding: 1em;
  padding-right: 2em;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
.page_link ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0864b2;
}
.page_link ul li a:hover:after {
  right: 5px;
}
.page_link ul li.first {
  width: 100%;
}
.page_link ul li.first a {
  font-size: 110%;
  background: #0864b2;
  background: linear-gradient(135deg, #0864b2, #499ade);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  border-radius: 10px 10px 0 0;
}
.page_link ul li.first a, .page_link ul li.first a:after {
  color: #fff;
}
.page_link ul.sub-menu {
  display: none;
}

#ttl_head {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
#ttl_head h1 {
  line-height: 1.8;
  font-size: 200%;
}
#ttl_head .time {
  font-size: 70%;
  color: #737373;
}
#ttl_head .bred {
  font-size: 80%;
  color: #114d85;
  font-weight: bold;
}

.breadcrumb {
  position: absolute;
  top: 0;
  left: 2em;
  font-size: 80%;
  color: #999;
}

#postcont {
  background: #fff;
  padding: 8em 8%;
  position: relative;
  -webkit-filter: drop-shadow(1px 10px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 10px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 10px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 10px 5px rgba(0, 0, 0, 0.1));
}
#postcont p:not([class]) &gt; a, #postcont td:not([class]) &gt; a, #postcont ul:not([class]) li:not([class]) &gt; a, #postcont ol:not([class]) li:not([class]) &gt; a {
  text-decoration: underline;
  color: #FF950B;
}
#postcont p:not([class]) &gt; a:hover, #postcont td:not([class]) &gt; a:hover, #postcont ul:not([class]) li:not([class]) &gt; a:hover, #postcont ol:not([class]) li:not([class]) &gt; a:hover {
  text-decoration: none;
  color: #FFC028;
}
#postcont sub {
  font-size: 80%;
  vertical-align: sub;
}
@media all and (-ms-high-contrast: none) {
  #postcont {
    -webkit-box-shadow: 1px 10px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 10px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 560px ) {
  #postcont {
    margin: 0;
    padding: 5em 5%;
  }
}
#postcont section:not([class]) {
  margin-bottom: 5em;
}

#postouter {
  /*段落見出し*/
  /*リスト*/
  /*table*/
}
#postouter p {
  margin-bottom: 2em;
}
#postouter h2 {
  font-size: 150%;
  padding: 0.75em 1em;
  letter-spacing: 2px;
  background: #F2F7FC;
  background: -webkit-gradient(linear, left top, right top, from(#F2F7FC), to(#E9F0F9));
  background: linear-gradient(to right, #F2F7FC, #E9F0F9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  margin-bottom: 2em;
  border-left: 5px solid #c21500;
  -o-border-image: linear-gradient(0deg, rgb(8, 100, 178) 0%, rgb(73, 154, 222) 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 100, 178)), to(rgb(73, 154, 222)));
     border-image: linear-gradient(0deg, rgb(8, 100, 178) 0%, rgb(73, 154, 222) 100%);
  border-image-slice: 1;
}
#postouter h3 {
  font-size: 120%;
  font-weight: normal;
  padding: 1em 2em;
  letter-spacing: 1px;
  margin-bottom: 2em;
  background: #0864b2;
  background: -webkit-gradient(linear, left top, right top, from(#0864b2), to(#499ade));
  background: linear-gradient(to right, #0864b2, #499ade);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  background: rgb(8, 100, 178);
  background: -webkit-gradient(linear, left top, right top, from(rgb(8, 100, 178)), to(rgb(73, 154, 222)));
  background: linear-gradient(90deg, rgb(8, 100, 178) 0%, rgb(73, 154, 222) 100%);
  color: #fff;
}
#postouter h4 {
  font-size: 120%;
  padding: 0.75em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #c1c1c1;
}
#postouter ul:not([class]) {
  padding-left: 1em;
  margin-bottom: 1em;
}
#postouter ul:not([class]) li {
  position: relative;
  padding: 15px 0;
  padding-left: 1.5rem;
  border-bottom: 1px dotted #c1c1c1;
}
#postouter ul:not([class]) li:before {
  position: absolute;
  top: 15px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f111";
  font-weight: 400;
  color: #ffb70b;
}
#postouter ul.inline-list li {
  display: inline-block;
  padding: 0 1em;
}
#postouter ol:not([class]) {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  background: #f5faff;
  margin-bottom: 1em;
}
#postouter ol:not([class]) &gt; li {
  position: relative;
  line-height: 1.5em;
  padding: 1em 0.5em;
  padding-left: 60px;
}
#postouter ol:not([class]) &gt; li:not(:last-child) {
  border-bottom: 1px dashed #bdc3d3;
}
#postouter ol:not([class]) &gt; li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #5097CF;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 1.5em;
  left: 15px;
}
@media screen and (max-width: 560px ) {
  #postouter ol:not([class]) &gt; li:before {
    /*SP*/
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 10px;
  }
}
#postouter table:not([class]) {
  width: 100%;
  table-layout: fixed;
  background: #0864b2;
  background: linear-gradient(135deg, #0864b2, #499ade);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  margin-bottom: 3em;
}
#postouter table:not([class]) th, #postouter table:not([class]) td {
  padding: 1em 2em;
  border-right: 1px solid #fff;
  border-bottom: 1px dotted #fff;
  vertical-align: middle;
}
#postouter table:not([class]) th {
  font-weight: normal;
  color: #fff;
}
#postouter table:not([class]) td {
  background: #E6EFF3;
  border-right-color: #499ade;
  border-bottom-color: #499ade;
}
#postouter .sc_x {
  width: 100%;
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 560px ) {
  #postouter .sc_x {
    border: 5px solid #eaeaea;
  }
  #postouter .sc_x:before {
    font-size: 85%;
    display: inline-block;
    background: #eaeaea;
    padding: 3px 5px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "SCROLL →";
  }
}
#postouter .sc_x table {
  width: auto;
}
#postouter .sc_x table th, #postouter .sc_x table td {
  min-width: 120px;
}

#postouter h5, .point {
  font-size: 110%;
  font-weight: bold;
  padding: 0.5em 1em;
  padding-left: 2.5em;
  position: relative;
  border: 8px solid #fff0bf;
  background: #fff;
  margin-bottom: 1.5em;
}
#postouter h5:before, .point:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0a4";
  font-weight: normal;
  color: #f69e53;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 1em;
}

/*=============================================================================*/
/*記事リスト===============================================================*/
/*=============================================================================*/
.post_list li {
  margin-bottom: 2em;
}
.post_list li a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 2em;
}
.post_list li a span.list_time {
  font-size: 80%;
  color: #7d7d7d;
  display: block;
}
.post_list li a:before {
  position: absolute;
  top: 0;
  right: 3rem;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #dadada;
}
.post_list li a:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f054";
  font-weight: 600;
  color: #ffb70b;
}
.post_list li a:hover {
  background: #e7ebed;
}

.p_news_list {
  background: #f3f3f3;
  padding: 1em 3%;
}
.p_news_list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.p_news_list dl:not(:last-child) {
  border-bottom: 1px solid #c1c1c1;
}
.p_news_list dl dt, .p_news_list dl dd {
  padding: 10px;
}
.p_news_list dl dt {
  min-width: 8em;
}
.p_news_list dl dd {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p_news_list dl dd a {
  display: block;
  position: relative;
  padding-right: 2em;
}
.p_news_list dl dd a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  color: #0864b2;
  right: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p_news_list dl dd a:hover {
  color: #0864b2;
}
.p_news_list dl dd a:hover:after {
  right: 0;
}

/*ページナビ*/
.wp-pagenavi {
  clear: both;
  padding: 3em 2%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #c1c1c1;
  padding: 3px 5px;
  margin: 2px;
  display: inline-block;
  min-width: 3em;
  text-align: center;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #0949cf !important;
  background: #0949cf;
  color: #ffffff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.flow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 2em;
}
.flow &gt; * {
  padding: 15px;
}
.flow &gt; *:not(:last-child) {
  border-right: 1px solid #dedede;
}
.flow &gt; dl {
  padding: 1em;
}
.flow &gt; dl dt, .flow &gt; dl dd {
  width: 100%;
}
.flow &gt; dl dt {
  text-align: center;
  background: #f0f2f6;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.flow &gt; dl dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 560px ) {
  .flow &gt; dl dt {
    /*SP*/
    height: auto;
    padding-top: 0;
    background: none;
  }
  .flow &gt; dl dt img {
    position: absolute;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.flow &gt; dl dd.step-title {
  font-weight: bold;
  font-size: 110%;
  line-height: 1.7;
  padding: 10px 0;
  border-bottom: 1px dotted #c1c1c1;
  margin-bottom: 10px;
}
.flow.step1 &gt; * {
  width: 100%;
}
.flow.step2 &gt; * {
  width: 50%;
}
.flow.step3 &gt; * {
  width: 33.3333333333%;
}
.flow.step4 &gt; * {
  width: 25%;
}
.flow.step5 &gt; * {
  width: 20%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  .flow {
    /*SP*/
  }
  .flow.step4 &gt; * {
    width: 50%;
  }
  .flow.step5 &gt; * {
    width: 40%;
  }
  .flow.step6 &gt; * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 560px ) {
  .flow {
    /*SP*/
  }
  .flow.step1 &gt; * {
    width: 200%;
  }
  .flow.step2 &gt; * {
    width: 100%;
  }
  .flow.step3 &gt; * {
    width: 66.6666666667%;
  }
  .flow.step4 &gt; * {
    width: 50%;
  }
  .flow.step5 &gt; * {
    width: 40%;
  }
  .flow.step6 &gt; * {
    width: 33.3333333333%;
  }
  .flow.step2 &gt; *, .flow.step3 &gt; * {
    border-right: none;
  }
}

.faq_menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 3em;
}
.faq_menu li {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
}
.faq_menu li a {
  display: block;
  text-align: center;
  padding: 7px;
  background: #fff6da;
  border: 3px solid #fff6da;
  text-decoration: none;
}
.faq_menu li a:hover {
  background: #fff;
  border-color: #FFEDB4;
}

.faq {
  background: #f5f5f5;
  padding: 1em;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq:hover {
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .faq:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.faq dt {
  font-size: 110%;
  position: relative;
  padding: 0 2em;
}
.faq dt:before {
  content: "Q";
  font-weight: bold;
  color: #0864b2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0.5em;
}
.faq dt:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f067";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotateZ(0);
  transform: translateY(-50%) scale(1) rotateZ(0);
  right: 1em;
  color: #4899dd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq dt.view:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1) rotateZ(45deg);
  transform: translateY(-50%) scale(1) rotateZ(45deg);
}
.faq dd {
  border-top: 1px dashed #c1c1c1;
  margin-top: 1em;
  padding: 1em 1em 0;
  padding-left: 2em;
  position: relative;
}
.faq dd:before {
  font-size: 110%;
  content: "A";
  font-weight: bold;
  color: #ffac00;
  position: absolute;
  top: 0.75em;
  left: 0.5em;
}

.ank_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  border-radius: 10px;
  background: #ffa335;
  background: linear-gradient(135deg, #ffa335, #ff9a4d);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  overflow: hidden;
  border: 2px solid #ff9a4d;
  margin: 0 auto;
  margin-bottom: 2em;
  position: relative;
}
.ank_list li {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.ank_list li:not(:last-child) {
  border-right: 1px solid #fff;
}
.ank_list li a {
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1.25em 1em;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  background-size: 200% 210%;
  background-position: left 100%;
  text-decoration: none;
}
.ank_list li a:hover {
  background-position: left 0;
  color: #ff9a4d;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.history {
  width: 100%;
  border-left: 10px solid #fff3ce;
}
.history th, .history td {
  padding: 0.5em 0;
}
.history th {
  width: 5em;
  text-align: left;
  font-weight: normal;
  font-size: 120%;
  padding-left: 1em;
}
.history td {
  border-left: 3px dotted #fff3ce;
  padding-left: 2em;
  position: relative;
  padding-left: 2em;
}
.history td:before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-radius: 100%;
  background: #FFA23F;
  position: absolute;
  top: 1.5em;
  left: -0.3em;
}
.history tr:not(:last-child) td {
  padding-bottom: 2em;
}

#page-sitemap .sitemap-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 2em;
}
#page-sitemap .sitemap-menu dt {
  width: 25%;
  font-size: 120%;
  font-weight: normal;
  padding: 1em 2em;
  letter-spacing: 1px;
  background: #0864b2;
  background: -webkit-gradient(linear, left top, right top, from(#0864b2), to(#499ade));
  background: linear-gradient(to right, #0864b2, #499ade);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  background: rgb(8, 100, 178);
  background: -webkit-gradient(linear, left top, right top, from(rgb(8, 100, 178)), to(rgb(73, 154, 222)));
  background: linear-gradient(90deg, rgb(8, 100, 178) 0%, rgb(73, 154, 222) 100%);
  color: #fff;
}
#page-sitemap .sitemap-menu dd {
  width: 75%;
  background: #f6f6f6;
}
@media screen and (max-width: 560px ) {
  #page-sitemap .sitemap-menu {
    /*SP*/
  }
  #page-sitemap .sitemap-menu dt, #page-sitemap .sitemap-menu dd {
    width: 100%;
  }
  #page-sitemap .sitemap-menu .menu_emergency li {
    width: 50%;
  }
}
#page-sitemap .sitemap-menu .menu li {
  border-bottom: 1px solid #fff;
}
#page-sitemap .sitemap-menu .menu li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
}
#page-sitemap .sitemap-menu .menu li a:hover {
  background: #fff;
}
#page-sitemap .sitemap-menu .menu_emergency {
  padding: 1em;
}</pre></body></html>