@charset "UTF-8";
/* ======================================================================
 p_gas
====================================================================== */
.u_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
}

.u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l_content {
    overflow: hidden;
  }
}

.l_header {
  z-index: 1000;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  .l_header {
    z-index: 100;
  }
}
.l_header .middle .l_flex .center h1 a {
  width: 270px !important;
}
.l_header .middle .btns .c_btn_1 {
  width: 210px;
  transition: all .2s linear;
}
.l_header .middle .btns .c_btn_1 span {
  padding: 0 0 0 25px;
}
.l_header .middle .btns .c_btn_1 span:before {
  top: -2px;
  content: url(../img/p_gas/btn-ico1.svg);
}
.l_header .middle .btns .c_btn_1._pt1 {
  width: 190px;
}
.l_header .middle .btns .c_btn_1._pt1 span {
  padding: 0 0 0 25px;
}
.l_header .middle .btns .c_btn_1._pt1 span:before {
  top: -2px;
  content: url(../img/p_gas/btn-ico2.svg);
}

#p_gas .c_label_lp1 {
  font-family: "Oswald",serif;
  font-size: 20px;
  position: absolute;
  padding: 0 0 0 30px;
}
#p_gas .c_label_lp1:before {
  content: url(../img/p_gas/ico2.svg);
  position: absolute;
  top: -5px;
  left: 0;
}
#p_gas .l_main_visual_top {
  padding-top: 107px;
  background: none;
}
@media screen and (max-width: 768px) {
  #p_gas .l_main_visual_top {
    padding-top: 67px;
    padding-bottom: 0;
  }
}
#p_gas .l_main_visual_top .slick-slide {
  padding: 0 12px 20px;
}
@media screen and (max-width: 768px) {
  #p_gas .l_main_visual_top .slick-slide {
    margin: 0;
  }
}
#p_gas .l_main_visual_top .slick-slide img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  /* background: #EDEDED; */
  background: none;
}
@media screen and (max-width: 768px) {
  #p_gas .l_main_visual_top .slick-slide img {
    width: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    border-radius: 20px;
    /* box-shadow: none; */
    background: none;
  }
}
#p_gas .head_cont_cta {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #p_gas .head_cont_cta {
    gap: 0 10px;
  }
}
#p_gas .head_cont_cta .head_cont_cta__ttl {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #p_gas .head_cont_cta .head_cont_cta__ttl {
    margin: 0 0 30px;
  }
}
#p_gas .head_cont_cta__link {
  margin: 20px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .head_cont_cta__link {
    position: relative;
    z-index: 2;
  }
}
#p_gas .head_cont_cta__link > a {
  padding: 0 0 0 20px;
  position: relative;
  color: #1C9AEA;
  font-size: 16px;
}
#p_gas .head_cont_cta__link > a:before {
  content: url(../img/p_gas/ico1.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
#p_gas .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p_gas .button-container {
    width: calc( 50% - 5px);
  }
}
#p_gas .rounded-button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 65px 20px 50px;
  background-color: #1C9AEA;
  color: white;
  text-decoration: none;
  border-radius: 999px;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 0.3s;
  box-shadow: 0 4px 0px #0c70a5;
}
@media screen and (max-width: 768px) {
  #p_gas .rounded-button {
    width: 100%;
    padding: 10px 15px 10px 10px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
#p_gas .rounded-button._another {
  background-color: #0E5BB5;
  box-shadow: 0 4px 0px #073F80;
}
@media screen and (max-width: 768px) {
  #p_gas .rounded-button._another {
    border-radius: 10px 0 0 10px;
    padding: 10px 15px 10px 30px;
  }
  #p_gas .rounded-button._another:hover {
    box-shadow: 0 4px 0px #073f80;
  }
}
#p_gas .rounded-button._another:after {
  content: "";
  height: 100%;
  width: 1px;
  border-right: 1px dashed #3E3E3E;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (max-width: 768px) {
  #p_gas .rounded-button._another:after {
    display: none;
  }
}
#p_gas .rounded-button:before {
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  top: 45%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  #p_gas .rounded-button:before {
    width: 8px;
    height: 8px;
    top: 45%;
    right: 12px;
  }
}
#p_gas .rounded-button:hover {
  transform: translateY(4px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  #p_gas .rounded-button:hover {
    box-shadow: 0 4px 0px #0c70a5;
    transform: translateY(0);
  }
}
#p_gas .rounded-button .button-icon {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #p_gas .rounded-button .button-icon {
    width: 35px;
  }
}
#p_gas .rounded-button .tooltip {
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FBC933;
  color: #3E3E3E;
  padding: 7px 15px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 768px) {
  #p_gas .rounded-button .tooltip {
    font-size: 13px;
    padding: 3px 14px;
  }
}
#p_gas .rounded-button .tooltip:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 15px solid #fbc933;
  border-bottom: 0;
}
#p_gas .c_ttl_lp1 {
  position: relative;
  z-index: 0;
  display: table;
  margin: 0 auto 35px;
  padding: 0 17px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #p_gas .c_ttl_lp1 {
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
#p_gas .c_ttl_lp1:before, #p_gas .c_ttl_lp1:after {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  border-radius: 1px;
  background: #3E3E3E;
  content: "";
}
#p_gas .c_ttl_lp1:before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
#p_gas .c_ttl_lp1:after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
#p_gas .c_ttl_lp2 {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  #p_gas .c_ttl_lp2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
#p_gas .c_ttl_lp2:before {
  content: "";
  width: 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(354deg, #FBC933 0%, #3ABFDE 66%, #26A6E6 89%, #1C9AEA 100%) 0% 0% no-repeat padding-box;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
#p_gas .sec__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p_gas .sec__inner {
    width: 100%;
  }
}
#p_gas .sec__ttl {
  font-size: 60px;
  font-weight: bold;
  padding: 0 0 65px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec__ttl {
    font-size: 40px;
  }
}
#p_gas .sec__ttl__inner {
  display: inline;
  position: relative;
  z-index: 10;
}
#p_gas .sec__ttl__inner .c_label_lp1 {
  bottom: 30px;
  left: 520px;
}
#p_gas .sec__ttl .big {
  font-size: 60px;
  color: #FFB307;
}
@media screen and (max-width: 768px) {
  #p_gas .sec__ttl .big {
    font-size: 40px;
  }
}
#p_gas .sec__ttl .big._another {
  color: #1C9AEA;
}
#p_gas .sec__ttl .sml {
  font-size: 40px;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec__ttl .sml {
    font-size: 30px;
  }
}
#p_gas .btnswrap {
  display: flex;
  outline: 3px solid #3E3E3E;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #p_gas .btnswrap {
    border-radius: 0;
  }
}
#p_gas .btnswrap:before {
  content: url(../img/p_gas/tab-ico.svg);
  position: absolute;
  top: -239px;
  right: 80px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #p_gas .btnswrap:before {
    content: url(../img/p_gas/sp/tab-ico.svg);
    right: -51px;
    top: -171px;
  }
}
#p_gas .sec1 {
  background: url(../img/p_gas/sec_bg1.png);
  background-size: cover;
  background-position: 0 200px;
  padding: 80px 0 45px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #p_gas .sec1 {
    padding: 70px 0 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #p_gas .sec1 .sec__ttl {
    padding: 0 4.6875vw 70px;
  }
}
@media screen and (max-width: 768px) {
  #p_gas .sec1 .sec__ttl .c_label_lp1 {
    bottom: -32px;
    left: 0;
  }
}
#p_gas .tab {
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #p_gas .tab {
    height: 80px;
  }
}
#p_gas .tab:first-of-type {
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 768px) {
  #p_gas .tab:first-of-type {
    border-radius: 0;
  }
}
#p_gas .tab:not(:first-of-type) {
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 768px) {
  #p_gas .tab:not(:first-of-type) {
    border-radius: 0;
  }
}
#p_gas .tab._active {
  background: #1C9AEA;
  color: #fff;
  position: relative;
}
#p_gas .tab._active .tab__active {
  display: inline-block;
  color: #1C9AEA;
  background: #FFEB02;
  font-size: 12px;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #p_gas .tab._active .tab__active {
    padding: 3px 8px;
    font-size: 10px;
    margin: 0 0 5px;
  }
}
#p_gas .tab._active:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #3e3e3e;
  border-bottom: 0;
}
#p_gas .tab._active:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6.5px solid transparent;
  border-left: 6.5px solid transparent;
  border-top: 7px solid #1c9aea;
  border-bottom: 0;
}
#p_gas .tab__wrap {
  text-align: center;
}
#p_gas .tab__active {
  display: none;
}
#p_gas .tab__txt {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p_gas .tab__txt {
    font-size: 18px;
  }
}
#p_gas .tab-content {
  margin: 40px 0 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content {
    margin: 0;
    padding: 40px 4.6875vw 50px;
    background: url(../img/p_gas/sp/tab-bg.png);
    background-size: cover;
  }
}
#p_gas .tab-content._active {
  display: block;
}
#p_gas .tab-content__ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__ttl {
    font-size: 30px;
    text-align: left;
  }
}
#p_gas .tab-content__lead {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__lead {
    text-align: left;
    line-height: 1.5;
  }
}
#p_gas .tab-content__lists {
  margin: 20px 0 0;
}
#p_gas .tab-content__list {
  font-size: 12px;
  color: #666;
  padding: 0 0 0 1.5em;
  text-indent: -1.75em;
  line-height: 1.4;
}
#p_gas .tab-content__list:not(:first-of-type) {
  color: #EA1C1C;
  margin: 5px 0 0;
}
#p_gas .tab-content__main {
  margin: 30px 0 0;
  padding: 60px 220px 65px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__main {
    padding: 60px 10px 35px;
  }
}
#p_gas .tab-content__flex {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__flex {
    flex-wrap: wrap;
    gap: 0 12px;
  }
}
#p_gas .tab-content__box1 {
  width: 260px;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__box1 {
    width: calc( 50% - 6px );
  }
}
#p_gas .tab-content__box1__item {
  padding: 0 10px;
  border-bottom: 2px solid #3E3E3E;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__box1__item {
    padding: 0 5px;
    position: relative;
    z-index: 1;
  }
}
#p_gas .tab-content__item1 {
  border-radius: 12px 12px 0 0;
  background: #BBB;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__item1 {
    padding: 15px 5px;
  }
}
#p_gas .tab-content__item2 {
  background: #ddd;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__item2 {
    padding: 15px 5px;
  }
}
#p_gas .tab-content__item2 .tab-content__txt1,
#p_gas .tab-content__item2 .tab-content__txt2,
#p_gas .tab-content__item2 .tab-content__txt3,
#p_gas .tab-content__item2 .tab-content__txt4,
#p_gas .tab-content__item2 .tab-content__txt5 {
  color: #3E3E3E;
}
#p_gas .tab-content__item2 .tab-content__txt1 span,
#p_gas .tab-content__item2 .tab-content__txt2 span,
#p_gas .tab-content__item2 .tab-content__txt3 span,
#p_gas .tab-content__item2 .tab-content__txt4 span,
#p_gas .tab-content__item2 .tab-content__txt5 span {
  color: #3E3E3E;
}
#p_gas .tab-content__item2 .tab-content__txt3 span {
  background: #3E3E3E;
  color: #fff;
}
#p_gas .tab-content__item2 .tab-content__txt3:after {
  background: #3E3E3E;
}
#p_gas .tab-content__item2 .tab-content__txt4 {
  margin: 30px 0 0;
}
#p_gas .tab-content__item2 .tab-content__txt4 span:first-of-type, #p_gas .tab-content__item2 .tab-content__txt4 span:nth-of-type(2), #p_gas .tab-content__item2 .tab-content__txt4 span:nth-of-type(3) {
  color: #3E3E3E;
}
#p_gas .tab-content__item3 {
  background: #1B9AE9;
  padding: 15px 20px;
  border-radius: 12px 12px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__item3 {
    padding: 15px 5px;
  }
}
#p_gas .tab-content__item3:before {
  position: absolute;
  top: -68px;
  left: -29px;
  content: "";
  width: 1px;
  height: 83px;
  border-right: 2px dashed #3E3E3E;
  transform: rotate(-46deg);
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__item3:before {
    position: absolute;
    top: -38%;
    left: -9px;
    content: "";
    width: 1px;
    height: 15vw;
    border-right: 2px dashed #3E3E3E;
    transform: rotate(-27deg);
    z-index: -1;
  }
}
#p_gas .tab-content__item3:after {
  position: absolute;
  top: 123px;
  left: -30px;
  content: "";
  width: 1px;
  height: 62px;
  border-right: 2px dashed #3E3E3E;
  transform: rotate(-63deg);
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__item3:after {
    top: 79%;
    left: -12px;
    height: 8vw;
    border-right: 2px dashed #3E3E3E;
    transform: rotate(-36deg);
    z-index: -1;
  }
}
#p_gas .tab-content__item3 .tab-content__txt3 {
  margin: 10px 0 0;
}
#p_gas .tab-content__item3 .tab-content__txt3 span {
  color: #1B9AE9;
}
#p_gas .tab-content__ico {
  width: 214px;
  height: 214px;
  background: url(../img/p_gas/bg.svg);
  background-size: cover;
  position: absolute;
  top: -130px;
  right: -130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__ico {
    width: 144px;
    height: 144px;
    top: -110px;
    right: 0;
  }
}
#p_gas .tab-content__ico__wrap {
  text-align: center;
}
#p_gas .tab-content__ico__txt1 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__ico__txt1 {
    font-size: 14px;
  }
}
#p_gas .tab-content__ico__txt2 {
  margin: 10px 0 0;
  font-size: 36px;
  color: #fff;
  font-family: 'Oswald',serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__ico__txt2 {
    margin: 5px 0 0;
    font-size: 25px;
  }
}
#p_gas .tab-content__ico__txt2 span {
  font-size: 20px;
  font-family: "Noto Sans JP",serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__ico__txt2 span {
    font-size: 14px;
  }
}
#p_gas .tab-content__ico__txt2 span.absolute {
  position: absolute;
  top: -9px;
  left: 1px;
  font-size: 13px;
  font-weight: 600;
}
#p_gas .tab-content__item4 {
  background: #FBC933;
  padding: 15px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__item4 {
    padding: 15px 5px;
  }
}
#p_gas .tab-content__item4 .tab-content__txt1,
#p_gas .tab-content__item4 .tab-content__txt2,
#p_gas .tab-content__item4 .tab-content__txt3,
#p_gas .tab-content__item4 .tab-content__txt4,
#p_gas .tab-content__item4 .tab-content__txt5 {
  color: #3E3E3E;
}
#p_gas .tab-content__item4 .tab-content__txt1 span,
#p_gas .tab-content__item4 .tab-content__txt2 span,
#p_gas .tab-content__item4 .tab-content__txt3 span,
#p_gas .tab-content__item4 .tab-content__txt4 span,
#p_gas .tab-content__item4 .tab-content__txt5 span {
  color: #3E3E3E;
}
#p_gas .tab-content__item4 .tab-content__txt2 {
  margin: 5px 0 0;
}
#p_gas .tab-content__item4 .tab-content__txt3 {
  margin: 10px 0 0;
}
#p_gas .tab-content__item4 .tab-content__txt3 span {
  background: #3E3E3E;
  color: #FBC933;
}
#p_gas .tab-content__item4 .tab-content__txt3:after {
  background: #3E3E3E;
}
#p_gas .tab-content__item4 .tab-content__txt4 span:first-of-type, #p_gas .tab-content__item4 .tab-content__txt4 span:nth-of-type(2), #p_gas .tab-content__item4 .tab-content__txt4 span:nth-of-type(3) {
  color: #3E3E3E;
}
#p_gas .tab-content__item4 .tab-content__fukidashi {
  width: 162px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: url(../img/p_gas/fukidashi1.svg);
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 1;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__item4 .tab-content__fukidashi {
    display: none;
  }
}
#p_gas .tab-content__item4 .tab-content__fukidashi._another {
  background: url(../img/p_gas/fukidashi2.svg);
  background-position: -3px 5px;
  background-repeat: no-repeat;
  top: 30px;
  left: initial;
  right: -100px;
}
#p_gas .tab-content__item4 .tab-content__fukidashi span {
  color: #F6850A;
}
#p_gas .tab-content__item4 .tab-content__fukidashi span span {
  font-family: 'Oswald',serif;
}
#p_gas .tab-content__item4 .tab-content__fukidashi span.sml {
  font-size: 10px;
  color: #3E3E3E;
}
#p_gas .tab-content__txt1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__txt1 {
    font-size: 16px;
  }
}
#p_gas .tab-content__txt2 {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__txt2 {
    font-size: 12px;
  }
}
#p_gas .tab-content__txt3 {
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
  position: relative;
}
#p_gas .tab-content__txt3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 0;
  position: absolute;
}
#p_gas .tab-content__txt3 span {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 999px;
  padding: 3px 8px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #BBBBBB;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__txt3 span {
    font-size: 10px;
  }
}
#p_gas .tab-content__txt3 span img {
  display: inline-block;
  margin: 0 3px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__txt3 span img {
    width: 10px;
  }
}
#p_gas .tab-content__txt4 {
  margin: 10px 0 0;
  text-align: center;
}
#p_gas .tab-content__txt4 span:first-of-type {
  writing-mode: vertical-lr;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__txt4 span:first-of-type {
    font-size: 14px;
  }
}
#p_gas .tab-content__txt4 span:nth-of-type(2) {
  font-size: 40px;
  color: #fff;
  font-family: 'Oswald',serif;
  margin: 0 5px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__txt4 span:nth-of-type(2) {
    font-size: 30px;
  }
}
#p_gas .tab-content__txt4 span:nth-of-type(3) {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
#p_gas .tab-content__txt5 {
  margin: 10px 0 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__txt5 {
    line-height: 1.2;
  }
}
#p_gas .tab-content__ttl1 {
  margin: 20px 0 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p_gas .tab-content__ttl1 {
    margin: 10px 0 0;
    font-size: 10px;
  }
}
#p_gas .tab-content .max {
  width: 100%;
}
#p_gas .tab-content .fukidashi {
  margin: 20px 0 0;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #3E3E3E;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  position: relative;
}
#p_gas .tab-content .fukidashi:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 18vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 9px solid #555555;
  border-top: 0;
}
#p_gas .tab-content .fukidashi:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 18.5vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 7px solid #fff;
  border-top: 0;
}
#p_gas .tab-content .fukidashi > ul li {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}
#p_gas .tab-content .fukidashi > ul li > span:first-of-type {
  color: #F6850A;
}
#p_gas .tab-content .fukidashi > ul li > span:not(:first-of-type) {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 10px;
}
#p_gas .sec__outer {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p_gas .sec__outer {
    width: 100%;
  }
}
#p_gas .sec2 {
  padding: 180px 0 100px;
  position: relative;
}
#p_gas .sec2:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #dfdfdf;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #p_gas .sec2 {
    padding: 110px 4.6875vw 60px;
  }
}
#p_gas .sec2wrap {
  position: relative;
}
#p_gas .sec2wrap:before {
  content: "";
  width: 1160px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px dashed #dfdfdf;
  border-right: 1px dashed #dfdfdf;
}
#p_gas .sec2wrap:after {
  content: "";
  width: 580px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px dashed #dfdfdf;
  border-right: 1px dashed #dfdfdf;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2wrap:after {
    width: calc(100vw - 9.375vw);
  }
}
#p_gas .sec2__ttlbox {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__ttlbox {
    width: 100%;
  }
}
#p_gas .sec2__ttlbox .c_label_lp1 {
  position: absolute;
  top: 30px;
  left: 810px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__ttlbox .c_label_lp1 {
    top: initial;
    left: 0;
    bottom: -40px;
  }
}
#p_gas .sec2__ttl {
  font-size: 60px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__ttl {
    font-size: 40px;
  }
}
#p_gas .sec2__ttl:before {
  content: url(../img/p_gas/ttl-ico1.svg);
  position: absolute;
  top: -85px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__ttl:before {
    top: -45px;
    content: url(../img/p_gas/sp/ttl-ico1.svg);
  }
}
#p_gas .sec2__ttl span {
  font-size: 40px;
}
#p_gas .sec2__lead {
  margin: 50px auto 0;
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
#p_gas .sec2__lead > span {
  position: relative;
}
#p_gas .sec2__lead > span:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1C9AEA;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__lead {
    width: 100%;
    font-size: 20px;
    margin: 70px 0 0;
    line-height: 1.8;
  }
  #p_gas .sec2__lead > span {
    position: relative;
  }
  #p_gas .sec2__lead > span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #1C9AEA;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#p_gas .sec2__leadbox {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__leadbox {
    width: 100%;
  }
}
#p_gas .sec2__lists {
  margin: 40px 0 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__lists {
    flex-wrap: wrap;
  }
}
#p_gas .sec2__list {
  padding: 40px 0 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#p_gas .sec2__list:nth-of-type(1), #p_gas .sec2__list:nth-of-type(2), #p_gas .sec2__list:nth-of-type(3) {
  width: 290px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__list:nth-of-type(1), #p_gas .sec2__list:nth-of-type(2), #p_gas .sec2__list:nth-of-type(3) {
    width: 50%;
  }
}
#p_gas .sec2__list:nth-of-type(4) {
  width: 290px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__list:nth-of-type(4) {
    width: 50%;
  }
}
#p_gas .sec2__list:nth-of-type(1) .sec2__listttl, #p_gas .sec2__list:nth-of-type(4) .sec2__listttl {
  transform: translateY(-18px);
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__list:nth-of-type(3), #p_gas .sec2__list:nth-of-type(4) {
    margin: 30px 0 0;
  }
}
#p_gas .sec2__listttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__listttl {
    font-size: 16px;
  }
}
#p_gas .sec2__listttl span {
  color: #1C9AEA;
}
#p_gas .sec2__listsub {
  margin: 5px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec2__listsub {
    font-size: 12px;
  }
}
#p_gas .sec2__listsub2 {
  position: absolute;
  bottom: -23px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  margin: 5px 0 0;
  font-size: 12px;
}
#p_gas .sec2__listnum {
  font-family: 'Oswald',serif;
  font-size: 15px;
  color: #fff;
  background: #3E3E3E;
  border-radius: 6px;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}
#p_gas .sec2__listnum:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #3e3e3e;
  border-bottom: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
#p_gas .cvlp {
  padding: 50px 0;
  background: url(../img/p_gas/cv-bg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #p_gas .cvlp {
    padding: 30px 4.6875vw 100px;
    background: url(../img/p_gas/sp/cv-bg.svg);
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #p_gas .cvlp .c_ttl_lp1 {
    font-size: 16px;
  }
}
#p_gas .cvlp__inner {
  padding: 40px;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .cvlp__inner {
    width: 100%;
    border-radius: 20px;
    padding: 20px 15px 40px;
    gap: initial;
  }
}
#p_gas .cvlp__inner .head_cont_cta__ttl {
  width: 100%;
}
#p_gas .cvlp__inner:before {
  content: url(../img/p_gas/cv-ico1.svg);
  position: absolute;
  bottom: -52px;
  left: -160px;
}
@media screen and (max-width: 768px) {
  #p_gas .cvlp__inner:before {
    content: url(../img/p_gas/sp/cv-ico1.svg);
    bottom: -100px;
    left: -30px;
  }
}
#p_gas .cvlp__inner:after {
  content: url(../img/p_gas/cv-ico2.svg);
  position: absolute;
  bottom: -52px;
  right: -140px;
}
@media screen and (max-width: 768px) {
  #p_gas .cvlp__inner:after {
    content: url(../img/p_gas/sp/cv-ico2.svg);
    bottom: -100px;
    right: -20px;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  #p_gas .cvlp__inner .button-container {
    width: 100%;
  }
  #p_gas .cvlp__inner .button-container .rounded-button {
    margin: 30px 0 0;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding: 20px 15px 20px 30px;
  }
  #p_gas .cvlp__inner .button-container .rounded-button._another {
    margin: 40px 0 0;
  }
  #p_gas .cvlp__inner .button-container .button-text {
    font-size: 18px;
  }
}
#p_gas .c_btn_lp1 {
  padding: 20px 50px;
  background: #3E3E3E;
  position: relative;
  box-shadow: 0px 4px 0px #000;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  #p_gas .c_btn_lp1 {
    font-size: 16px;
  }
}
#p_gas .c_btn_lp1:before {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center;
  position: absolute;
  top: 45%;
  right: 20px;
}
#p_gas .c_btn_lp1:hover {
  transform: translateY(4px);
  box-shadow: none;
}
#p_gas .sec3 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3 {
    padding: 60px 4.63875vw 0;
  }
}
#p_gas .sec3:before {
  content: url(../img/p_gas/sec3-bg.png);
  position: absolute;
  bottom: -210px;
  left: -310px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3:before {
    content: url(../img/p_gas/sp/sec3-bg.png);
    bottom: initial;
    left: 170px;
    top: 190px;
    z-index: -1;
  }
}
#p_gas .sec3__fukidashi {
  display: flex;
  justify-content: center;
}
#p_gas .sec3__fukidashi__inner {
  background: #FBC933;
  border-radius: 6px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  padding: 10px 50px 10px 25px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__fukidashi__inner {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }
}
#p_gas .sec3__fukidashi__inner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #fbc933;
  border-bottom: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#p_gas .sec3__fukidashi__inner img {
  position: absolute;
  bottom: 7px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__fukidashi__inner img {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
#p_gas .sec3__search {
  background: #50B1EF;
  border-radius: 10px;
  padding: 40px;
  margin: -20px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search {
    padding: 20px 15px;
  }
}
#p_gas .sec3__search__inner {
  background: #fff;
  padding: 30px 70px 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search__inner {
    padding: 15px 0 0;
    overflow: hidden;
  }
}
#p_gas .sec3__search__inner .inputbox {
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search__inner .inputbox {
    order: 1;
    padding: 0 10px;
  }
}
#p_gas .sec3__search__inner .inputbox:before {
  content: url(../img/p_gas/ico-address.svg);
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
#p_gas .sec3__search__inner #input {
  width: 500px;
  height: 80px;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 0 0 0 72px;
  font-size: 32px;
  font-family: 'Oswald',serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search__inner #input {
    width: 100%;
    height: 66px;
    margin: 0 0 10px 0;
  }
}
#p_gas .sec3__search__inner #input::placeholder {
  color: rgba(62, 62, 62, 0.3);
}
#p_gas .sec3__search__inner #button {
  background: #3E3E3E;
  width: 260px;
  height: 75px;
  display: flex;
  font-size: 24px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  box-shadow: 0px 4px 0px #000;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search__inner #button {
    order: 3;
    width: 240px;
    height: 55px;
    margin: 0 auto;
    font-size: 18px;
  }
}
#p_gas .sec3__search__inner #button:hover {
  transform: translateY(4px);
  box-shadow: none;
}
#p_gas .sec3__search__inner #button:before {
  content: "";
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center;
  position: absolute;
  top: 50%;
  right: 15px;
}
#p_gas .sec3__search__inner #output {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search__inner #output {
    order: 4;
  }
}
#p_gas .sec3__search #output {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output {
    padding: 20px 0 0;
  }
}
#p_gas .sec3__search #output__ok {
  display: none;
  position: relative;
  text-align: center;
  padding: 0 0 50px 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ok {
    padding: 0 0 35px 0;
  }
}
#p_gas .sec3__search #output__ok:before {
  content: url(../img/p_gas/ok-ico.svg);
  position: absolute;
  bottom: -1px;
  left: 70px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ok:before {
    content: url(../img/p_gas/sp/ok-ico.svg);
    bottom: -1px;
    left: 0;
  }
}
#p_gas .sec3__search #output__ok:after {
  content: "";
  width: 850px;
  height: 850px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #E7F5FD;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ok:after {
    width: 110vw;
    height: 110vw;
    top: 10vw;
  }
}
#p_gas .sec3__search #output__ok .output__ok__ttl {
  margin: 20px 0 0;
  font-size: 80px;
  color: #1C9AEA;
  font-weight: 600;
  font-family: "Oswald",serif;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ok .output__ok__ttl {
    margin: 0;
    font-size: 60px;
  }
}
#p_gas .sec3__search #output__ok .output__ok__txt {
  margin: 10px 0 0;
  font-size: 20px;
  color: #1C9AEA;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ok .output__ok__txt {
    transform: translateX(15vw);
  }
}
#p_gas .sec3__search #output__ng {
  display: none;
  text-align: center;
  position: relative;
  position: relative;
  text-align: center;
  padding: 0 0 40px 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ng {
    padding: 0 0 20px 0;
  }
}
#p_gas .sec3__search #output__ng:before {
  content: url(../img/p_gas/ng-ico.svg);
  position: absolute;
  bottom: -1px;
  left: 70px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ng:before {
    content: url(../img/p_gas/sp/ng-ico.svg);
    bottom: -1px;
    left: 0;
  }
}
#p_gas .sec3__search #output__ng:after {
  content: "";
  width: 850px;
  height: 850px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #FFEDEA;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ng:after {
    width: 110vw;
    height: 110vw;
    top: 10vw;
  }
}
#p_gas .sec3__search #output__ng .output__ng__ttl {
  font-size: 80px;
  color: #F62F09;
  font-weight: 600;
  font-family: "Oswald",serif;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ng .output__ng__ttl {
    font-size: 60px;
  }
}
#p_gas .sec3__search #output__ng .output__ng__txt {
  margin: 10px 0 0;
  font-size: 20px;
  color: #F62F09;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #output__ng .output__ng__txt {
    margin: 0;
    transform: translateX(15vw);
  }
}
#p_gas .sec3__search #error-message {
  color: #F62E0A;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__search #error-message {
    padding: 0 10px 10px;
    font-size: 14px;
    width: 100%;
    order: 2;
  }
}
#p_gas .sec3__flex {
  margin: 100px 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__flex {
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 50px 0 0;
  }
}
#p_gas .sec3__txtbox {
  width: 500px;
}
#p_gas .sec3__imgbox {
  position: absolute;
  top: -30px;
  right: -100px;
  width: 635px;
  transform: translateX(40px);
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__imgbox {
    position: initial;
    top: initial;
    right: initial;
    width: 120vw;
    transform: translateX(0);
    margin: -40px 0 -30px;
  }
  #p_gas .sec3__imgbox img {
    width: auto;
    max-width: 140vw;
    transform: translateX(-24.6875vw);
  }
}
#p_gas .sec3__ttlwrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__ttlwrap {
    padding: 0 0 40px;
  }
}
#p_gas .sec3__ttlwrap .c_label_lp1 {
  position: absolute;
  bottom: 16px;
  right: 110px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__ttlwrap .c_label_lp1 {
    right: initial;
    left: 0;
    bottom: 0px;
  }
}
#p_gas .sec3__ttl {
  font-size: 60px;
  font-weight: 900;
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__ttl {
    font-size: 40px;
    padding: 40px 0 0;
  }
}
#p_gas .sec3__ttl span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__ttl span {
    font-size: 30px;
  }
}
#p_gas .sec3__ttl:before {
  content: url(../img/p_gas/area.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__ttl:before {
    content: url(../img/p_gas/sp/area.svg);
  }
}
#p_gas .sec3__lead {
  margin: 40px 0 0;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3__lead {
    margin: 30px 0 0;
    font-size: 20px;
  }
  #p_gas .sec3__lead > span {
    position: relative;
  }
  #p_gas .sec3__lead > span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #1C9AEA;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#p_gas .sec3__lead .ico {
  position: relative;
}
#p_gas .sec3__lead .ico:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1C9AEA;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#p_gas .sec3__txt {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3 .center {
    display: flex;
    justify-content: center;
  }
}
#p_gas .sec3 .c_btn_lp1 {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec3 .c_btn_lp1 {
    margin: 30px auto 0;
  }
}
#p_gas .sec4 {
  padding: 100px 0 60px;
  background: #F3F3F3;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4 {
    padding: 40px 0 50px;
  }
}
#p_gas .sec4__ttlwrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__ttlwrap {
    padding: 0 0 40px;
    margin: 0 4.6875%;
  }
}
#p_gas .sec4__ttlwrap .c_label_lp1 {
  position: absolute;
  bottom: 16px;
  left: 570px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__ttlwrap .c_label_lp1 {
    left: 0;
    bottom: 0;
  }
}
#p_gas .sec4__ttl {
  font-size: 60px;
  font-weight: 900;
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__ttl {
    padding: 40px 0 0;
    font-size: 40px;
  }
}
#p_gas .sec4__ttl span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__ttl span {
    font-size: 30px;
  }
}
#p_gas .sec4__ttl:before {
  content: url(../img/p_gas/price.svg);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__ttl:before {
    content: url(../img/p_gas/sp/price.svg);
  }
}
#p_gas .sec4 .tablewrap {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4 .tablewrap {
    width: 100%;
    margin: 40px 0 0;
    overflow: scroll;
    position: relative;
  }
  #p_gas .sec4 .tablewrap .scroll-ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#p_gas .sec4 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4 table {
    width: 600px;
    padding: 0 20px;
  }
}
#p_gas .sec4 th {
  color: #fff;
  width: calc(100% / 3);
}
#p_gas .sec4 td, #p_gas .sec4 th {
  text-align: center;
  vertical-align: middle;
  padding: 30px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4 td, #p_gas .sec4 th {
    padding: 20px 0;
  }
}
#p_gas .sec4 thead th {
  font-weight: 600;
  background: #1C9AEA;
}
#p_gas .sec4 thead th:nth-of-type(1) {
  background: #0E5BB5;
  border-radius: 20px 0 0 0;
}
#p_gas .sec4 thead th:nth-of-type(2) {
  border-radius: 0 0 0 0;
}
#p_gas .sec4 thead th:nth-of-type(3) {
  border-radius: 0 20px 0 0;
}
#p_gas .sec4 td {
  background: #fff;
}
#p_gas .sec4 td:nth-of-type(1) {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure {
    padding: 0 4.6875vw;
  }
}
#p_gas .sec4__structure__ttl {
  margin: 60px 0 0;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__ttl {
    margin: 40px 0 0;
  }
}
#p_gas .sec4__structure__lead {
  margin: 10px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__lead {
    margin: 15px 0 0;
    line-height: 1.5;
  }
}
#p_gas .sec4__structure__box {
  margin: 40px 0 0;
  padding: 20px 30px;
  background: #1C9AEA;
  width: 100%;
  display: flex;
  gap: 0 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__box {
    padding: 20px 15px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__itemouter {
    width: 100%;
  }
}
#p_gas .sec4__structure__item1 {
  border-radius: 10px;
  width: 230px;
  height: 150px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__item1 {
    width: 100%;
    height: 80px;
  }
  #p_gas .sec4__structure__item1 img {
    width: auto;
  }
}
#p_gas .sec4__structure__item1:nth-of-type(1):before {
  content: url(../img/p_gas/plus.svg);
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__item1:nth-of-type(1):before {
    top: 105%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
  }
}
#p_gas .sec4__structure__item1:not(:first-of-type):before {
  content: url(../img/p_gas/kakeru.svg);
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__item1:not(:first-of-type):before {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
#p_gas .sec4__structure__item2 {
  border-radius: 10px;
  width: 460px;
  height: 150px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__item2 {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
#p_gas .sec4__structure__itemwrap {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #1C9AEA;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__itemwrap {
    font-size: 18px;
    align-items: center;
  }
}
#p_gas .sec4__structure__itemwrap img {
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__itemwrap img {
    width: auto;
  }
}
#p_gas .sec4__structure__flex {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__flex {
    flex-wrap: wrap;
  }
}
#p_gas .sec4__structure__flex__item {
  width: 190px;
  padding: 10px 0;
  text-align: center;
  background: rgba(28, 154, 234, 0.1);
  border-radius: 10px;
  color: #1C9AEA;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__flex__item {
    padding: 18px 0;
    width: 100%;
  }
  #p_gas .sec4__structure__flex__item:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
#p_gas .sec4__structure__flex__item:first-of-type {
  position: relative;
}
#p_gas .sec4__structure__flex__item:first-of-type:before {
  content: url(../img/p_gas/plus-blue.svg);
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #p_gas .sec4__structure__flex__item:first-of-type:before {
    top: 108%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
#p_gas .sec4__structure__flex__item span {
  font-size: 12px;
}
#p_gas .sec5 .sec__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 175px 0 100px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5 .sec__inner {
    width: 100%;
    padding: 90px 4.6875vw 70px;
  }
}
#p_gas .sec5__ttlwrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__ttlwrap {
    padding: 0 0 40px;
  }
}
#p_gas .sec5__ttlwrap:before {
  content: url(../img/p_gas/flow.svg);
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__ttlwrap:before {
    content: url(../img/p_gas/sp/flow.svg);
    position: absolute;
    top: -80px;
    left: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #p_gas .sec5__ttlwrap:before {
    top: -40px;
  }
}

#p_gas .sec5__ttlwrap .c_label_lp1 {
  position: absolute;
  bottom: 20px;
  left: 490px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__ttlwrap .c_label_lp1 {
    left: 0;
    bottom: 0;
  }
}
#p_gas .sec5__ttl {
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__ttl {
    font-size: 40px;
  }
}
#p_gas .sec5__ttl span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__ttl span {
    font-size: 30px;
  }
}
#p_gas .sec5__flow {
  margin: 35px 0 0;
  display: flex;
  gap: 15px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow {
    gap: 30px 0;
  }
}
#p_gas .sec5__flow__box {
  width: calc(50% - 20px);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(28, 154, 234, 0.1);
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box {
    width: 100%;
    border-radius: 15px;
  }
}
#p_gas .sec5__flow__box:not(:first-of-type) .sec5__flow__box__ttl {
  background: #0E5BB5;
}
#p_gas .sec5__flow__box:not(:first-of-type) .sec5__flow__box__item {
  background: rgba(14, 91, 181, 0.1);
}
#p_gas .sec5__flow__box__ttl {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  background: #1C9AEA;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__ttl {
    font-size: 18px;
  }
}
#p_gas .sec5__flow__box__item {
  padding: 30px 30px 25px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__item {
    padding: 30px 15px 25px;
  }
}
#p_gas .sec5__flow__box__item__flex {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__item__flex {
    gap: 0 20px;
  }
}
#p_gas .sec5__flow__box__item__imgbox {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #3E3E3E;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__item__imgbox img {
    width: 84px;
  }
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__item__imgbox._another img {
    width: 68px;
  }
}
#p_gas .sec5__flow__box__item__txtbox {
  width: calc( 100% - 150px);
}
#p_gas .sec5__flow__box__item__ttl {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__item__ttl {
    font-size: 18px;
  }
}
#p_gas .sec5__flow__box__item__txt {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
#p_gas .sec5__flow__box__item__subttl {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__item__subttl {
    font-size: 18px;
  }
}
#p_gas .sec5__flow__box__item__steps {
  margin: 20px 0 0;
}
#p_gas .sec5__flow__box__item__step {
  display: flex;
}
#p_gas .sec5__flow__box__item__step:not(:first-of-type) {
  margin: 10px 0 0;
  position: relative;
}
#p_gas .sec5__flow__box__item__step:not(:first-of-type):before {
  z-index: 1;
  content: url(../img/p_gas/ico7.svg);
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
#p_gas .sec5__flow__box__item__step._another:not(:first-of-type) {
  margin: 10px 0 0;
  position: relative;
}
#p_gas .sec5__flow__box__item__step._another:not(:first-of-type):before {
  z-index: 1;
  content: url(../img/p_gas/ico9.svg);
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
#p_gas .sec5__flow__box__item__listtxt {
  background: #fff;
  margin: 0;
  width: calc(100% - 60px);
  height: 60px;
  padding: 20px 15px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__box__item__listtxt {
    padding: 20px 10px;
  }
}
#p_gas .sec5__flow__box__item__listtxt > span {
  font-size: 10px;
  transform: translateY(-5px);
  display: inline-block;
}
#p_gas .sec5__flow__box__item__num {
  background: #FBC933;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Oswald', serif;
  border-radius: 10px 0 0 10px;
}
#p_gas .sec5__flow__attentions {
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__attentions {
    margin: -10px 0 0;
  }
}
#p_gas .sec5__flow__attention {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width: 768px) {
  #p_gas .sec5__flow__attention {
    padding: 0 0 0 2em;
    text-indent: -1em;
  }
  #p_gas .sec5__flow__attention:not(:first-of-type) {
    margin: 5px 0 0;
  }
}
#p_gas .sec5__flow__attention span {
  margin: 0 5px 0 0;
  display: inline-block;
}
#p_gas .sec6 {
  background: #F3F3F3;
}
#p_gas .sec6 .sec__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 175px 0 100px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6 .sec__inner {
    width: 100%;
    padding: 90px 4.6875vw 50px;
  }
}
#p_gas .sec6__ttlwrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6__ttlwrap {
    padding: 0 0 40px;
  }
}
#p_gas .sec6__ttlwrap:before {
  content: url(../img/p_gas/faq.svg);
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6__ttlwrap:before {
    content: url(../img/p_gas/sp/faq.svg);
    position: absolute;
    top: -40px;
    left: 0;
  }
}
#p_gas .sec6__ttlwrap .c_label_lp1 {
  position: absolute;
  bottom: 20px;
  left: 450px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6__ttlwrap .c_label_lp1 {
    left: 0;
    bottom: 0;
  }
}
#p_gas .sec6__ttl {
  font-size: 60px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6__ttl {
    font-size: 40px;
  }
}
#p_gas .sec6__ttl span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6__ttl span {
    font-size: 30px;
  }
}
#p_gas .sec6__lead {
  font-size: 16px;
  line-height: 1.5;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6__lead {
    margin: 30px 0 0;
  }
}
#p_gas .sec6 .faq {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6 .faq {
    margin: 30px 0 0;
  }
}
#p_gas .sec6 .faq__item {
  border-radius: 10px;
  overflow: hidden;
}
#p_gas .sec6 .faq__item:not(:first-of-type) {
  margin: 15px 0 0;
}
#p_gas .sec6 .faq__item._active .question__desc:before {
  right: 14px;
  transform: rotate(-135deg) translateY(-50%);
}
#p_gas .sec6 .faq .question {
  display: flex;
}
#p_gas .sec6 .faq .question__ttl {
  font-family: "Oswald",serif;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  background: #1C9AEA;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6 .faq .question__ttl {
    width: 44px;
    font-size: 20px;
  }
}
#p_gas .sec6 .faq .question__desc {
  padding: 16px 26px 15px;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  width: calc( 100% - 56px);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6 .faq .question__desc {
    width: calc( 100% - 44px);
    padding: 13px 30px 13px 10px;
    line-height: 1.5;
  }
}
#p_gas .sec6 .faq .question__desc:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #3E3E3E;
  border-right: 1px solid #3E3E3E;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  top: 45%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6 .faq .question__desc:before {
    right: 20px;
  }
}
#p_gas .sec6 .faq .answer {
  font-size: 16px;
  padding: 14px 26px;
  line-height: 1.5;
  background: #fff;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  #p_gas .sec6 .faq .answer {
    padding: 14px 15px;
  }
}
#p_gas .sec6 .faq .answer a {
  color: #0E5BB5;
  text-decoration: underline;
}
#p_gas .sec7 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7 {
    padding: 60px 4.6875vw;
  }
}
#p_gas .sec7 .sec__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7 .sec__inner {
    width: 100%;
  }
}
#p_gas .sec7__box {
  margin: 50px 0 0;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__box {
    border-radius: 0;
  }
}
#p_gas .sec7__box__flex {
  display: flex;
  gap: 0 2px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__box__flex {
    flex-wrap: wrap;
  }
}
#p_gas .sec7__box__flex:not(:first-of-type) {
  margin: 2px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__box__flex:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
#p_gas .sec7__box__flex__ttl {
  background: #1C9AEA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 332px;
  height: 160px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__box__flex__ttl {
    height: auto;
    width: 100%;
    height: 60px;
    padding: 8px;
    border-radius: 10px 10px 0 0;
  }
}
#p_gas .sec7__box__flex__desc {
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 30px;
  background: #F3F3F3;
  width: calc( 100% - 332px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__box__flex__desc {
    width: 100%;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
  }
}
#p_gas .sec7__box__flex__desc a {
  color: #1C9AEA;
  padding: 0 0 0 20px;
  position: relative;
  display: inline-block;
  margin: 5px 0 0;
}
#p_gas .sec7__box__flex__desc a:before {
  content: url(../img/p_gas/ico8.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__box__flex__desc a:before {
    top: 3px;
  }
}
#p_gas .sec7__subttl {
  margin: 50px 0 0;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__subttl {
    font-size: 20px;
  }
}
#p_gas .sec7__btns {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__btns {
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
  }
}
#p_gas .sec7__btns a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #3E3E3E;
  padding: 17px 25px;
  width: 320px;
  text-align: center;
  border-radius: 999px;
  box-shadow: 0px 4px 0px #000000;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__btns a {
    font-size: 16px;
    width: 315px;
  }
}
#p_gas .sec7__btns a:hover {
  transform: translateY(4px);
  box-shadow: none;
}
#p_gas .sec7__btns a img {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  #p_gas .sec7__btns a img {
    width: 20px;
    transform: translateY(3px);
  }
}
#p_gas .sec7__btns a span {
  font-size: 14px;
}
#p_gas .sec8 {
  background: #F3F3F3;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8 {
    padding: 50px 4.6875vw;
  }
}
#p_gas .sec8 .sec__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8 .sec__inner {
    width: 100%;
  }
}
#p_gas .sec8__box {
  margin: 40px 0 0;
  display: flex;
  gap: 0 38px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__box {
    flex-direction: column;
  }
}
#p_gas .sec8__item {
  width: 480px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item {
    width: 100%;
    padding: 0 0 30px;
  }
}
#p_gas .sec8__item:first-of-type .u_bold {
  padding: 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item:first-of-type .u_bold {
    padding: 20px 4.6875vw 20px;
  }
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item:first-of-type {
    margin: 0 0 10px;
    padding: 0 0 30px;
  }
}
#p_gas .sec8__item .left {
  text-align: left;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item .left {
    padding: 0 4.6875vw;
  }
}
#p_gas .sec8__item .left a {
  font-size: 16px;
  color: #1C9AEA;
}
#p_gas .sec8__item .left a img {
  margin: 0 0 0 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item .left a img {
    width: 18px;
    transform: translateY(-2px);
  }
}
#p_gas .sec8__item .u_bold {
  font-size: 20px;
  line-height: 1.5;
  padding: 35px 40px;
  border-bottom: 1px solid #F3F3F3;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item .u_bold {
    padding: 20px 4.6875vw 20px;
    font-size: 18px;
  }
  #p_gas .sec8__item .u_bold span {
    font-size: 16px;
  }
}
#p_gas .sec8__item .tel {
  margin: 30px 0 0;
  display: inline-block;
  font-size: 55px;
  font-family: "Oswald",serif;
  color: #1C9AEA;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item .tel {
    font-size: 40px;
  }
}
#p_gas .sec8__item .tel img {
  margin: 0 10px 0 0;
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item .tel img {
    width: 33px;
  }
}
#p_gas .sec8__item .third {
  margin: 30px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__item .third {
    padding: 0 4.6875vw;
  }
}
#p_gas .sec8__item .sub {
  font-size: 16px;
  margin: 10px 0 0;
}
#p_gas .sec8__centerbox {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__centerbox {
    margin: 30px 0 0;
  }
}
#p_gas .sec8__centerbox__ttl {
  font-size: 20px;
  font-weight: 600;
}
#p_gas .sec8__centerbox__txt {
  margin: 15px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__centerbox__txt {
    line-height: 1.5;
  }
}
#p_gas .sec8__centerbox .tel {
  margin: 10px 0 0;
  display: inline-block;
  font-size: 55px;
  font-family: "Oswald",serif;
  color: #1C9AEA;
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__centerbox .tel {
    font-size: 40px;
  }
}
#p_gas .sec8__centerbox .tel img {
  margin: 0 10px 0 0;
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  #p_gas .sec8__centerbox .tel img {
    width: 33px;
  }
}
#p_gas .sec8__centerbox__sub {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
#p_gas .sec8__centerbox__sub span {
  color: #EA1C1C;
}

.l_fixedbtns {
  z-index: 100;
}
.l_fixedbtns .wrap .c_btn_1 span {
  padding: 0 0 0 25px;
  position: relative;
}
.l_fixedbtns .wrap .c_btn_1 span:before {
  top: -3px;
  content: url(../img/p_gas/btn-ico1.svg);
}
.l_fixedbtns .wrap .c_btn_1._pt1 span:before {
  top: -3px;
  content: url(../img/p_gas/btn-ico2.svg);
}

@media screen and (max-width: 768px) {
  .l_footer .copy.l_flex.spaceb .outlinks {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .copy.l_flex.spaceb .outlinks .links {
    flex-direction: column;
    margin: 10px 0 30px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .copy.l_flex.spaceb .outlinks .links > a:first-of-type {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .copy.l_flex.spaceb .outlinks .links > a:not(:first-of-type) {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .copy.l_flex.spaceb .outlinks .links > a {
    margin: 0;
  }
}

.pagetop {
  z-index: 100;
}

/* component */
.modal-content .c_ttl_1 {
  position: relative;
  padding: 78px 0 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal-content .c_ttl_1 {
    margin: 0 0 20px;
    padding: 56px 0 0;
    font-size: 24px;
    line-height: 1.5;
  }
}
.modal-content .c_ttl_1:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/elect.svg);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .modal-content .c_ttl_1:before {
    content: "";
    background: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/elect.svg);
    background-size: cover;
    width: 35px;
    height: 51px;
  }
}
.modal-content .c_ttl_1:after {
  content: none;
}

/* sec_2 */
.sec.sec_2 {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 {
    padding: 0;
  }
}
.sec.sec_2 .inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner {
    width: 100%;
  }
}
.sec.sec_2 .inner .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu {
    gap: 30px;
  }
}
.sec.sec_2 .inner .menu .menu_list {
  min-width: 490px;
  max-width: 490px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu .menu_list {
    min-width: initial;
  }
}
.sec.sec_2 .inner .menu_box {
  box-sizing: border-box;
  padding: 25px 35px;
  border-radius: 20px;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box {
    padding: 22px 15px 25px;
    border-radius: 10px;
  }
}
.sec.sec_2 .inner .menu_box .attention {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 14px;
  color: #FF0000;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .attention {
    display: none;
  }
}
.sec.sec_2 .inner .menu_box .attention a {
  color: #0E5BB5;
  text-decoration: underline;
}

.sec.sec_2 .inner .menu_box .attention a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.sec.sec_2 .inner .menu_box .attention_sp {
  color: #FF0000;
  display: none;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .attention_sp {
    display: block;
    margin: 10px 0 15px;
    line-height: 18px;
  }
}
.sec.sec_2 .inner .menu_box .attention_sp a {
  color: #0E5BB5;
  text-decoration: underline;
}

.sec.sec_2 .inner .menu_box .addtxt {
  display: inline-block;
  margin: 18px 0 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu_box .addtxt {
    font-size: 12px;
    margin: 10px 0 15px;
  }
}
.sec.sec_2 .inner .menu li {
  width: auto;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li + li {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.sec.sec_2 .inner .menu li .box {
  display: block;
  min-height: 106px;
  margin-bottom: 26px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box {
    margin: 0;
    min-height: initial;
  }
}
.sec.sec_2 .inner .menu li .box .img {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img {
    margin-right: 15px;
  }
}
.sec.sec_2 .inner .menu li .box .img.img1 {
  width: 112px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img.img1 {
    width: 80px;
  }
}
.sec.sec_2 .inner .menu li .box .img.img2 {
  width: 112px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .img.img2 {
    width: 80px;
    text-align: center;
  }
}
.sec.sec_2 .inner .menu li .box .u_txt_1 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.sec.sec_2 .inner .menu li .box .q_link {
  display: block;
  font-size: 14px;
  color: #0B4EA8;
  text-decoration: underline;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu li .box .q_link {
    font-size: 16px;
    margin-top: 0;
  }
}
.sec.sec_2 .inner .menu li .box .q_link:hover {
  text-decoration: none;
}

.sec.sec_2 .inner .menu li .box .q_link:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/question.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.sec.sec_2 .inner .menu .sublead {
  min-height: 72px;
  margin: 20px 0 30px;
  text-align: center;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .menu .sublead {
    text-align: left;
    min-height: initial;
    margin: 20px 0;
  }
}
.sec.sec_2 .inner .request {
  box-sizing: border-box;
  background: #fff;
  padding: 47px 40px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request {
    border-radius: 10px;
    padding: 35px 0;
  }
}
.sec.sec_2 .inner .request .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .txt {
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
  }
}
.sec.sec_2 .inner .request .link {
  display: table;
  margin: 24px auto 0;
  font-size: 16px;
  color: #0B4EA8;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .link {
    margin: 23px 0;
  }
}
.sec.sec_2 .inner .request .link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0B4EA8;
  border-right: 1px solid #0B4EA8;
  transform: rotate(45deg);
  margin: 0 8px 4px;
}

.sec.sec_2 .inner .request .link:hover {
  text-decoration: none;
}

.sec.sec_2 .inner .request .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area {
    margin-top: 0;
  }
}
.sec.sec_2 .inner .request .area .box {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 300px;
  padding: 17px 20px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box {
    width: 49%;
    padding: 10px;
  }
}
.sec.sec_2 .inner .request .area .box input {
  display: none;
}

.sec.sec_2 .inner .request .area .box input:checked + span:after {
  border: 3px solid #FBC933;
}

.sec.sec_2 .inner .request .area .box input:checked + span:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/yellow-check-on.svg);
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box span {
    font-size: 14px;
  }
}
.sec.sec_2 .inner .request .area .box span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.sec.sec_2 .inner .request .area .box span:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/yellow-check-off.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .area .box span:before {
    margin-right: 0;
    transform: scale(0.7);
  }
}
.sec.sec_2 .inner .request .caution {
  padding: 29px 0;
  background: #FBDEDE;
  border-radius: 20px;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution {
    margin: 20px 0;
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_2 .inner .request .caution .ttl {
  color: #E02424;
  font-size: 20px;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_2 .inner .request .caution .ttl:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/caution.svg);
  display: inline-block;
  transform: scale(2);
  margin: 0 10px 0 0;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .ttl:before {
    transform: scale(1.8);
    margin: 0 8px;
  }
}
.sec.sec_2 .inner .request .caution .u_txt_1 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .caution .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_2 .inner .request .info {
  padding: 25px 0;
  background: #FDE9AC;
  border-radius: 20px;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info {
    margin: 20px 0;
    border-radius: 10px;
    padding: 25px 15px;
  }
}
.sec.sec_2 .inner .request .info .ttl {
  font-size: 20px;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec.sec_2 .inner .request .info .u_txt_1 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .info .u_txt_1 {
    text-align: left;
  }
}
.sec.sec_2 .inner .request .copy {
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request .copy {
    text-align: left;
  }
}
.sec.sec_2 .inner .menu li.menu_box._aic .box {
  justify-content: center;
}

.sec.sec_2 .inner .menu li.menu_box._aic .box .u_txt_1 {
  width: auto;
}

.sec.sec_2 .inner .request._new .area {
  justify-content: center;
}

.sec.sec_2 .inner .request._new .area .box {
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
  .sec.sec_2 .inner .request._new .area {
    justify-content: space-between;
  }

  .sec.sec_2 .inner .request._new .area .box {
    margin: 0 0 5px;
  }
}
/* btn */
.sec .apply_btn_2 {
  width: 330px;
  height: 50px;
  background: #0E5BB5;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  box-shadow: 0px 5px 0px #0B4EA8;
  font-weight: bold;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .sec .apply_btn_2 {
    width: 100%;
    text-align: center;
  }
}
.sec .apply_btn_2:hover {
  transform: translateY(5px);
  box-shadow: none;
}

/* .sec .apply_btn_2:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/btn-ico-camera.svg);
  display: inline-block;
  vertical-align: middle;
  margin: 6px 8px 0 0;
} */
.sec .apply_btn_2.none:before {
  display: none;
}

.sec .apply_btn_2.form:before {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/btn-ico-form.svg);
}

#p_apply .sec .apply_btn_2:before {
  content: none;
}

.sec .apply_btn_3 {
  width: 367px;
  height: 50px;
  background: #0E5BB5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 5px 0px #0B4EA8;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec .apply_btn_3 {
    width: 100%;
    text-align: center;
  }
}
.sec .apply_btn_3:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.sec .apply_btn_3.arw:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 20px;
}

.sec .apply_btn_3.outlink span:after {
  content: url(https://www.terasel.jp/cms/wp-content/themes/terasel-new/assets/img/common/white-link-2.svg);
  margin-left: 5px;
}

/* sec_3 */
.sec.sec_3 {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .sec.sec_3 {
    padding: 35px 0;
  }
}
.sec.sec_3 .inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .inner {
    width: 100%;
  }
}
.sec.sec_3 .inner .ttl {
  font-size: 24px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .inner .ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.sec.sec_3 .inner table {
  width: 100%;
  border: 1px solid #D8D8D8;
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table {
    border: none;
    border-bottom: 1px solid #D8D8D8;
  }
}
.sec.sec_3 .inner table th,
.sec.sec_3 .inner table td {
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 15px 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table th,
  .sec.sec_3 .inner table td {
    display: block;
    border: none;
  }
}
.sec.sec_3 .inner table th {
  font-weight: bold;
  background: #F3F3F3;
  width: 18%;
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table th {
    width: 100%;
    padding: 13px 15px;
  }
}
.sec.sec_3 .inner table td {
  background: #fff;
  width: 82%;
}

@media screen and (max-width: 768px) {
  .sec.sec_3 .inner table td {
    width: 100%;
    padding: 10px 0 28px;
  }
}
.sec.sec_3 .inner .sub {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 500;
}

@media screen and (max-width: 768px) {
  .modal-container {
    padding: 40px 10px;
  }
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .modal-container:before {
    content: none;
  }
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 15%);
  max-width: 1160px;
}

@media screen and (max-width: 768px) {
  .modal-body {
    width: 100%;
  }
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20.5px;
  right: 20.5px;
  width: 24px;
  height: 24px;
  font-size: 32px;
  font-weight: bold;
  color: #222;
  z-index: 501;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  padding: 40px 6% 35px;
  text-align: left;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .modal-content {
    padding: 45px 25px 20px;
  }
}
.modal-content .menu {
  display: flex !important;
}

.modal-content._view .request,
.modal-content._view .sec_3._view {
  display: block !important;
}

.modal-content .sec_3 {
  padding: 0;
}

.request._new .back_btn {
  display: table;
  position: absolute;
  top: 20.5px;
  left: 20.5px;
  margin: 24px auto 0;
  font-size: 16px;
  color: #0B4EA8;
  text-decoration: underline;
}

.request._new .back_btn:hover {
  text-decoration: none;
}

.request._new .back_btn:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0B4EA8;
  border-right: 1px solid #0B4EA8;
  transform: rotate(135deg);
  margin: 0 8px 2px;
}

.modal-content .c_ttl_5 {
  position: relative;
}

.modal-content .c_ttl_5:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 30px;
  height: 2px;
  background: #222;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .modal-content .c_ttl_5 {
    font-size: 18px;
  }
}

/* 20250801追記 */
  #p_gas .sec7__btns .btns_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
  #p_gas .sec7__btns .btns_list .item {
  width: 32%;
  display: flex;
  flex-direction: column;
}
  #p_gas .sec7__btns .btns_list .item a {
    width: 100%;
  }
  #p_gas .sec7__btns .btns_list .item a + span {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
    #p_gas .sec7__btns .btns_list {
    align-items: center;
  }
    #p_gas .sec7__btns .btns_list .item {
    width: 100%;
    max-width: 350px;
  }
}
/*# sourceMappingURL=p_gas.css.map */
