/*=======================================
common
=======================================*/

:root {
  --color-main: #0080e2;
  --color-accent: #fa6161;
  --color-bg-blue: #e6f3fa;
  --color-text: #000;
  --color-btn-tel: #ff2b30;

  --color-green: #41cfcf;
  --color-yellow: #ffec00;
  --color-orange: #ffaa00;
  --color-navy: #03247c;

  --font-yugothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --font-lato: "Lato", sans-serif;
}

/* レスポンシブ切り替え
    ----------------------------------------------------*/
@media (max-width: 1350px) {
header {
    padding-left: 25%;
}
}
@media (max-width: 1250px) {
header {
    padding-left: 15%!important;
}
}
@media (min-width: 768px) {
.h151 {
    margin-top: 30px!important;
}
#flow h2 {
    margin-top: 45px!important;
}
  .is-hidden_pc {
    display: none;
  }
 .header--btn-mail {
    width: 230px!important;
}
.header--btn-tel .info {
    width: 280px;
}
#feature h2 {
    margin-top: 40px;
}
}
@media (max-width: 767px) {
  .is-hidden_sp {
    display: none!important;
  }
#reason h2 .u-reason {
    font-size: 3rem!important;
}
header {
    padding-left: 0!important;
}
}

/* flexbox
      ----------------------------------------------------*/
.flex > .flex--img {
  text-align: center;
}
.flex .flex-shrink {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex.flex-wrap {
    flex-wrap: wrap;
  }
  .flex.align-items-center {
    align-items: center;
  }
  .flex.align-items-start {
    align-items: flex-start;
  }
  .flex.align-items-end {
    align-items: flex-end;
  }
  .flex.justify-content-start {
    justify-content: flex-start;
  }
  .flex.justify-content-center {
    justify-content: center;
  }
  .flex.justify-content-end {
    justify-content: flex-end;
  }
  .flex.justify-content-evenly {
    justify-content: space-evenly;
  }
  .flex.flex-directio-column {
    flex-direction: column;
  }
}

/* h
      ----------------------------------------------------*/
.ttl_obi {
  background-color: var(--color-accent);
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  text-align: center;
  padding: 0.6rem 0;
  position: relative;
}
.ttl_obi:before {
  content: "";
  background-color: #fff;
  border-radius: 0.3rem;
  width: 0.7rem;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
}

@media (max-width: 767px) {
  .ttl_obi {
    border-radius: 0.4rem;
    font-size: min(4.8vw, 1.8rem);
    margin-bottom: 1.5rem;
    padding: 2rem 1.5rem;
    letter-spacing: 0.06em;
  }
  .ttl_obi:before {
    display: none;
  }
}

/* width
      ----------------------------------------------------*/
.u-w1100 {
  width: 99rem !important;
}

/* text-align
      ----------------------------------------------------*/
.u-txt_center {
  text-align: center;
}

/* font-weight
      ----------------------------------------------------*/
.u-fw_regular {
  font-weight: 400;
}
.u-fw_bold {
  font-weight: 700;
}
.u-fw_black {
  font-weight: 900;
}

/* color
      ----------------------------------------------------*/
.u-color_main {
  color: var(--color-main);
}
.u-color_accent {
  color: var(--color-accent);
}
.u-color_red {
  color: var(--color-btn-tel);
  font-size: 2rem;
}

/* table
      ----------------------------------------------------*/
table {
  width: 100%;
}
@media (max-width: 767px) {
  table {
    display: block;
  }
  table tbody,
  table tr,
  table th,
  table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

/*=======================================
      base
      =======================================*/

html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
* {
  box-sizing: border-box;
  outline: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
mark {
  background: inherit;
  color: inherit;
  font-weight: bold;
}
.wrap {
  min-width: 120rem;
  margin: auto;
}
@media (max-width: 767px) {
  .wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}
.container {
  width: 100rem;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    box-sizing: border-box;
    width: 95% !important;
    margin: 0 auto;
  }
}
main {
  display: block;
}
@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}

/*=======================================
      header
      =======================================*/

header {
  background-color: #fff;
  height: 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 38%;
}
.header--btn {
  display: flex;
}
.header--btn a {
  height: 8.5rem;
}
.header--btn a:hover {
  opacity: 0.7;
}
.header--btn-tel {
  background-color: var(--color-btn-tel);
  color: #fff;
  display: flex;
}
.header--btn-tel .txt {
  background-color: #fff;
  color: var(--color-btn-tel);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem 0 0.4rem 0.4rem;
  line-height: 1.6;
  width: 12rem;
  position: relative;
}
.header--btn-tel .txt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
.header--btn-tel .info {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem 0;
}
.header--btn-tel .info--time {
  font-size: 1.7rem;
}
.header--btn-tel .info--num {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: var(--font-lato);
  position: relative;
}
.header--btn-tel .info--num:before {
    content: "";
    background: url(/wp-content/themes/xeory_base_child/img/ico_tel.svg) no-repeat 0 0 / contain;
    display: inline-block;
    margin-right: 0.3rem;
    width: 2rem;
    height: 2.2rem;
}
.header--btn-mail {
background-color: var(--color-main);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    font-size: 20px;
}
.header--btn-mail:before {
    content: "";
    background: url(/wp-content/themes/xeory_base_child/img/ico_mail.svg) no-repeat 0 0 / contain;
    margin-right: 1rem;
    width: 3.6rem;
    height: 2rem;
}

@media (max-width: 767px) {
  header {
    height: 6rem;
    padding-left: 0rem;
  }
  header h1 {
    margin: 0 auto;
    padding: 0px!important;
  }
  header h1 img {
    width: 13.4rem;
    vertical-align: text-bottom;
  }
  .header--btn {
    flex-shrink: 0;
  }
  .header--btn a {
    height: 6rem;
  }
  .header--btn-tel .info--num:before {
    margin-right: min(0.8vw, 0.3rem);
    width: min(2.933333333333333vw, 1.1rem);
    height: min(4vw, 1.5rem);
  }
  .header--btn-tel .info {
    padding: 0 min(2.666666666666667vw, 1rem);
  }
  .header--btn-tel .info--num {
    font-size: min(5.333333333333334vw, 2rem);
  }
  .header--btn-tel .info--time {
    font-size: 1rem;
    font-weight: 500;
  }
  .header--btn-mail {
    font-size: 0;
    padding: 0;
    width: 6rem;
  }
  .header--btn-mail:before {
    margin-right: 0;
    width: 3.4rem;
    height: 2.2rem;
  }
  .header--btn-tel .txt,
  .header--btn-mail:after {
    display: none;
  }
}

/*=======================================
      footer
      =======================================*/

/* office
    ----------------------------------------------------*/
.office {
  background: url(/wp-content/themes/xeory_base_child/img/office_bg.png) no-repeat center center / cover;
  color: #fff;
  padding: 4.6rem 1.5rem;
}
.office h2 {
  border: 0.2rem solid #fff;
  font-size: 3rem;
  font-weight: 900;
  margin: 0 auto 4rem;
  text-align: center;
  padding: 1rem 1.5rem;
  letter-spacing: 0.1em;
  width: 52rem;
  max-width: 100%;
}
.office .office--lst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.5rem 4rem;
}
.office .office--lst-card {
  border: 0.2rem solid #fff;
  padding: 3rem;
  line-height: 1.6;
}
.office .office--lst-card .name {
  font-weight: 700;
  font-size: 2rem;
}
.office .office--lst-card .address {
  font-size: 1.6rem;
}
.office .office--lst-img {
  text-align: center;
}
.office .office--lst-img img {
  margin-top: 0.8rem;
}

@media (max-width: 767px) {
  .office {
    padding: 3rem 1.5rem;
  }
  .office h2 {
    border: 0;
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding: 0;
  }
  .office .office--lst {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem 0;
    display: flex;
    flex-direction: column;
  }
  .office .office--lst-card {
    border-width: 0.1rem;
    padding: 2rem;
    line-height: 1.6;
  }
  .office .office--lst-card .name {
    font-size: 1.8rem;
  }
  .office .office--lst-card .address {
    font-size: 1.4rem;
  }
  .office .office--lst-img {
    order: -1;
  }
  .office .office--lst-img img {
    margin-top: 0;
    width: 13rem;
  }
}

/* footer--bottom
    ----------------------------------------------------*/
.footer--bottom {
  background-color: #f2f2f2;
  font-size: 1.6rem;
  padding: 3.8rem 0;
  line-height: 1.3;
}
.footer--bottom nav ul {
  display: flex;
}
.footer--bottom nav ul li + * {
  border-left: 0.1rem solid var(--color-text);
  margin-left: 1rem;
  padding-left: 1rem;
}
.footer--bottom nav ul li a {
  color: var(--color-text);
}
.footer--bottom nav ul li a:hover {
  color: var(--color-main);
}

@media (max-width: 767px) {
  .footer--bottom {
    font-size: 1.4rem;
    padding: 2rem 1.5rem 3rem;
  }
  .footer--bottom nav {
    width: fit-content;
    margin: auto;
  }
  #copyright {
    font-size: 1.1rem;
    margin-top: 2rem;
    text-align: center;
  }
}

/*=======================================
      main
      =======================================*/

/* mv
    ----------------------------------------------------*/
#mv {
  background: url(http://nichigas-shizuoka.jp/wp-content/uploads/2023/12/121600.png) no-repeat center bottom / cover;
  position: relative;
  padding: 0 2.97% 12.7rem calc(50% - 57.5rem);
}
.mv--attention {
  font-size: 1.2rem;
  margin-right: -2.97%;
  padding-top: 0rem;
  text-align: right;
}
.mv--hojokin {
font-family: var(--font-yugothic);
    font-size: 1.3rem;
    font-weight: 700;
    color: #6b6b6b;
    text-align: center;
    margin: 28px 0 0;
}

@media (max-width: 767px) {
  #mv {
    background-image: url(/wp-content/uploads/2023/12/mv_bg_sp1.png);
    padding: 0 0.5rem 5rem 0.5rem;
    margin-top: 10px;
  }
  .mv--attention {
    font-size: 1rem;
        max-width: 100%;
  }
  .mv--img {
    margin-top: 0;
    text-align: center;
  }
}

/* order
    ----------------------------------------------------*/
#order {
  margin-top: -15rem;
  position: relative;
}
#order:before {
  content: "";
  height: 15rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#order h2 {
    font-size: 3.3rem;
    font-weight: 700;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
    text-align: center;
}
#order h2 mark {
  border-bottom: 0.5rem solid #ff9595;
  padding-bottom: 0.8rem;
}
.order--attention {
  border: 0.1rem solid #ff9595;
  border-radius: 0.7rem;
  color: #ff9595;
  font-weight: 700;
  font-family: var(--font-yugothic);
  display: flex;
  justify-content: center;
  padding: 2.2rem 2rem;
  position: relative;
  font-size: 15px;
  background: #fff;
     font-weight: 600;
}
.order--attention:before {
  content: "";
  border: 0.1rem solid #ff9595;
  border-radius: 0.5rem;
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
  right: 0.7rem;
}
.order--present {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  #order {
    margin-top: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .order--hukidashi {
    text-align: center;
  }
  #order h2 {
    font-size: min(5.6000000000000005vw, 2.1rem);
    margin-bottom: 2rem;
    margin-top: -10px;
  }
  #order h2 mark {
    border-bottom-width: 0.4rem;
    padding-bottom: 0.3rem;
    line-height: 2;
  }
  .order--present {
    margin-top: 1.5rem;
    text-align: center;
  }
  .order--attention {
  border-radius: 0.8rem;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 1.5rem 1.3rem;
    width: 90%;
    margin: 0 auto;
  }
  #order:before,
  .order--attention:before {
    display: none;
  }
}

/* campaign
    ----------------------------------------------------*/
#campaign {
  background-color: var(--color-bg-blue);
  padding-top: 2.2rem;
  padding-bottom: 6rem;
}
#campaign h2 {
     　font-weight: bold!important;
}
.campaign--otoku {
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0px 0px 20px -6px rgba(0, 42, 66, 0.1);
}
.campaign--otoku-body {
  background-color: #fff;
  padding: 1rem 8rem 5rem;
}
.campaign--otoku-ttl {
  background-color: var(--color-main);
  border-bottom: 0.9rem solid #d9d9d9;
  color: #fff;
  padding: 3.5rem 1.5rem;
  text-align: center;
}
.campaign--otoku .section.-second,
.campaign--otoku .section.-third {
  margin-top: 3rem;
}
.campaign--otoku .section.-fourth {
  margin-top: 4rem;
}
.campaign--otoku .section.-second table,
.campaign--otoku .section.-second table td,
.campaign--otoku .section.-second table th {
  border: 0.2rem solid var(--color-main);
}
.campaign--otoku .section.-second table td,
.campaign--otoku .section.-second table th {
  padding: 2rem;
}
.campaign--otoku .section.-second table th {
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.campaign--otoku .section.-second table td {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.campaign--otoku .section.-second table td .txt_l {
  font-size: 3.5rem;
  font-weight: 900;
}
.campaign--otoku .section.-second table td .txt--attention {
  font-size: 1.6rem;
}
.campaign--otoku .section.-second table + .txt--attention {
  font-size: 1.4rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
.mv--img {
      max-width: 90%;
    margin-left: 10%;
    margin-top: -20px;
}
#campaign h2 {
  width: 1000px;
    margin: 0 auto 3rem;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}
  .campaign--otoku .section.-second table tr:not(:last-of-type) th {
    border-bottom-color: #fff;
  }
}
@media (min-width: 1800px) {
.mv--img {
    margin-left: 6%;
}
}
@media (max-width: 767px) {
  #campaign {
    padding-top: 0rem;
    padding-bottom: 1.5rem;
  }
  #campaign h2 {
    margin-bottom: 2.5rem;
    margin-right: 15px;
    font-size: 23px;
    text-align: center;
  }
  .campaign--otoku {
    border-radius: 0.8rem;
  }
  .campaign--otoku-ttl {
    border-bottom: 0;
    padding: 1.5rem;
  }
  .campaign--otoku-body {
    padding: 2rem 1.5rem 3rem;
    display: flex;
    flex-direction: column;
  }
  .campaign--otoku-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .campaign--otoku .section.-second,
  .campaign--otoku .section.-third {
    margin-top: 2rem;
  }
  .campaign--otoku .section.-third {
    order: 1;
  }
  .campaign--otoku .section.-third img {
    position: relative;
    right: -0.5rem;
  }
  .campaign--otoku .section.-third .txt--attention {
background-color: #f2f2f2;
    border-radius: 0.4rem;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    padding: 1rem 0.7rem;
  }
  .campaign--otoku .section.-second table td {
    padding: 1.5rem 0.5rem 2rem;
    line-height: 1.4;
  }
  .campaign--otoku .section.-second table th {
    font-size: 1.2rem;
  }
  .campaign--otoku .section.-second table th .u-fw_bold {
    font-size: min(5.333333333333334vw, 2rem);
  }
  .campaign--otoku .section.-second table td {
    font-size: min(6.4vw, 2.4rem);
  }
  .campaign--otoku .section.-second table td .txt_l {
    font-size: min(9.6vw, 3.6rem);
  }
  .campaign--otoku .section.-second table td .txt--attention {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: inherit;
  }
  .campaign--otoku .table-wrap + .txt--attention {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .campaign--otoku .section.-fourth {
    margin-top: 2rem;
  }
  .campaign--otoku .section.-fourth .item + .item {
    margin-top: 1.5rem;
  }
}

/* cta
    ----------------------------------------------------*/
.cta {
  background-color: var(--color-main);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cta h2 {
  color: #fff;
  font-weight: 700;
  font-size: 4.6rem;
  margin-top: -9rem;
  margin-bottom: 1rem;
  padding-left: 15px;
}
.cta h2 + p {
  color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    letter-spacing: 0.015em;
    text-align: center;
}
.cta--btn + p {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
}
.cta--btn {
  display: flex;
  justify-content: space-between;
}
.cta--btn a {
  width: calc(50% - 3rem);
  height: 13rem;
}
.cta--btn a:hover {
  opacity: 0.7;
}
.cta--btn-tel {
  background-color: var(--color-btn-tel);
  border-radius: 0.6rem;
  box-shadow: 0px 1rem 0px 0px rgba(130, 0, 3, 1);
  color: #fff;
  display: flex;
  line-height: 1.3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  margin-bottom: 1rem;
}
.cta--btn-tel:hover {
  box-shadow: none;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cta--btn-tel .info--time {
  font-size: 1.9rem;
  padding-top: 2px;
}
.cta--btn-tel .info--num {
  font-size: 4.5rem;
  font-weight: 900;
  font-family: var(--font-lato);
  position: relative;
}
.cta--btn-tel .info--num:before {
  content: "";
  background: url(/wp-content/themes/xeory_base_child/img/ico_tel.svg) no-repeat 0 0 / contain;
  display: inline-block;
  margin-right: 1rem;
  width: 2.7rem;
  height: 3.5rem;
}
.cta--btn-mail {
  background-color: var(--color-orange);
  border-radius: 0.6rem;
  box-shadow: 0px 1rem 0px 0px rgb(92, 67, 0);
  color: #fff;
  display: flex;
  line-height: 1.3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  margin-bottom: 1rem;
}
.cta--btn-mail:hover {
  box-shadow: none;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cta--btn-mail .info--time {
  font-size: 1.9rem;
 padding-top: 15px;
}
.cta--btn-mail .info--txt {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
}
.cta--btn-mail .info--txt:before {
  content: "";
  background: url(/wp-content/themes/xeory_base_child/img/ico_mail.svg) no-repeat 0 0 / contain;
  margin-right: 1rem;
  width: 4.6rem;
  height: 3rem;
  display: inline-block;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .cta {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .cta h2 {
    font-size: min(8vw, 3rem);
    margin-top: 0;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .cta h2 img {
    position: absolute;
    top: -9rem;
    left: 50%;
    transform: translateX(-122%);
    width: 15rem;
  }
  .cta h2 + p {
    font-size: min(4.3999999999999995vw, 1.65rem);
    letter-spacing: 0;
    margin-bottom: 2.5rem;
  }
  .cta--btn {
    flex-direction: column;
  }
  .cta--btn a {
    width: 95%;
    height: 9rem;
    padding: 1rem;
    margin: 0 auto;
  }
  .cta--btn a + a {
    margin-top: 2.4rem;
  }
  .cta--btn-tel {
    box-shadow: 0px 0.8rem 0px 0px rgba(130, 0, 3, 1);
    margin-bottom: 0.8rem;
  }
  .cta--btn-tel:hover {
    margin-top: 0.8rem;
  }
  .cta--btn-tel .info--num {
    font-size: min(9.333333333333334vw, 3.5rem);
  }
  .cta--btn-mail {
    box-shadow: 0px 0.8rem 0px 0px rgb(92, 67, 0);
    margin-bottom: 0.8rem;
  }
  .cta--btn-mail:hover {
    margin-top: 3.2rem;
  }
  .cta--btn-mail .info--txt {
    font-size: min(6.4vw, 2.4rem);
  }
  .cta--btn-mail .info--txt:before {
    vertical-align: bottom;
  }
  .cta--btn-tel .info--time,
  .cta--btn-mail .info--time {
    font-size: 1.3rem;
  }
  .cta--btn-mail .info--time {
    margin-top: 0rem;
  }
}

/* merit
    ----------------------------------------------------*/
#merit {
  background-color: var(--color-bg-blue);
  padding-top: 7rem;
  padding-bottom: 6rem;
  position: relative;
}
#merit:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 45rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#merit h2 {
  margin-bottom: 4rem;
  text-align: center;
}
.merit--lead {
  text-align: center;
}
.merit--simulation {
  background-color: #fff;
  border: 0.4rem solid var(--color-main);
  border-radius: 1.6rem;
  margin-top: -16rem;
  padding: 19rem 9.5rem 3rem;
}
.merit--simulation .txt--head {
  background-color: var(--color-green);
  border-radius: 10rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.merit--simulation-fig img {
  margin-top: 2rem;
}
.merit--simulation a {
  color: inherit;
  font-size: 1.5rem;
}
.merit--simulation a:hover {
  color: var(--color-main);
}

@media (max-width: 767px) {
  #merit {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
  #merit:before {
    display: none;
  }
  #merit h2 {
    margin-bottom: 3rem;
  }
  .merit--simulation {
    padding: 3.5rem 2rem 1.5rem;
    margin-top: 3rem;
    border-radius: 0.8rem;
    border-width: 0.2rem;
  }
  .merit--simulation .txt--head {
    font-size: min(6.4vw, 2.4rem);
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
  .merit--simulation img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .merit--simulation-fig img {
    margin-top: 0.5rem;
  }
  .merit--simulation a {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .merit--simulation-dl {
    margin-top: 1.5rem;
  }
  .merit--simulation-dl div + * {
    margin-top: 1rem;
  }
  .merit--simulation-dl dt {
    background-color: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .merit--simulation-dl dt .txt_s {
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 0.5rem;
  }
  .merit--simulation-dl dd {
    color: var(--color-main);
  }
}

/* reason
    ----------------------------------------------------*/
#reason {
  background-color: var(--color-bg-blue);
  padding-bottom: 5rem;
}
#reason .txt--head {
  background-color: var(--color-main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 3.3rem;
  margin: 0 0 2rem;
  padding: 2.3rem 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
#reason .txt--head:before,
#reason .txt--head:after {
  content: "";
  background-color: #fff;
  width: 8.6rem;
  height: 0.4rem;
}
#reason .txt--head:before {
  margin-right: 5.5rem;
}
#reason .txt--head:after {
  margin-left: 5.5rem;
}
#reason h2 {
  color: var(--color-main);
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
#reason h2 img {
  margin-left: 3.5rem;
  vertical-align: text-bottom;
}
#reason h2 .txt_s {
  font-size: 3.9rem;
}
#reason .txt--lead_01 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
#reason .txt--lead_02 {
  font-size: 1.6rem;
    font-weight: 500;
    margin-top: 4rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 2.5;
}
#reason ol {
  counter-reset: reasonNum 0;
  margin: 5.5rem -1.7rem 0;
}
#reason ol li {
  background-color: #fff;
  border: 0.4rem solid var(--color-main);
  border-radius: 0.8rem;
  text-align: center;
  padding: 3rem 1.5rem 2.5rem;
  position: relative;
  width: 37.5rem;
  max-width: 32%;
      font-size: 18px;
}
#reason ol li:before {
  content: "";
  background: url(/wp-content/themes/xeory_base_child/img/reason_label.svg) no-repeat 0 0 / contain;
  width: 8.3rem;
  height: 8.3rem;
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
}
#reason ol li:after {
  content: counter(reasonNum, decimal-leading-zero) " ";
  counter-increment: reasonNum 1;
  color: #fff;
  font-family: var(--font-lato);
  font-size: 2.3rem;
  position: absolute;
  top: -0.7rem;
  left: 0.3rem;
}
#reason ol li .flex--txt {
  color: var(--color-main);
  font-weight: 700;
  margin-top: 3rem;
}
#reason ol li:last-child .flex--txt {
  margin-top: calc(3rem + 0.5em);
}
#reason ol li a {
  color: var(--color-btn-tel);
}
#reason ol li a:hover {
  color: var(--color-navy);
}
#reason .txt--attention {
      text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-top: 4rem;
}

@media (max-width: 767px) {
  #reason {
    padding-bottom: 3.5rem;
  }
  #reason .txt--head {
    font-size: 2.4rem;
    padding: 2rem 1.5rem;
    line-height: 1.6;
  }
  #reason .txt--head:before,
  #reason .txt--head:after {
    display: none;
  }
  #reason h2 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  #reason h2 .txt_s {
    font-size: 3rem;
  }
  #reason h2 img {
    margin-left: 0;
    display: block;
    margin: 1rem auto 0;
  }
  #reason .txt--lead_01 {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
  #reason .txt--lead_02 {
    font-size: min(3.733333333333334vw, 1.4rem);
    margin-top: 2rem;
    line-height: 2.3;
  }
  #reason ol {
    margin: 3rem 0 0;
  }
  #reason ol li {
    font-size: min(5.333333333333334vw, 2rem) !important;
        letter-spacing: 0;
    padding: 1.5rem;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}
  }
  #reason ol li img {
    width: 10.5rem;
  }
  #reason ol li .flex--txt {
    margin-top: 1.5rem !important;
  }
  #reason .txt--attention {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}

/* feature
    ----------------------------------------------------*/
#feature {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
#feature h2 {
  color: var(--color-main);
  font-weight: 900;
  font-size: 7.7rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#feature h2 .txt_l {
  font-size: 4.5rem;
  letter-spacing: 0;
}
#feature h2 .txt_s {
  font-size: 4rem;
  letter-spacing: 0;
}
#feature h2 .txt_s.-no {
  margin: 0 0.16em;
}
#feature h2 .txt_s.-wo {
  letter-spacing: 0;
  margin: 0 -0.06em;
}
.feature--section {
  border-radius: 1.6rem;
  border: 0.4rem solid var(--color-main);
  box-shadow: 0px 0px 20px -6px rgba(0, 42, 66, 0.1);
  overflow: hidden;
}
.feature--section + .feature--section {
  margin-top: 8rem;
}
.feature--section h3 {
  background-color: var(--color-main);
  color: var(--color-yellow);
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem;
  line-height: 1.4;
}
.feature--section-body {
  background-color: #fff;
  padding: 4.2rem 8rem;
}
.feature--section-body p:first-child {
  line-height: 2.2;
  font-size: 15px;
}
.feature--section.-first .flex {
  margin-top: 4rem;
}
.feature--section.-first .flex--item {
  background-color: #f2f2f2;
  border: 0.1rem solid #ccc;
  border-radius: 0.8rem;
  width: 29rem;
  max-width: 32%;
  overflow: hidden;
}
.feature--section.-first .flex--item .flex--img {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 27rem;
}
.feature--section.-first .flex--item .flex--txt {
  font-size: 1.7rem;
  padding: 2rem;
  line-height: 1.6;
}
.feature--section.-second .flex {
  counter-reset: featureNum_01 0;
  border-radius: 0.8rem;
  border: 0.1rem solid #ccc;
  padding: 5rem;
}
.feature--section.-second .flex--item {
  position: relative;
  max-width: 32%;
}
.feature--section.-second .flex--item:before {
  content: counter(featureNum_01) " ";
  counter-increment: featureNum_01 1;
  background-color: var(--color-main);
  border: 0.4rem solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-lato);
  font-size: 3.6rem;
  font-weight: 700;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -2rem;
  left: -2.4rem;
}
.feature--section.-second ol {
  counter-reset: featureNum_02 0;
  margin-top: 4rem;
}
.feature--section.-second ol li {
  background-color: #d5edfa;
  border-radius: 0.8rem;
  padding: 3rem 3rem 3.5rem 3rem;
  font-size: 17px;
}
.feature--section.-second ol li + * {
  margin-top: 3rem;
}
.feature--section.-second ol li .txt--head {
  color: var(--color-main);
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.feature--section.-second ol li .txt--head:before {
  content: counter(featureNum_02) " ";
  counter-increment: featureNum_02 1;
  background-color: var(--color-main);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-lato);
  font-size: 3.6rem;
  font-weight: 700;
  margin-right: 1.5rem;
  width: 5rem;
  height: 5rem;
}
.feature--section.-second ol + p {
  margin-top: 5rem;
  line-height: 2.2;
      font-size: 17px;
}

/* flow
    ----------------------------------------------------*/
#flow {
  background-color: var(--color-bg-blue);
  counter-reset: number 0;
  padding-bottom: 6rem;
}
#flow h2 {
  background-color: var(--color-main);
  color: #fff;
  font-weight: 700;
  font-size: 4.5rem;
  margin: 0 -1.5rem 8rem;
  padding: 4.5rem 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#flow h2 .sb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  position: relative;
}
#flow h2 .sb:before {
  content: "";
  background-color: #fff;
  margin-right: 5rem;
  width: 8rem;
  height: 0.2rem;
}
#flow h2 .sb:after {
  content: "";
  background-color: #fff;
  margin-left: 5rem;
  width: 8rem;
  height: 0.2rem;
}
.flow--item {
  border: 0.2rem solid var(--color-main);
  border-radius: 0.8rem;
  background-color: #fff;
  margin-left: 5.5rem;
  position: relative;
}
.flow--item + .flow--item {
  margin-top: 11rem;
}
.flow--item + .flow--item:before {
  content: "";
  background: url(/wp-content/themes/xeory_base_child/img/arrow.svg) no-repeat 0 0 / contain;
  width: 6.4rem;
  height: 3.6rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}
.flow--item .flow--item-step {
  color: #fff;
  background-color: var(--color-green);
  border: 0.8rem solid var(--color-bg-blue);
  border-radius: 7rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 14rem;
  position: absolute;
  top: -4rem;
  left: -5.5rem;
}
.flow--item .flow--item-step:after {
  content: counter(number) " ";
  counter-increment: number 1;
  font-family: var(--font-lato);
  font-size: 5.6rem;
}
.flow--item .flow--item-img {
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7rem 0;
  width: 33rem;
}
.flow--item .flow--item-txt {
  padding: 3rem 2rem 3.5rem 4rem;
  width: 100%;
  font-size: 17px;
}
.flow--item .flow--item-txt .txt--head {
  color: var(--color-main);
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
  border-radius: 0.8rem;
  background-color: #d5edfa;
  letter-spacing: 0.1em;
  padding: 0 2rem;
  text-align: center;
  width: fit-content;
  min-width: 27rem;
}
.flow--item .flow--item-txt p {
  line-height: 2.2;
}

@media (max-width: 767px) {
  #reason ol li + * {
    margin-top: 2.6rem;
  }
  #flow {
    background: url(/wp-content/themes/xeory_base_child/img/bg_wave_b.svg) repeat-x 0 0 / 9rem var(--color-bg-blue);
    padding: 5rem 2.5rem 4rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  #flow h2 {
    font-size: min(6.4vw, 2.4rem);
    margin: 0 -2.5rem 6.5rem;
    padding: 2rem 1.5rem;
  }
  #flow h2 .sb {
    font-size: min(4.8vw, 1.8rem);
  }
  #flow h2 .sb:before {
    width: min(12vw, 4.5rem);
    margin-right: min(3.733333333333334vw, 1.4rem);
  }
  #flow h2 .sb:after {
    width: min(12vw, 4.5rem);
    margin-left: min(3.733333333333334vw, 1.4rem);
  }
  .flow--item {
    margin-left: 0;
  }
  .flow--item + .flow--item {
    margin-top: 6rem;
  }
  .flow--item + .flow--item:before {
    width: 3.4rem;
    height: 2rem;
    top: -4rem;
    left: 50%;
  }
  .flow--item .flow--item-step {
    border-width: 0.4rem;
    font-size: 1.6rem;
    width: 8.5rem;
    height: 8.5rem;
    top: -4.25rem;
    left: -2rem;
  }
  .flow--item .flow--item-step:after {
    font-size: 3.7rem;
  }
  .flow--item .flow--item-img {
    padding: 2.5rem 0;
    width: 100%;
  }
  .flow--item:first-of-type .flow--item-img img {
    width: 10.3rem;
  }
  .flow--item:nth-of-type(2) .flow--item-img img {
    width: 9.9rem;
  }
  .flow--item:last-of-type .flow--item-img img {
    width: 8.8rem;
  }
  .flow--item .flow--item-txt {
    padding: 2rem 1.7rem 2.5rem;
  }
  .flow--item .flow--item-txt .txt--head {
    font-size: min(6.133333333333333vw, 2.3rem);
    min-width: 100%;
    letter-spacing: 0;
    padding: 0.3rem;
    margin-bottom: 2rem;
  }
  .flow--item .flow--item-txt p {
    line-height: inherit;
    font-size: 15px;
  }
}

/* ecoone
    ----------------------------------------------------*/
#ecoone {
  background: url(/wp-content/themes/xeory_base_child/img/bg_wave.svg) repeat-x 0 0;
  padding-top: 15rem;
  padding-bottom: 9rem;
  margin-top: -1px;
}
#ecoone h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.ecoone--box {
  background-color: #fff;
  border: 0.4rem solid var(--color-main);
  border-radius: 1.6rem;
  box-shadow: 0px 0px 20px -6px rgba(0, 42, 66, 0.1);
  padding: 3.5rem 7.5rem;
}
.ecoone--box .img {
  margin-top: 4.5rem;
}
#ecoone .txt--attention {
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
}

@media (max-width: 767px) {
  #ecoone {
    background-size: 9rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .ecoone--box {
    border-width: 0.2rem;
    border-radius: 0.8rem;
    padding: 2.5rem 2rem;
  }
  .ecoone--box .img {
    margin-top: 0;
    text-align: center;
  }
  #ecoone .order--present {
    margin-top: 4rem;
  }
}



/*=======================================
     給湯器 main 20240908 追記
      =======================================*/
.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 640px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }


}

.main_visual_all {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.main_visual {
  height: 660px;
  width: 100%;
  margin: auto;
  background: url(https://nichigas-shizuoka.jp/wp-content/themes/xeory_base_child/img202409/main_visual_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 16px 0;
}

.main_visual img {
  width: 100%;
  margin: auto;
  max-width: 410px;
  transition: .5s;
  position: relative;
  z-index: 1;
}


.main_visual_wave {
  position: absolute;
  bottom: -48px;
}

@media (min-width: 640px) {

  .main_visual {
    padding: 140px 16px 0;
    height: 100vh;
  }

  .main_visual img {
    max-width: 880px;
    width: 100%;
  }

  .main_visual_wave {
    position: absolute;
    bottom: -23px;
  }
}

.top_textonly_image {
  margin: 0 auto;
  max-width: 500px;
  padding: 40px 30px 20px;
}

.top_image2 {
  margin: 22px 0 80px;
  padding: 0 10px;
  transition: .5s;
}

.top_image2 div {
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-bottom: 12px;
  transition: .5s;
}

.top_image2_link_box {
  position: relative;
}

.top_image2_link {
  position: absolute;
  max-width: 80px;
  right: 11px;
  bottom: 80px;
  transition: .5s;
  animation: top_image2_link 1s linear infinite;
  border-radius: 50%;
}

@keyframes top_image2_link {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@media (min-width: 420px) {
  .top_image2_link {
    bottom: 110px;
  }
}

@media (min-width: 640px) {
  .top_image2 {
    display: flex;
    width: 100%;
    margin: 36px auto 0;
    max-width: 1000px;
  }

  .top_image2 div {
    x-width: 500px;
    margin-right: 20px;
  }

  .top_image2 div:last-child {
    margin-right: 0;
  }

  .top_image2_link {
    max-width: 70px;
    bottom: 68px;
  }
}

.top_image_box img {
  width: 100%;
  margin: 35px auto 0;
  max-width: 600px;
  padding: 0 15px;
}

@media (min-width: 640px) {
  .top_image_box img {
    margin: 0 auto 0;
    max-width: 1000px;
  }
}

.top_image5_all {
  background: #fff;
  padding: 47px 15px;
  margin: 55px 0;
}

.top_image5_text {
  margin: 0 auto;
  max-width: 500px;
}

@media (min-width: 640px) {
  .top_image5_text {
    margin: 0 auto;
    max-width: 845px;
  }
}

.top_image5_button_box {
  width: fit-content;
  max-width: 600px;
  margin: 30px auto 0;
}


.top_image5_button_box a {
  display: block;
  animation: top_image5_button 2s linear infinite;
}

@keyframes top_image5_button {
  0% {
    box-shadow: 0;
  }

  50% {
    box-shadow: 0 0 10px 1px #0080E2;
  }

  100% {
    box-shadow: 0;
  }
}


.top_image5_button_box img {
  margin-top: 15px;
}

@media (min-width: 640px) {
  .top_image5_button_box {
    display: flex;
    align-items: center;
  }

  .top_image5_button_box div {
    margin: 0 10px;
  }

  .top_image5_button_box img {
    margin-top: 0;
  }
}

.top_feature_all {
  width: fit-content;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px 0 40px;
}

.top_feature_box {
  background: #FFFFFF;
  padding: 25px 10px;
  box-sizing: border-box;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .33);
  border-radius: 24px;
  position: relative;
  margin: 70px auto 0;
}

.top_feature_box:first-child {
  margin: 35px auto 0;
}

.top_feature_icon {
  width: 80px;
  position: absolute;
  top: -55px;
  left: -20px;
}

.top_feature_heading {
  font-size: 20px;
  font-weight: bold;
  color: #001C79;
  text-align: center;
  border-bottom: solid 2px #001C79;
  padding-bottom: 10px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.top_feature_content {
  padding: 0 10px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .top_feature_all {
    width: fit-content;
    max-width: 932px;
    margin: 0 auto;
    padding: 0 10px 0 40px;
  }

  .top_feature_box {
    background: #FFFFFF;
    padding: 40px 55px 20px 120px;
    box-sizing: border-box;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .33);
    border-radius: 24px;
    position: relative;
    margin: 60px auto 0;
  }

  .top_feature_box:first-child {
    margin: 35px auto 0;
  }

  .top_feature_icon {
    width: 134px;
    top: 0px;
    bottom: 0;
    left: -70px;
    margin: auto;
  }

  .top_feature_heading {
    font-size: 25px;
    text-align: left;
  }

  .top_feature_content {
    font-size: 16px;
  }
}

.top_image8 {
  background: #fff;
}

.top_image8 img {
  width: 100%;
}

.top_tel_mail_all {
  padding: 0 10px;
}

.top_tel_mail_box {
  background: #fff;
  padding: 55px 20px;
  margin: 55px auto;
  border: solid 4px #001C79;
  border-radius: 24px;
  max-width: 1000px;
}

.top_tel_mail_box p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}


/*=======================================
      プロパンガス main 20240908 追記
      =======================================*/
.lp_gas_header {
    background-color: #fff;
    height: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0!important;
}

@media (max-width: 767px) {
    .lp_gas_header {
        height: 6rem;
    }
}

.lp_gas_header--btn {
    display: flex;
}

.lp_gas_header--btn a {
    height: 8.5rem;
}

.lp_gas_header--btn a:hover {
    opacity: 0.7;
}

.lp_gas_header--btn-tel {
    background-color: #FF4F00 !important;
    color: #fff;
    display: flex;
}

.lp_gas_header--btn-tel .txt {
    background-color: #fff;
    color: var(--color-btn-tel);
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0 0.4rem 0.4rem;
    line-height: 1.6;
    width: 12rem;
    position: relative;
}

.lp_gas_header--btn-tel .txt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
}

.lp_gas_header--btn-tel .info {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem 0;
}

.lp_gas_header--btn-tel .info--time {
    font-size: 1.7rem;
}

.lp_gas_header--btn-tel .info--num {
    font-size: 2.8rem;
    font-weight: 900;
    font-family: var(--font-lato);
    position: relative;
}

.lp_gas_header--btn-tel .info--num:before {
    content: "";
    background: url(https://nichigas-shizuoka.jp/wp-content/themes/xeory_base_child/img202409/ico_tel.svg) no-repeat 0 0 / contain;
    display: inline-block;
    margin-right: 0.3rem;
    width: 2rem;
    height: 2.2rem;
}

.lp_gas_header--btn-mail {
    background-color: #02134D !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
    font-size: 20px;
}

.lp_gas_header--btn-mail:before {
    content: "";
    background: url(https://nichigas-shizuoka.jp/wp-content/themes/xeory_base_child/img202409/ico_mail.svg) no-repeat 0 0 / contain;
    margin-right: 1rem;
    width: 3.6rem;
    height: 2rem;
}

@media (max-width: 767px) {

    .lp_gas_header--btn {
        flex-shrink: 0;
    }

    .lp_gas_header--btn a {
        height: 6rem;
    }

    .lp_gas_header--btn-tel .info--num:before {
        margin-right: min(0.8vw, 0.3rem);
        width: min(2.933333333333333vw, 1.1rem);
        height: min(4vw, 1.5rem);
    }

    .lp_gas_header--btn-tel .info {
        padding: 0 min(2.666666666666667vw, 1rem);
    }

    .lp_gas_header--btn-tel .info--num {
        font-size: min(5.333333333333334vw, 2rem);
    }

    .lp_gas_header--btn-tel .info--time {
        font-size: 1rem;
        font-weight: 500;
    }

    .lp_gas_header--btn-mail {
        font-size: 0;
        padding: 0;
        width: 6rem;
    }

    .lp_gas_header--btn-mail:before {
        margin-right: 0;
        width: 3.4rem;
        height: 2.2rem;
    }

    .lp_gas_header--btn-tel .txt,
    .lp_gas_header--btn-mail:after {
        display: none;
    }
}

.main_visual_all img {
    width: 100%;
}

.propanegas_lp_image1 img,
.propanegas_lp_image2 img,
.propanegas_lp_image3 img {
    width: 100%;
}

.propanegas_lp_image2 {
    padding: 30px 10px;
    background-image: url(https://nichigas-shizuoka.jp/wp-content/themes/xeory_base_child/img202409/propanegas_lp_image2_bg.png);
}

@media (min-width: 640px) {
    .propanegas_lp_image2 {
        padding: 90px 0 60px;
    }

    .propanegas_lp_image2 img {
        width: 100%;
        margin: auto;
        max-width: 1000px;
        padding: 0 35px;
    }
}

.propanegas_lp_image3 {
    background: #02134D;
    padding: 55px 15px 60px;
}

.propanegas_lp_image3 img {
    max-width: 450px;
    margin: auto;
    display: block;
}

.propanegas_lp_image3_button_box {
    margin: 33px auto 0;
    display: block;
}

.propanegas_lp_image3_button_box a {
    border-radius: 50px !important;
    animation: propanegas_lp_image3_button_box 2s linear infinite;
    display: block;
}

@keyframes propanegas_lp_image3_button_box {
    0% {
        box-shadow: 0;
    }

    50% {
        box-shadow: 0 0 10px 10px #FF4F00;
    }

    100% {
        box-shadow: 0;
    }
}

.propanegas_lp_image3_button_box a:last-child {
    margin-top: 25px;
}

@media (min-width: 767px) {
    .propanegas_lp_image3_button_box {
        margin: 33px auto 0;
        display: flex;
        max-width: 793px;
    }

    .propanegas_lp_image3_button_box a {
        margin: auto;
        display: block;
        width: 46% !important;
    }

    .propanegas_lp_image3_button_box a:last-child {
        margin-top: 0;
    }
}

.propanegas_flow_example {
    background: linear-gradient(to bottom, #3C599D, rgba(255, 255, 20255, 200.43));
    padding: 55px 15px;
}

.propanegas_flow_image_box {
    max-width: 1000px;
    margin: auto;
}

.propanegas_lp_image4_text {
    margin: 75px auto 0;
    width: 300px;
    display: block;
}

.propanegas_lp_example_box {
    margin: 20px auto 0;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4);
    border-radius: 20px;
}

@media (min-width: 767px) {
    .propanegas_lp_example_flex {
        display: flex;
        max-width: 1000px;
        margin: auto;
    }

    .propanegas_lp_example_box {
        width: 31%;
    }
}

.propanegas_lp_example_box img {
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.propanegas_lp_example_content {
    background: #fff;
    padding: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 0 0 20px 20px;
}

.propanegas_lp_example_content_p1 {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
}

.propanegas_lp_example_content span {
    color: #FF4F00;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.propanegas_lp_example_content span strong {
    font-size: 60px;
}