@charset "UTF-8";
/*$xl: 1200px; // extra large
$lg: 1024px; // large
$l: 860px;
$sm: 576px; // small */
.l-nav * {
  box-sizing: border-box; }
.l-nav-footer {
  margin-bottom: 24px;
  margin: 0 auto; }
  .l-nav-footer * {
    box-sizing: border-box; }
  .l-nav-footer-primary, .l-nav-footer-secondary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .l-nav-footer-primary li, .l-nav-footer-secondary li {
      margin-right: 20px;
      margin-bottom: 8px; }
      .l-nav-footer-primary li:last-child, .l-nav-footer-secondary li:last-child {
        margin-right: 0; }
      .l-nav-footer-primary li a, .l-nav-footer-secondary li a {
        font-size: 14px;
        padding: .5em 0;
        display: inline-block;
        transition: opacity .2s; }
        .l-nav-footer-primary li a:hover, .l-nav-footer-secondary li a:hover {
          opacity: .6; }
  .l-nav-footer-primary {
    max-width: 920px; }
  .l-nav-footer-sns-x, .l-nav-footer-sns-fb, .l-nav-footer-sns-ig, .l-nav-footer-sns-yt {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    color: #fff !important;
    padding-bottom: 2px !important;
    padding: 0 !important; }
    .l-nav-footer-sns-x:hover, .l-nav-footer-sns-fb:hover, .l-nav-footer-sns-ig:hover, .l-nav-footer-sns-yt:hover {
      color: #fff; }
  .l-nav-footer-sns-x {
    background: #fff;
    color: #000 !important;
    margin-right: 12px; }
  .l-nav-footer-sns-fb {
    background: #3b5998; }
  .l-nav-footer-sns-ig {
    background: #CF2E92;
    margin-right: 12px; }
  .l-nav-footer-sns-yt {
    background: #DA1725;
    margin-right: 12px; }
  .l-nav-footer-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px 0; }
    .l-nav-footer-cat li {
      padding: 0 2em; }
      .l-nav-footer-cat li + li {
        border-left: 1px solid #ccc; }
      .l-nav-footer-cat li a {
        font-size: 15px;
        font-weight: 500; }
        .l-nav-footer-cat li a i {
          font-size: 20px;
          font-weight: 400;
          margin-right: .4em; }
          .l-nav-footer-cat li a i.icon-home {
            color: #727272; }
          .l-nav-footer-cat li a i.icon-gas {
            color: #22D85F; }
          .l-nav-footer-cat li a i.icon-eco-cute {
            color: #39C3FF; }
          .l-nav-footer-cat li a i.icon-dry {
            color: #FFB700; }
.l-nav-base {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 48px;
  padding-bottom: 32px;
  background: #F2F2F2; }
  @media screen and (max-width: 767px) {
    .l-nav-base {
      padding-top: 24px; } }
  @media screen and (max-width: 767px) {
    .l-nav-base {
      padding-bottom: 16px; } }
  .l-nav-base * {
    box-sizing: border-box; }
  .l-nav-base-list-area {
    width: 988px;
    margin: 0 auto;
    display: flex; }
  .l-nav-base-item {
    width: 494px;
    margin-bottom: 8px;
    padding-left: 50px; }
    .l-nav-base-item a {
      transition: opacity .2s; }
      .l-nav-base-item a:hover {
        opacity: .6; }
  .l-nav-base-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .l-nav-base-img {
    width: 104px;
    border: 1px solid #707070; }
  .l-nav-base-body {
    width: calc(100% - 104px);
    padding-left: 24px; }
  .l-nav-base-ttl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: .1em; }
  .l-nav-base .c-txt-sm {
    line-height: 1.5; }

.l-footer,
footer {
  line-height: 1.6; }
  .l-footer *,
  footer * {
    box-sizing: border-box; }
  .l-footer::before, .l-footer::after,
  footer::before,
  footer::after {
    display: none !important; }
  .l-footer-inr,
  footer-inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 32px 0; }
  .l-footer-secure,
  footer-secure {
    margin-bottom: 50px; }
  .l-footer-copyright,
  footer-copyright {
    display: block;
    background: #333;
    text-align: center;
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0;
    color: #999; }
    .l-footer-copyright a,
    footer-copyright a {
      color: #999; }
  .l-footer-float,
  footer-float {
    line-height: 1.6;
    position: fixed;
    bottom: -62px;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    height: 62px;
    z-index: 9000;
    transition: bottom .4s;
    outline: 3px solid #fff; }
    .l-footer-float.is-active,
    footer-float.is-active {
      bottom: 0; }
    .l-footer-float *,
    footer-float * {
      box-sizing: border-box; }
    .l-footer-float-txt,
    footer-float-txt {
      color: #E60012;
      line-height: 1.3;
      font-size: 16px;
      font-weight: 700; }
    .l-footer-float-inr,
    footer-float-inr {
      width: 900px;
      margin: 0 auto;
      padding: 0 16px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .l-footer-float .c-btn-form-s,
    footer-float .c-btn-form-s {
      width: 320px;
      padding: 0 16px 0; }
      .l-footer-float .c-btn-form-s a,
      footer-float .c-btn-form-s a {
        width: 100%;
        height: 46px;
        font-size: 18px;
        text-align: center;
        padding: 4px 0 0 32px !important; }
      .l-footer-float .c-btn-form-s-ac,
      footer-float .c-btn-form-s-ac {
        font-size: 12px; }
    .l-footer-float-lang,
    footer-float-lang {
      padding-top: 0;
      padding-bottom: 8px; }
      .l-footer-float-lang-ttl,
      footer-float-lang-ttl {
        background: #333;
        padding: 8px 12px 12px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 16px; }
    .l-footer-float .c-btn-form-cs,
    footer-float .c-btn-form-cs {
      padding: 0 16px 12px; }
      .l-footer-float .c-btn-form-cs a,
      footer-float .c-btn-form-cs a {
        display: block;
        font-size: 18px;
        padding: 14px 10px 14px 0; }
    .l-footer-float-btn-wrap,
    footer-float-btn-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding-right: 32px;
      padding: 8px 0;
      position: relative; }
    .l-footer-float .c-btn-tel-s,
    footer-float .c-btn-tel-s {
      width: 256px; }
      .l-footer-float .c-btn-tel-s-num,
      footer-float .c-btn-tel-s-num {
        line-height: 1 !important; }
    .l-footer-float .c-btn-form-consul-flt,
    .l-footer-float .c-btn-form-sim-flt,
    footer-float .c-btn-form-consul-flt,
    footer-float .c-btn-form-sim-flt {
      width: 48%; }
      .l-footer-float .c-btn-form-consul-flt a,
      .l-footer-float .c-btn-form-sim-flt a,
      footer-float .c-btn-form-consul-flt a,
      footer-float .c-btn-form-sim-flt a {
        width: 100%;
        font-size: 12px;
        height: 46px;
        margin: 0;
        padding: 1em 0 0; }
        .l-footer-float .c-btn-form-consul-flt a span,
        .l-footer-float .c-btn-form-sim-flt a span,
        footer-float .c-btn-form-consul-flt a span,
        footer-float .c-btn-form-sim-flt a span {
          font-size: 16px; }
        .l-footer-float .c-btn-form-consul-flt a::before,
        .l-footer-float .c-btn-form-sim-flt a::before,
        footer-float .c-btn-form-consul-flt a::before,
        footer-float .c-btn-form-sim-flt a::before {
          position: absolute;
          top: 50%;
          left: 16px;
          transform: translateY(-50%); }
        .l-footer-float .c-btn-form-consul-flt a::after,
        .l-footer-float .c-btn-form-sim-flt a::after,
        footer-float .c-btn-form-consul-flt a::after,
        footer-float .c-btn-form-sim-flt a::after {
          content: "\e914";
          position: absolute;
          font-size: 16px;
          font-family: 'icomoon';
          font-weight: normal;
          color: #fff;
          top: 50%;
          right: 16px;
          transform: translateY(-50%); }
    .l-footer-float .c-btn-form-consul-flt a::before,
    footer-float .c-btn-form-consul-flt a::before {
      content: "";
      width: 20px;
      height: 20px;
      background: url(/assets/img/common/icon_soudan.png) no-repeat center;
      background-size: contain; }
    .l-footer-float .c-btn-form-sim-flt a::before,
    footer-float .c-btn-form-sim-flt a::before {
      content: "\e924";
      font-size: 20px;
      font-family: 'icomoon';
      font-weight: normal;
      color: #fff; }
    .l-footer-float-chat,
    footer-float-chat {
      right: 16px;
      bottom: 16px;
      position: fixed;
      z-index: 9000;
      transition: bottom .4s; }
      .l-footer-float-chat.is-active,
      footer-float-chat.is-active {
        bottom: 72px; }
  .l-footer-bnr,
  footer-bnr {
    width: 208px; }
    .l-footer-bnr a,
    footer-bnr a {
      transition: opacity .2s; }
      .l-footer-bnr a:hover,
      footer-bnr a:hover {
        opacity: .6; }
  .l-footer-other,
  footer-other {
    text-align: center;
    padding: 20px 0 40px; }
    .l-footer-other-list,
    footer-other-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .l-footer-other-list li,
      footer-other-list li {
        max-width: 250px;
        text-align: center;
        padding: 0 16px; }
  .l-footer-sns,
  footer-sns {
    padding-top: 40px;
    background: #333; }
    .l-footer-sns-list,
    footer-sns-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
  .l-footer-chat,
  footer-chat {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    .l-footer-chat img,
    footer-chat img {
      width: 125px;
      height: auto;
      cursor: pointer; }

#CopyRight {
  display: block;
  background: #333 !important;
  color: #999;
  text-align: center;
  height: 72px;
  line-height: 72px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 !important;
  padding-top: 0 !important; }

@-webkit-keyframes chat_btn_ani {
  from {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  to {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  48% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  44% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
    opacity: 1.0; }
  40% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  52% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(8deg) skew(0deg, 0deg);
    opacity: 1.0; }
  56% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1; }
  59% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
    opacity: 1.0; }
  62% {
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1; } }
@keyframes chat_btn_ani {
  from {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  to {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  48% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  44% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
    opacity: 1.0; }
  40% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1.0; }
  52% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(8deg) skew(0deg, 0deg);
    opacity: 1.0; }
  56% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1; }
  59% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(-5deg) skew(0deg, 0deg);
    opacity: 1.0; }
  62% {
    animation-timing-function: linear;
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1; } }
.chat_btn_ani {
  -webkit-animation-name: chat_btn_ani;
  animation-name: chat_btn_ani;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.l-page * {
  box-sizing: border-box; }
.l-page p,
.l-page ul,
.l-page ol {
  line-height: 1.6; }
.l-page-ttl {
  font-size: 46px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 24px; }
  .l-page-ttl-muted {
    display: block;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 16px; }
    .l-page-ttl-muted-block {
      background: #333;
      color: #fff;
      font-size: 34px;
      font-weight: 700;
      display: inline-block;
      padding: 0 16px .1em; }
  .l-page-ttl-area {
    background: url("/gas/assets/img/common/bg_dots_01.png") no-repeat top center;
    background-size: auto;
    padding: 88px 0 24px;
    min-height: 310px; }
    .l-page-ttl-area * {
      box-sizing: border-box; }
    .l-page-ttl-area-cat {
      background: url("/gas/assets/img/common/bg_dots_01.png") no-repeat top center;
      background-size: auto;
      padding: 64px 0 24px;
      min-height: 310px; }
      .l-page-ttl-area-cat * {
        box-sizing: border-box; }
    .l-page-ttl-area-secondary {
      background: url("/gas/assets/img/common/bg_dots_01.png") no-repeat top center;
      background-size: auto;
      padding: 88px 0 24px;
      min-height: 310px; }
      .l-page-ttl-area-secondary * {
        box-sizing: border-box; }
    .l-page-ttl-area-nobg {
      padding: 64px 0 24px;
      margin-bottom: 24px; }
      .l-page-ttl-area-nobg * {
        box-sizing: border-box; }
  .l-page-ttl-sm {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 24px; }
.l-page-lead {
  width: 850px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em; }

.l-cta * {
  box-sizing: border-box; }
.l-cta-lead {
  font-size: 18px;
  font-weight: 700;
  color: #E60012;
  text-align: center;
  padding: 90px 0 90px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .l-cta-lead-ac {
    font-size: 30px; }
  .l-cta-lead-ac2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 4px; }
.l-cta-inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 0 16px 0;
  position: relative; }
  .l-cta-inr::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: -100px;
    background: #E60012;
    transform: skewY(-7deg);
    transform-origin: center;
    z-index: 1;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto;
    max-width: initial; }
  .l-cta-inr * {
    position: relative;
    z-index: 2; }
  .l-cta-inr .c-ttl-lg {
    font-size: 55px;
    padding-top: .3em; }
.l-cta-inr_sm {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 0 16px 0;
  position: relative; }
  .l-cta-inr_sm::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 100px;
    background: #E60012;
    transform: skewY(-7deg);
    transform-origin: center;
    z-index: 1;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto;
    max-width: initial; }
  .l-cta-inr_sm::after {
    content: "";
    position: absolute;
    top: -25px;
    background: url("../../../../assets/img/common/circle_pc.png") no-repeat center top;
    width: 1079px;
    height: 562px;
    z-index: 1; }
  .l-cta-inr_sm * {
    position: relative;
    z-index: 2; }
  .l-cta-inr_sm .c-ttl-lg {
    font-size: 55px;
    padding-top: .3em; }
.l-cta-inr_sm2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto -130px;
  color: #fff;
  padding: 0 16px 0;
  position: relative; }
  .l-cta-inr_sm2::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 100px;
    background: #E60012;
    transform: skewY(-7deg);
    transform-origin: center;
    z-index: 1;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    max-width: auto;
    max-width: initial; }
  .l-cta-inr_sm2::after {
    content: "";
    position: absolute;
    top: -25px;
    background: url("../../../../assets/img/common/circle_pc.png") no-repeat center top;
    width: 1079px;
    height: 562px;
    z-index: 1; }
  .l-cta-inr_sm2 * {
    position: relative;
    z-index: 2; }
  .l-cta-inr_sm2 .c-ttl-lg {
    font-size: 55px;
    padding-top: .3em; }
.l-cta-ttl {
  font-size: 58px;
  padding-top: 0.8em;
  line-height: 1.2 !important;
  text-align: center;
  font-weight: bold; }
  .l-cta-ttl-txt1 {
    font-size: 46px; }
  .l-cta-ttl-txt2 {
    font-size: 34px; }
.l-cta-ttl_yl {
  font-size: 58px;
  padding-top: 0.2em;
  line-height: 1.2 !important;
  text-align: center;
  font-weight: bold;
  color: #fde802;
  text-shadow: 4px 4px 0px rgba(157, 4, 4, 0.8); }
  .l-cta-ttl_yl-txt1 {
    font-size: 46px; }
  .l-cta-ttl_yl-txt2 {
    font-size: 34px; }
.l-cta-boxline {
  position: absolute;
  display: inline-block;
  padding: 4px 6px;
  font-weight: normal;
  line-height: 1.2 !important;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 15px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #ffffff; }
.l-cta-web {
  width: 850px;
  padding-bottom: 45px;
  margin: auto;
  margin-top: 20px;
  border: 4px solid #fde802;
  border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px; }
  .l-cta-web-ttl_web {
    height: 58px;
    background: #fde802;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 3px 0 0 35px;
    color: #000; }
    .l-cta-web-ttl_web-ttl1 {
      font-size: 30px;
      font-weight: bold;
      position: relative;
      padding-left: 45px;
      padding-top: 4px; }
      .l-cta-web-ttl_web-ttl1 span {
        font-size: 20px; }
      .l-cta-web-ttl_web-ttl1:before {
        content: "";
        position: absolute;
        width: 39px;
        height: 39px;
        top: 6px;
        left: 1px;
        background: url("/assets/img/common/icon_web.png") no-repeat top center; }
      .l-cta-web-ttl_web-ttl1:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 40px;
        background: #000;
        top: 5px;
        right: -15px; }
    .l-cta-web-ttl_web-ttl2 {
      font-size: 24px;
      font-weight: bold;
      color: #000;
      padding: 0 0 0 33px;
      margin-top: -10px; }
      .l-cta-web-ttl_web-ttl2-txt1 {
        font-size: 40px;
        color: #c60019; }
      .l-cta-web-ttl_web-ttl2-txt2 {
        font-size: 24px;
        color: #c60019; }
  .l-cta-web-txt_sim {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 7px; }
    .l-cta-web-txt_sim-txt1 {
      color: #fde802; }
    .l-cta-web-txt_sim-txt2 {
      color: #fde802;
      font-size: 42px; }
    .l-cta-web-txt_sim-txt_yl {
      color: #fde802; }
    .l-cta-web-txt_sim:before {
      content: "";
      position: absolute;
      top: 52px;
      left: 133px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(60deg); }
    .l-cta-web-txt_sim:after {
      content: "";
      position: absolute;
      top: 52px;
      right: 143px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(-60deg); }
  .l-cta-web-txt_sim2 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 7px; }
    .l-cta-web-txt_sim2-txt1 {
      font-size: 30px; }
    .l-cta-web-txt_sim2-txt2 {
      color: #fde802;
      font-size: 38px; }
    .l-cta-web-txt_sim2-txt_yl {
      color: #fde802; }
    .l-cta-web-txt_sim2:before {
      content: "";
      position: absolute;
      top: 46px;
      left: 228px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(60deg); }
    .l-cta-web-txt_sim2:after {
      content: "";
      position: absolute;
      top: 46px;
      right: 242px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(-60deg); }
  .l-cta-web-txt_off {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 7px;
    position: relative;
    text-shadow: 3px 3px 0px rgba(157, 4, 4, 0.8); }
    .l-cta-web-txt_off:before {
      content: "";
      position: absolute;
      top: 42px;
      left: 305px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(60deg); }
    .l-cta-web-txt_off:after {
      content: "";
      position: absolute;
      top: 42px;
      right: 305px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(-60deg); }
  .l-cta-web-txt_off2 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 7px;
    position: relative;
    text-shadow: 3px 3px 0px rgba(157, 4, 4, 0.8); }
    .l-cta-web-txt_off2-txt1 {
      color: #fde802; }
    .l-cta-web-txt_off2-txt2 {
      color: #fde802;
      font-size: 34px; }
    .l-cta-web-txt_off2:before {
      content: "";
      position: absolute;
      top: 42px;
      left: 305px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(60deg); }
    .l-cta-web-txt_off2:after {
      content: "";
      position: absolute;
      top: 42px;
      right: 305px;
      display: table;
      width: 40px;
      height: 1.5px;
      background: #fff;
      transform: rotate(-60deg); }
  .l-cta-web-note {
    text-align: center;
    padding-top: 10px; }
.l-cta-tel {
  width: 850px;
  height: 70px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 40px auto 40px;
  padding-top: 7px; }
  .l-cta-tel-ttl_tel {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; }
    .l-cta-tel-ttl_tel-ttl1 {
      font-size: 26px;
      font-weight: bold;
      position: relative;
      padding-left: 45px;
      padding-top: 4px; }
      .l-cta-tel-ttl_tel-ttl1 span {
        font-size: 20px; }
      .l-cta-tel-ttl_tel-ttl1:before {
        content: "";
        position: absolute;
        width: 39px;
        height: 39px;
        top: 6px;
        left: 1px;
        background: url("/assets/img/common/icon_tel.png") no-repeat top center; }
      .l-cta-tel-ttl_tel-ttl1:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 40px;
        background: #ffffff;
        top: 8px;
        left: 180px; }
    .l-cta-tel-ttl_tel-ttl2 {
      font-size: 20px;
      font-weight: bold;
      padding: 10px 0 0 40px; }
    .l-cta-tel-ttl_tel-txt a {
      font-size: 36px;
      font-weight: bold;
      padding: 0 0 0 50px;
      line-height: 1.5em;
      color: #ffffff; }
      .l-cta-tel-ttl_tel-txt a::before {
        content: "\e90b";
        font-family: 'icomoon';
        position: absolute;
        left: 0.5em;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px;
        font-weight: 400; }
.l-cta-tel_sm {
  margin: 25px auto 35px;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(157, 4, 4, 0.8); }
  .l-cta-tel_sm::before {
    content: "\e90b";
    font-family: 'icomoon';
    position: absolute;
    left: 308px;
    top: 60%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 400; }
  .l-cta-tel_sm-ttl_tel {
    text-align: center;
    position: relative; }
    .l-cta-tel_sm-ttl_tel-ttl1 {
      font-size: 26px;
      font-weight: bold;
      padding-left: 45px;
      padding-top: 4px; }
      .l-cta-tel_sm-ttl_tel-ttl1 span {
        font-size: 20px; }
      .l-cta-tel_sm-ttl_tel-ttl1:before {
        content: "";
        position: absolute;
        width: 39px;
        height: 39px;
        top: 6px;
        left: 1px;
        background: url("/assets/img/common/icon_tel.png") no-repeat top center; }
      .l-cta-tel_sm-ttl_tel-ttl1:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 40px;
        background: #ffffff;
        top: 8px;
        left: 180px; }
    .l-cta-tel_sm-ttl_tel-ttl2 {
      font-size: 20px; }
    .l-cta-tel_sm-ttl_tel-txt a {
      font-size: 36px;
      font-weight: bold;
      padding: 0 0 0 10px;
      line-height: 1.5em;
      color: #ffffff; }
.l-cta-tel_sm2 {
  margin: 25px auto 35px;
  text-align: center; }
  .l-cta-tel_sm2-ttl_tel {
    text-align: center;
    position: relative; }
    .l-cta-tel_sm2-ttl_tel-ttl {
      font-size: 16px; }
    .l-cta-tel_sm2-ttl_tel span {
      font-size: 24px;
      font-weight: bold;
      padding: 0px 0 0 5px; }
    .l-cta-tel_sm2-ttl_tel a {
      color: #ffffff;
      margin: 35px auto 35px;
      text-align: center;
      padding: 7px 0px 0 15px; }
      .l-cta-tel_sm2-ttl_tel a::before {
        content: "\e90b";
        font-family: 'icomoon';
        position: absolute;
        left: -7px;
        top: 60%;
        transform: translateY(-50%);
        font-size: 26px;
        font-weight: 400; }
.l-cta-txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1 !important;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .l-cta-txt {
      margin-bottom: 16px; } }
  .l-cta-txt-ac small {
    font-size: 24px; }
  .l-cta-txt .c-txt-yellow {
    font-size: 40px; }
.l-cta .c-btn-form {
  margin-bottom: 32px; }
.l-cta-primary {
  margin-bottom: 200px; }
  .l-cta-primary .l-cta-lead {
    position: relative;
    max-width: 900px; }
    .l-cta-primary .l-cta-lead::before {
      background: url("/assets/img/common/bg_cta_primary.jpg") no-repeat -150px top;
      background-size: auto;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      max-width: 900px;
      height: 279px;
      z-index: -1; }
  .l-cta-primary .c-btn-tel {
    margin-bottom: 56px; }
  .l-cta-primary-lg .l-cta-inr::before {
    top: -40px;
    bottom: 70px; }
.l-cta-secondary {
  margin-bottom: 120px; }
  .l-cta-secondary .l-cta-lead {
    padding: 90px 0 120px;
    position: relative; }
    .l-cta-secondary .l-cta-lead::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 46%;
      transform: translateX(-50%);
      width: 1200px;
      height: 275px;
      background: url("/assets/img/common/bg_cta_secondary.jpg") no-repeat center top;
      background-size: 100%;
      z-index: -1; }
  .l-cta-secondary .l-cta-inr::before {
    top: -70px; }
.l-cta-secondary2 {
  margin-bottom: 120px; }
  .l-cta-secondary2 .l-cta-lead {
    padding: 90px 0 120px;
    position: relative; }
    .l-cta-secondary2 .l-cta-lead::before {
      content: "";
      position: absolute;
      top: 0;
      left: 46%;
      transform: translateX(-50%);
      width: 1200px;
      height: 275px;
      background: url("/assets/img/common/bg_cta_secondary.jpg") no-repeat center top;
      background-size: 100%;
      z-index: -1; }
  .l-cta-secondary2 .l-cta-inr::before {
    top: -70px; }
.l-cta-tertiary {
  margin-bottom: 120px; }
  .l-cta-tertiary .l-cta-lead {
    padding: 90px 0 120px;
    position: relative; }
    .l-cta-tertiary .l-cta-lead::before {
      content: "";
      position: absolute;
      top: 0;
      left: 46%;
      transform: translateX(-50%);
      width: 1200px;
      height: 275px;
      background: url("/assets/img/common/bg_cta_tertiary.jpg") no-repeat center top;
      background-size: 100%;
      z-index: -1; }
  .l-cta-tertiary .l-cta-inr::before {
    top: -70px; }
.l-cta-quaternary {
  margin-bottom: 120px; }
  .l-cta-quaternary .l-cta-lead {
    padding: 90px 0 120px;
    position: relative; }
    .l-cta-quaternary .l-cta-lead::before {
      content: "";
      position: absolute;
      top: -10px;
      left: 46%;
      transform: translateX(-50%);
      width: 1200px;
      height: 275px;
      background: url("/assets/img/common/bg_cta_quaternary.jpg") no-repeat center top;
      background-size: 100%;
      z-index: -1; }
  .l-cta-quaternary .l-cta-inr::before {
    top: -70px; }
.l-cta .c-btn-dark-fill a {
  background: none !important; }
.l-cta-sub .c-btn-form {
  margin-bottom: 24px; }
  .l-cta-sub .c-btn-form a {
    line-height: 1 !important;
    padding-top: 16px;
    padding-bottom: 16px; }
.l-cta-sub .c-btn-dark-fill a {
  background: none !important;
  color: #333; }
.l-cta-mb0 {
  margin-bottom: 0 !important; }
.l-cta-mb {
  margin-bottom: -130px !important; }
.l-cta-balloon {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: 6px 26px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  right: 24%;
  top: -28px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px; }
  .l-cta-balloon::before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    z-index: 2; }
.l-cta-bnr_sesela {
  text-align: center; }
  .l-cta-bnr_sesela a {
    transition: all .2s; }
  .l-cta-bnr_sesela a:hover {
    filter: brightness(1.1); }
  .l-cta-bnr_sesela-mg {
    margin-bottom: 30px; }
.l-cta-newyear {
  width: 850px;
  height: 80px;
  margin: -15px auto 30px;
  background: url("../../../../assets/img/common/newyear_pc.png");
  text-align: center; }
  .l-cta-newyear p {
    font-weight: 700;
    font-size: 28px;
    color: #a87d09;
    line-height: 24px;
    padding-top: 28px; }
    .l-cta-newyear p span {
      font-size: 18px; }

.l-info {
  padding: 32px 0; }
  .l-info * {
    box-sizing: border-box; }
  .l-info-inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap; }
  .l-info-col-l {
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap; }
    .l-info-col-l-img {
      width: 100%;
      margin: 0 auto 16px;
      order: 2; }
    .l-info-col-l-txt {
      font-size: 18px;
      font-weight: 700;
      order: 1;
      width: 100%;
      margin-bottom: 8px; }
    .l-info-col-l .c-btn-red {
      order: 3; }
  .l-info-col-r {
    width: 590px;
    margin: 0 auto;
    position: relative; }
    .l-info-col-r::before {
      content: "";
      position: absolute;
      right: 0;
      bottom: -10px;
      background: url("/gas/assets/img/common/thumb_info_02_map_sp.png") no-repeat center;
      background-size: contain;
      width: 248px;
      height: 293px; }
    .l-info-col-r-txt {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 30px;
      display: inline-block;
      text-align: right; }
      .l-info-col-r-txt-s {
        display: block;
        font-size: 10px; }
    .l-info-col-r-img {
      margin-bottom: 34px; }
    .l-info-col-r-lead {
      font-size: 11px;
      text-align: center;
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .l-info-col-r-lead {
          margin-bottom: 4px; } }
  .l-info-model {
    text-align: left;
    position: relative;
    padding: 90px 0 60px;
    margin-bottom: 100px; }
    .l-info-model-sim {
      width: 700px;
      margin: 100px auto 50px; }
      .l-info-model-sim-box {
        display: flex;
        flex-wrap: wrap; }
      .l-info-model-sim-ttl {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 28px;
        text-align: center;
        background: #ffffff;
        padding: 3px 0; }
      .l-info-model-sim-txt {
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        width: 50%;
        margin: 25px 20px 0 0; }
    .l-info-model * {
      box-sizing: border-box;
      line-height: 1.6;
      position: relative; }
    .l-info-model::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFEEEF;
      transform: skewY(-7deg);
      transform-origin: center;
      margin-left: calc((100vw - 100%) / -2);
      margin-right: calc((100vw - 100%) / -2);
      max-width: auto;
      max-width: initial; }
    .l-info-model-inr {
      width: 543px;
      margin: 0 auto; }
    .l-info-model-row {
      width: 300px;
      margin: auto; }
    .l-info-model-txt {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 28px;
      text-align: center; }
    .l-info-model-list {
      background: #fff;
      border-radius: 10px;
      padding: 16px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .l-info-model-list-ttl {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 8px;
        padding-top: 32px;
        text-align: center; }
      .l-info-model-list-item {
        font-size: 18px;
        width: 50%;
        line-height: 1;
        padding: 5px 0; }
        .l-info-model-list-item:nth-child(odd) {
          width: 48%; }
        .l-info-model-list-item:nth-child(even) {
          width: 44%; }
        .l-info-model-list-item:last-child {
          padding: 0 0 5px; }
        .l-info-model-list-item img {
          display: inline-block;
          vertical-align: bottom;
          margin-right: 8px; }
    .l-info-model-sub {
      padding: 80px 0;
      margin-bottom: 24px; }
  .l-info-maint {
    margin: 40px 0;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #333;
    overflow: hidden;
    padding-bottom: 16px;
    background: #fff; }
    .l-info-maint * {
      box-sizing: border-box; }
    .l-info-maint-ttl {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 16px;
      background: #333;
      color: #fff;
      padding: .2em 16px; }
    .l-info-maint-label {
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      padding: 0 16px;
      margin-bottom: .5em;
      margin-right: 16px;
      background: #acacac;
      color: #fff; }
    .l-info-maint-date {
      font-size: 14px;
      font-weight: 500; }
      .l-info-maint-date strong {
        font-size: 24px;
        font-weight: 700; }
    .l-info-maint-txt {
      font-size: 14px; }

.l-aside-card {
  width: 278px;
  border-radius: 10px;
  overflow: hidden;
  background: #F2F2F2; }
  .l-aside-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px; }
    .l-aside-card-list li:nth-child(n+4) {
      margin-top: 32px; }
  .l-aside-card-txt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 23px 27px;
    position: relative;
    text-align: left; }
    .l-aside-card-txt::after {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #E60012;
      transition: color .3s;
      font-weight: 400; }
  .l-aside-card a {
    display: block;
    transition: opacity .2s; }
    .l-aside-card a:hover {
      opacity: .6; }
.l-aside-flow {
  padding: 0 0 60px !important; }
  .l-aside-flow * {
    box-sizing: border-box; }
  .l-aside-flow .c-txt-sm {
    font-weight: 400; }
  .l-aside-flow .c-box-inr {
    width: 100%;
    max-width: 900px;
    padding: 0; }
  .l-aside-flow .c-box-child {
    border: 3px solid #22D85F;
    border-radius: 10px;
    padding: 40px 0 30px;
    background: #F2FFF6; }
  .l-aside-flow-ttl {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: 0.05em; }
  .l-aside-flow-lead {
    font-size: 30px;
    font-weight: 700;
    font-weight: bold;
    text-align: center;
    line-height: 1; }
  .l-aside-flow-txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left; }
    .l-aside-flow-txt-ac {
      display: block;
      font-size: 28px;
      font-weight: 700;
      color: #E60012;
      margin-bottom: .5em; }
    .l-aside-flow-txt-arrow {
      font-size: 36px;
      font-weight: 700;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.05em;
      text-align: center;
      position: relative;
      line-height: 1 !important;
      padding: 44px 0; }
      .l-aside-flow-txt-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: calc(100% - 76px);
        height: 60px;
        background: #22D85F; }
      .l-aside-flow-txt-arrow::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 56px 0 56px 76px;
        border-color: transparent transparent transparent #22D85F; }
      .l-aside-flow-txt-arrow span {
        position: relative; }
    .l-aside-flow-txt-area {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 40px; }
    .l-aside-flow-txt-img {
      width: 234px;
      border-radius: 5px;
      overflow: hidden; }
  .l-aside-flow-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 32px; }
    .l-aside-flow-list-item {
      width: 204px;
      border-radius: 10px;
      box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
      padding: 7px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      background: #fff; }
      .l-aside-flow-list-item:nth-child(3) .l-aside-flow-list-txt, .l-aside-flow-list-item:nth-child(4) .l-aside-flow-list-txt {
        font-size: 15px !important; }
      .l-aside-flow-list-item:last-child .l-aside-flow-list-txt {
        justify-content: center; }
        .l-aside-flow-list-item:last-child .l-aside-flow-list-txt::after {
          display: none; }
    .l-aside-flow-list-ttl {
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      margin-bottom: .5em;
      padding: 5px 0; }
    .l-aside-flow-list-txt {
      font-size: 13px;
      font-weight: 400;
      background: #fff5f1;
      border-radius: 5px;
      padding: .5em .7em;
      font-feature-settings: "palt";
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
      position: relative;
      text-align: left; }
      .l-aside-flow-list-txt .c-btn {
        display: block;
        padding: 5px 0 0; }
        .l-aside-flow-list-txt .c-btn a {
          width: 145px;
          margin: 0 auto;
          height: 35px;
          line-height: 30px;
          font-size: 14px;
          font-weight: 700;
          color: #E60012;
          padding: 0 10px 0 0;
          text-align: center; }
          .l-aside-flow-list-txt .c-btn a::after {
            font-size: 18px;
            right: 7px; }
      .l-aside-flow-list-txt::after {
        content: '';
        width: 23px;
        height: 26px;
        background: url("/assets/img/common/icon-arrow_red.png") no-repeat center;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: -23px;
        transform: translateY(-50%);
        z-index: 1; }
    .l-aside-flow-list-img {
      text-align: center;
      margin-top: auto; }
      .l-aside-flow-list-img img {
        border-radius: 7px; }
  .l-aside-flow-photo {
    background: #22D85F;
    border-radius: 10px;
    width: calc(100% - 64px);
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    padding: 16px !important; }
    .l-aside-flow-photo-txt {
      font-weight: 400;
      width: calc(100% - 253px);
      padding-right: 16px;
      font-size: 18px;
      color: #fff;
      line-height: 1.3 !important;
      text-align: left; }
    .l-aside-flow-photo-btn {
      width: 253px; }
      .l-aside-flow-photo-btn a {
        display: block;
        background: #fff;
        border-radius: 10px;
        padding: 11px 26px 11px 66px;
        position: relative;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3 !important;
        text-align: left; }
        .l-aside-flow-photo-btn a::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 12px;
          transform: translateY(-50%);
          background: url("/assets/img/common/icon_photo.png") no-repeat center;
          background-size: contain;
          width: 45px;
          height: 45px; }
        .l-aside-flow-photo-btn a::after {
          position: absolute;
          right: 12px;
          top: 50%;
          transform: translateY(-50%);
          content: "\e914";
          font-size: 24px;
          font-family: 'icomoon';
          color: #E60012;
          transition: color .3s; }
        .l-aside-flow-photo-btn a:hover {
          transition: opacity .2s; }
          .l-aside-flow-photo-btn a:hover:hover {
            opacity: .6; }
.l-aside-reform {
  padding-top: 24px;
  margin-bottom: 24px; }
  .l-aside-reform-inr {
    width: 800px;
    margin: 0 auto 16px;
    position: relative; }
  .l-aside-reform-copy {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 650px; }
  .l-aside-reform-img {
    background: url("/assets/img/common/img_aside_reform.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 31.25%; }
  .l-aside-reform-body {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%); }
  .l-aside-reform-camp {
    text-align: center;
    margin-bottom: 56px; }
  .l-aside-reform-list {
    display: flex;
    flex-wrap: wrap;
    width: 686px;
    margin: 0 auto; }
  .l-aside-reform-item {
    width: 74px;
    margin: 0 12px 32px; }
    .l-aside-reform-item a {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      height: 100%;
      transition: opacity .2s; }
      .l-aside-reform-item a:hover {
        opacity: .6; }
    .l-aside-reform-item span {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1;
      height: 100%;
      min-height: 0%;
      font-size: 11px;
      font-weight: 500;
      line-height: 1.3;
      position: relative;
      text-align: center;
      margin-top: 8px; }
    .l-aside-reform-item:nth-child(1) {
      order: 1; }
    .l-aside-reform-item:nth-child(2) {
      order: 2; }
    .l-aside-reform-item:nth-child(3) {
      order: 3; }
    .l-aside-reform-item:nth-child(4) {
      order: 4; }
    .l-aside-reform-item:nth-child(5) {
      order: 8; }
    .l-aside-reform-item:nth-child(6) {
      order: 9; }
    .l-aside-reform-item:nth-child(7) {
      order: 10; }
    .l-aside-reform-item:nth-child(8) {
      order: 11; }
    .l-aside-reform-item:nth-child(9) {
      order: 12; }
    .l-aside-reform-item:nth-child(10) {
      order: 13; }
    .l-aside-reform-item:nth-child(11) {
      order: 6; }
    .l-aside-reform-item:nth-child(12) {
      order: 7; }
    .l-aside-reform-item:nth-child(13) {
      order: 5; }
  .l-aside-reform-group-1 a {
    color: #34AA9F; }
  .l-aside-reform-group-2 a {
    color: #AF715E; }
  .l-aside-reform-group-3 a {
    color: #6179A5; }
  .l-aside-reform-group-4 a {
    color: #BEB103; }
.l-aside-search {
  padding: 60px 0 !important;
  margin-bottom: 60px;
  background: #e3faec; }
  .l-aside-search-ttl::before {
    content: "\e906";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 24px;
    margin-right: 16px; }
  .l-aside-search-row {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .l-aside-search-item {
    width: 31%;
    border-radius: 10px;
    border: 1px solid #22D85F;
    background: #fff; }
    .l-aside-search-item-lg {
      width: 100%;
      padding: 24px;
      border-radius: 10px;
      border: 1px solid #22D85F;
      background: #fff;
      margin-bottom: 24px; }
    .l-aside-search-item > a {
      display: block;
      padding: 24px 24px 16px;
      text-align: center;
      position: relative; }
      .l-aside-search-item > a::before {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        content: "\e914";
        font-size: 24px;
        font-family: 'icomoon';
        color: #22D85F;
        transition: color .3s;
        font-weight: 400; }
    .l-aside-search-item-ttl {
      font-size: 18px;
      text-align: center;
      letter-spacing: 0.05em; }
      .l-aside-search-item-ttl span {
        font-size: 22px;
        color: #22D85F; }
  .l-aside-search-icon {
    margin-bottom: 4px;
    text-align: center; }
    .l-aside-search-icon img {
      width: 60px; }
  .l-aside-search-logo {
    text-align: center;
    margin-bottom: 8px;
    border-bottom: 1px solid #acacac; }
    .l-aside-search-logo img {
      width: 130px; }
  .l-aside-search-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 16px; }
    .l-aside-search-list > li {
      width: calc(100% / 3 - 16px);
      background: #f5f5f5;
      padding: 16px 16px 8px;
      border-radius: 10px; }
  .l-aside-search-link a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 8px 0;
    position: relative; }
    .l-aside-search-link a::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      content: "\e914";
      font-size: 20px;
      font-weight: normal;
      font-family: 'icomoon';
      color: #22D85F;
      transition: transform .2s;
      z-index: 1; }
    .l-aside-search-link a span {
      font-size: 12px; }
  .l-aside-search-link i {
    margin-right: .5em; }
  .l-aside-search-link + .l-aside-search-link {
    border-top: 1px dotted #acacac; }
  .l-aside-search-top {
    width: 300px;
    margin: 1em auto;
    border-radius: 10px;
    border: 1px solid #22D85F;
    background-color: #fff; }
    .l-aside-search-top a {
      font-size: 18px;
      display: block;
      padding: 1em;
      text-align: center;
      color: #22D85F;
      position: relative;
      font-weight: 700; }
      .l-aside-search-top a::before {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        content: "\e914";
        font-size: 24px;
        font-family: 'icomoon';
        color: #22D85F;
        transition: color .3s;
        font-weight: 400; }

.l-survey {
  position: relative;
  padding: 80px 0 80px;
  color: #333; }
  .l-survey .c-box-inr {
    position: relative;
    width: 860px; }
  .l-survey-stop {
    background: #FDD663;
    width: 850px;
    height: 100%;
    position: relative;
    margin: 0 auto 50px;
    padding: 50px 0; }
    .l-survey-stop::before {
      content: "";
      background: url("../../../../../assets/img/top/stop_bg.png") repeat-x center top;
      width: 100%;
      height: 10px;
      position: absolute;
      top: 0; }
    .l-survey-stop::after {
      content: "";
      background: url("../../../../../assets/img/top/stop_bg.png") repeat-x center bottom;
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: 0; }
    .l-survey-stop-box {
      display: flex;
      justify-content: space-between;
      padding: 0 50px; }
    .l-survey-stop-ttl {
      text-align: center;
      font-size: 20px;
      font-weight: 900; }
      .l-survey-stop-ttl-txt1 {
        font-size: 25px; }
      .l-survey-stop-ttl-txt2 {
        font-size: 16px; }
    .l-survey-stop-txt {
      margin: 30px 50px 0;
      border-top: 1px solid #000;
      padding-top: 30px; }
  .l-survey-summary-ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 100px 0 30px; }
    .l-survey-summary-ttl::before {
      content: "●";
      position: absolute;
      color: #E60012;
      left: 0;
      right: 0;
      top: -50px;
      margin: auto; }
  .l-survey-summary-score {
    width: 850px;
    margin: 40px auto;
    font-weight: 700;
    border-collapse: collapse;
    border: 2px solid #eee; }
  .l-survey-summary th {
    background-color: #f7f7f7;
    font-weight: bold;
    width: 75%;
    font-size: 18px;
    padding: 16px 16px 16px 80px;
    vertical-align: middle;
    text-align: left; }
  .l-survey-summary td {
    text-align: center;
    color: #d40000;
    font-size: 22px;
    width: 25%;
    background-color: #fff;
    white-space: nowrap;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    vertical-align: middle;
    padding: 16px 0 16px 16px; }
    .l-survey-summary td span {
      font-size: 32px; }
  .l-survey-summary tr + tr {
    border-top: 2px solid #eee; }
  .l-survey-summary .score::after {
    content: "点";
    font-size: 1em;
    margin-left: 4px; }
  .l-survey-summary .score2::after {
    content: "／10点";
    font-size: 1em;
    margin-left: 4px;
    color: #333; }
  .l-survey-btn1 {
    padding: 40px 0; }
  .l-survey-btn2 {
    padding: 20px 0 40px;
    position: relative; }
    .l-survey-btn2-txt {
      position: absolute;
      text-align: center;
      bottom: 95px;
      left: 0;
      right: 0;
      margin: auto; }
      .l-survey-btn2-txt::before {
        content: '\\';
        font-size: 110%; }
      .l-survey-btn2-txt::after {
        content: '/';
        font-size: 110%; }
  .l-survey-ttl {
    text-align: center;
    order: 1; }
    .l-survey-ttl img {
      widows: 510px; }
  .l-survey-txt-s {
    display: block;
    font-size: 10px;
    margin-top: .2em;
    font-weight: 400; }
  .l-survey-catch {
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    line-height: 1.6; }
    .l-survey-catch span {
      background: linear-gradient(transparent 70%, #ffd3d7 70%); }
    .l-survey-catch-md {
      display: inline-block;
      font-size: 32px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-align: center;
      line-height: 1;
      margin-bottom: .25em; }
      .l-survey-catch-md span {
        display: block;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 1.5em; }
      .l-survey-catch-md-sp {
        display: none; }
    .l-survey-catch-lg {
      display: block;
      font-size: 60px;
      font-weight: 700;
      line-height: 1;
      margin-top: 16px;
      color: #E60012; }
    .l-survey-catch-num {
      font-size: 120px !important;
      margin: -65px 0 0 30px;
      color: #E60012; }
  .l-survey-img {
    width: 422px;
    text-align: center;
    position: absolute;
    top: 110px;
    left: 0; }
  .l-survey .c-txt-lead {
    font-size: 20px;
    font-weight: 700;
    padding-top: 40px;
    margin-bottom: 24px; }
    .l-survey .c-txt-lead span.sub {
      font-size: 10px; }

.l-breadcrumb,
#Bread {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: .75em 16px !important;
  font-size: 14px; }
  .l-breadcrumb *,
  #Bread * {
    box-sizing: border-box; }

.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .l-breadcrumb-list li {
    padding-right: 16px; }
    .l-breadcrumb-list li + li {
      position: relative;
      padding-left: 24px; }
      .l-breadcrumb-list li + li::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-top: 1px solid #727272;
        border-right: 1px solid #727272;
        line-height: 1; }
    .l-breadcrumb-list li a {
      text-decoration: underline !important; }
.l-breadcrumb-home a::before, .l-breadcrumb-gas a::before, .l-breadcrumb-eq a::before, .l-breadcrumb-zeh a::before {
  font-family: 'icomoon';
  display: inline-block;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 3px;
  color: #727272; }
.l-breadcrumb-home a::before {
  content: "\e913"; }
.l-breadcrumb-gas a::before {
  content: "\e90d"; }
.l-breadcrumb-eq a::before {
  content: "\e90e"; }
.l-breadcrumb-zeh a::before {
  content: "\e91e"; }

.c-btn-red a, .c-btn-red-fill a, .c-btn-green a, .c-btn-green-fill a, .c-btn-yellow a, .c-btn-yellow-fill a, .c-btn-dark a, .c-btn-dark-fill a, .c-btn-glay a, .c-btn-glay-fill a, .c-btn-current a, .c-btn-current-fill a, .c-btn-home a, .c-btn-home-fill a, .c-btn-mansion a, .c-btn-mansion-fill a {
  font-weight: 500;
  display: block;
  border-radius: 25px;
  background: #fff;
  letter-spacing: 0.05em;
  position: relative; }

.c-btn-red {
  width: 100%; }
  .c-btn-red a {
    border: 1px solid #E60012;
    transition: all .3s;
    padding: 0 36px 0 12px; }
    .c-btn-red a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #E60012;
      transition: color .3s; }
    .c-btn-red a:hover {
      background: #E60012 !important;
      color: #fff; }
      .c-btn-red a:hover::after {
        color: #fff; }
  .c-btn-red-fill {
    width: 100%; }
    .c-btn-red-fill a {
      background: #E60012 !important;
      color: #fff; }
.c-btn-green {
  width: 100%; }
  .c-btn-green a {
    border: 1px solid #22D85F;
    transition: all .2s;
    padding: 0 36px 0 12px; }
    .c-btn-green a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #22D85F;
      transition: color .3s; }
    .c-btn-green a:hover {
      background: #22D85F;
      color: #fff; }
      .c-btn-green a:hover::after {
        color: #fff; }
  .c-btn-green-fill {
    width: 100%; }
    .c-btn-green-fill a {
      background: #22D85F !important;
      color: #fff; }
.c-btn-yellow {
  width: 100%; }
  .c-btn-yellow a {
    border: 1px solid #FFDD00;
    transition: all .2s;
    padding: 0 36px 0 12px; }
    .c-btn-yellow a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #FFDD00;
      transition: color .3s; }
    .c-btn-yellow a:hover {
      background: #FFDD00;
      color: #fff; }
      .c-btn-yellow a:hover::after {
        color: #fff; }
  .c-btn-yellow-fill {
    width: 100%; }
    .c-btn-yellow-fill a {
      background: #FFEA61;
      color: #333 !important; }
      .c-btn-yellow-fill a:hover {
        background: #FFF091; }
.c-btn-dark {
  width: 100%; }
  .c-btn-dark a {
    border: 1px solid #333;
    transition: all .2s;
    padding: 0 36px 0 12px; }
    .c-btn-dark a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #333;
      transition: color .3s; }
    .c-btn-dark a:hover {
      background: #333;
      color: #fff; }
      .c-btn-dark a:hover::after {
        color: #fff; }
  .c-btn-dark-fill {
    width: 100%; }
    .c-btn-dark-fill a {
      background: #333 !important;
      color: #fff; }
.c-btn-glay {
  width: 100%; }
  .c-btn-glay a {
    border: 1px solid #DBDBDB;
    transition: all .2s;
    padding: 0 36px 0 12px; }
    .c-btn-glay a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #E60012;
      transition: color .3s; }
    .c-btn-glay a:hover {
      background: #E60012 !important;
      color: #fff; }
      .c-btn-glay a:hover::after {
        color: #fff; }
  .c-btn-glay-fill {
    width: 100%; }
    .c-btn-glay-fill a {
      background: #333 !important;
      color: #fff; }
.c-btn-current {
  width: 100%; }
  .c-btn-current a {
    border: 1px solid #DFDFDF;
    transition: all .2s;
    padding: 0 36px 0 12px;
    pointer-events: none; }
    .c-btn-current a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #DFDFDF;
      transition: color .3s; }
  .c-btn-current-fill {
    width: 100%; }
    .c-btn-current-fill a {
      background: #DFDFDF !important;
      color: #fff;
      pointer-events: none;
      padding: 0 36px 0 12px; }
      .c-btn-current-fill a::after {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        content: "\e914";
        font-size: 24px;
        font-family: 'icomoon';
        color: #fff;
        transition: color .3s; }
.c-btn-home {
  width: 100%; }
  .c-btn-home a {
    border: 1px solid #E60012;
    transition: all .3s;
    text-align: center;
    background: url("/assets/img/common/icon_home_black.svg") 14px center no-repeat; }
    .c-btn-home a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #E60012;
      transition: color .3s; }
    .c-btn-home a:hover {
      background: url("/assets/img/common/icon_home_black.svg") 14px center no-repeat #E60012 !important;
      color: #fff; }
      .c-btn-home a:hover::after {
        color: #fff; }
  .c-btn-home-fill {
    width: 100%; }
    .c-btn-home-fill a {
      background: #E60012 !important;
      color: #fff; }
.c-btn-mansion {
  width: 100%; }
  .c-btn-mansion a {
    border: 1px solid #E60012;
    transition: all .3s;
    text-align: center;
    background: url("/assets/img/common/icon_mansion_black.svg") 14px center no-repeat; }
    .c-btn-mansion a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 24px;
      font-family: 'icomoon';
      color: #E60012;
      transition: color .3s; }
    .c-btn-mansion a:hover {
      background: url("/assets/img/common/icon_mansion_black.svg") 14px center no-repeat #E60012 !important;
      color: #fff; }
      .c-btn-mansion a:hover::after {
        color: #fff; }
  .c-btn-mansion-fill {
    width: 100%; }
    .c-btn-mansion-fill a {
      background: #E60012 !important;
      color: #fff; }
.c-btn-blank a {
  padding: 0 30px 0 18px; }
  .c-btn-blank a::after {
    font-family: 'icomoon';
    content: "\e912";
    font-size: 12px;
    right: 18px; }
.c-btn-logo a {
  position: relative; }
  .c-btn-logo a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    background: url("/assets/img/common/logo_main.svg") no-repeat center;
    background-size: contain;
    width: 28px;
    height: 32px; }
  .c-btn-logo a:hover {
    background: #fff !important;
    color: #333 !important;
    transition: opacity .2s; }
    .c-btn-logo a:hover:hover {
      opacity: .6; }
.c-btn-tel {
  text-align: center; }
  .c-btn-tel a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    color: #fff; }
  .c-btn-tel-inr {
    display: block;
    position: relative; }
    .c-btn-tel-inr::before {
      content: "\e90b";
      font-family: 'icomoon';
      position: absolute;
      left: -1em;
      top: 50%;
      transform: translateY(-50%);
      font-size: 40px;
      font-weight: 400; }
  .c-btn-tel-num {
    font-size: 26px;
    font-weight: 700;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle; }
  .c-btn-tel-s {
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 0 15px;
    position: relative;
    line-height: 23px; }
    .c-btn-tel-s::before {
      content: "\e90b";
      font-family: 'icomoon';
      position: absolute;
      left: 10px;
      top: 19%;
      transform: translateY(-50%);
      font-size: 22px;
      font-weight: 400; }
    .c-btn-tel-s-ac {
      font-size: 13px;
      color: #E60012;
      padding-left: 11px;
      display: inline-block;
      height: 19px;
      line-height: 18px; }
    .c-btn-tel-s-num {
      font-size: 24px;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      font-weight: 700;
      letter-spacing: 0.03em;
      display: block;
      white-space: nowrap; }
    .c-btn-tel-s-mg {
      margin-top: 30px; }
      .c-btn-tel-s-mg::before {
        content: "\e90b";
        font-family: 'icomoon';
        position: absolute;
        left: 16px;
        top: 15%;
        transform: translateY(-50%);
        font-size: 22px;
        font-weight: 400; }
    .c-btn-tel-s-mg2::before {
      content: "\e90b";
      font-family: 'icomoon';
      position: absolute;
      left: 0;
      top: 19%;
      transform: translateY(-50%);
      font-size: 22px;
      font-weight: 400; }
.c-btn-form {
  max-width: 400px;
  margin: 0 auto;
  position: relative; }
  .c-btn-form::before {
    content: "こちらのWEBフォームがオススメ !";
    			/*
          font-size: 14px;
          color: colors(secondary);
          background: url("/assets/img/common/bg_frame_squea.png") no-repeat center;
          background-size: contain;
          padding: 0.4em 0 0 1em;
          display: block;
          position: absolute;
          left: -252px;
          top: -26px;
          width: 240px;
          height: 44px;
          line-height: 1;
          box-sizing: border-box;*/
    font-size: 16px;
    color: #FFEA61;
    text-align: left;
    display: block;
    /*padding-left: 1em;*/
    text-align: center; }
  .c-btn-form a {
    display: block;
    background: #FFEA61;
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    transition: all .2s;
    box-shadow: 0 4px rgba(154, 154, 154, 0.3); }
  .c-btn-form-ac {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .4em; }
  .c-btn-form-s {
    box-sizing: border-box;
    position: relative; }
    .c-btn-form-s a {
      width: 210px;
      font-size: 18px;
      font-weight: 700;
      display: block;
      background: #FFEA61;
      text-align: center;
      line-height: 1.2;
      border-radius: 100px;
      padding: 9px 0;
      transition: all .2s;
      box-shadow: 0 4px rgba(154, 154, 154, 0.3); }
      .c-btn-form-s a:hover {
        filter: brightness(1.15); }
    .c-btn-form-s-ac {
      display: block;
      font-size: 13px;
      color: #E60012;
      font-weight: 700;
      margin-bottom: .1em; }
    .c-btn-form-s-ac2 {
      position: absolute;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      border-radius: 4px;
      background: #E60012;
      height: 20px;
      text-align: center;
      line-height: 0px;
      padding: 10px 10px 0;
      right: 38px;
      bottom: -17px; }
      .c-btn-form-s-ac2 span {
        color: #FFEA61; }
    .c-btn-form-s-mg a {
      margin: 20px 0 0 -14px; }
  .c-btn-form-s2 {
    box-sizing: border-box; }
    .c-btn-form-s2 a {
      width: 224px;
      font-size: 18px;
      font-weight: 700;
      display: block;
      background: linear-gradient(151deg, #aff83a, #00a84a 35%);
      text-align: center;
      line-height: 1.2;
      border-radius: 100px;
      padding: 9px 0;
      transition: all .2s;
      box-shadow: 0 4px rgba(154, 154, 154, 0.3);
      border: 3px solid #fff;
      color: #FFEA61; }
      .c-btn-form-s2 a:hover {
        filter: brightness(1.15); }
    .c-btn-form-s2-ac {
      display: block;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      margin-bottom: .1em; }
  .c-btn-form-cs {
    box-sizing: border-box; }
    .c-btn-form-cs a {
      width: 200px;
      font-size: 18px;
      font-weight: 700;
      display: block;
      background: #FFEA61;
      text-align: center;
      line-height: 1.2;
      border-radius: 100px;
      padding: 9px 0;
      transition: .2s;
      box-shadow: 0 4px rgba(154, 154, 154, 0.3);
      margin: 0 auto;
      color: #333 !important; }
      .c-btn-form-cs a:hover {
        background: #FFF091; }
  .c-btn-form-icon-m a {
    position: relative;
    padding-left: 35px; }
    .c-btn-form-icon-m a::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 68px;
      transform: translateY(-50%);
      background: url("/assets/img/common/icon_mail.svg") no-repeat center;
      background-size: contain;
      width: 35px;
      height: 28px; }
    .c-btn-form-icon-m a::after {
      position: absolute;
      right: 21px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 30px;
      font-weight: 400;
      font-family: 'icomoon';
      color: #333;
      transition: color .3s; }
  .c-btn-form-icon-c a {
    position: relative;
    padding-left: 32px; }
    .c-btn-form-icon-c a::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 68px;
      transform: translateY(-50%);
      background: url("/assets/img/common/icon_calculator.svg") no-repeat center;
      background-size: contain;
      width: 32px;
      height: 40px; }
    .c-btn-form-icon-c a::after {
      position: absolute;
      right: 21px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 30px;
      font-weight: 400;
      font-family: 'icomoon';
      color: #333;
      transition: color .3s; }
  .c-btn-form-icon-s a {
    position: relative;
    padding: 10px 0 10px 70px !important;
    text-align: left;
    box-sizing: border-box; }
    .c-btn-form-icon-s a::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 24px;
      transform: translateY(-50%);
      background: url("/assets/img/common/icon_calculator.svg") no-repeat center;
      background-size: contain;
      width: 32px;
      height: 40px; }
  .c-btn-form-rec-hide::before {
    display: none; }
  .c-btn-form-icon-cs a {
    position: relative;
    padding-left: 32px; }
    .c-btn-form-icon-cs a::after {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      content: "\e914";
      font-size: 30px;
      font-weight: 400;
      font-family: 'icomoon';
      color: #333;
      transition: color .3s; }
  .c-btn-form-lg {
    max-width: 520px;
    margin: 0 auto 32px;
    position: relative; }
    .c-btn-form-lg a {
      display: block;
      width: 100%;
      border-radius: 60px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.05em;
      transition: all .2s;
      box-shadow: 0 4px rgba(154, 154, 154, 0.3);
      padding: 8px 0; }
      .c-btn-form-lg a::before {
        left: 32px; }
    .c-btn-form-lg-txt {
      font-size: 24px;
      border-top: 2px dashed #333;
      padding: 4px 16px 0; }
      .c-btn-form-lg-txt-lead {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 8px;
        color: #E60012; }
        .c-btn-form-lg-txt-lead-num {
          font-size: 22px;
          margin-left: 8px; }
          .c-btn-form-lg-txt-lead-num span {
            font-size: 40px;
            font-family: "Roboto", "Noto Sans JP", sans-serif; }
  .c-btn-form-sim-txt1 {
    font-size: 30px;
    color: #fde802;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  .c-btn-form-sim-txt2 {
    font-size: 30px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  .c-btn-form-sim a {
    width: 550px;
    height: 100px;
    margin: auto;
    display: block;
    border-radius: 60px;
    border: 5px solid #fff;
    font-size: 22px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    padding-top: 20px;
    background: #00a84a;
    box-shadow: 2px 2px 10px 0px rgba(59, 0, 8, 0.25);
    position: relative;
    transition: all .2s; }
    .c-btn-form-sim a:before {
      content: "\e924";
      position: absolute;
      font-size: 30px;
      font-family: 'icomoon';
      font-weight: normal;
      color: #fff;
      top: 50%;
      left: 36px;
      transform: translateY(-50%); }
    .c-btn-form-sim a:after {
      content: "\e914";
      position: absolute;
      font-size: 30px;
      font-family: 'icomoon';
      font-weight: normal;
      color: #fff;
      top: 50%;
      right: 24px;
      transform: translateY(-50%); }
    .c-btn-form-sim a:hover {
      filter: brightness(1.15); }
  .c-btn-form-sim-flt-txt1 {
    font-size: 20px;
    color: #fde802; }
  .c-btn-form-sim-flt-txt2 {
    font-size: 20px; }
  .c-btn-form-sim-flt a {
    width: 90%;
    line-height: 1.4em;
    margin: 0 auto 5px;
    display: block;
    border-radius: 10px;
    border: 3px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    padding: 2%;
    box-shadow: 2px 2px 10px 0px rgba(59, 0, 8, 0.25);
    position: relative;
    background: #00a84a;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s; }
    .c-btn-form-sim-flt a:hover {
      filter: brightness(1.15); }
  .c-btn-form-sim-flt2 a {
    background: linear-gradient(151deg, #aff83a, #00a84a 35%); }
  .c-btn-form-sim2-flt2 a {
    background: linear-gradient(151deg, #aff83a, #00a84a 35%); }
  .c-btn-form-yl-txt1 {
    font-size: 30px;
    color: #fde802;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  .c-btn-form-yl-txt2 {
    font-size: 30px; }
  .c-btn-form-yl a {
    width: 550px;
    height: 100px;
    margin: auto;
    display: block;
    border-radius: 60px;
    border: 5px solid #FFEA61;
    font-size: 22px;
    font-weight: bold;
    color: #333 !important;
    text-align: center;
    padding-top: 20px;
    background: #FFEA61;
    box-shadow: 2px 2px 10px 0px rgba(59, 0, 8, 0.25);
    position: relative;
    transition: all .2s; }
    .c-btn-form-yl a:before {
      content: "\e924";
      position: absolute;
      font-size: 30px;
      font-family: 'icomoon';
      font-weight: normal;
      color: #333;
      top: 50%;
      left: 36px;
      transform: translateY(-50%); }
    .c-btn-form-yl a:after {
      content: "\e914";
      position: absolute;
      font-size: 30px;
      font-family: 'icomoon';
      font-weight: normal;
      color: #333;
      top: 50%;
      right: 24px;
      transform: translateY(-50%); }
    .c-btn-form-yl a:hover {
      filter: brightness(1.15); }
  .c-btn-form-consul-txt1 {
    font-size: 30px;
    color: #fde802;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .c-btn-form-consul a {
    width: 550px;
    height: 100px;
    margin: auto;
    display: block;
    border-radius: 60px;
    border: 5px solid #ffffff;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff !important;
    text-align: center;
    padding-top: 20px;
    background: #f37800;
    box-shadow: 2px 2px 10px 0px rgba(59, 0, 8, 0.25);
    position: relative;
    margin-top: 45px;
    transition: all 0.2s; }
    .c-btn-form-consul a:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 37px;
      top: 32px;
      left: 36px;
      background: url("/assets/img/common/icon_soudan.png") no-repeat top center/90%; }
    .c-btn-form-consul a:after {
      content: "\e914";
      position: absolute;
      font-size: 30px;
      font-family: 'icomoon';
      font-weight: normal;
      color: #fff;
      top: 50%;
      right: 24px;
      transform: translateY(-50%);
      transition: all 0.2s; }
    .c-btn-form-consul a:hover {
      filter: brightness(1.15); }
  .c-btn-form-consul-flt-txt1 {
    font-size: 20px;
    color: #fde802;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .c-btn-form-consul-flt-txt2 {
    font-size: 20px; }
  .c-btn-form-consul-flt a {
    width: 90%;
    line-height: 1.4em;
    margin: 0 auto 5px;
    display: block;
    border-radius: 10px;
    border: 3px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    padding: 2%;
    background: #f37800;
    box-shadow: 2px 2px 10px 0px rgba(59, 0, 8, 0.25);
    position: relative;
    transition: all 0.2s; }
    .c-btn-form-consul-flt a:hover {
      filter: brightness(1.15); }
  .c-btn-form-consul-flt2 a {
    background: linear-gradient(151deg, #fbcb63, #f37800 35%); }
  .c-btn-form-consul2 a {
    background: linear-gradient(151deg, #fbcb63, #f37800 35%); }
  .c-btn-form-consul2-flt-txt1 {
    font-size: 20px;
    color: #fde802;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .c-btn-form-consul2-flt-txt2 {
    font-size: 20px; }
  .c-btn-form-consul2-flt a {
    width: 90%;
    line-height: 1.4em;
    margin: 0 auto 5px;
    display: block;
    border-radius: 10px;
    border: 3px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    padding: 2%;
    background: #f37800;
    box-shadow: 2px 2px 10px 0px rgba(59, 0, 8, 0.25);
    position: relative;
    transition: all 0.2s; }
    .c-btn-form-consul2-flt a:hover {
      filter: brightness(1.15); }
  .c-btn-form-consul2-flt2 a {
    background: linear-gradient(151deg, #fbcb63, #f37800 35%); }
.c-btn-mfr {
  width: 200px;
  height: 54px;
  padding: 2px; }
  .c-btn-mfr a,
  .c-btn-mfr span {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative; }
    .c-btn-mfr a img,
    .c-btn-mfr span img {
      vertical-align: middle; }
  .c-btn-mfr a {
    transition: opacity .2s; }
    .c-btn-mfr a:hover {
      opacity: .6; }
    .c-btn-mfr a::after {
      font-size: 12px;
      content: "\e915";
      font-family: 'icomoon';
      color: #CECECE;
      position: absolute;
      top: 50%;
      right: 14px;
      transform: translateY(-50%); }
  .c-btn-mfr-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2px; }
.c-btn-comment-circle::before {
  content: "こちらの\AWEBフォーム\Aがオススメ";
  font-size: 12px;
  line-height: 1.3;
  color: #333;
  background: url("/assets/img/common/bg_comment_circle_01.png") no-repeat center;
  background-size: contain;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: -40px;
  text-align: center;
  white-space: pre;
  padding: 0 0 5px 0;
  z-index: 4; }
.c-btn-comment-circle::after {
  content: "";
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: -40px;
  z-index: 3; }
.c-btn-comment-square::before {
  content: "こちらのWEBフォームがオススメ！";
  font-size: 14px;
  line-height: 1;
  color: #333;
  background: url("/assets/img/common/bg_comment_square_01.png") no-repeat center;
  background-size: contain;
  width: 256px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 16px;
  top: -22px;
  text-align: center;
  padding: 0 0 8px 0;
  z-index: 3; }
.c-btn-effect-bounce::before {
  animation: 2s effect-bounce infinite; }
.c-btn-effect-bounce::after {
  animation: 2s effect-bounce-shadow infinite; }
.c-btn-effect-ripple {
  position: relative;
  display: block;
  border-radius: 50px; }
  .c-btn-effect-ripple::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 0 solid rgba(254, 220, 0, 0.8);
    animation: effect-ripple 2s ease-out infinite; }
.c-btn-effect-slide-icon {
  display: block;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius: 50%;
  overflow: hidden;
  background: #333; }
  .c-btn-effect-slide-icon i {
    display: block;
    height: 100%;
    font-size: 30px;
    font-weight: 400;
    animation: effect-slide 1.5s ease-out infinite;
    border-radius: 50%;
    position: relative; }
    .c-btn-effect-slide-icon i::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: #FFEA61;
      border-radius: 50%;
      z-index: -1;
      transform: scale(0.7); }
.c-btn-effect-slide a::after {
  display: none; }
.c-btn-ab-2 {
  display: none; }
.c-btn-ab-3 {
  display: none; }
.c-btn-ab-4 {
  display: none; }
.c-btn-mlg a {
  width: 588px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px; }
.c-btn-md a {
  width: 312px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  font-size: 16px; }
.c-btn-sm a {
  width: 200px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  font-size: 16px; }
.c-btn-c a {
  margin: 0 auto; }
.c-btn-l a {
  margin-right: auto; }
.c-btn-r a {
  margin-left: auto; }
.c-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@keyframes effect-bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
@keyframes effect-bounce-shadow {
  0%, 100% {
    transform: translateY(0);
    opacity: 0;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3); }
  50% {
    transform: translateY(-10px);
    opacity: 1;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3); } }
@keyframes effect-ripple {
  0% {
    border: 0px solid rgba(254, 220, 0, 0.8);
    opacity: 0;
    border-radius: 50px; }
  30% {
    border: 0px solid rgba(254, 220, 0, 0.8);
    opacity: 1;
    border-radius: 50px; }
  100% {
    border: 30px solid rgba(254, 220, 0, 0.8);
    opacity: 0;
    border-radius: 75px; } }
@keyframes effect-slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
.c-box {
  padding: 90px 0 20px; }
  .c-box * {
    box-sizing: border-box; }
  .c-box-inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px; }
    .c-box-inr-s {
      width: 1200px;
      margin: 0 auto;
      padding: 0 16px;
      width: 900px; }
    .c-box-inr-md {
      width: 1080px;
      margin: 0 auto;
      padding: 0 16px; }
    .c-box-inr-sm {
      width: 882px;
      margin: 0 auto;
      padding: 0 16px; }
  .c-box-s {
    width: 100%; }
    .c-box-s * {
      box-sizing: border-box; }
  .c-box-green, .c-box-yellow {
    padding: 24px 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .c-box-green-ttl, .c-box-yellow-ttl {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 24px;
      text-align: center;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .c-box-green-ttl, .c-box-yellow-ttl {
          margin-bottom: 12px; } }
      @media screen and (max-width: 320px) {
        .c-box-green-ttl, .c-box-yellow-ttl {
          font-size: 21px; } }
      .c-box-green-ttl sup, .c-box-yellow-ttl sup {
        font-size: 10px;
        vertical-align: top; }
    .c-box-green-col-l, .c-box-yellow-col-l {
      width: 42%;
      text-align: right; }
    .c-box-green-col-r, .c-box-yellow-col-r {
      font-weight: 500;
      width: 58%;
      padding-left: 32px; }
      @media screen and (max-width: 767px) {
        .c-box-green-col-r, .c-box-yellow-col-r {
          padding-left: 16px; } }
    .c-box-green-price, .c-box-yellow-price {
      font-size: 38px;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      font-weight: 700;
      line-height: 1 !important;
      padding-top: 8px; }
      @media screen and (max-width: 320px) {
        .c-box-green-price, .c-box-yellow-price {
          font-size: 24px; } }
      .c-box-green-price-yen, .c-box-yellow-price-yen {
        font-size: 24px; }
        @media screen and (max-width: 320px) {
          .c-box-green-price-yen, .c-box-yellow-price-yen {
            font-size: 18px; } }
        .c-box-green-price-yen small, .c-box-yellow-price-yen small {
          font-size: 14px;
          font-weight: 400; }
      .c-box-green-price + .c-txt-md, .c-box-yellow-price + .c-txt-md {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .c-box-green-price + .c-txt-md, .c-box-yellow-price + .c-txt-md {
            margin-top: 20px; } }
    .c-box-green-img-area, .c-box-yellow-img-area {
      display: flex;
      justify-content: space-between;
      margin-top: 16px;
      width: 261px; }
      @media screen and (max-width: 767px) {
        .c-box-green-img-area, .c-box-yellow-img-area {
          margin-top: 8px; } }
      .c-box-green-img-area img, .c-box-yellow-img-area img {
        width: 48%; }
  .c-box-green {
    background: #22D85F;
    color: #fff; }
  .c-box-yellow {
    background: #FFEA61; }
  .c-box-gray {
    background: #F2F2F2; }
  .c-box-modal {
    box-sizing: border-box;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(65, 60, 55, 0.5); }
    .c-box-modal * {
      box-sizing: border-box; }
    .c-box-modal-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .c-box-modal-btn {
      cursor: pointer; }
    .c-box-modal-inr {
      width: 100%;
      height: 100%;
      padding: 16px;
      overflow: auto;
      text-align: center;
      white-space: nowrap;
      overflow-x: hidden; }
      .c-box-modal-inr::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%; }
    .c-box-modal-content {
      width: 100%;
      max-width: 800px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      background: #fff;
      border-radius: 20px;
      padding-top: 78px;
      padding-bottom: 48px;
      z-index: 9999;
      text-align: left; }
    .c-box-modal-close {
      position: absolute;
      top: 24px;
      right: 24px;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      width: 42px;
      transition: opacity .2s;
      cursor: pointer; }
      .c-box-modal-close:hover {
        opacity: .6; }
      .c-box-modal-close span {
        position: relative;
        padding-top: 38px;
        text-align: center;
        display: block; }
        .c-box-modal-close span::before, .c-box-modal-close span::after {
          content: "";
          display: block;
          position: absolute;
          top: 16px;
          left: 0;
          width: 43px;
          height: 1px;
          background: #333; }
        .c-box-modal-close span::before {
          transform: rotate(-45deg); }
        .c-box-modal-close span::after {
          transform: rotate(45deg); }
    .c-box-modal-content-max {
      max-width: 1200px; }
  .c-box-youtube-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 8px solid #FFEEEF;
    background: #FFEEEF;
    border-radius: 20px;
    padding: 32px; }
  .c-box-youtube-col {
    width: 48%; }
  .c-box-youtube-lead {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding: 16px;
    margin-bottom: 24px;
    letter-spacing: 0.05em; }
    .c-box-youtube-lead::before, .c-box-youtube-lead::after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute; }
    .c-box-youtube-lead::before {
      border-left: solid 4px #f7a7ad;
      border-top: solid 4px #f7a7ad;
      top: 0;
      left: 0; }
    .c-box-youtube-lead::after {
      border-right: solid 4px #f7a7ad;
      border-bottom: solid 4px #f7a7ad;
      bottom: 0;
      right: 0; }
    .c-box-youtube-lead span {
      font-size: 18px;
      font-weight: 500;
      display: inline-block;
      background: #f7a7ad;
      color: #fff;
      padding: .2em 1em;
      border-radius: 20px; }
  .c-box-youtube-txt {
    font-size: 16px; }
  .c-box-youtube-link {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #fff; }
    .c-box-youtube-link img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 100%;
      height: auto;
      transition: .3s; }
    .c-box-youtube-link::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 120px;
      height: 120px;
      background: url("/assets/img/common/icon_video_start.png") no-repeat;
      background-size: contain !important; }
    .c-box-youtube-link:hover img {
      transform: translate(-50%, -50%) scale(1.1); }
  .c-box-youtube-modal {
    width: 100vw;
    min-width: 1200px;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none; }
    .c-box-youtube-modal.open {
      display: flex; }
    .c-box-youtube-modal-player {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .c-box-youtube-modal-player iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .c-box-youtube-modal-close {
      color: white;
      text-align: center;
      position: absolute;
      cursor: pointer;
      top: -85px;
      right: -60px;
      transition: opacity .2s; }
      .c-box-youtube-modal-close:hover {
        opacity: .6; }
      .c-box-youtube-modal-close span {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #F2F2F2;
        position: relative;
        display: block; }
        .c-box-youtube-modal-close span::before, .c-box-youtube-modal-close span::after {
          position: absolute;
          content: "";
          width: 28px;
          height: 2px;
          top: 50%;
          left: 50%;
          background: #707070; }
        .c-box-youtube-modal-close span::before {
          transform: translate(-50%, -50%) rotate(45deg); }
        .c-box-youtube-modal-close span::after {
          transform: translate(-50%, -50%) rotate(-45deg); }
    .c-box-youtube-modal-contents {
      width: 900px;
      position: relative; }

.c-bnr-c {
  text-align: center; }

.c-bnr-conviction {
  width: 808px;
  height: 93px;
  margin: 0 auto 60px;
  position: relative; }
  .c-bnr-conviction::after {
    content: "";
    display: block;
    width: 800px;
    height: 70px;
    background-color: #ceeaff;
    border-radius: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .c-bnr-conviction img {
    transition: transform 0.08s 0s ease;
    top: 0px;
    left: 0px;
    position: absolute; }
  .c-bnr-conviction:hover img {
    transform: translate(8px, 8px); }

.c-ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  line-height: 1.4; }
  .c-ttl-lg {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.5; }
  .c-ttl-xs {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .c-ttl-xs {
        margin-bottom: 8px; } }
  .c-ttl-c {
    text-align: center; }
  .c-ttl-circle {
    position: relative;
    padding: 32px 0 0;
    display: inline-block; }
    .c-ttl-circle::before {
      content: "";
      position: absolute;
      top: -20px;
      left: -110px;
      width: 140px;
      height: 140px;
      background: #FFEA61;
      border-radius: 50%;
      z-index: -1; }
  .c-ttl-catch {
    width: 1200px;
    height: 0;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
    top: 10px;
    left: 0; }
  .c-ttl-lower-lg {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px; }
  .c-ttl-lower-md {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    text-align: center; }
  .c-ttl-lower-ul {
    padding-bottom: 24px;
    position: relative; }
    .c-ttl-lower-ul::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 1px;
      background: #333; }
    .c-ttl-lower-ul-stripe {
      font-size: 26px;
      font-weight: 700;
      line-height: 1.1538461538;
      letter-spacing: 0.05em;
      margin-bottom: 24px; }
      .c-ttl-lower-ul-stripe::after {
        content: "";
        width: 100%;
        height: 8px;
        background: url("/assets/img/common/bg_ptn_stripe.png") center;
        display: block;
        margin-top: 24px; }
  .c-ttl-lower-border-l {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    padding-left: 24px;
    margin-bottom: 24px; }
    .c-ttl-lower-border-l::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 8px;
      border-radius: 5px;
      background: #E60012; }
  .c-ttl-lower-green {
    color: #22C85A; }

#Catch {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 16px 0;
  box-sizing: border-box; }

.c-txt-lg {
  font-size: 24px;
  font-weight: 700; }
.c-txt-mlg {
  font-size: 18px; }
.c-txt-md {
  font-size: 16px; }
.c-txt-sm {
  font-size: 14px; }
.c-txt-xs {
  font-size: 14px; }
.c-txt-xxs {
  font-size: 12px; }
.c-txt-bold {
  font-weight: 700; }
.c-txt-slim {
  font-weight: 400; }
.c-txt-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif; }
.c-txt-ja {
  font-family: "Noto Sans JP", sans-serif; }
.c-txt-lead {
  margin-bottom: 2em;
  text-align: center;
  font-weight: 700; }
.c-txt-arrow::before {
  display: inline-block;
  content: "\e915";
  font-family: 'icomoon';
  color: #E60012;
  margin-right: .5em; }
.c-txt-blank::after {
  display: inline-block;
  content: "\e912";
  font-family: 'icomoon';
  margin-left: 1em;
  font-size: .8em; }
.c-txt-ul {
  text-decoration: underline !important; }
.c-txt-yellow {
  color: #FFEA61; }
.c-txt-red {
  color: #E60012; }
.c-txt-c {
  text-align: center; }
  .c-txt-c-pc {
    text-align: center; }
.c-txt-l {
  text-align: left; }
  .c-txt-l-pc {
    text-align: left; }
.c-txt-r {
  text-align: right; }
  .c-txt-r-pc {
    text-align: right; }
.c-txt-link-color {
  transition: color .2s; }
  .c-txt-link-color:hover {
    color: #727272; }
.c-txt-link-opacity {
  transition: opacity .2s; }
  .c-txt-link-opacity:hover {
    opacity: .6; }
.c-txt-link-blue {
  color: #337ab7; }
.c-txt-mk-red {
  background: linear-gradient(transparent 60%, #FFD8DB 60%); }
.c-txt-mk-yellow {
  background: linear-gradient(transparent 60%, #FFF5B7 60%); }
.c-txt-mk-pink {
  background: linear-gradient(transparent 60%, #FFD8DB 60%); }
.c-txt-lower-lead {
  font-size: 18px;
  font-weight: 500;
  margin-top: -20px;
  margin-bottom: 40px;
  line-height: 2 !important; }

.c-list-circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-list-circle * {
    box-sizing: border-box; }
  .c-list-circle-item {
    width: 320px;
    margin-bottom: 40px; }
  .c-list-circle-link {
    display: block;
    transition: opacity .2s; }
    .c-list-circle-link:hover {
      opacity: .6; }
  .c-list-circle-ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: .5em; }
    .c-list-circle-ttl-ac {
      font-size: 50px;
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      color: #E60012;
      margin-right: .05em;
      transform: translateY(1px);
      display: inline-block; }
    .c-list-circle-ttl-sub {
      font-size: 16px;
      display: block;
      margin-bottom: .3em;
      font-weight: 700; }
.c-list-fill * {
  box-sizing: border-box; }
.c-list-fill-item a {
  background: #F2F2F2;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 5px;
  display: block;
  transition: opacity .2s; }
  .c-list-fill-item a:hover {
    opacity: .6; }
.c-list-fill-txt {
  font-size: 14px; }
  .c-list-fill-txt-xxs {
    font-size: 14px;
    font-weight: 700;
    padding-top: 1em; }
.c-list-fill-btn {
  margin-top: auto;
  padding-top: 32px; }
  @media screen and (max-width: 767px) {
    .c-list-fill-btn {
      padding-top: 16px; } }
.c-list-num {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c-list-num * {
    box-sizing: border-box; }
  .c-list-num-item {
    width: 256px;
    height: 256px;
    background: #F2F2F2;
    border-radius: 50%;
    position: relative; }
    .c-list-num-item + li::after {
      content: "";
      position: absolute;
      top: 50%;
      left: -31px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 18px;
      border-color: transparent transparent transparent #727272; }
  .c-list-num-label {
    width: 71px;
    height: 71px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    background: #E60012;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .c-list-num-body {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center; }
    .c-list-num-body img {
      width: 100%; }
  .c-list-num-ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px; }
  .c-list-num-txt-s {
    color: #7e7e7e;
    font-size: 14px;
    margin-top: .3em; }
    .c-list-num-txt-s span {
      font-size: 13px;
      line-height: 1; }
.c-list-faq {
  font-weight: 400;
  border-bottom: 1px solid #727272;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  .c-list-faq dt,
  .c-list-faq dd {
    position: relative;
    padding: 16px 16px 16px 70px;
    line-height: 2;
    box-sizing: border-box; }
    .c-list-faq dt::before,
    .c-list-faq dd::before {
      font-size: 20px;
      display: block;
      position: absolute;
      left: 16px;
      top: 16px;
      line-height: 100%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      color: #fff;
      text-align: center; }
  .c-list-faq dt {
    border-top: 1px solid #727272;
    border-bottom: 1px solid #e8e8e8; }
    .c-list-faq dt::before {
      content: "Q";
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      transform: translateY(-8px);
      background: #22D85F; }
  .c-list-faq dd::before {
    content: "A";
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    transform: translateY(-8px);
    background: #727272; }
  .c-list-faq-ac dt {
    cursor: pointer;
    transition: background .2s;
    padding-right: 40px; }
    .c-list-faq-ac dt span {
      display: block;
      position: relative; }
      .c-list-faq-ac dt span::before, .c-list-faq-ac dt span::after {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 1px;
        background: #000000;
        top: 50%;
        right: -26px;
        transform: translateY(-50%);
        transition: transform .2s; }
      .c-list-faq-ac dt span::after {
        transform: translateY(-50%) rotate(90deg); }
    .c-list-faq-ac dt:hover {
      background: #e8e8e8; }
    .c-list-faq-ac dt.is-active span::before {
      transform: rotate(45deg); }
    .c-list-faq-ac dt.is-active span::after {
      transform: translateY(-50%) rotate(135deg); }
.c-list-link-btn {
  display: flex;
  flex-wrap: wrap; }
  .c-list-link-btn-wrap {
    max-width: 1080px;
    margin: 0 auto;
    background: #F2F2F2;
    border-radius: 15px;
    padding: 24px 36px; }
    .c-list-link-btn-wrap * {
      box-sizing: border-box; }
    .c-list-link-btn-wrap-sm {
      max-width: 850px;
      margin: 0 auto;
      background: #F2F2F2;
      border-radius: 15px;
      padding: 16px 0; }
      .c-list-link-btn-wrap-sm .c-list-link-btn-item {
        padding: 0 16px; }
      .c-list-link-btn-wrap-sm .c-btn-area {
        padding: 0 !important; }
      .c-list-link-btn-wrap-sm .c-btn-sm {
        width: 190px !important; }
        .c-list-link-btn-wrap-sm .c-btn-sm a {
          width: 100%; }
      .c-list-link-btn-wrap-sm * {
        box-sizing: border-box; }
  .c-list-link-btn-item {
    width: 50%; }
    .c-list-link-btn-item .c-btn-area {
      padding: 0 32px; }
    .c-list-link-btn-item .c-btn-sm {
      width: 200px; }
    .c-list-link-btn-item + li {
      border-left: 1px solid #333; }
  .c-list-link-btn-label {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.05em; }
    .c-list-link-btn-label i {
      font-size: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0.2em;
      margin-right: 8px; }
.c-list-knowledge {
  width: 48%; }
  .c-list-knowledge > li {
    margin-bottom: 16px; }
  .c-list-knowledge-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .c-list-knowledge-ttl {
    font-size: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.05em; }
    .c-list-knowledge-ttl::after {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      background-image: linear-gradient(45deg, #22D85F 0%, #22D85F 25%, #fff 25%, #fff 50%, #22D85F 50%, #22D85F 75%, #fff 75%, #fff 100%);
      background-size: 5px 5px;
      margin-top: 8px; }
  .c-list-knowledge li {
    padding: 4px 0; }
    .c-list-knowledge li a {
      font-size: 15px; }
      .c-list-knowledge li a:hover {
        color: #22D85F; }
      .c-list-knowledge li a::before {
        font-size: 10px;
        font-family: 'icomoon' !important;
        display: inline-block;
        content: "\e606";
        margin-right: 8px;
        color: #22D85F; }
  .c-list-knowledge:last-of-type li:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .c-list-knowledge:last-of-type li:last-child ul li {
      width: 48%; }
  .c-list-knowledge-lead-01, .c-list-knowledge-lead-02, .c-list-knowledge-lead-03, .c-list-knowledge-lead-04 {
    font-size: 22px;
    height: 100px;
    line-height: 100px !important;
    font-weight: bold;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px; }
  .c-list-knowledge-lead-01 {
    background: url("/gas/assets/img/common/img_list_knowledge_01.jpg") no-repeat center;
    background-size: cover; }
  .c-list-knowledge-lead-02 {
    background: url("/gas/assets/img/common/img_list_knowledge_02.jpg") no-repeat center;
    background-size: cover; }
  .c-list-knowledge-lead-03 {
    background: url("/gas/assets/img/common/img_list_knowledge_03.jpg") no-repeat center;
    background-size: cover; }
  .c-list-knowledge-lead-04 {
    background: url("/gas/assets/img/common/img_list_knowledge_04.jpg") no-repeat center;
    background-size: cover; }

/*# sourceMappingURL=common.css.map */
