@charset "UTF-8";


.p-fgas {
  color: #000;
}
.p-fgas_inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1220px;
}
@media screen and (min-width: 768px) {
  .p-fgas_inner--pc {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 1220px;
  }
}
.p-fgas_table {
  width: 100%;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-fgas_table {
    font-size: 1.6rem;
  }
}
.p-fgas_table th,
.p-fgas_table td {
  padding: 8px 0;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-fgas_table th,
  .p-fgas_table td {
    padding: 16px 8px;
  }
}
.p-fgas_table th {
  background: #231815;
  color: #fff;
  font-weight: bold;
}
.p-fgas_table th.accent {
  background: #00a0e9;
  color: #fff;
}
.p-fgas_table th.accent strong {
  font-size: 140%;
}
.p-fgas_table td {
  background-image: repeating-linear-gradient(-45deg, #c6c5c5, #c6c5c5 1px, #e4e4e5 2px, #e4e4e5 8px);
}
.p-fgas_table td.accent {
  background: #dff2fc;
  color: #0068b7;
}
.p-fgas_table_balloon {
  position: relative;
  display: inline-block;
  border: 4px solid #009fe8;
  border-radius: 8px;
  margin-top: 0.5rem;
  padding: 0.5em 2em;
  color: #009fe8;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-fgas_table_balloon {
    font-size: 2rem;
  }
}
.p-fgas_table_balloon::before {
  position: absolute;
  bottom: 100%;
  right: 2.4rem;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  border-color: transparent transparent #009fe8 transparent;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-fgas_table_balloon::before {
    right: 108px;
  }
}
.p-fgas_ttl01 {
  position: relative;
  color: #005393;
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-fgas_ttl01 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-fgas_ttl01 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fgas_ttl01::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .p-fgas_ttl01_inner {
    position: relative;
    z-index: 1;
    padding-right: 1em;
    background: #fff;
  }
}
.p-fgas_ttl02 {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fgas_ttl02 {
    font-size: 3.2rem;
  }
}
.p-fgas_ttl02::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 80%;
  background: #005393;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.p-fgas_txt {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-fgas_txt {
    font-size: 1.6rem;
  }
}
.p-fgas_txt--blue {
  color: #0068b7;
}
.p-fgas_txt--red {
  color: #e60012;
}
.p-fgas_txt--small {
  font-size: max(1rem, 50%);
}
@media screen and (min-width: 768px) {
  .p-fgas_txt--small {
    font-size: max(1.2rem, 50%);
  }
}
.p-fgasBtn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-fgasBtn {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-fgasBtn > * {
    width: 100%;
  }
}
.p-fgasBtn_btn, .p-fgasBtn_btn--contact {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #005393;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fgasBtn_btn, .p-fgasBtn_btn--contact {
    width: 100%;
    padding: 0 1em;
    line-height: 44px;
  }
}
@media screen and (min-width: 768px) {
  .p-fgasBtn_btn, .p-fgasBtn_btn--contact {
    padding: 0 32px;
    min-width: 320px;
    line-height: 64px;
    font-size: 2rem;
  }
}
.p-fgasBtn_btn::before, .p-fgasBtn_btn--contact::before {
  position: absolute;
  top: 50%;
  right: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-fgasBtn_btn::before, .p-fgasBtn_btn--contact::before {
    right: 16px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-fgasBtn_btn:hover, .p-fgasBtn_btn--contact:hover {
    text-decoration: none !important;
  }
}
.p-fgasBtn_btn--contact {
  background: #f0a400;
}
.p-fgasFlowList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .p-fgasFlowList {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.p-fgasFlowList_item {
  position: relative;
  border-radius: 8px;
  padding: 24px;
  color: #fff;
}
.p-fgasFlowList_item::before {
  position: absolute;
  z-index: 1;
  background: no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-fgasFlowList_item::before {
    top: 100%;
    left: 50%;
    width: 21.5px;
    height: 50.5px;
    -webkit-transform: translate(-50%, -30%) rotate(90deg);
            transform: translate(-50%, -30%) rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .p-fgasFlowList_item::before {
    width: 43px;
    height: 101px;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.p-fgasFlowList_item:nth-of-type(1) {
  background: #4c95cc;
}
.p-fgasFlowList_item:nth-of-type(1)::before {
  background-image: url(/files/user/images/f-gas/img_arrow01.png?v=1776754776);
}
.p-fgasFlowList_item:nth-of-type(2) {
  background: #267fc2;
}
.p-fgasFlowList_item:nth-of-type(2)::before {
  background-image: url(/files/user/images/f-gas/img_arrow02.png?v=1776754776);
}
.p-fgasFlowList_item:nth-of-type(3) {
  background: #0068b7;
}
.p-fgasFlowList_item:nth-of-type(3)::before {
  display: none;
}
.p-fgasFlowList_ttl {
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-fgasFlowList_ttl {
    font-size: 2.4rem;
  }
}
.p-fgasMv {
  background: url(/files/user/images/f-gas/bg_mv.jpg?v=1776754776) no-repeat center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-fgasMv {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
}
.p-fgasMv_mv {
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
.p-fgasMv_mv img {
  vertical-align: middle;
}
.p-fgasProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-fgasProduct {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    gap: 16px 10px;
  }
}
.p-fgasProduct_inner {
  padding: 16px 5%;
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_inner {
    padding: 16px 32px 0;
  }
}
.p-fgasProduct_ttl01 {
  border-left: 3px solid #00305b;
  padding-left: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_ttl01 {
    font-size: 2rem;
  }
}
.p-fgasProduct_ttl02 {
  border-top: 2px dotted #00305b;
  margin-top: 16px;
  padding-top: 16px;
  color: #00305b;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_ttl02 {
    font-size: 2rem;
  }
}
.p-fgasProduct_ttl02:first-of-type {
  border-top: 0;
}
.p-fgasProduct_txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_txt {
    font-size: 1.6rem;
  }
}
.p-fgasProduct_term {
  position: relative;
  background: #00305b;
  color: #fff;
}
.p-fgasProduct_term::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-fgasProduct_term::before {
    top: 100%;
    left: 50%;
    border: 14px solid transparent;
    border-top: 14px solid #00305b;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_term::before {
    top: 50%;
    left: 100%;
    border: 14px solid transparent;
    border-left: 14px solid #00305b;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.p-fgasProduct_term_ttl {
  border-bottom: 1px solid #fff;
  margin-right: 16px;
  margin-left: 16px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.p-fgasProduct_term_ttl--first {
  display: block;
  margin: 16px 0;
  padding: 16px 0;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_term_ttl--first {
    font-size: 2rem;
  }
}
.p-fgasProduct_body {
  background: radial-gradient(#ebeef2, #ccd6de);
}
.p-fgasProduct_body_ttl--first {
  display: block;
  padding: 16px 0;
  background: #fff;
  color: #00305b;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_body_ttl--first {
    margin: 16px 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_body_pic {
    flex: 1.5 1;
  }
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_body_body {
    padding-bottom: 40px;
    flex: 1 1;
  }
}
@media screen and (min-width: 768px) {
  .p-fgasProduct_body_inner {
    display: flex;
    align-items: flex-end;
  }
}
.p-fgasSquareList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-fgasSquareList_item {
  margin-top: 0.5em;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -1.5em;
}
@media screen and (min-width: 768px) {
  .p-fgasSquareList_item {
    font-size: 1.6rem;
  }
}
.p-fgasSquareList_item:first-of-type {
  margin-top: 0;
}
.p-fgasSquareList_item::before {
  margin-right: 0.5em;
  content: "■";
}