*,
::before,
::after {
  box-sizing: border-box; }

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.02em; }

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
      /*height: fit-content;*/
   }
  img.pdf_icon {
    vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none; }

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1; }

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none; }

input {
  padding: 0 6px; }

input:focus,
textarea:focus {
  outline: none; }

input[type="button"],
input[type="submit"] {
  background-color: transparent;
  border: none; }

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none; }

button,
select {
  text-transform: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0 5px 0 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"],
select,
textarea {
  font-size: 100%; }

input[type="text"]:focus,
textarea:focus {
  transition: 0.2s; }

input[type="text"]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

textarea {
  overflow: auto;
  resize: vertical; }

label {
  display: inline-block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top; }

ol {
  list-style-position: inside; }

li {
  list-style-type: none; }

address {
  font-style: normal; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0; }

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left; }

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal; }

figure {
  margin: 0; }

@media print {
  .tb,
  .sp {
    display: none !important; }

  .l-container {
    overflow: visible !important; }

  header {
    position: inherit !important; } }
@media only screen and (max-width: 990px) {
  .pc {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .pctb {
    display: none !important; } }

@media only screen and (min-width: 991px) {
  .tb {
    display: none !important; } }

@media only screen and (min-width: 481px) {
  .sp {
    display: none !important; } }

.container {
  width: 1100px;
  padding: 0 15px;
  margin: auto; }
  @media only screen and (max-width: 990px) {
    .container {
      max-width: 100%; } }

body {
  color: #221714;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif; }
  @media only screen and (max-width: 990px) {
    body {
      font-size: 17px; } }
  @media only screen and (max-width: 480px) {
    body {
      font-size: 16px; } }

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 2; }

a {
  color: #221714; }
  a:hover {
    color: #221714; }

header {
  height: 100px;
  padding: 30px; }
  @media only screen and (max-width: 990px) {
    header {
      height: 80px;
      padding: 20px; } }
  @media only screen and (max-width: 480px) {
    header {
      height: 60px;
      padding: 15px; } }
  @media only screen and (max-width: 480px) {
    header p.logo img {
      height: 30px; } }

.y-marker {
  background: linear-gradient(transparent 70%, #FFFA4A 70%); }

footer .form-flows {
  padding: 60px 0 80px;
  text-align: center;
  background: url(../images/main/common/footer/form-bcg.png) no-repeat center/cover; }
  @media only screen and (max-width: 990px) {
    footer .form-flows {
      padding: 50px 0 60px; } }
  footer .form-flows h2.form-title-sm {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px; }
    @media only screen and (max-width: 990px) {
      footer .form-flows h2.form-title-sm {
        font-size: 27px; } }
    @media only screen and (max-width: 480px) {
      footer .form-flows h2.form-title-sm {
        font-size: 20px; } }
  footer .form-flows h2.form-title-lg {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 35px; }
    @media only screen and (max-width: 990px) {
      footer .form-flows h2.form-title-lg {
        font-size: 38px; } }
    @media only screen and (max-width: 480px) {
      footer .form-flows h2.form-title-lg {
        font-size: 34px; } }
  footer .form-flows a {
    margin: auto; }
    footer .form-flows a > img {
      width: 1000px;
      max-width: 100%;
      filter: drop-shadow(3px 3px 5px rgba(30, 30, 30, 0.75)); }
      @media only screen and (max-width: 990px) {
        footer .form-flows a > img {
          width: 700px; } }
      footer .form-flows a > img:hover {
        opacity: .7;
        transition: .4s all; }
footer .contact-flows {
  padding: 60px 0;
  background: url(../images/main/common/footer/contact-bcg.png) repeat; }
  @media only screen and (max-width: 480px) {
    footer .contact-flows {
      padding: 50px 10px; } }
  footer .contact-flows .contact-wrapper {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 50px;
    position: relative; }
    @media only screen and (max-width: 990px) {
      footer .contact-flows .contact-wrapper {
        width: 700px; } }
    @media only screen and (max-width: 480px) {
      footer .contact-flows .contact-wrapper {
        padding: 35px 25px; } }
    footer .contact-flows .contact-wrapper:after {
      content: '';
      background-size: contain;
      display: inline-block;
      position: absolute;
      background-repeat: no-repeat;
      background-image: url(../images/main/common/footer/talk.png);
      top: -35px;
      right: 30px;
      width: 149px;
      height: 146px; }
      @media only screen and (max-width: 990px) {
        footer .contact-flows .contact-wrapper:after {
          width: 184px;
          height: 178px; } }
      @media only screen and (max-width: 480px) {
        footer .contact-flows .contact-wrapper:after {
          width: 139px;
          height: 136px;
          top: -40px;
          right: -10px; } }
    footer .contact-flows .contact-wrapper > h3 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 35px; }
      @media only screen and (max-width: 480px) {
        footer .contact-flows .contact-wrapper > h3 {
          font-size: 30px;
          line-height: 1.4; } }
      footer .contact-flows .contact-wrapper > h3 span {
        margin-left: 20px;
        font-size: 16px;
        font-weight: 500; }
        @media only screen and (max-width: 990px) {
          footer .contact-flows .contact-wrapper > h3 span {
            margin-left: 0;
            display: block;
            margin-top: 10px; } }
    footer .contact-flows .contact-wrapper .contact-inner {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      footer .contact-flows .contact-wrapper .contact-inner .contact-box.link {
        width: 400px; }
        @media only screen and (max-width: 990px) {
          footer .contact-flows .contact-wrapper .contact-inner .contact-box.link {
            width: 100%;
            margin-bottom: 30px; } }
      footer .contact-flows .contact-wrapper .contact-inner .contact-box.tel {
        width: 450px; }
        @media only screen and (max-width: 990px) {
          footer .contact-flows .contact-wrapper .contact-inner .contact-box.tel {
            width: 100%; } }
      footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn01 {
        display: block;
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        transition: .4s all;
        width: 400px;
        max-width: 100%;
        height: 90px;
        color: #fff;
        background: #F9951B;
        border-radius: 10px;
        border-bottom: 6px solid #F97F30;
        font-size: 24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 990px) {
          footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn01 {
            width: 100%; } }
        @media only screen and (max-width: 480px) {
          footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn01 {
            font-size: 20px;
            height: 80px; } }
        footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn01:before {
          content: '\f339';
          font-family: "Material Design Icons";
          margin-right: 5px;
          font-weight: 400;
          font-size: 32px; }
        footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn01:hover {
          background: #F97F30; }
      footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn02 {
        display: block;
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        transition: .4s all;
        width: 450px;
        max-width: 100%;
        height: 90px;
        color: #221714;
        background: #fff;
        border: 2px solid #F9951B;
        border-radius: 10px;
        border-bottom: 6px solid #F97F30;
        font-family: "Oswald", sans-serif;;
        font-size: 44px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 990px) {
          footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn02 {
            width: 100%; } }
        @media only screen and (max-width: 480px) {
          footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn02 {
            height: 80px;
            font-size: 36px; } }
        footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn02:before {
          content: '\f3f2';
          font-family: "Material Design Icons";
          margin-right: 5px; }
        footer .contact-flows .contact-wrapper .contact-inner .contact-box a.ft-contact-btn02:hover {
          background: #F4F1E7; }
footer .copyright-area {
  background: #296FD9;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-family: "Oswald", sans-serif;;
  color: #fff; }
  @media only screen and (max-width: 990px) {
    footer .copyright-area {
      font-size: 14px; } }

.l-container .key-visual {
  margin-bottom: 80px; }
  @media only screen and (max-width: 990px) {
    .l-container .key-visual {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 480px) {
    .l-container .key-visual {
      margin-bottom: 40px; } }
.l-container section {
  margin-bottom: 80px; }
  @media only screen and (max-width: 990px) {
    .l-container section {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 480px) {
    .l-container section {
      margin-bottom: 40px; } }
  .l-container section .top-message {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .l-container section .top-message .l-pic {
      width: 280px; }
      @media only screen and (max-width: 990px) {
        .l-container section .top-message .l-pic {
          width: 22%; } }
      @media only screen and (max-width: 480px) {
        .l-container section .top-message .l-pic {
          width: 100%;
          margin-bottom: 20px;
          text-align: center; } }
      .l-container section .top-message .l-pic img {
        width: 240px;
        max-width: 100%; }
        @media only screen and (max-width: 480px) {
          .l-container section .top-message .l-pic img {
            width: 160px; } }
    .l-container section .top-message .r-msg {
      width: 780px; }
      @media only screen and (max-width: 990px) {
        .l-container section .top-message .r-msg {
          width: 74%; } }
      @media only screen and (max-width: 480px) {
        .l-container section .top-message .r-msg {
          width: 100%; } }
      .l-container section .top-message .r-msg ul {
        margin: 25px 0; }
        @media only screen and (max-width: 990px) {
          .l-container section .top-message .r-msg ul {
            margin: 20px 0; } }
        @media only screen and (max-width: 480px) {
          .l-container section .top-message .r-msg ul {
            margin: 15px 0; } }
        .l-container section .top-message .r-msg ul li {
          font-size: 24px;
          font-weight: 500; }
          @media only screen and (max-width: 990px) {
            .l-container section .top-message .r-msg ul li {
              font-size: 21px; } }
          .l-container section .top-message .r-msg ul li:before {
            content: '\f12c';
            font-family: "Material Design Icons";
            color: #E99312;
            margin-right: 5px;
            font-weight: 700; }
  .l-container section .safe-box > h2 {
    font-size: 40px;
    line-height: 1.5;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #F9951B; }
    @media only screen and (max-width: 990px) {
      .l-container section .safe-box > h2 {
        font-size: 38px; } }
    @media only screen and (max-width: 480px) {
      .l-container section .safe-box > h2 {
        font-size: 34px; } }
  .l-container section .safe-box .safe-box-inner {
    border-radius: 0 0 20px 20px;
    border: 4px solid #F9951B;
    padding: 35px 50px; }
    @media only screen and (max-width: 990px) {
      .l-container section .safe-box .safe-box-inner {
        padding: 25px 35px; } }
    @media only screen and (max-width: 480px) {
      .l-container section .safe-box .safe-box-inner {
        padding: 20px; } }
    .l-container section .safe-box .safe-box-inner .merit-box {
      margin-top: 35px;
      padding: 30px 40px;
      border-radius: 10px;
      background: #F4EBD8;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap; }
      @media only screen and (max-width: 480px) {
        .l-container section .safe-box .safe-box-inner .merit-box {
          margin-top: 25px;
          padding: 30px 20px; } }
      .l-container section .safe-box .safe-box-inner .merit-box .merit-main {
        width: 580px; }
        @media only screen and (max-width: 990px) {
          .l-container section .safe-box .safe-box-inner .merit-box .merit-main {
            width: 100%; } }
        .l-container section .safe-box .safe-box-inner .merit-box .merit-main > h3 {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 10px; }
          @media only screen and (max-width: 990px) {
            .l-container section .safe-box .safe-box-inner .merit-box .merit-main > h3 {
              font-size: 22px; } }
          @media only screen and (max-width: 480px) {
            .l-container section .safe-box .safe-box-inner .merit-box .merit-main > h3 {
              font-size: 20px;
              margin-bottom: 15px; } }
        .l-container section .safe-box .safe-box-inner .merit-box .merit-main ul.merit-list li {
          font-size: 21px;
          font-weight: 500; }
          @media only screen and (max-width: 990px) {
            .l-container section .safe-box .safe-box-inner .merit-box .merit-main ul.merit-list li {
              font-size: 19px; } }
          @media only screen and (max-width: 480px) {
            .l-container section .safe-box .safe-box-inner .merit-box .merit-main ul.merit-list li {
              font-size: 17px;
              line-height: 1.5;
              margin-bottom: 10px; } }
          .l-container section .safe-box .safe-box-inner .merit-box .merit-main ul.merit-list li:last-of-type {
            margin-bottom: 0; }
          .l-container section .safe-box .safe-box-inner .merit-box .merit-main ul.merit-list li:before {
            content: '\f12c';
            font-family: "Material Design Icons";
            color: #E99312;
            margin-right: 5px;
            font-weight: 700; }
      .l-container section .safe-box .safe-box-inner .merit-box .merit-pic {
        width: 300px; }
        @media only screen and (max-width: 990px) {
          .l-container section .safe-box .safe-box-inner .merit-box .merit-pic {
            width: 100%;
            text-align: center;
            margin-top: 20px; } }
        .l-container section .safe-box .safe-box-inner .merit-box .merit-pic img {
          width: 400px;
          max-width: 100%; }
.l-container .top-link-button {
  padding: 80px 0;
  background: #F4F1E7; }
  @media only screen and (max-width: 990px) {
    .l-container .top-link-button {
      padding: 60px 10px; } }
  @media only screen and (max-width: 480px) {
    .l-container .top-link-button {
      padding: 40px 20px; } }
  .l-container .top-link-button ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .l-container .top-link-button ul li {
      width: 31.5%;
      text-align: center; }
      @media only screen and (max-width: 990px) {
        .l-container .top-link-button ul li {
          width: 32%; } }
      @media only screen and (max-width: 480px) {
        .l-container .top-link-button ul li {
          width: 100%;
          margin-bottom: 25px; } }
      .l-container .top-link-button ul li:last-of-type {
        margin-bottom: 0; }
      .l-container .top-link-button ul li a.top-button {
        display: block;
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        transition: .4s all;
        background: #D82622;
        padding: 20px 0;
        color: #fff;
        border-radius: 20px;
        border: 3px solid #D82622;
        font-size: 36px;
        font-weight: 700;
        position: relative; }
        @media only screen and (max-width: 990px) {
          .l-container .top-link-button ul li a.top-button {
            font-size: 34px; } }
        .l-container .top-link-button ul li a.top-button:hover {
          background: #fff;
          color: #D82622; }
        .l-container .top-link-button ul li a.top-button:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          font-family: "Material Design Icons";
          content: '\f142';
          font-size: 44px; }
          @media only screen and (max-width: 990px) {
            .l-container .top-link-button ul li a.top-button:after {
              font-size: 36px;
              right: -5px; } }
          @media only screen and (max-width: 480px) {
            .l-container .top-link-button ul li a.top-button:after {
              font-size: 40px;
              right: 10px; } }
        .l-container .top-link-button ul li a.top-button span.cs {
          display: block;
          font-size: 23px;
          line-height: 1.4;
          font-weight: 500 !important;
          margin-top: 15px; }
          @media only screen and (max-width: 990px) {
            .l-container .top-link-button ul li a.top-button span.cs {
              font-size: 20px; } }
          .l-container .top-link-button ul li a.top-button span.cs span.f-s {
            display: block;
            font-size: 16px;
            margin-top: 5px;
            margin-bottom: 5px;
            font-weight: 500 !important; }
            @media only screen and (max-width: 990px) {
              .l-container .top-link-button ul li a.top-button span.cs span.f-s {
                font-size: 15px; } }

/*LPガスページ*/
.lpgas-firealerm {
    border: 4px solid #CAB99F;
    padding: 30px 80px;
}
@media only screen and (max-width: 990px) {
      .lpgas-firealerm {
        padding: 25px 35px; } }
    @media only screen and (max-width: 480px) {
      .lpgas-firealerm {
        padding: 20px; } }
        
.lpgas-firealerm h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-top: -10px;
        margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
      .lpgas-firealerm h2 {
        font-size: 38px; } }
    @media only screen and (max-width: 480px) {
      .lpgas-firealerm h2 {
        font-size: 34px; } }
.lpgas-firealerm h2 span {
    padding: 0 20px;
}

.flexspace {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.jikolists{
margin-bottom: 50px;
}
.jikolist {
    padding: 0 13px;
    width:33%;
}
@media only screen and (max-width: 480px) {
.jikolists {
    flex-direction: column;
}
.jikolist {
    width: 100%;
}
}

.jikolist p{
    font-size: 14px;
  }
  .recommendation-inner {
    border: 2px solid #CAB99F;
    padding: 35px 10px 10px 25px;
    margin-top: -15px;
}
.recommendation h2 {
    font-size: 24px;
    text-align: left;
    background: url();
    background: url(../images/main/page/lpgas/bg_recotitle.png) no-repeat left / cover;
        display: inline-block;
    padding: 8px 15px 9px 55px;
    color: #786D62;
        margin-bottom: -20px;
    margin-left: -40px;
}
@media only screen and (max-width: 480px) {
.recommendation-inner {
    flex-direction: column;
}
.recommendation h2 {
    font-size: 20px;
    margin-left: -20px;
}

}

.recommendation-inner img.productimg {
    width: 40%;
    margin-right: 3%;
    margin-top: 30px;
}
.recommendation-inner img.points {
    width: 57%;
    height: 57%;
}
h2.orangebg {
    font-size: 40px;
    line-height: 1.5;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #F9951B;
    border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 990px) {
      h2.orangebg {
        font-size: 38px; } }
    @media only screen and (max-width: 480px) {
      h2.orangebg {
        font-size: 34px; }
        .recommendation-inner img.productimg {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
}
.recommendation-inner img.points {
    width: 100%;
    height: 100%;
}
    }
        
.orangebox {
    justify-content: center;
    gap: 50px;
    border-radius: 0 0 20px 20px;
    border: 4px solid #F9951B;
    padding: 35px 50px;
}
.paymethod h3 {
    font-size: 36px;
    font-weight: 500;
        border-bottom: 8px solid #FFFA4A;
        padding: 0 40px;
}

@media only screen and (max-width: 990px) {
      .paymethod h3 {
        font-size: 34px; 
        padding: 0 20px;
    }        
    }
    @media only screen and (max-width: 480px) {
      .paymethod h3 {
        font-size: 30px; 
        padding: 0 0px;
        text-align: center;
        } 
        }

span.cs {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 500 !important;
}
.paymethods .paymethod p {
        font-weight: 500;
    font-family: "Oswald", sans-serif;
    font-size: 49px;
}
@media only screen and (max-width: 990px) {
      .paymethods .paymethod p {
        font-size: 47px; } }
    @media only screen and (max-width: 480px) {
      .paymethods .paymethod p {
        font-size: 43px; } }

.smonth {
    font-size: 20px;
    background: #F4EBD8;
    padding: 2px 5px 3px;
    margin-right: 10px;
}
.tsuki{
font-size: 32px;
    padding-left: 5px;
}
.paymethod-inner {
    margin-bottom: 30px;
}

@media only screen and (max-width: 990px) {
      .paymethod-inner {
        padding: 25px 35px; 
        gap: 30px;
        }
    
    }
@media only screen and (max-width: 480px) {
.paymethod-inner {
    flex-direction: column;
    padding: 20px;
}
.smonth {
    font-size: 16px;
}
.tsuki {
    font-size: 28px;
}
}

.paymethods p {
    font-size: 17px;
    font-weight: 500;
}
.flow, .faq {
    text-align: center;
}
.flow {
    padding: 0 30px;
}


h2.uline_orange {
    font-size: 48px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 10px solid #F9951B;
        margin-bottom: 50px;
}
@media only screen and (max-width: 990px) {
      h2.uline_orange {
        font-size: 44px; } 
        .flow {
            padding: 0;
        }
        .flow-inner .allowimg {
            width: 5%;
        }
        }
    @media only screen and (max-width: 480px) {
      h2.uline_orange {
        font-size: 40px; }
     .paymethods p {
    font-size: 14px;
    }   
    }


.flow-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flow-inner .flowimg {
    width: 30%;
}
.accordionArea{
text-align:left;
}

@media only screen and (max-width: 480px) {
.flow-inner {
    flex-direction: column;
}
.flow-inner .flowimg {
    width: 100%;
}
.flow-inner .allowimg {
    transform: rotate(90deg);
    transform-origin: center;
    display: inline-block;
}
}

.accordionContent {
    border: 2px solid #F9951B;
    border-radius: 10px;
    margin-bottom: 30px;
}
.question {
    width: 60px;
    background: #F9951B;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 5px 10px 10px;
    border-radius: 30px;
        font-family: "Oswald", sans-serif;
}
.answer {
    width: 50px;
    height: 50px;
        background: #FBB662;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 5px 10px 10px;
    border-radius: 30px;
    font-family: "Oswald", sans-serif;;
}
.accordionBtn .textArea {
    padding: 0 5px 0 20px;
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
    width: calc(100% - 35px);
    font-size: 28px;
}
.accordionBtn {
    padding: 30px 20px 25px;
    background: #F4EBD8;
    border-radius: 10px 10px 0 0;
        align-items: center;
}
.accordionBtn.close {
border-radius: 10px;
}
.accordionBtn.active {
    border-radius: 10px 10px 0 0;
}
.accordionBtn .arrowImg {
    font-size: 28px;
}
.accordionMenu {
    padding: 30px 20px 25px;
}
.accordionMenu .textArea {
    padding: 5px 0 0 15px;
    text-align: left;
    font-weight: 500;
}
.accordionMenuWrapper {
    justify-content: left;
}

@media only screen and (max-width: 480px) {
.accordionBtn, .accordionMenu {
    padding: 10px;
}
.question {
    width: 40px;
    font-size: 18px;
    padding: 7px 11px;
}
.accordionBtn .textArea {
    padding: 0 0 0 10px;
    font-size: 18px;
}
.answer {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 3px 10px 10px;
}
.accordionMenu .textArea {
    padding: 0px 0px 0px 10px;
}
}


#lpgaspage .l-container .top-link-button, #firepage .l-container .top-link-button, #citygaspage .l-container .top-link-button{
    background: #fff;
}
#lpgaspage .l-container .top-link-button ul, #firepage .l-container .top-link-button ul , #citygaspage .l-container .top-link-button ul {
    justify-content: center;
    gap: 40px;
}
#lpgaspage .l-container .top-link-button ul.backtotop li, #firepage .l-container .top-link-button ul.backtotop li, #citygaspage .l-container .top-link-button ul.backtotop li {
    width: 50%;
    margin-bottom: 40px;
}
#lpgaspage .l-container .top-link-button ul li, #firepage .l-container .top-link-button ul li, #citygaspage .l-container .top-link-button ul li{
        width: 37.5%;
}

@media only screen and (max-width: 480px) {
#lpgaspage .l-container .top-link-button ul.backtotop li, #firepage .l-container .top-link-button ul.backtotop li, #citygaspage .l-container .top-link-button ul.backtotop li {
    width: 100%;
    margin-bottom: 68px;
}
#lpgaspage .l-container .top-link-button ul li, #firepage .l-container .top-link-button ul li, #citygaspage .l-container .top-link-button ul li {
    width: 100%;
}
}

@media only screen and (min-width: 990px) {
.lpgas-firealerm img.fukidashi {
width:27%;
margin-left:30%;
}
}

/*火災警報器*/
#firepage .l-container section .safe-box .safe-box-inner .merit-box .merit-main ul.merit-list li {
    font-size: 19px;
}
.firerecommendation{
    text-align: center;
    padding: 30px 40px;
    border-radius: 10px;
    background: #F4EBD8;
}
#firepage .l-container .key-visual {
    margin-bottom: 0;
}
.productinfo {
    padding: 80px 0;
    background: #F4EBD8;
    position: relative;
}
.productinfo .container {
    padding: 20px;
    background: #fff;
}
.productinfo-inner {
    padding: 30px 40px;
    border-radius: 10px;
    background: #fff;
        position: relative;
}
.productinfo-inner img{
    width: 55%;
}
.productinfo-text {
    width: 45%;
    padding: 5px 40px;
}
.productinfo-text h2{
    font-weight: 500;
    font-family: "Oswald", sans-serif;;
    font-size: 49px;
}
.productinfo-text li {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #C79400;
    border-radius: 50px;
    text-align: center;
    width: 150px;
    color: #C79400;
    margin-right: 15px;
    font-family: "Oswald", san-serif;
    letter-spacing: 3px;
}
.productinfo-text ul {
    margin-bottom: 25px;
}
.productinfo-text p.pprice {
    color: #D82622;
    font-size: 70px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
        margin-top: -43px;
}
.yen {
    font-size: 28px;
}
.tax {
    font-size: 20px;
}
#firepage .productinfo img.free {
    width: 180px;
    position: absolute;
        right: -35px;
    bottom: -35px;
}
.safe-box-gimu {
    margin-top: 20px;
}
#firepage .safe-box-gimu img {
    width: 300px;
}
.safe-box-gimu .gimu-text {
    width:calc(100% - 300px);
}
.gimu-text h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
#firepage .product-overview .imgwrapper {
    width: 33%;
}
#firepage .product-overview img{
    height: auto;
}
.firerecommendation .productinfo-text {
    width: 67%;
    padding: 5px 35px;
    text-align: left;
    position: relative;
}
#firepage .product-overview img.free {
    width: 180px;
    position: absolute;
    right: -35px;
    bottom: 65px;
}
.firerecommendation .productinfo-text h2 {
    margin-bottom: 20px;
        font-size: 60px;
}
.firerecommendation .productinfo-text p {
       font-size: 24px;
    font-weight: 500;
}
.firerecommendation .productinfo-text p.pprice {
    color: #000;
        margin-top: -35px;
            font-size: 70px;
}
.firerecommendation .productinfo-text h2 span {
    font-size: 27px;
}
.firerecommendation .productinfo-text p.pprice.lease {
    font-size: 64px;
}
.leaseprice {
    font-size: 48px;
}
.product-overview {
    margin-bottom: 30px;
}
.firerecommendation .merit-box {
    padding: 30px 40px;
    border-radius: 10px;
    background: #fff;
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
        margin-bottom: 30px;
}
.firerecommendation .merit-box .merit-main {
    width: 580px;
    text-align: left;
        padding: 20px 0 0;
}
.firerecommendation .merit-box .merit-main li {
    font-size: 24px;
    font-weight: 500;
        line-height: 1;
    margin-bottom: 30px;
}
.firerecommendation .merit-box .merit-main li:before {
        content: '\f12c';
    font-family: "Material Design Icons";
    color: #fff;
    margin-right: 5px;
    font-weight: 700;
    background: #E99312;
    border-radius: 20px;
}
.firerecommendation .merit-box .merit-pic {
    width: 250px;
}
#firepage .l-container section .safe-box .safe-box-inner .merit-box .merit-pic {
        width: 250px; 
}
.product-detail {
    padding: 30px 40px;
    border-radius: 10px;
    background: #fff;
}
.product-detail .flexspace{
    gap: 25px;
}
.product-detail p{
    text-align:left;
    font-weight: 500;
}

@media only screen and (min-width: 990px) {

#firepage .productinfo-inner img{
    width: 55%;
}
#firepage .product-detail img.graphinfo {
    width: 42%;
}
#firepage .product-detail img.graphimg {
    width: calc(58% - 25px);
}
}

@media only screen and (max-width: 990px) {
.productinfo-inner {
    padding: 30px 20px;
    flex-direction: column;
}
.productinfo-inner img {
    width: 100%;
}
.productinfo-text li {
    width: 115px;
    margin-right: 10px;
}
#firepage .productinfo img.free {
    bottom: -115px;
}
.product-overview {
    display: block;
}
.firerecommendation .productinfo-text {
    width: 100%;
}
.product-detail .flexspace {
    flex-direction: column;
}
#firepage .productinfo {
    padding:  15px;
}
#firepage .productinfo .container {
    padding: 10px;
}
}

@media only screen and (max-width: 480px) {
#firepage .l-container .key-visual {
    padding-bottom: 30px;
}
#firepage .productinfo {
    padding:  15px;
}
#firepage .productinfo .container {
    padding: 10px;
}
.productinfo-inner {
    flex-direction: column;
    padding: 20px;
}
.productinfo-text {
    width: 100%;
    padding: 5px 10px;
}
.productinfo-text h2 {
    font-size: 45px;
            line-height: 1;
        margin-top: 15px;
}
.productinfo-text li {
    width: 130px;
    margin-right: 5px;
}
.productinfo-text p.pprice {
    font-size: 60px;
    margin-top: -30px;
}
.yen {
    font-size: 26px;
}
.tax {
    font-size: 15px;
}
.productinfo-inner {
    padding: 20px 20px 0;
}
#firepage .productinfo img.free {
    width: 130px;
    bottom: -10px;
    right: -10px;
}
#firepage .product-overview img.free {
    width: 95px;
    bottom: 32px;
    right: -30px;
}
.safe-box-gimu {
    flex-direction: column;
}
.safe-box-gimu .gimu-text {
    width: 100%;
}
.gimu-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
.firerecommendation {
    padding: 20px;
}
.product-overview {
    flex-direction: column;
}
#firepage .product-overview .imgwrapper, #firepage .product-overview img {
    width: 100%;
}
.firerecommendation .productinfo-text {
    width: 100%;
    padding: 5px 0;
}
.firerecommendation .productinfo-text h2 span {
    font-size: 23px;
}
.firerecommendation .productinfo-text h2 {
            line-height: 0.5;
        margin-top: 30px;
            font-size: 54px;
}
.firerecommendation .productinfo-text p.pprice.lease {
    font-size: 42px;
    margin-top: -25px;
}
.leaseprice {
    font-size: 29px;
}
.firerecommendation .merit-box {
    flex-direction: column;
    padding: 20px;
}
.firerecommendation .merit-box .merit-main {
    width: 100%;
    text-align: left;
    padding: 20px 0 0;
}
.firerecommendation .merit-box .merit-main li {
    font-size: 16px;
}
.firerecommendation .merit-box .merit-pic {
    width: 100%;
}
.product-detail {
    padding: 20px;
}
.product-detail .flexspace {
    flex-direction: column;
}
.firerecommendation .productinfo-text p {
    font-size: 20px;
}
.firerecommendation .productinfo-text p.pprice {
    font-size: 60px;
}
}

/*都市ガス*/
.headers {
    width: 1100px;
    padding: 0 15px;
    margin: 30px auto 130px;
        max-width: 100%;
}
.breadcrumbs {
    justify-content: left;
    gap: 15px;
    margin-bottom:40px;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 16px;
    text-decoration: none;
}
.breadcrumbs li {
    color: #666;
}
#citygaspage .headers h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 50px;
}
h3.typename {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    letter-spacing: 7px;
               padding: 5px 0 8px 142px;
}
.type1 h3.typename {
    border: 1px solid #C79400;
    background: #FFFADC;
    border-left: 10px solid #C79400;
}
.type2 h3.typename {
    border: 1px solid #FF9D8A;
    background: #FFEFEB;
    border-left: 10px solid #FF9D8A;
}
.type3 h3.typename {
    border: 1px solid #396E75;
    background: #E3EAEB;
    border-left: 10px solid #396E75;
}
h3.typename span {
    font-family: Port Lligat Slab;
    font-weight: 400;
    color: #fff;
    padding: 3px 13px 7px;
    border-radius: 5px;
    font-size: 20px;
    margin-right: 25px;
    letter-spacing: 4px;
        position: absolute;
    top: 18px;
    left: 30px;
}
.type1 h3.typename span {
    background: #C79400;
}
.type2 h3.typename span {
    background: #FF9D8A;
}
.type3 h3.typename span {
    background: #396E75;
}
img.typepoints {
    position: absolute;
    width: 400px;
    right: 0;
    top: -66%;
}
.productlists {
    padding-top: 40px;
    gap: 40px;
}
.type2 .productlists, .type3 .productlists {
    gap: 30px;
    padding-top: 28px;
}
.type1 .productlists .product {
    border: 3px solid #C79400;
    border-radius: 10px;
    padding: 20px 40px;
    width: 50%;
    text-align: center;
}
.type2 .productlists .product {
    border: 3px solid #FF9D8A;
    border-radius: 10px;
    padding: 20px;
    width: 33%;
    text-align: center;
}
.type3 .productlists .product {
    border: 3px solid #396E75;
    border-radius: 10px;
    padding: 20px;
    width: 33%;
    text-align: center;
}
.type1 .productlists .product img, .type2 .productlists .product img, .type3 .productlists .product img {
    width: 55%;
}
.type1 .productlists .product h3 {
    text-align: left;
    font-weight: 500;
    font-family: "Oswald", sans-serif;;
    font-size: 54px;
}
.type2 .productlists .product h3, .type3 .productlists .product h3 {
    text-align: left;
    font-weight: 500;
    font-family: "Oswald", sans-serif;;
    font-size: 43px;
}
.type1 .productlists .product  ul, .type2 .productlists .product  ul, .type3 .productlists .product  ul {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 13px;
}
.type1 .productlists .product li {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #C79400;
    border-radius: 50px;
    text-align: center;
    width: 130px;
    color: #C79400;
    margin-right: 5px;
    font-family: "Oswald", san-serif;
    letter-spacing: 3px;
}
.type2 .productlists .product li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #FF9D8A;
    border-radius: 50px;
    text-align: center;
    width: 85px;
    color: #FF9D8A;
    margin-right: 0;
    font-family: "Oswald", san-serif;
}
.type3 .productlists .product li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #396E75;
    border-radius: 50px;
    text-align: center;
    width: 85px;
    color: #396E75;
    margin-right: 0;
    font-family: "Oswald", san-serif;
}
.type1 .productlists .product p{
text-align: left;
    font-size: 24px;
    font-weight: 500;
}
.type1 .productlists .product p.pprice.lease{
    font-size: 28px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 25px;
    background: linear-gradient(#fff 70%, #C79400 100%);
}
.type1 .productlists .product p.pprice.lease br{
display:none;
}
.type1 .productlists .product p.pprice.lease.all{
    font-size: 24px;
    background: none;
}
.type2 .productlists .product p, .type3 .productlists .product p{
text-align: left;
    font-size: 18px;
    font-weight: 500;
}
.type2 .productlists .product p.pprice.lease, .type3 .productlists .product p.pprice.lease {
    line-height: 1.2;
    margin: 0px 0 15px;
    font-size: 28px;
}
.type2 .productlists .product p.pprice.lease {
    background: linear-gradient(#fff 70%, #FF9D8A 100%);
}
.type3 .productlists .product p.pprice.lease {
    background: linear-gradient(#fff 70%, #396E75 100%);
}
.type2 .productlists .product p.pprice.lease.all, .type3 .productlists .product p.pprice.lease.all {
    font-size: 18px;
    background: none;
}
.kouriprice span {
    font-weight: 500;
    font-family: "Oswald", sans-serif;;
    font-size: 36px;
}
.type2 .kouriprice span, .type3 .kouriprice span {
    font-size: 32px;
}
.product .pprice {
    font-size: 70px;
    font-weight: 500;
        margin-top: -27px;
            font-family: "Oswald", sans-serif;;
}
.type1 .productlists .product p.sales{
    font-size: 70px;
}
 .type2 .productlists .product p.sales, .type3 .productlists .product p.sales{
    font-size: 64px;
}
.product .pprice.lease {
    font-size: initial;
    margin-top: 0;
        margin-top: 0;
}
.product .pprice.lease span {
    font-size: 70px;
    margin-left:5px;
}
 .type2 .product .pprice.lease span,  .type3 .product .pprice.lease span {
    font-size: 64px;
}
 .type2 .product .pprice.lease.all span,  .type3 .product .pprice.lease.all  span {
    font-size: 48px;
}
.product .pprice.lease.all span {
    font-size: 48px;
}
.type1,.type2 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 990px) {

.headers {
    margin: 30px auto 50px;
}
.type1 .productlists .product p {
    font-size: 21px;
}
.type1 .productlists .product {
    padding: 20px 20px;
}
.type2 .productlists, .type3 .productlists {
    gap: 15px;
}
.type1 .productlists .product li {
    width: 100px;
    letter-spacing: 0px;
}
.type2 .productlists .product, .type3 .productlists .product {
    padding: 10px;
}
.type2 .productlists .product li, .type3 .productlists .product li {
    font-size: 12px;
    width: 72px;
}
.productlists {
    gap: 25px;
}
.type1 .productlists .product p.pprice.lease {
    font-size: 24px;
}
.type1 .productlists .product p.pprice.lease br{
display:block;
}
}

@media only screen and (max-width: 480px) {
.headers {
    width: 100%;
}
.breadcrumbs {
    gap: 6px;
    margin-bottom: 20px;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 14px;
}
#citygaspage .headers h2 {
    font-size: 34px;
}
img.typepoints {
    width: 200px;
    top: 82%;
}
h3.typename {
    font-size: 30px;
    padding: 0px 0 4px 103px;
}
h3.typename span {
    padding: 5px 13px 7px;
    font-size: 16px;
    margin-right: 15px;
    top: 12px;
    left: 9px;
}
.type1 h3.typename {
    margin-bottom: 30px;
}
.productlists {
    gap: 20px;
    flex-direction: column;
}
.type1 .productlists .product {
    padding: 20px;
    width: 100%;
}
.type2 .productlists .product , .type3 .productlists .product {
    width: 100%;
}
.type1 .productlists .product h3 {
    font-size: 50px;
}
.type1 .productlists .product li {
    font-size: 14px;
    width: 106px;
}
.kouriprice span {
    font-size: 32px;
}
.product .pprice {
    font-size: 64px;
}
.lpgas-firealerm h2 span {
    padding: 0;
}

}