@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* $txtLL: 46px;
$txtL: 36px;
$txtLM: 30px;
$txtM: 24px;
$txtMS: 20px;
$txtS: 18px;
$txtSS: 14px; */
.headcon {
  display: none; }

.container {
  width: 840px;
  margin: 0 auto; }
  .container p {
    text-align: justify; }

/*     flexSetting */
.flex2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex2col li {
    width: calc(100%/2.1); }
    .flex2col li img {
      width: 100%; }

.flex3col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex3col li {
    position: relative;
    width: calc(100%/3.2); }
    .flex3col li img {
      width: 100%; }

.flex2colsp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex2colsp li {
    width: calc(100%/2.2);
    text-align: center;
    margin-bottom: 30px; }
    .flex2colsp li img {
      width: 100%;
      margin-bottom: 15px; }
    .flex2colsp li p {
      text-align: center; }

.txtSmall {
  font-size: 16px !important; }

.txtSmall {
  font-size: 14px !important; }

.txtMiddle {
  font-size: 20px !important; }

.txtLMiddle {
  font-size: 24px !important; }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  .container {
    width: 95%; }

  .container p {
    margin-top: 0;
  }

  .headcon {
    width: 100%;
    min-width: 100%;
    height: 13vw;
    line-height: 1;
    position: fixed;
    z-index: 15;
    display: block !important;
    top: 0;
    text-align: left;
    background: #FFFFFF; }
    .headcon #menuBtn {
      width: 90%; }
      .headcon #menuBtn span {
        width: 10vw;
        height: 10vw;
        background: url("../common/images/sp_menubtn.png") no-repeat;
        background-size: 10vw auto;
        position: absolute;
        top: 10px;
        right: 10px;
        display: block; }
    .headcon img.logo {
      width: 45%;
      margin: 20px 5% 0 5%; }

  /*     flexSetting */
  .flex2col {
    display: block; }
    .flex2col li {
      width: 100%;
      margin-bottom: 20px; }
      .flex2col li img {
        width: 100%; }

  .flex3col {
    display: block; }
    .flex3col li {
      width: 100%;
      margin-bottom: 20px; }
      .flex3col li img {
        width: 100%; }

  .txtSmall {
    font-size: 14px !important; }

  .txtSSmall {
    font-size: 12px !important; }

  .txtMiddle {
    font-size: 18px !important; }

  .txtLMiddle {
    font-size: 20px !important; } }
/* total parts */
.txtindent {
  text-indent: 1em; }

/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga'; }

.txtRed {
  color: red !important; }

.txtWhite {
  color: white !important; }

.txtmGreen {
  color: #212181 !important; }

.txtBold {
  font-weight: bold !important; }

.bgmGreen {
  background: #212181; }

header {
  background: #fff;
  height: 66px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999; }

.container-fuild {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.container-inner {
    padding-left: 40px;
    padding-right: 40px;
}
@media only screen and (max-width:767px){
  .container-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header .navbar {
    height: 66px;
    justify-content: space-between;
    padding: 0 !important;
    transition: opacity .6s;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
    padding: var(--mp-navbar-padding-y) var(--mp-navbar-padding-x);
    position: relative;
}


.header .navbar-brand {
    margin: 0 !important;
    max-width: 300px;
}
@media only screen and (max-width:767px){
  .header .navbar-brand {
    flex: 0 0 calc(100% - 93px);
    max-width: calc(100% - 93px);
  }
}

.header__logo, .header__logo .mp-plainText {
    align-items: center;
    display: flex;
}

.header__logo .mp-logo {
    padding: 16px 0;
}

.header .mp-logo {
    display: block;
    width: 71px;
}
@media only screen and (max-width:767px){
  .header .mp-logo {
    width: 75px;
  }
}

header img {
    width: 250px;
    vertical-align: middle;
    max-width: 100%;
}
.header__logo .mp-textLink_anchor {
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
    padding-left: 30px;
    text-align: left;
}
@media only screen and (max-width:767px){
  .header__logo .mp-textLink_anchor {
        display: block;
        font-size: 12px;
        line-height: 140%;
        max-width: calc(100% - 75px);
        overflow: hidden;
        padding-left: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.mp-textLink_anchor:hover {
    opacity: .6;
}
.mp-textLink_anchor {
    color: #242424;
    transition: opacity .3s ease-in-out;
    border: 0;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    letter-spacing: .02em;
}
@media only screen and (max-width:767px){
  .mp-textLink_anchor {
    font-family: Hiragino Kaku Gothic Pro, Hiragino Sans, sans-serif;
  }
}

h1 {
  background: #212181;
  color: #FFF;
  font-size: 38px;
  font-weight: bold;
  padding: 10px 50px;
  position: relative; }

.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 10; }

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #212181;
  margin: 0 0 30px; }

h3 {
  background: #9DC7E3;
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1.2px;
  line-height: 1.3;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box; }

ul.btnarea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.btnarea li {
    width: calc(100%/3.1);
    display: flex;
    align-items: center; }
    ul.btnarea li .btnarea-box {
      display: block;
      position: relative;
      box-sizing: border-box;
      border: #212181 5px solid;
      width: 100%;
      height: 100%;
      padding: 10% 5% 15% 5%;
      text-decoration: none;
      transition: all 0.5s; }
      ul.btnarea li .btnarea-box h4 {
        display: inline-block;
        text-align: left;
        position: relative;
        color: #212181;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        margin: 95px 0 0 0; }
        ul.btnarea li .btnarea-box h4 + p {
          text-decoration: none;
          display: inline-block;
          text-align: left;
          color: #333;
          font-size: 16px;
          line-height: 1.3;
          letter-spacing: -0.03rem; }
        ul.btnarea li .btnarea-box h4.blt-elec01::before {
          background: url("../images/icn-elec01.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-elec02::before {
          background: url("../images/icn-elec02.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-elec03::before {
          background: url("../images/icn-elec03.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-elec04::before {
          background: url("../images/icn-elec04.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-elec05::before {
          background: url("../images/icn-elec05.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-water01::before {
          background: url("../images/icn-water01.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-water02::before {
          background: url("../images/icn-water02.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-water03::before {
          background: url("../images/icn-water03.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-gas01::before {
          background: url("../images/icn-gas01.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-misc01::before {
          background: url("../images/icn-misc01.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-misc02::before {
          background: url("../images/icn-misc02.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
        ul.btnarea li .btnarea-box h4.blt-misc03::before {
          background: url("../images/icn-misc03.png") no-repeat;
          position: absolute;
          content: "";
          background-size: contain;
          width: 90px;
          height: 90px;
          left: 50%;
          top: -100px;
          transform: translateX(-50%); }
      ul.btnarea li .btnarea-box div {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 50px 50px;
        border-color: transparent transparent #212181 transparent; }
        ul.btnarea li .btnarea-box div span {
          font-size: 45px;
          color: #FFFFFF;
          position: absolute;
          right: -10px;
          top: 15px; }

a.btn-cs {
  display: inline-block;
  width: 40%;
  padding: 20px 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background: #212181;
  line-height: 1.3;
  position: relative;
  transition: all 0.5s; }
  a.btn-cs:hover {
    opacity: 0.7; }
  a.btn-cs span {
    position: absolute;
    font-size: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

footer#footer .title {
  display: inline-block; }
  footer#footer .title p {
    font-size: 24px;
    position: relative;
    margin-left: 30px; }
    footer#footer .title p:before {
      position: absolute;
      content: "";
      background: url("../common/images/ico_fukidasi-hatena.svg") no-repeat;
      width: 50px;
      height: 50px;
      left: -60px;
      top: -2px; }
footer#footer ul.footflex {
  max-width: 840px;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  footer#footer ul.footflex li {
    border: #212181 2px solid;
    padding: 10px 3%;
    background: #FFF;
    width: 42%; }
    footer#footer ul.footflex li p {
      font-size: 18px;
      margin-bottom: 10px;
      line-height: 1.3;
      color: #333; }
    footer#footer ul.footflex li a.btn-cs {
      width: 100%; }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {

  h1 {
    font-size: 22px;
    padding: 10px;
    margin-bottom: 20px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 15px;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px; }
    h3 span {
      display: block;
      width: 90%;
      text-align: left; }

  ul.btnarea li.half a {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: #212181 5px solid;
    width: 100%;
    height: 90%;
    text-decoration: none;
    transition: all 0.5s;
    padding: 10% 4% 20% 4%; }
    ul.btnarea li.half a h4 {
      display: block;
      font-size: 16px;
      line-height: 1.3;
      margin: 70px 0 0 0;
      text-align: center; }
      ul.btnarea li.half a h4.blt-elec01::before {
        background: url("../images/icn-elec01.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-elec02::before {
        background: url("../images/icn-elec02.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-elec03::before {
        background: url("../images/icn-elec03.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-elec04::before {
        background: url("../images/icn-elec04.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-elec05::before {
        background: url("../images/icn-elec05.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-water01::before {
        background: url("../images/icn-water01.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-water02::before {
        background: url("../images/icn-water02.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-water03::before {
        background: url("../images/icn-water03.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-gas01::before {
        background: url("../images/icn-gas01.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-misc01::before {
        background: url("../images/icn-misc01.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-misc02::before {
        background: url("../images/icn-misc02.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4.blt-misc03::before {
        background: url("../images/icn-misc03.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: 50%;
        top: -70px;
        transform: translateX(-50%); }
      ul.btnarea li.half a h4 + p {
        font-size: 14px;
        line-height: 1.3;
        display: block;
        text-align: center; }
    ul.btnarea li.half a:hover {
      background: #9DC7E3; }
  ul.btnarea li.wide a {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: #212181 5px solid;
    width: 100%;
    height: 90%;
    text-decoration: none;
    transition: all 0.5s;
    padding: 8% 4% 10% 4%; }
    ul.btnarea li.wide a h4 {
      display: block;
      text-align: left;
      font-size: 22px;
      line-height: 1.3;
      margin: 0 0 0 75px; }
      ul.btnarea li.wide a h4.blt-elec01:before {
        background: url("../images/icn-elec01.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: -40px;
        top: -10px; }
      ul.btnarea li.wide a h4.blt-water01:before {
        background: url("../images/icn-water01.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: -40px;
        top: -10px; }
      ul.btnarea li.wide a h4.blt-gas01:before {
        background: url("../images/icn-gas01.png") no-repeat;
        position: absolute;
        content: "";
        background-size: contain;
        width: 60px;
        height: 60px;
        left: -40px;
        top: -10px; }
      ul.btnarea li.wide a h4 + p {
        font-size: 14px;
        display: block;
        text-align: left;
        line-height: 1.3;
        margin: 0 0 0 75px; }
  ul.btnarea li .btnarea-box div {
    border-width: 0 0 35px 35px; }
    ul.btnarea li .btnarea-box div span {
      font-size: 30px;
      right: -8px;
      top: 10px; }
  ul.btnarea li.wide {
    width: 100% !important; }
  ul.btnarea li.half {
    width: 48% !important; }
  ul.btnarea li .btnarea-box h4 {
    font-size: 17px;
  }

  a.btn-cs {
    width: 100%;
    font-size: 18px; }

  footer#footer .title p {
    font-size: 18px;
    position: relative;
    margin-left: 30px; }
    footer#footer .title p:before {
      position: absolute;
      content: "";
      background: url("../common/images/ico_fukidasi-hatena.svg") no-repeat;
      width: 50px;
      height: 50px;
      left: -60px;
      top: -8px; }
  footer#footer ul.footflex {
    width: 100%;
    margin: 0 auto;
    display: block; }
    footer#footer ul.footflex li {
      width: 80%;
      margin: 0 auto 20px auto; }
      footer#footer ul.footflex li p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.3; }
      footer#footer ul.footflex li a.btn-cs {
        width: 100%; } }

/*202512追加*/

a.top-link-title-anchor {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: underline;
}

a.top-link-title-anchor img {
  width: 20px;
  height: 20%;
  vertical-align: middle;
  margin: 5px 0 0 5px;
}

a.top-link-title-anchor img.top-link-title-icon {
  width: 30px;
  height: auto;
  margin: 0 10px 0 0;
}
@media only screen and (max-width:767px){
  a.top-link-title-anchor img.top-link-title-icon {
    width: 20px;
    margin: 0 6px 0 0;
  }
}

h3 span img.top-link-title-icon {
  width: 30px;
  height: auto;
  margin: 0 6px 0 0;
}
@media only screen and (max-width:767px){
  h3 span img.top-link-title-icon {
    width: 20px;
  }
}

a.top-link-title-anchor:hover {
  text-decoration: unset;
}

.top-link-list {
  text-align: left;
  margin: 50px auto;
}
@media only screen and (max-width:767px){
  .top-link-list {
    margin: 20px auto 50px;
  }
}

.top-link-list-box {
  margin-bottom: 30px;
  margin-left: 20px;
}
@media only screen and (max-width:767px){
  .top-link-list-box {
    margin-bottom: 20px;
  }
}

.top-link-list-title {
  color: #212181;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px){
  .top-link-list-title {
    font-size: 18px;
  }
}

.top-link-list-title .top-link-list-anchor {
  color: #212181;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width:767px){
  .top-link-list-title .top-link-list-anchor {
    font-size: 18px;
  }
}

.top-link-list-title img {
  width: 20px;
  vertical-align: middle;
}

.top-link-list-anchor {
  font-size: 18px;
  display: block;
  width: fit-content;
}
@media only screen and (max-width:767px){
  .top-link-list-anchor {
    font-size: 15px;
  }
}

.top-link-list-anchor img {
  width: 16px;
  vertical-align: middle;
}

@media only screen and (max-width:391px){
  h3 {
    font-size: 14px;
  }
}
