@charset "UTF-8";

/* 固定CTAバーは下固定のため、アンカーのオフセットは不要（0） */
html {
    scroll-padding-top: 0; /* 下固定のため不要 */
}
@media (max-width: 1300px) {
    html { scroll-padding-top: 0; } /* 下固定のため不要 */
}
@media (max-width: 767px) {
    html { scroll-padding-top: 0; } /* 下固定のため不要 */
}

:root{
	scroll-behavior: smooth;
    line-height: 1.8;
	--color-black:#333333;
    --color-blue:#2841CD;
	--color-red:#F23333;
    --font-jp:"Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* 和文（ガイドライン準拠） */
    /* CTAボタン グラデーション */
    --gradient-red:linear-gradient(to right, #FF6868 0%, #F23333 100%);   /* 引越し先 */
    --gradient-blue:linear-gradient(to right, #008ADF 0%, #0026FE 100%);  /* 今のお住まい */
    --gradient-gold:linear-gradient(to right, #DFC21E 5%, #FFE033 30%, #FFEE8D 50%, #EBD242 80%); /* ゴールド帯 */
}

main{
	color: var(--color-black);
	font-family: var(--font-jp);
    letter-spacing: 0.05em;
	box-sizing: border-box;
}

main img{
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.l-fixed-header{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 131px;
    z-index: 1000;
    /* shadow */
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: opacity .6s ease, transform .6s ease, visibility .6s ease;
}

.l-fixed-header.is-show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

/* TOPへ戻る（固定バーの少し上・右） */
.l-pagetop {
	position: absolute;
	right: 16px;
	bottom: 18px;
	width: 64px;
	height: 64px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	background: var(--color-blue);
	border: 1px solid #fff;
	border-radius: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
}

.l-pagetop::before {
	content: "";
	width: 9px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(-135deg);
	margin-top: 3px;
}

.l-fixed-header__btn{
    display: flex;
    justify-content: center;
    gap: 32px;
	padding: 0 10px;
}

.l-fixed-header__txt{
    color: var(--color-blue);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-align: center;
    padding: 10px 0;
}

.l-fixed-header__btn-link{
    width: 466px;
    display:block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 9999px;
    transition: all .3s ease;
    /* shadow */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.l-fixed-header__btn-link:hover {
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
}

.l-fixed-header__btn-link-go {
    background: var(--gradient-red);
}

.l-fixed-header__btn-link-now {
    background: var(--gradient-blue);
}

.p-fv__sec{
    position: relative;
}

/* 768px以上 */
@media (min-width: 768px) {
	.p-fv__sec h1 img{
		aspect-ratio: 1654 / 784;
		object-fit: cover;
		object-position: bottom center;
	}
}

.p-fv__txt{
    font-size: 20px;
    font-weight: bold;
    width:fit-content;
    right:2%;
    bottom: 1.5vw;
    color:var(--color-blue);
    position: absolute;
}

.p-fv__txt--big{
    font-size: 24px;
}

.p-fv__link{
    text-decoration: underline;
    color:var(--color-blue);
}

/* ==========================================================================
   CTAボタン グラデーション
   ========================================================================== */
.c-cta-box__link-go {
	background: var(--gradient-red);
}

.c-cta-box__link-now {
	background: var(--gradient-blue);
}

.p-campaign__ttl{
    padding: 32px 5%;
    flex-direction: column;
    align-items: center;
    background: #164CD5;
    color: #fff;
    font-size: 20px;
}

.p-campaign__ttl-tag{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: -25px;
    display: block;
}

.p-campaign__ttl-date{
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.p-campaign__ttl--simple .p-campaign__ttl-date{
	margin-bottom: 20px;
}

.p-campaign__ttl-date-num{
    font-size: 64px;
}

.p-campaign__wrapper{
    background-image: url("/gas_power/ad/lp03-assets/img/intr_bg.webp");
    background-size: cover;
    background-position: center;
	padding-bottom: 70px;
}

/* ==========================================================================
   アコーディオン（c-ac-box）
   ========================================================================== */
.c-ac-box {
	overflow: hidden;
}

.c-ac-box__ttl {
	position: relative;
	margin: 0;
	padding: 16px 48px 16px 20px;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	user-select: none;
	display: flex;
	justify-content: center;
	font-weight: 400;
}

.c-ac-box__ttl-txt{
	position: relative;
	padding-left: 30px;
	width: fit-content;
	font-weight: 400;
}

/* 開閉アイコン（＋／－） */
.c-ac-box__ttl-txt::before,
.c-ac-box__ttl-txt::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 1px;
	background: var(--color-black);
	transition: transform .3s ease;
}

.c-ac-box__ttl-txt::after {
	transform: rotate(90deg);
}

.c-ac-box.is-open .c-ac-box__ttl-txt::after {
	transform: rotate(0);
}

/* 本文：max-height で確実に開閉 */
.c-ac-box__txt {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}

.c-ac-box.is-open .c-ac-box__txt {
	max-height: 1500px;
}

.c-ac-box__txt p {
	margin: 0;
	padding: 0 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
}

.u-inner--883 {
	width: 883px;
	max-width: 90%;
	margin: 0 auto;
}

.c-cta-box__ttl{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: var(--color-blue);
	margin: 50px 0 18px;
}

.c-cta-box__link{
	display:block;
	width:100%;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	border-radius: 9999px;
	transition: all .3s ease;
	/* shadow */
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.c-cta-box__link:hover {
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}

.c-cta-box__link-go {
	margin-bottom: 23px;
	background: var(--gradient-red);
}

.c-cta-box__link-now {
	background: var(--gradient-blue);
}

.p-allgus__sec {
	padding-top: 40px;
}

.p-allgus__ttl {
	position: relative;
	padding: 20px;
	font-size: 48px;
	text-align: center;
	background-color: #FFE033;
	border-radius: 100vmax;
}

.p-allgus__ttl::before {
	position: absolute;
	content: '';
	bottom: -29.5px;
	left: 50%;
	transform: translateX(-50%);
  height: 29.5px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #FFE033;
	z-index: 1;
}

.p-allgus__ttl-red {
	color: var(--color-red);
}

.p-allgus__ttl-small {
	font-size: 36px;
}

.p-allgus__list {
	margin-top: 81px;
}

.p-allgus__item {
	position: relative;
	padding: 25px 10px;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	border: 4px solid var(--color-red);
	border-radius: 20px;
	background-color: #fff;
}

.p-allgus__item + .p-allgus__item {
	margin-top: 36px;
}

.p-allgus__item.--last {
	padding-top: 60px;
	padding-bottom: 20px;
}

.p-allgus__item-catch {
	position: absolute;
	top: 10px;
	left: 20px;
	width: fit-content;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: var(--color-red);
}

.p-allgus__item-catch::before {
	position: absolute;
	content: '';
	width: 131px;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-4.8deg);
	z-index: 1;
	background-color: var(--color-red);
}

.p-allgus__item-txt {
	font-size: 54px;
	font-weight: bold;
	color: var(--color-blue);
	text-align: center;
}

.p-allgus__item-top {
	font-size: 24px;
	display: block;
}

.p-allgus__item-top br {
	display: none;
}

.p-allgus__item-main .sp {
	display: none;
}

.p-allgus__item-small {
	font-size: 40px;
}

.p-allgus__item-annotation {
	font-size: 14px;
	font-weight: normal;
}

.tal {
	text-align: left;
}

.p-allgus__sec .c-ac-box {
	margin-top: 10px;
}

.u-inner--1061 {
	width: 1061px;
	max-width: 90%;
	margin: 0 auto;
}

.u-txt--blue{
	color: var(--color-blue);
}

.p-reason__sec{
	padding: 70px 0 0;
}

.u-inner--1128 {
	width: 1128px;
	max-width: 90%;
	margin: 0 auto;
}

.p-reason__ttl{
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: var(--color-blue);
	margin-bottom: 60px;
}

.u-bold{
	font-weight: bold!important;
}

.p-reason__list{
	display:grid;
	gap: 50px;
}

.p-reason__item{
	position: relative;
	border: 3px solid var(--color-blue);
	padding: 50px 20px 40px;
	background-color: #fff;
}

.p-reason__item:first-child{
	padding-bottom: 60px;
}

.p-reason__txt{
	position: relative;
	width: fit-content;
	margin: 0 auto;
	color: var(--color-blue);
}

.p-reason__txt-point{
	position: absolute;
	top: 0;
	left: 30px;
	width: 15rem;
	height: 55px;
	border-radius: 9999px;
	background: var(--color-blue);
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	transform: translateY(-50%);
	padding: 0 0 5px;
	line-height: 1.6;
	z-index: 1;
}

.p-reason__txt--default{
	font-size: 48px;
	color: var(--color-blue);
	text-align: center;
	position: relative;
	line-height: 1.2;
	font-weight: bold;
	display: block;
}

.p-reason__txt--middle{
	font-size: 40px;
}

.p-reason__txt--big{
	font-size: 64px;
}

.p-reason__txt--sub{
	position: absolute;
	bottom: -20px;
	display: block;
	white-space: nowrap;
	font-size: 16px;
	right: 160px;
	font-weight: 600;
}

.p-reason__txt--small{
	font-size: 16px;
	font-weight: 400;
}

.p-reason__txt--small.p2{
	margin-bottom: -10px;
	display: block;
}

.p-reason__txt--f24{
	font-size: 24px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.p-reason__txt--f36{
	font-size: 36px;
	display: block;
	text-align: center;
	font-weight: bold;
}

.u-inner--1070 {
	width: 1070px;
	max-width: 90%;
	margin: 0 auto;
}

.u-inner--1100 {
	width: 1100px;
	max-width: 90%;
	margin: 0 auto;
}

.c-caution-txt{
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto 70px;
}

.p-present__txt--sarani{
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: var(--color-blue);
	margin-bottom: 50px;
}

.p-present__box{
	padding: 100px 0;
	background-image: url("/gas_power/ad/lp03-assets/img/present_bg.webp");
	background-size: cover;
	background-position: center;
}

.p-present__wrapper{
	width: 680px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}

.p-present__txt--big{
	position: relative;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: var(--color-blue);
	width: fit-content;
	margin: 0 auto 40px;
	display: block;
}

.p-present__sub-txt{
	font-size: 14px;
	display: block;
	position: absolute;
	top: -15px;
	left: 20px;
}

.p-present__paccho{
	width: 108px;
  position: absolute;
  left: -110px;
  bottom: -100px;
}

.p-present__paccho::after{
	content: "パッチョ";
	position: absolute;
	bottom: 25px;
	right: -60px;
}

.p-present__denpaccho{
	width: 129px;
	position: absolute;
	bottom: -100px;
	right: -110px;
}

.p-present__denpaccho::after{
	content: "電パッチョ";
	position: absolute;
	bottom: 25px;
	left: -50px;
}

.p-present__txt--3000{
	position: relative;
	font-size: 128px;
	font-weight: bold;
	line-height: 0.9;
	color: var(--color-blue);
	letter-spacing: 0;
}

.p-present__sub-txt--3000{
	position: absolute;
	top: 15px;
	left:0;
	font-size: 24px;
	display: block;
}

.p-present__pt-txt--3000{
	font-size: 40px;
}

.u-sp{
	display: none;
}

.p-present__txt--middle{
	font-size: 40px;
	font-weight: bold;
	color: var(--color-blue);
}

.p-present__change{
	padding: 80px 0;
}

.p-present__change-txt{
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: var(--color-blue);
}

.p-present__change-img{
	width: 952px;
	max-width: 90%;
	display: block;
	margin: 20px auto;
}

.p-present__change-txt--middle{
	font-size: 36px;
	font-weight: bold;
	color: var(--color-blue);
	text-align: center;
}

.p-present__change-txt-num{
	font-size: 48px;
	font-weight: 500;
	margin-right: 0.1em;
}

/* Promptフォント置換用画像（Q / A / 10） */
.p-qa__q-icon img,
.p-qa__a-icon img {
	height: 0.8em;
	width: auto;
	display: block;
}

.p-present__change-txt-num img {
	height: 1em;
	width: auto;
	display: inline-block;
	vertical-align: baseline;
	transform: translateY(4px);
}
.p-step__sec{
	padding: 80px 0;
	background-color: var(--color-blue);
}

.p-step__ttl{
	margin-bottom: 20px;
}

.p-step__ttl-tag{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.p-step__ttl-tag .en{
	font-weight: 500;
	letter-spacing: 0.15em;
}

.p-step__ttl--big{
	display: block;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}

.p-step__item{
	border-radius: 8px;
	background: #fff;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
}

.p-step__item-num{
	border-radius: 8px 0 100px 0;
	background: #FFE033;
	font-size: 36px;
	font-weight: bold;
	padding: 0px 100px 10px 30px;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
	left: 0;
}

.p-step__item-ttl{
	width: fit-content;
	margin: 0 auto 20px;
}

.p-step__item-ttl--small{
	font-size: 16px;
	font-weight: 400;
	color: var(--color-blue);
	display: block;
}

.p-step__item-ttl--big{
	font-size: 36px;
	font-weight: bold;
	color: var(--color-red);
}

.p-step__item-ttl--big.p3{
	text-align: center;
	letter-spacing: 0;
	display: block;
}

.p-step__item-ttl-caution{
	font-size: 16px;
	font-weight: 400;
	color: var(--color-blue);
	display: inline-block;
	margin-left: 10px;
}

.p-step__item-ttl--middle{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: var(--color-blue);
	margin-bottom: -17px;
}

.p-step__item-txt{
	text-align: center;
	font-size: 20px;
	color: var(--color-blue);
	font-weight: bold;
}

.p-step__item-txt-num{
	font-size: 36px;
}

.p-step__sec .c-ac-box{
	color:#fff;
	margin-bottom: 20px;
}

.p-step__sec .c-ac-box__ttl-txt::before, .p-step__sec .c-ac-box__ttl-txt::after{
	background: #fff;
}

.c-top-arrow{
	position:relative;
	margin-top: 70px; /* 上の青い余白（矢印スペース） */
}

/* 上の余白に表示する下向き矢印（白い三角） */
.c-top-arrow::before{
content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 19px solid #fff;
}

.p-step__item-txt--small{
	font-size: 14px;
	font-weight: 400;
	color: var(--color-blue);
	text-align: center;
}

.p-step__coin{
	background: var(--gradient-gold);
	border: 2px solid #C8A415;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 50px;
	/* shadow */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.p-step__link-txt{
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.p-step__link{
	text-decoration: underline;
	color: #fff;
	transition: all .3s ease;
}

.p-step__link:hover{
	color: #fff;
	opacity: 0.7;
}

.p-step__link-txt:nth-of-type(2){
	margin-top:20px!important;
}

.p-step__coin-txt{
	position: relative;
	padding-right:125px;
	width: fit-content;
	margin: 0 auto;
	color: var(--color-blue);
	font-weight: bold;
}

.p-step__coin-txt::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 113px;
	background-size: contain;
	background-image: url("/gas_power/ad/lp03-assets/img/coin.webp");
	aspect-ratio: 113/76;
}

.p-step__coin-txt--small{
	display: block;
	font-size: 14px;
}

.p-step__coin-txt--3000{
	font-size: 48px;
	font-weight: bold;
	line-height: 0.9;
	display: block;
}

.p-step__coin-sub-txt--middle{
	font-size: 36px;
}

.p-step__coin-txt--middle{
	font-weight: 400;
	padding-left: 10px;
	display: block;
	margin-top: 10px;
}

.u-txt--red{
	color: var(--color-red)!important;
}

.p-step__coin-txt--middle .u-txt--red{
	font-weight: bold;
}

.p-campaign__ttl--simple{
	color: var(--color-blue);
	width: fit-content;
	margin: 0 auto;
	position: relative;
}

.p-campaign__ttl--simple::before{
	content: "";
	/* 斜線 */
	position: absolute;
	top: 60%;
	left: 0;
	transform: translate(-90%, -50%) rotate(45deg);
	width: 80px;
	height: 2px;
	background: var(--color-blue);
}

.p-campaign__ttl--simple::after{
	content: "";
	/* 斜線 */
	position: absolute;
	top: 60%;
	right: 0;
	transform: translate(90%, -50%) rotate(-45deg);
	width: 80px;
	height: 2px;
	background: var(--color-blue);
}

.p-campaign__ttl--simple .p-campaign__ttl-date{
	color: var(--color-blue);
}

.p-campaign__sec.p2 .p-campaign__wrapper{
	padding: 80px 0;
}

.p-peace__sec{
	padding: 80px 0;
	background-image: url("/gas_power/ad/lp03-assets/img/anshin_bg.webp");
	background-size: cover;
	background-position: center;
}

.p-peace__ttl{
	width: 1094px;
	max-width: 90%;
	margin: 0 auto 20px;
	background-image: url("/gas_power/ad/lp03-assets/img/obi.webp");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 1094/142;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: var(--color-blue);
	padding: 25px 0;
}

.u-inner--700 {
	width: 700px;
	max-width: 90%;
	margin: 0 auto;
}

.p-peace__content{
	display: flex;
	gap: 40px;
}

.p-peace__content-txt{
	width: 60%;
	font-size: 36px;
	font-weight: bold;
	color: var(--color-blue);
}

.p-peace__content-img{
	width: calc(40% - 40px);
}

.p-peace__content-txt--caution{
	font-size: 16px;
	font-weight: 400;
	color: var(--color-black);
}

.p-peace__content-txt--caution.p4 {
	margin-left: 0.5em;
}

.p-peace__txt{
	color: var(--color-blue);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 20px;
	line-height: 1.4;
	white-space: nowrap;
}

.p-peace__txt--middle{
	font-size: 32px;
}

.p-peace__txt--small{
	font-size: 24px;
}

.u-inner--1046 {
	width: 1046px;
	max-width: 90%;
	margin: 0 auto;
}

.p-regal__sec{
	padding: 20px 0;
	background:#fff;
}

.p-regal__txt{
	text-align: center;
	font-size: 15px;
}

.u-mt20{
	margin-top: 20px!important;
}

.c-link--blue{
	color: var(--color-blue);
	text-decoration: underline;
	transition: all .3s ease;
	font-weight: bold;
}

.c-link--blue:hover{
	color: var(--color-blue);
	opacity: 0.7;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.p-regal__sec {
		padding: calc(25 / 393 * 100vw) 0;
	}
	.p-regal__txt {
		font-size: max(10px, calc(12 / 393 * 100vw));
		line-height: 2; /* 12px時 = 24px */
		letter-spacing: 0;
		text-align: left;
	}
}

.c-list-txt {
	position: relative;
	padding-left: 1em;
	display: inline-block;
}

.c-list-txt::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}


.p-qa__sec{
	padding: 80px 0;
}

.p-qa__ttl{
	font-size: 48px;
	font-weight: bold;
	color: var(--color-blue);
	text-align: center;
	margin-bottom: 100px;
	position: relative;
}

.p-qa__ttl::after{
	content: "FAQ";
	position: absolute;
	bottom: -37px;
	color: var(--color-blue);
	font-size: 24px;
	left: 50%;
	transform: translateX(-50%);
}

.u-inner--1005 {
	width: 1005px;
	max-width: 90%;
	margin: 0 auto;
}

/* ==========================================================================
   よくあるご質問アコーディオン（p-qa）
   ========================================================================== */
.p-qa__wrapper {
	margin: 0 auto;
}

.p-qa__item {
	border-radius: 0;
	overflow: hidden;
}

.p-qa__item + .p-qa__item {
	margin-top: 30px;
}

/* 質問（青いバー＝開閉トリガー） */
.p-qa__q {
	position: relative;
	display: flex;
	gap: 14px;
	margin: 0;
	padding: 18px 56px 18px 22px;
	background: #1f33c4;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
	user-select: none;
	letter-spacing: 0;
}

.p-qa__q-icon {
	transform: translateY(2px);
	flex: 0 0 auto;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

.p-qa__q-txt {
	flex: 1 1 auto;
}

/* 開閉アイコン（∧ / ∨） */
.p-qa__q::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform .3s ease;
}

.p-qa__item.is-open .p-qa__q::after {
	margin-top: -2px;
	transform: rotate(-135deg);
}

/* 回答（開閉パネル）: max-height で確実に開閉 */
.p-qa__a {
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
	border-radius: 0 0 12px 12px;
	position: relative;
	z-index: 1;
	letter-spacing: 0;
}

.p-qa__item.is-open .p-qa__a {
	max-height: 1000px;
}

.p-qa__a-inner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 20px 24px 22px;
	background: #fff;
	border-radius: 0 0 12px 12px;
}

.p-qa__a-icon {
	flex: 0 0 auto;
	color: #e8380d;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

.p-qa__a-body {
	flex: 1 1 auto;
}

.p-qa__a-txt {
	margin: 0;
	font-size: 12px;
	line-height: 1.8;
}

.p-qa__a-list {
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.p-qa__a-list li {
	display: flex;
	align-items: baseline;
	gap: 16px;
}

.p-qa__a-list li + li {
	margin-top: 8px;
}

.p-qa__a-label {
	flex: 0 0 auto;
	font-size: 12px;
}

.p-qa__a-link {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
	transition: all .3s ease;
}

.p-qa__a-link:hover {
	color: #333;
	opacity: 0.7;
}

/* --------------------------------------------------------------------------
   ホワイトバージョン（p-qa__item--white）
   白背景・枠線・ネイビー見出し・Q/Aアイコンなし
   -------------------------------------------------------------------------- */
/* .p-qa__item--white {
	border: 1px solid #cfd6f0;
} */

/* Q/Aアイコンは非表示 */
.p-qa__item--white .p-qa__q-icon,
.p-qa__item--white .p-qa__a-icon {
	display: none;
}

/* 見出し：白背景・ネイビー文字 */
.p-qa__item--white .p-qa__q {
	background: #fff;
	color: #1a2a8c;
	font-size: 16px;
}

/* 開閉アイコン（∧ / ∨）をネイビーに */
.p-qa__item--white .p-qa__q::after {
	border-right-color: #1a2a8c;
	border-bottom-color: #1a2a8c;
}

/* 本文：見出しとの境界線。アイコン分の左余白は不要 */
.p-qa__item--white .p-qa__a-inner {
	border-top: none!important;
	border-radius: 0 0 12px 12px;
	border: 1px solid #cfd6f0;
}

.p-qa__item--white .p-qa__a-body {
	width: 100%;
	
}

.p-qa__item--white .p-qa__a-txt {
	font-size: 12px;
	line-height: 1.9;
}

.p-qa__item--white .p-qa__q{
	border: 1px solid #cfd6f0;
}

.u-mt30{
	margin-top: 30px!important;
}

.u-inner--949{
	width: 949px;
	max-width: 90%;
	margin: 0 auto;
}

.p-qa__note-list{
	margin-top:40px;
}

.p-qa__note-item{
	position: relative;
}

.p-qa__note-item::before{
	content: "〇";
}

.p-contact__wrapper{
	display: flex;
}

.p-contact__item{
	background: #FFE033;
	padding: 120px 20px 40px;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.p-contact__ttl{
	width:580px;
	max-width: 90%;
	font-size: 32px;
	font-weight: bold;
	color: var(--color-blue);
	padding: 30px 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background:#EDEFFF;
}

.p-contact__ttl .txt{
	position: relative;
	display: block;
}

.p-contact__ttl--small{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	display: block;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
}

.p-contact__item:last-of-type .p-contact__ttl .txt{
	transform:translateY(-5px);
}

.p-contact__txt{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: var(--color-blue);
	margin-bottom: 10px;
}

.p-contact__txt a{
	text-decoration: underline;
	color: var(--color-blue);
	transition: all .3s ease;
}

.p-contact__txt a:hover{
	color: var(--color-blue);
	opacity: 0.7;
	text-decoration: none;
}

.p-contact__img{
	width: 220px;
	margin-top: 30px;
}

.p-contact__txt--small{
	font-size: 20px;
	font-weight: bold;
	color: var(--color-blue);
	text-align: center;
}

.p-contact__tel{
	position: relative;
	padding-left: 90px;
}

.p-contact__tel::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 72px;
	height: 72px;
	background-image: url("/gas_power/ad/lp03-assets/img/phone.webp");
	background-size: contain;
	background-repeat: no-repeat;
}

.p-contact__tel-ttl{
	width: fit-content;
	font-size: 14px;
	padding: 0 3em;
	border:1px solid var(--color-blue);
	color: var(--color-blue);
	font-weight: bold;
}

.p-contact__tel-num{
	font-size: 48px;
	font-weight: bold;
	color: var(--color-blue);
	text-decoration: underline;
	transition: all .3s ease;
	line-height: 1.4;
}

.p-contact__tel-num:hover{
	color: var(--color-blue);
	opacity: 0.7;
}

.p-contact__tel2{
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.p-contact__tel-ttl2{
	width:calc(50% - 10px);
	border:1px solid var(--color-blue);
	color: var(--color-blue);
	font-weight: bold;
	text-align: center;
	padding: 0.5em 1em;
}

.p-contact__tel-num{
	display: block;
	width: fit-content;
	white-space: nowrap;
}

.p-contact__txt.p2{
	font-size: 20px;
	margin-top: 15px;
}

.p-contact__txt-caution{
	width: 672px;
	max-width: 90%;
	margin: 0 auto;
	letter-spacing: -1px;
}

.under1440{
	display: none;
}

.u-m{
	display: none;
}

.u-mt0{
	margin-top: 0!important;
}

@media (max-width: 1440px) {
.under1440{
	display: inline-block;
}
}

@media (max-width: 1300px) {
.l-fixed-header__txt{
	font-size: 22px;
	padding: 8px 0;
}
.l-fixed-header__btn-link{
	padding: 8px 0;
}
.l-fixed-header{
	height: 115px;
}

	.l-pagetop {
		bottom: 15px;
	}
}

@media (max-width: 1150px) {
	.l-fixed-header__btn-link {
		width: 290px;
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
.p-contact__tel-ttl2{
	font-size: 13px;
	padding: 0.5em 0.7em;
}
.p-contact__txt.p2 {
  font-size: 19px;
}
.p-contact__txt {
  font-size: 29px;
}
.p-present__change-txt{
	font-size: 46px;
}
.p-peace__ttl {
  font-size: 42px;
}
.p-contact__tel-num{
	font-size: 4vw;
}
.p-allgus__item-txt{
	font-size: 44px;
	line-height: 1.3;
}
.p-allgus__item-small {
    font-size: 36px;
}
.p-allgus__item.p2{
	padding-top: 40px;
}
}

@media (max-width: 1130px) {
.p-allgus__item-top br {
	display: block;
}
}

@media (max-width: 1023px) {
.l-fixed-header__btn {
  gap: 2vw;
}
.p-campaign__ttl-date{
	font-size: 26px;
}
.p-campaign__ttl-date-num {
  font-size: 48px;
}
.p-campaign__ttl-tag {
  margin-bottom: -10px;
}
.p-campaign__chiba-txt {
  font-size: 42px;
}
.p-reason__txt--default{
	font-size: 38px;
}
.p-reason__txt--middle {
  font-size: 34px;
}
.p-reason__txt--big {
  font-size: 48px;
}
.p-reason__txt--f36 {
  font-size: 34px;
}
.c-caution-txt {
  margin: 0 auto 45px;
}
.p-present__wrapper {
  width: 540px;
}
.p-present__txt--middle {
  font-size: 34px;
}
.p-present__txt--3000 {
  font-size: 90px;
}
.p-present__sub-txt--3000 {
  top: 10px;
  font-size: 19px;
}
.p-present__txt--big {
  font-size: 38px;
}
.p-present__change-txt {
    font-size: 34px;
  }
  .p-present__change-txt--middle {
  font-size: 32px;
}
.p-present__change-txt-num {
  font-size: 42px;
}
.p-step__item-num {
  border-radius: 8px 0 100px 0;
  font-size: 20px;
  padding: 0px 40px 4px 20px;
}
.u-m{
	display: inline-block;
}
.p-peace__ttl {
  padding: 1.8vw;
}
.p-peace__ttl {
  font-size: max(10px, 4.6vw);
}
.p-contact__ttl{
width: 315px;
  font-size: 20px;	
}
.p-contact__ttl--small {
  font-size: 11px;
}
.p-contact__tel-num {
  font-size: max(10px, 3.5vw);
}
.p-contact__tel {
  padding-left: 72px;
}
.p-contact__tel::before {
  width: 55px;
  height: 55px;
}
.p-contact__tel-ttl2 {
    font-size: max(10px, 1.3vw);
    padding: 0.5em 0.3em;
  }
  .p-contact__txt.p2 {
    font-size: 13.5px;
  }
    .p-contact__txt {
    font-size: 20px;
  }
  .p-contact__txt--small {
  font-size: 13.5px;
}
	.p-campaign__ttl--simple::before{
		top:69%;
		transform: translate(-80%, -50%) rotate(63deg);
		width: 56px;
	}

	.p-campaign__ttl--simple::after{
		top:69%;
		transform: translate(80%, -50%) rotate(-63deg);
		width: 56px;
	}

	.p-reason__ttl{
		font-size: 46px;
	}

	.p-present__denpaccho{
		right: -105px;
	}

	.p-fv__txt{
		bottom: 0.5vw;
	}
}

/* ==========================================================================
   SP（スマホ）  デザイン幅 393px 基準の vw コーディング
   ── 値の書き方：calc(デザイン上のpx / 393 * 100vw)
      例）デザインで 20px → calc(20 / 393 * 100vw)
      ※幅393pxで実寸どおり、画面幅に応じて全体が等倍で伸縮する
   ========================================================================== */
@media (max-width: 767px) {

	/* 固定ヘッダー（SPでも表示／下固定CTAバー） */
	.l-fixed-header {
		height: auto;
		padding: calc(8 / 393 * 100vw) 0 calc(10 / 393 * 100vw);
	}

	.l-fixed-header__txt {
		font-size: max(10px, calc(15 / 393 * 100vw));
		padding: 0 0 calc(6 / 393 * 100vw);
	}

	.l-fixed-header__btn {
		gap: calc(10 / 393 * 100vw);
		padding: 0 calc(12 / 393 * 100vw);
	}

	.l-fixed-header__btn-link {
		width: auto;
		flex: 1 1 0;
		font-size: max(10px, calc(15 / 393 * 100vw));
		padding: calc(10 / 393 * 100vw) calc(4 / 393 * 100vw);
		line-height: 1.3;
	}

	.l-pagetop {
		display: none;
	}

	/* ---- FV ---- */
	.p-fv__txt{
		font-size: max(10px, calc(16 / 393 * 100vw));
		right: 3%;
		bottom: calc(10 / 393 * 100vw);
	}
	.p-fv__txt--big{
		font-size: max(10px, calc(16 / 393 * 100vw));
	}

	/* ---- キャンペーン期間の青帯 ---- */
	.p-campaign__ttl{
		padding: calc(20 / 393 * 100vw) 2.5%;
		font-size: max(10px, calc(14 / 393 * 100vw));
	}
	.p-campaign__ttl-tag{
		font-size: max(10px, calc(18 / 393 * 100vw));
		margin-bottom: calc(-2 / 393 * 100vw);
	}
	.p-campaign__ttl-date{
		font-size: max(10px, calc(13 / 393 * 100vw));
	}
	.p-campaign__ttl-date-num{
		font-size: max(10px, calc(20 / 393 * 100vw));
	}
	.p-campaign__wrapper{
		padding-bottom: calc(40 / 393 * 100vw);
	}

	/* ---- CTAボックス ---- */
	.c-cta-box__ttl{
		font-size: max(10px, calc(18 / 393 * 100vw));
		margin: calc(30 / 393 * 100vw) 0 calc(12 / 393 * 100vw);
	}
	.c-cta-box__link{
		font-size: max(10px, calc(18 / 393 * 100vw));
		padding: calc(12 / 393 * 100vw) 0;
	}
	.c-cta-box__link-go{
		margin-bottom: calc(14 / 393 * 100vw);
	}

	/* アコーディオン本文（注釈）の文字 */
	.c-ac-box__ttl{
		font-size: max(10px, calc(12 / 393 * 100vw));
		padding: calc(11 / 393 * 100vw) calc(40 / 393 * 100vw) calc(14 / 393 * 100vw) calc(16 / 393 * 100vw);
	}
	.c-ac-box__txt p{
		font-size: max(10px, calc(12 / 393 * 100vw));
		padding: 0 calc(16 / 393 * 100vw) calc(16 / 393 * 100vw);
	}
	.c-ac-box__ttl-txt::before, .c-ac-box__ttl-txt::after{
		width: 12px;
	}
	.p-step__sec .c-ac-box__ttl-txt{
		white-space: nowrap;
  letter-spacing: 0;
	}
	.p-step__sec .c-ac-box__ttl{
padding: calc(11 / 393 * 100vw) 0 calc(14 / 393 * 100vw);
	}
	.p-step__sec .u-inner--1070{
		max-width: 100%;
	}

	/* ----　ガスをまとめようエリア ---- */
	.p-allgus__sec {
		padding-top: calc(38 / 393 * 100vw);
	}
	.p-allgus__ttl {
		padding: calc(10 / 393 * 100vw);
		font-size: max(10px, calc(24 / 393 * 100vw));
	}
	.p-allgus__ttl::before {
		bottom: calc(-14.75 / 393 * 100vw);
	  height: calc(14.75 / 393 * 100vw);
	}
	.p-allgus__ttl-small {
		font-size: max(10px, calc(20 / 393 * 100vw));
	}
	.p-allgus__list {
		margin-top: calc(34 / 393 * 100vw);
	}
	.p-allgus__item {
		padding: calc(10 / 393 * 100vw) calc(8 / 393 * 100vw) calc(20 / 393 * 100vw);
		border-width: calc(2 / 393 * 100vw);
		border-radius: calc(10 / 393 * 100vw);
	}
	.p-allgus__item + .p-allgus__item {
		margin-top: calc(18 / 393 * 100vw);
	}
	.p-allgus__item:first-child .p-allgus__item-top {
		letter-spacing: calc(-0.5 / 393 * 100vw);
	}
	.p-allgus__item.--last {
		padding-top: calc(10 / 393 * 100vw);
		padding-bottom: calc(20 / 393 * 100vw);
	}
	.p-allgus__item-catch {
		position: relative;
		top: auto;
		left: auto;
		width: fit-content;
		margin-left: calc(20 / 393 * 100vw);
		font-size: max(10px, calc(24 / 393 * 100vw));
	}
	.p-allgus__item-catch::before {
		position: absolute;
		content: '';
		width: calc(100 / 393 * 100vw);
		height: calc(4 / 393 * 100vw);
	}
	.p-allgus__item-txt {
		margin-top: calc(10 / 393 * 100vw);
		font-size: max(10px, calc(27 / 393 * 100vw));
		line-height: 1.18;
	}
	.p-allgus__item-top {
		font-size: max(10px, calc(12 / 393 * 100vw));
	}
	.p-allgus__item-top br {
		display: none;
	}
	.p-allgus__item-main br {
		display: block;
	}
	.p-allgus__item-main .sp {
		display: block;
	}
	.p-allgus__item-small {
		font-size: max(10px, calc(24 / 393 * 100vw));
	}
	.p-allgus__item-annotation {
		font-size: max(10px, calc(14 / 393 * 100vw));
	}
	.tal {
		text-align: left;
	}
	.p-allgus__sec .c-ac-box {
		margin-top: 0;
		max-width: 100%;
	}

	/* ---- 千葉エリア（テキスト＋地図を縦積み） ---- */
	.p-campaign__chiba-wrapper{
		padding: calc(30 / 393 * 100vw) 0;
	}
	.p-campaign__chiba-box{
		display: block;
		text-align: center;
	}
	.p-campaign__chiba-txt{
		width: 100%;
		font-size: max(10px, calc(16 / 393 * 100vw));
		letter-spacing: 0;
	}
	.p-campaign__chiba-txt br{
		display: none;
	}
	.p-campaign__chiba-img{
		position: static;
		width: 80%;
		margin: calc(20 / 393 * 100vw) auto 0;
		transform: none;
		right: auto;
		top: auto;
	}

	/* ---- 選ばれる理由 ---- */
	.p-reason__sec{
		padding: calc(50 / 393 * 100vw) 0 0;
	}
	.p-reason__ttl{
		font-size: max(10px, calc(24 / 393 * 100vw));
		margin-bottom: calc(30 / 393 * 100vw);
		letter-spacing: 0;
	}
	.p-reason__list{
		gap: calc(40 / 393 * 100vw);
	}
	.p-reason__item{
		padding: calc(25 / 393 * 100vw) calc(10 / 393 * 100vw) calc(20 / 393 * 100vw);
	}
	.p-reason__item:first-child{
		padding-bottom: calc(35 / 393 * 100vw);
	}
	.p-reason__txt-point{
		left: calc(16 / 393 * 100vw);
		width: calc(140 / 393 * 100vw);
		height: calc(34 / 393 * 100vw);
		font-size: max(10px, calc(18 / 393 * 100vw));
		line-height: calc(34 / 393 * 100vw);
		padding: 0;
	}
	.p-reason__txt--small{
		font-size: max(10px, calc(10 / 393 * 100vw));
	}
	.p-reason__txt--small.p1{
		position: absolute;
		bottom: calc(-12 / 393 * 100vw);
		right:0;
	}
	.p-reason__txt--small.p0{
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.p-reason__txt--default{
		font-size: max(10px, calc(16 / 393 * 100vw));
		letter-spacing: 0;
	}
	.p-reason__txt--middle{
		font-size: max(10px, calc(14 / 393 * 100vw));
	}
	.p-reason__txt--big{
		font-size: max(10px, calc(26 / 393 * 100vw));
	}
	.p-reason__txt--sub{
		font-size: max(10px, calc(11 / 393 * 100vw));
		right: calc(78 / 393 * 100vw);
		bottom: calc(-16 / 393 * 100vw);
	}
	.p-reason__txt--f24{
		font-size: max(10px, calc(10 / 393 * 100vw));
	}
	.p-reason__txt--f36{
		font-size: max(10px, calc(14 / 393 * 100vw));
	}

	.c-caution-txt{
		font-size: max(10px, calc(12 / 393 * 100vw));
		margin: 0 auto calc(13 / 393 * 100vw);
	}

	/* ---- さらに今なら！／3,000ptプレゼント ---- */
	.p-present__txt--sarani{
		font-size: max(10px, calc(32 / 393 * 100vw));
		margin-bottom: calc(30 / 393 * 100vw);
	}
	.p-present__box{
		padding: calc(20 / 393 * 100vw) 0 calc(20 / 393 * 100vw);
		background-image: url("/gas_power/ad/lp03-assets/img/present_bg_sp.webp");
		background-size: cover;
	}
	.p-present__wrapper{
		width: 80%;
	}
	.p-present__txt--big{
		font-size: max(10px, calc(22 / 393 * 100vw));
		margin-bottom: calc(12 / 393 * 100vw);
	}
	.p-present__sub-txt{
		font-size: max(10px, calc(10 / 393 * 100vw));
		top: calc(-12 / 393 * 100vw);
		left: 0;
		font-weight: 400;
	}
	.p-present__txt--3000{
		font-size: max(10px, calc(58 / 393 * 100vw));
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: fit-content;
	}
	.p-present__sub-txt--3000{
		font-size: max(10px, calc(12 / 393 * 100vw));
		top: calc(-10 / 393 * 100vw);
	}
	.p-present__pt-txt--3000{
		font-size: max(10px, calc(22 / 393 * 100vw));
	}
	.u-sp{
		display: inline;
	}
	.p-present__txt--middle{
		font-size: max(10px, calc(18.15 / 393 * 100vw));
		display: block;
    text-align: center;
	margin: calc(7 / 393 * 100vw) auto 0;
	}
	.p-present__paccho{
		width: calc(72 / 393 * 100vw);
		left: calc(-14 / 393 * 100vw);
		bottom: calc(0 / 393 * 100vw);
	}
	.p-present__paccho::after{
		font-size: max(10px, calc(11 / 393 * 100vw));
		left: 50%;
		right: auto;
		bottom: calc(-13 / 393 * 100vw);
		transform: translateX(-50%);
		white-space: nowrap;
	}
	.p-present__denpaccho{
		width: calc(82 / 393 * 100vw);
		right: calc(-14 / 393 * 100vw);
		bottom: calc(0 / 393 * 100vw);
	}
	.p-present__denpaccho::after{
font-size: max(10px, calc(11 / 393 * 100vw));
    left: 61%;
    bottom: calc(-13 / 393 * 100vw);
    transform: translateX(-50%);
    white-space: nowrap;
	}

	/* ---- パッチョポイント交換 ---- */
	.p-present__change{
		padding: calc(30 / 393 * 100vw) 0;
	}
	.p-present__change-txt{
		font-size: max(10px, calc(18 / 393 * 100vw));
		letter-spacing:0;
		white-space: nowrap;
	}
	.p-present__change-img{
		width: 90%;
		margin: calc(16 / 393 * 100vw) auto;
	}
	.p-present__change-txt--middle{
		font-size: max(10px, calc(17 / 393 * 100vw));
	}
	.p-present__change-txt-num{
		font-size: max(10px, calc(26 / 393 * 100vw));
	}

	.p-present__change-txt-num img {
		transform: translateY(0.5vw);
	}

	/* ---- 参加方法（STEP） ---- */
	.p-step__sec{
		padding: calc(40 / 393 * 100vw) 0;
	}
	.p-step__ttl-tag{
		font-size: max(10px, calc(16 / 393 * 100vw));
		letter-spacing: 0.1em;
		margin-bottom: calc(5 / 393 * 100vw);
	}
	.p-step__ttl--big{
		font-size: max(10px, calc(26 / 393 * 100vw));
	}
	.p-step__item{
		padding: calc(30 / 393 * 100vw) calc(5 / 393 * 100vw) calc(24 / 393 * 100vw);
		border-radius: calc(6.6 / 393 * 100vw);
	}
	.p-step__item-num{
		font-size: max(10px, calc(16.5 / 393 * 100vw));
		padding: 0 calc(30 / 393 * 100vw) calc(3 / 393 * 100vw) calc(12 / 393 * 100vw);
		border-radius: calc(4 / 393 * 100vw) 0 calc(100 / 393 * 100vw) 0;
	}
	.p-step__item-ttl{
		margin-bottom: calc(10 / 393 * 100vw);
	}
	.p-step__item-ttl--small{
		font-size: max(10px, calc(10 / 393 * 100vw));
    	text-align: center;
	}
	.p-step__item-ttl--big{
		font-size: max(10px, calc(20 / 393 * 100vw));
		text-align: center;
		display: block;
		position: relative;
	}
	.p-step__item-ttl--big.p3 .p-step__item-ttl-caution{
		position: absolute;
		top:2.5vw;
		right:0;
	}
	.p-step__item-ttl-caution{
		font-size: max(10px, calc(10 / 393 * 100vw));
		margin-left: calc(6 / 393 * 100vw);
	}
	.p-step__item-ttl--middle{
font-size: max(10px, calc(10 / 393 * 100vw));
    margin-bottom: calc(-9 / 393 * 100vw);
	}
	.p-step__item-txt{
		font-size: max(10px, calc(13 / 393 * 100vw));
    letter-spacing: 0;
	}
	.p-step__item-ttl.p2{
		margin-bottom:0;
		display: block;
	}
	.p-step__item-txt.p2{
		font-size: max(10px, calc(12 / 393 * 100vw));
	}
	.p-step__item-txt-num{
		font-size: max(10px, calc(20 / 393 * 100vw));
	}
	.p-step__item-txt--small{
		font-size: max(9px, calc(10 / 393 * 100vw));
    letter-spacing: -0.05em;
	}
	.c-top-arrow{
		margin-top: calc(40 / 393 * 100vw);
	}
	.c-top-arrow::before{
		top: calc(-28 / 393 * 100vw);
		border-left-width: calc(11 / 393 * 100vw);
		border-right-width: calc(11 / 393 * 100vw);
		border-top-width: calc(15 / 393 * 100vw);
	}
	.p-step__coin{
		padding: calc(14 / 393 * 100vw);
		margin-bottom: calc(40 / 393 * 100vw);
	}
	.p-step__coin-txt{
		padding-right: 0;
	}
	.p-step__coin-txt::after{
width: calc(43 / 393 * 100vw);
    top: calc(-9 / 393 * 100vw);
    right: calc(-15 / 393 * 100vw);
	}
	.p-step__coin-txt--small{
		font-size: max(10px, calc(12 / 393 * 100vw));
		padding-left: calc(40 / 393 * 100vw);
	}
	.p-step__coin-txt--3000{
		font-size: max(10px, calc(32 / 393 * 100vw));
		padding-left: calc(40 / 393 * 100vw);
		white-space: nowrap;
	}
	.p-step__coin-sub-txt--middle{
		font-size: max(10px, calc(20 / 393 * 100vw));
	}
	.p-step__coin-txt--middle{
		font-size: max(10px, calc(12 / 393 * 100vw));
		white-space: nowrap;
    letter-spacing: 0;
    text-align: center;
	}
	.p-step__link-txt{
		font-size: max(10px, calc(16 / 393 * 100vw));
	}

	/* ---- キャンペーン期間（2回目・斜線見出し） ---- */
	.p-campaign__sec.p2 .p-campaign__wrapper{
		padding: calc(50 / 393 * 100vw) 0;
	}
	.p-campaign__ttl--simple{
		margin-bottom: calc(15 / 393 * 100vw);
	}
	.p-campaign__ttl--simple::before,
	.p-campaign__ttl--simple::after{
		width: calc(40 / 393 * 100vw);
	}
	.p-campaign__ttl--simple::before {
  transform: translate(-83%, -50%) rotate(63deg);
  height: 1px;
}
.p-campaign__ttl--simple::after {
  transform: translate(80%, -50%) rotate(-63deg);
  height: 1px;
}
	.p-campaign__ttl--simple .p-campaign__ttl-date{
		letter-spacing: 0;
	}
	.p-campaign__ttl--simple .p-campaign__ttl-tag{
		font-size: max(10px, calc(14 / 393 * 100vw));
	}

	/* ---- 電気も安心 ---- */
	.p-peace__sec{
		padding: calc(30 / 393 * 100vw) 0;
	}
	.p-peace__ttl{
		font-size: max(10px, calc(24 / 393 * 100vw));
    padding: calc(4 / 393 * 100vw) 0;
    background-image: url("/gas_power/ad/lp03-assets/img/obi_sp.webp");
    letter-spacing: 0;
	max-width: 96%;
	margin-bottom:3vw;
	}
	.p-peace__content{
		gap: calc(16 / 393 * 100vw);
		justify-content: center;
	}
	.p-peace__content-txt{
		width: 58%;
		font-size: max(10px, calc(17 / 393 * 100vw));
	}
	.p-peace__content-img{
		width: calc(38% - calc(16 / 393 * 100vw));
		/* つぶれないように */
		min-width: 100px;
	}
	.p-peace__content-txt--caution{
		font-size: max(10px, calc(11 / 393 * 100vw));
	}
	.p-peace__txt{
		font-size: max(10px, calc(19 / 393 * 100vw));
		margin: calc(24 / 393 * 100vw) auto calc(5 / 393 * 100vw);
	}
	.p-peace__txt--middle{
		font-size: max(10px, calc(20 / 393 * 100vw));
	}
	.p-peace__txt--small{
		font-size: max(10px, calc(16 / 393 * 100vw));
	}

	/* ---- よくあるご質問（FAQ） ---- */
	.p-qa__sec{
		padding: calc(50 / 393 * 100vw) 0;
	}
	.p-qa__ttl{
		font-size: max(10px, calc(24 / 393 * 100vw));
		margin-bottom: calc(50 / 393 * 100vw);
	}
	.p-qa__ttl::after{
		font-size: max(10px, calc(16 / 393 * 100vw));
		bottom: calc(-28 / 393 * 100vw);
	}
	.p-qa__item + .p-qa__item{
		margin-top: calc(20 / 393 * 100vw);
	}
	.p-qa__q{
		gap: calc(10 / 393 * 100vw);
		padding: calc(14 / 393 * 100vw) calc(44 / 393 * 100vw) calc(14 / 393 * 100vw) calc(16 / 393 * 100vw);
		font-size: max(10px, calc(16 / 393 * 100vw));
	}
	.p-qa__q-icon{
		font-size: max(10px, calc(28 / 393 * 100vw));
	}

	.p-qa__q-icon img,
	.p-qa__a-icon img {
		height: 0.7em;
	}
	.p-qa__q::after{
		right: calc(18 / 393 * 100vw);
	}
	.p-qa__a-inner{
		gap: calc(10 / 393 * 100vw);
		padding: calc(16 / 393 * 100vw);
	}
	.p-qa__a-icon{
		font-size: max(10px, calc(28 / 393 * 100vw));
	}
	.p-qa__a-txt,
	.p-qa__a-label,
	.p-qa__a-link{
		font-size: max(10px, calc(12 / 393 * 100vw));
	}
	.p-qa__item--white .p-qa__q{
		font-size: max(10px, calc(16 / 393 * 100vw));
	}
	.p-qa__item--white .p-qa__a-txt{
		font-size: max(10px, calc(12 / 393 * 100vw));
	}
	.p-qa__note-list{
		margin-top: calc(30 / 393 * 100vw);
	}
	.p-qa__note-item{
		font-size: max(10px, calc(12 / 393 * 100vw));
	}

	/* ---- お問い合わせ（2カラム→縦積み） ---- */
	.p-contact__wrapper{
		flex-direction: column;
	}
	.p-contact__item{
		width: 100%;
    padding: calc(10 / 393 * 100vw) calc(20 / 393 * 100vw) calc(30 / 393 * 100vw);
	}
	.p-contact__item:last-of-type{
		padding-top: calc(10 / 393 * 100vw);
	}
	.p-contact__ttl{
		width: 90%;
    font-size: max(10px, calc(16 / 393 * 100vw));
    padding: calc(8 / 393 * 100vw) calc(10 / 393 * 100vw);
    margin: 0 auto calc(10 / 393 * 100vw);
	position: relative;
	left: 0;
	transform: translateX(0);
	}
	.p-contact__ttl--small{
		position: static;
		transform: none;
		white-space: normal;
		font-size: max(10px, calc(11 / 393 * 100vw));
		margin-top: calc(2 / 393 * 100vw);
	}
	.p-contact__txt{
		font-size: max(10px, calc(18 / 393 * 100vw));
		margin-bottom: calc(5 / 393 * 100vw);
	}
	.p-contact__txt--small{
		font-size: max(10px, calc(14 / 393 * 100vw));
	}
	.p-contact__img{
		width: calc(128 / 393 * 100vw);
		margin-top: calc(20 / 393 * 100vw);
	}
	.p-contact__tel{
		padding-left: 0;
	}
	.p-contact__tel::before{
		display: none;
	}
	.p-contact__tel-ttl{
		font-size: max(10px, calc(13 / 393 * 100vw));
		margin-left: auto;
		margin-right: auto;
	}
	.p-contact__tel-num{
		font-size: max(10px, calc(36 / 393 * 100vw));
	}
	.p-contact__tel2{
		flex-direction: column;
		align-items: center;
		gap: 0;
		text-align: center;
	}
	.p-contact__tel-ttl2{
width: fit-content;
    font-size: max(10px, calc(12 / 393 * 100vw));
    white-space: nowrap;
	}
	.p-contact__txt.p2{
		font-size: max(10px, calc(13 / 393 * 100vw));
		letter-spacing: 0;
	}
	.p-contact__txt-caution{
		font-size: max(10px, calc(11 / 393 * 100vw));
		max-width: 100%;
	}
	.p-reason__txt--small.p2{
		margin-bottom:0;
	}
	.p-contact__ttl.p2 .p-contact__ttl--small{
		position: absolute;
    white-space: nowrap;
    font-size: max(10px, calc(12 / 393 * 100vw));
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5vw;
	letter-spacing: 0;
	}
	.p-contact__item:last-of-type .p-contact__ttl .txt {
  transform: translateY(0);
}
.p-contact__ttl.p2{
	margin-bottom: 10vw;
}
.under1440{
	display: none;
}
.p-allgus__item.p2{
	padding-top: calc(10 / 393 * 100vw);
}
}

/* ==========================================================================
   キャンペーン要項モーダル（c-modal）
   ========================================================================== */
.c-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
}

.c-modal.is-open {
	display: flex;
}

.c-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.8); /* 白透明オーバーレイ */
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.c-modal__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 734px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 2px solid var(--color-blue);
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.c-modal__head {
	position: relative;
	flex: 0 0 auto;
	background: var(--color-blue);
	color: #fff;
	padding: 18px 56px 18px 24px;
}

.c-modal__ttl {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.c-modal__close {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	padding: 0;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	cursor: pointer;
}

.c-modal__close::before,
.c-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #fff;
}

.c-modal__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.c-modal__close::after  { transform: translate(-50%, -50%) rotate(-45deg); }

.c-modal__body {
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 24px;
	background: #fff;
	font-size: 16px;
	line-height: 1.9;
}

.c-modal__lead { margin: 0 0 1em; }

.c-modal__h {
	font-size: 16px;
	font-weight: normal;
	color: var(--color-black);
	margin: 1.6em 0 .6em;
}

.c-modal__body p { margin: 0 0 1em; }

.c-modal__item {
	position: relative;
	padding-left: 0;
	word-break: break-all;
}

.c-modal__num {
	position: relative;
	left: 0;
	top: 0;
}

.c-modal__sub {
	padding-left: 0;
}

.c-modal__caption {
	font-weight: normal;
	margin: 1.6em 0 .6em !important;
}

.c-modal__notes {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}

.c-modal__notes li {
	position: relative;
	padding-left: 0;
	margin-bottom: .8em;
}

.c-modal__notes li::before {
	content: "・";
	position: relative;
	left: 0;
}

.c-modal__link,
.c-modal__link:link,
.c-modal__link:visited,
.c-modal__link:hover,
.c-modal__link:active {
	color: var(--color-black);
	-webkit-text-fill-color: var(--color-black); /* Safari対策：状態に関わらず色を固定 */
	text-decoration: underline;
}

.c-modal__foot {
	flex: 0 0 auto;
	display: flex;
	justify-content: flex-end;
	padding: 16px;
	border-top: 1px solid #e3e6f5;
	background: #fff;
}

.c-modal__back {
	min-width: 0;
	padding: 16px 60px;
	background: var(--color-blue);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 9999px;
	cursor: pointer;
	transition: opacity .3s ease;
}

.c-modal__back:hover { opacity: .8; }

@media (max-width: 767px) {
	.c-modal { padding: calc(20 / 393 * 100vw); }
	.c-modal__inner { max-height: 88vh; border-radius: calc(10 / 393 * 100vw); }
	.c-modal__head { padding: calc(14 / 393 * 100vw) calc(44 / 393 * 100vw) calc(14 / 393 * 100vw) calc(16 / 393 * 100vw); }
	.c-modal__ttl { font-size: max(10px, calc(20 / 393 * 100vw)); }
	.c-modal__close { right: calc(14 / 393 * 100vw); width: calc(30 / 393 * 100vw); height: calc(30 / 393 * 100vw); }
	.c-modal__body { padding: calc(16 / 393 * 100vw); font-size: max(10px, calc(15 / 393 * 100vw)); }
	.c-modal__h { font-size: max(10px, calc(16 / 393 * 100vw)); }
	.c-modal__link,
.c-modal__link:link,
.c-modal__link:visited,
.c-modal__link:hover,
.c-modal__link:active {
	color: var(--color-black);
	-webkit-text-fill-color: var(--color-black); /* Safari対策：状態に関わらず色を固定 */
	text-decoration: underline;
}

.c-modal__foot { padding: calc(12 / 393 * 100vw); }
	.c-modal__back { min-width: 0; font-size: max(10px, calc(15 / 393 * 100vw)); padding: 16px 60px; }
}

/* ==========================================================================
   アクセシビリティ
   ========================================================================== */
/* キーボード操作時のフォーカスリングを明示（マウス操作時は出さない） */
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible,
.c-ac-box__ttl:focus-visible,
.p-qa__q:focus-visible,
.c-modal__close:focus-visible,
.c-modal__back:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 2px;
}

/* モーション軽減（OS設定）を尊重：アニメ/トランジション/スムーススクロールを無効化 */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

}