@charset "utf-8";
/* .mirrorはミラーページに関わるスタイル */

@-webkit-keyframes moveing-arrow {
    0% {
        -webkit-transform: translate3d(0,0,0) rotate(45deg);
        transform: translate3d(0,0,0) rotate(45deg)
    }

    50% {
        -webkit-transform: translate3d(30%,0,0) rotate(45deg);
        transform: translate3d(30%,0,0) rotate(45deg)
    }

    100% {
        -webkit-transform: translate3d(0,0,0) rotate(45deg);
        transform: translate3d(0,0,0) rotate(45deg)
    }
}

@keyframes moveing-arrow {
    0% {
        -webkit-transform: translate3d(0,0,0) rotate(45deg);
        transform: translate3d(0,0,0) rotate(45deg)
    }

    50% {
        -webkit-transform: translate3d(30%,0,0) rotate(45deg);
        transform: translate3d(30%,0,0) rotate(45deg)
    }

    100% {
        -webkit-transform: translate3d(0,0,0) rotate(45deg);
        transform: translate3d(0,0,0) rotate(45deg)
    }
}

@-webkit-keyframes moveing-arrow-down {
    0% {
        -webkit-transform: translate3d(0,0,0) rotate(135deg);
        transform: translate3d(0,0,0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate3d(0,30%,0) rotate(135deg);
        transform: translate3d(0,30%,0) rotate(135deg)
    }

    100% {
        -webkit-transform: translate3d(0,0,0) rotate(135deg);
        transform: translate3d(0,0,0) rotate(135deg)
    }
}

@keyframes moveing-arrow-down {
    0% {
        -webkit-transform: translate3d(0,0,0) rotate(135deg);
        transform: translate3d(0,0,0) rotate(135deg)
    }

    50% {
        -webkit-transform: translate3d(0,30%,0) rotate(135deg);
        transform: translate3d(0,30%,0) rotate(135deg)
    }

    100% {
        -webkit-transform: translate3d(0,0,0) rotate(135deg);
        transform: translate3d(0,0,0) rotate(135deg)
    }
}
#nav-top-area {
    z-index: 200;
	bottom: 240px;
}
body.mirror #nav-top-area {
    bottom: 20px;
}
#contents-area, #contents-body, .lyt-col-1 #contents-body {
    float: none;
    width: 100%;
    min-width: 990px;
}
.section-inner {
    width: 950px;
    margin: 0 auto
}
#contents-head .head-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 910px;
    height: 110px;
    border-top: 1px solid #ccc;
    background-color: #fcea05;
}
.u-p-d-n {
    display: none
}
.sp {
  display: none !important;
}
.energy-page-u96-mt0 {
    margin-top: 0!important
}
.energy-page-u96-mt10 {
  margin-top: 10px!important
}
.energy-page-u96-mt15 {
  margin-top: 15px!important
}
.energy-page-u96-mt25 {
  margin-top: 25px!important
}
.energy-page-u96-mt30 {
  margin-top: 30px!important
}
.energy-page-u96-mt40 {
    margin-top: 40px!important
}
.energy-page-u96-mt50 {
    margin-top: 50px!important
}
.energy-page-u96-mt60 {
    margin-top: 60px!important
}
.energy-page-u96-mb30 {
    margin-bottom: 30px!important
}
.energy-page-u96-pb10 {
    padding-bottom: 10px!important
}
.energy-page-u96-em {
    font-size: 24px;
}
.energy-page-u96-red {
    color: #e60012;
    font-weight: 700;
}
.text-red {
  color: #e60012 !important;
}


/* renewal-heading */
.renewal-heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.renewal-heading-stripe {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}
.renewal-heading-stripe::after,#ouchi-denki-renewal .renewal-heading-stripe::before {
    content: "";
    height: 4px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/bg-line.svg) repeat left/4px 5px;
    opacity: .8
}
/* /renewal-heading */

.section-inner-title {
    font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.section-inner-subtitle {
    font-size: 22px;
	font-weight: bold;
	display: block;
}
.btn-wrapper {
     margin-top: 40px;
	 text-align: center;
}
.btn-type-01 {
    background-color: #FFF;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #c1c1c2;
    border-radius: 50px;
    box-sizing: border-box;
    color: #333!important;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 40px 15px 20px;
    position: relative;
    text-decoration: none!important;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 360px;
}
.btn-type-01.hide-automatic-icon>.newwindowicon {
    display: none
}
.btn-type-01:hover {
    opacity: .7
}

.energy-page-u96-button-modal-type01 {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #c1c1c2;
    border-radius: 50px;
    box-sizing: border-box;
    color: #333!important;
    background: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 13px 40px 13px 40px;
    margin: 0 auto;
    position: relative;
    text-decoration: none!important;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 360px;
}
.energy-page-u96-button-modal-type01::after {
    content: "";
    display: inline-block;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/modal_icon.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}




.energy-page-u96-button-modal-type02 {
    color: #333!important;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 40px 13px 40px;
    margin: 0 auto;
    position: relative;
    border: 3px solid #43b1c5;
    border-radius: 10px;
	padding: 30px 10px;
    width: 375px;

}
.energy-page-u96-button-modal-type02::after {
    content: "";
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/modal_icon.png) no-repeat center right;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}




/* メンテナンスエリア */
.contents-inner {
    width: 935px;
    margin: 0 auto ;
    padding: 15px 0 60px;
}
.maintenance-title {
    text-align: center;
    color: #ff3d10;
}
.title-underline-maintenance {
    text-align: center;
    border-bottom: solid 2px #000;
    margin: 0 auto 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.inner-gray-box {
    padding: 20px 15px 15px;
    width: auto;
    margin: 0 auto;
    background-color: #e5e7eb;
}

.txt-note-maintenance {
    text-align: center;
}

.sec-bottom .normal-text-type01 {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 13px;
    line-height: 1.6;
}


/* エリア変更プルダウン */
.energy-page-u96-flexbox-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.energy-page-u96-section-bkcolor-gray {
    margin-top: 20px;
    padding: 0;
    background-color: #f8f8f8
}
.energy-page-u96-section-bkcolor-gray-inner {
    width: 700px;
    margin: 0 auto;
}
.energy-page-u96-section-info-denkigas-plane-text-bold {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #333;
}
.energy-page-u96-line-change {
    line-height: 24px;
}
.energy-page-u96-section-info-select {
    position: relative;
    display: block;
    margin: 20px 0;
}
.energy-page-u96-section-info-select.energy-page-u96-new-select {
    width: 400px;
    margin-left: 16px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor: pointer;
}
.energy-page-u96-section-info-select select {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    border-radius: 0;
    box-sizing: border-box;
    padding: 12px 52px 12px 20px;
    width: 100%;
    color: #333;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: left;
}
.energy-page-u96-section-info-select::after {
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 37%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* Scroll fixed content */
.fixed-service-select-area {
    background-color: #FFF;
	padding-top: 15px;
	width: 100%;
	border-bottom: 2px solid #e0e0e0;
    position: fixed;
	top: 0;
	z-index: 10;
	pointer-events: none;
    opacity: 0;
}
.js-fixed {
    position: fixed;
	top: 0;
	pointer-events: auto;
    opacity: 1;
    transition: .2s;
}
.fixed-apply-area {
    opacity: 1;
    height: auto;
    position: fixed;
    left: 0;
    top: unset;
    bottom: 0;
    z-index: 100;
    -webkit-animation: .2s ease-out 0s 1 slideDown;
    animation: .2s ease-out 0s 1 slideDown;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    padding: 18px 0;
    background: #fffec8;
	pointer-events: auto;
}
#ouchi-denki-renewal.mirror .fixed-apply-area {
    display: none;
}
.fixed-apply-area-inner-text {
    font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.btn_floating {
    height: auto;
    left: 0;
    top: unset;
    bottom: 0;
    z-index: 100;
    -webkit-animation: .2s ease-out 0s 1 slideDown;
    animation: .2s ease-out 0s 1 slideDown;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_floating {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px 30px;
    margin: 0 auto;
}
.btn_floating.btn_floating_2col {
    -ms-grid-columns: 360px 360px;
    grid-template-columns: 360px 360px;
}
.blue--btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    text-decoration: none!important;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    background: #0b5bce;
    background: -webkit-linear-gradient(top,#0b5bce 0,#0f82b8 100%);
    background: linear-gradient(to bottom,#0b5bce 0,#0f82b8 100%);
    border: none;
    color: #fff!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
	padding: 10px;
}
.blue--btn::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: -3px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}
.blue--btn:hover {
    opacity: .9;
    background-color: #78a0d9
}
.blue--btn:hover:before {
    -webkit-animation:moveing-arrow .4s 2;
    animation: moveing-arrow .4s 2
}
.blue-btn-small-text {
    font-size: 16px;
	font-weight: 700;
}

/* フローティングアプライ */
#ouchi-denki-renewal.mirror .floating-apply {
    display: none;
}
#ouchi-denki-renewal .floating-apply {
    width: 350px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    border-radius: 10px;
    border: 4px solid #fff;
    background-color: #495869;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
#ouchi-denki-renewal .floating-apply .floating-apply-inner {
    padding: 20px
}
#ouchi-denki-renewal .floating-apply .floating-apply-inner .floating-apply-lead {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #f7d518
}
#ouchi-denki-renewal .floating-apply .floating-apply-inner .floating-apply-lead::before {
    content: "";
    display: block;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-charactor.png) no-repeat center/100%
}
#ouchi-denki-renewal .floating-apply .floating-apply-inner {
    padding-top: 10px
}
#ouchi-denki-renewal .floating-apply .floating-apply-inner .floating-apply-lead {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    padding-left: 100px
}
#ouchi-denki-renewal .floating-apply .floating-apply-inner .floating-apply-lead::before {
    width: 96px;
    height: 76px;
    position: absolute;
    left: 0;
    bottom: 0
}
#ouchi-denki-renewal .floating-apply .renewal-button[data-button-type="01"] {
    width: 100%;
    font-size: 15px;
    margin:10px 0 0;
}
#ouchi-denki-renewal .floating-apply .renewal-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px
}
#ouchi-denki-renewal .floating-apply .renewal-button[data-button-icon=arrow-bottom]::before {
    width: 10px;
    height: 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-arrow-blue.png) no-repeat center/100%
}
#ouchi-denki-renewal .floating-apply .renewal-button[data-button-icon=arrow-right]::before {
    width: 10px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-arrow-blue.png) no-repeat center/100%
}
#ouchi-denki-renewal .floating-apply .renewal-button[data-button-icon=modal]::before {
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-modal-rounded.png) no-repeat center/100%
}
/* /フローティングアプライ */


/* でんきガスタブ（ボタン） */
.service-select-area {
    background-color: #FFF;
	padding-top: 24px;
	width: 100%;
    border-bottom: 2px solid #e0e0e0;
}
.service-select-area-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 950px;
	margin: 0 auto;
}
.service-select-denki-link {
    width: 50%;
	text-decoration: none!important;
}
.service-select-denki-link:link {
    color: #000;
}
.service-select-denki-link:visited {
    color: #000;
}
.service-select-denki {
    height: 50px;
	width: 100%;
	border-radius: 20px 20px 0 0;
	background-color: #fcea05;
	text-align: center;
	opacity: 30%;
}
.service-select-denki:hover {
    opacity: 1;
    transition:0.2s;
}
.service-select-denki::before {
    content: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-service-select-denki-off.png);
    vertical-align: middle;
	position: relative;
	top: -5px;
	opacity: 0.5;
}
.service-select-denki:hover::before {
    content: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-service-select-denki-on.png);
    opacity: 1;
    transition:1s;
}
.service-select-denkigas {
    height: 50px;
	width: 50%;
	border-radius: 20px 20px 0 0;
	background-color: #a1d8e2;
	text-align: center;
}
.service-select-denkigas::before {
    content: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-service-select-denkigas-on.png);
    vertical-align: middle;
	position: relative;
	top: -4px;
}
.service-select-denki-text {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 13px;
  text-align: center;
  line-height: 58px;
}
.service-select-denkigas-text {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 13px;
  text-align: center;
  line-height: 58px;
}

/* モーダルメニューエリア */
.energy-page-u96-modal-menu {
    padding: 60px 0 105px;
    background-color: rgb(255, 255, 255, 0.5);
}

.energy-page-u96-point-title {
    position: absolute;
}
.energy-page-u96-modal-menu-tagetarea {
    margin: 10px 0 0 ;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.energy-page-u96-modal-menu-tagetarea-text::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #000;
    position: relative;
    top: 3px;
    left: -9px;
}
.energy-page-u96-modal-menu-tagetarea-text::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #000;
    position: relative;
    top: 3px;
    right: -9px;
}
.energy-page-u96-modal-menu-gascheck {
    text-align: center;
}
.energy-page-u96-modal-menu-gascheck-text {
    font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.energy-page-u96-modal-menu-gascheck-text::after {
    content: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/modal_icon_grey.png);
    vertical-align: middle;
	position: relative;
    top: 3px;
    left: 24px;
}
.energy-page-u96-modal-menu-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 910px;
    margin: 40px auto 0;
    gap: 30px
}
.energy-page-u96-modal-menu-contents .js-area-target.js-is-active {
    padding-top: 0
}
.energy-page-u96-modal-menu-contents-box {
    width: 48%;
    margin-bottom: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}
.energy-page-u96-modal-menu-contents-box ul>:last-child,.energy-page-u96-modal-menu-contents-box:last-child {
    margin-bottom: 0
}
.energy-page-u96-modal-menu-contents-box-wide {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}
.energy-page-u96-modal-menu-contents-box-title {
    height: 48px;
    margin: 0;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 48px
}
.energy-page-u96-modal-menu-contents-box-sup {
    top: -5px;
}
.energy-page-u96-modal-menu-contents-box-text {
    font-size: 20px;
    color: #000;
    padding: 10px 5px 10px 0;
    margin: 0;
    font-weight: 700
}
.energy-page-u96-modal-menu-contents-box-text-s {
    display: block;
    font-size: 14px;
    line-height: 1.5
}
.energy-page-u96-modal-menu-contents-box-text-red {
    font-size: 28px;
    color: #e60012;
}
.energy-page-u96-modal-menu-contents-box-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    height: calc(100% - 48px)
}
.energy-page-u96-paypay-icon {
    position: absolute;
    top: calc(100% - 82px);
    left: 20px;
    width: 51px
}
.energy-page-u96-modal-icon {
    width: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-right: 0
}
.energy-page-u96-note-alert {
    padding: 17px 6px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #e60012;
    border: 2px solid #e60012;
    border-radius: 6px;
    width: 760px;
    margin: 45px auto 40px;
}
.energy-page-u96-add-bg {
    background: #fff;
}

.modal-wrapper {
    display: none;
}
.modal-overlay-close {
    z-index: 20001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.energy-page-u96-modal-contents {
    z-index: 20002;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translatex(-50%);
    transform: translateY(-50%) translatex(-50%);
    width: 910px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    height: auto;
    max-height: 90%;
    overflow: hidden;
}
.energy-page-u96-modal-contents-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #a1d8e2;
    color: #333;
    font-size: 28px;
    font-weight: 700;
    height: 90px;
    margin: 0;
}
.energy-page-u96-modal-contents-inner {
    padding: 30px 35px;
}
.js-area-target, .js-area-target-list {
    display: none!important;
}
.energy-page-u96-modal-contents-priceImageWrapper {
    margin-bottom: 30px;
}
.js-area-target-list.js-is-active, .js-area-target.js-is-active {
    display: block!important;
}
.energy-page-u96-list-type-free {
    width: 837px;
    margin: auto;
    font-size: 15px;
    font-weight: 700;
}

.energy-page-u96-list-type-free_item {
    display: table;
	line-height: 20px;
    margin-top: 20px;
}

.energy-page-u96-note-alert-nonborder {
    font-weight: bold;
    color: #e60012;
}

.energy-page-u96-list-type-free_item02{
    padding-left: 30px;
    line-height: 27px;
    margin-top: 12px;
}

.energy-page-u96-list-type-free 
.energy-page-u96-list-type-free_item02 a{
    text-decoration: underline !important;
}





.energy-page-u96-list-type-free_link {
	color: #006699;
	text-decoration: none!important;
}
.energy-page-u96-list-type-free_link:visited {
	color: #006699;
}
.energy-page-u96-list-type-free_inner {
    display: table-cell;
    padding-right: 10px;
}
.energy-page-u96-modal-contents-title-h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 30px;
}
.energy-page-u96-modal-contents-text {
    margin: 0;
    line-height: 20px;
    font-size: 12px;
}
.energy-page-u96-modal-contents-text-sub {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.energy-page-u96-modal-contents-annotation {
	margin: 30px 0 0 0;
}
.energy-page-u96-modal-contents-annotation-item {
    display: table;
    line-height: 20px;
    font-size: 12px;
}
.energy-page-u96-modal-contents-annotation-order {
    display: table-cell;
    padding-right: 10px;
}
.energy-page-u96-modal-contents-close-button {
    color: #069;
    font-weight: 700;
    width: 100px;
    font-size: 16px;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: none;
    margin: 30px auto 0;
}
.energy-page-u96-modal-contents-close-icon {
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(var(--ggs,1));
    transform: scale(var(--ggs,1));
    width: 25px;
    height: 25px;
    background: #069;
    border-radius: 4px;
    margin-right: 8px;
}
.energy-page-u96-modal-contents-close-icon::after,.energy-page-u96-modal-contents-close-icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px;
    top: 11px;
    left: 5px
}
.energy-page-u96-modal-contents-close-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.energy-page-u96-modal-contents.scroll.scroll-large {
    height: 85%;
}
.energy-page-u96-modal-contents-text {
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.energy-page-u96-modal-contents-text::after {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 100%;
    height: 2px;
    border-bottom: #000 2px solid;
}
.energy-page-u96-modal-contents-text-l {
    font-size: 24px;
    text-align: center;
}
.energy-page-u96-ouchiwari-label {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.energy-page-u96-modal-contents-table {
    width: 840px;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    border-collapse: separate;
    border-spacing: 1px
}
.energy-page-u96-modal-contents-table-td {
    background: #efefef;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}
.energy-page-u96-modal-contents-table-td {
    background: #efefef;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.energy-page-u96-modal-contents-list {
    margin: 15px 0;
    padding-left: 15px;
	line-height: 20px;
}
.energy-page-u96-modal-contents-list-item {
    list-style: disc;
    font-size: 12px;
}
.energy-page-u96-gascheck-nomal-text {
    text-align: center;
	font-size: 15px;
	font-weight: 700;
}
.modal_apply_btn {
    height: auto;
    left: 0;
    top: unset;
    bottom: 0;
    z-index: 100;
    -webkit-animation: .2s ease-out 0s 1 slideDown;
    animation: .2s ease-out 0s 1 slideDown;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.modal_apply_btn {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px 30px;
    margin: 0 auto;
}
.modal_apply_btn.modal_apply_btn_2col {
    -ms-grid-columns: 360px 360px;
    grid-template-columns: 360px 360px;
}
/* サービス対象チェックエリア */
.service-area-check {
    padding: 100px 0;
    background-color: #fff;
}

.service-area-check-inner {
    width: 950px;
    margin: 0 auto
}
.service-area-check-lead-text {
    margin: 33px 0;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
.icon-step {
    margin-bottom: 10px;
    text-align: center;
}
.title-2row {
    margin-bottom: 40px;
}
.title-2row-step {
    position: relative;
    cursor: pointer;
}
.title-2row-step::before{
  content: "";
  position: absolute;
  top: 10px;
  right: 17px;
  width: 32px;
  height: 32px;
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-step_open.png) no-repeat;
}
.title-2row-step.active::before{
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-step_close.png) no-repeat;
}
.title-2row dt, .title-2row dd {
    display: block;
    float: left;
    height: 50px;
    line-height: 54px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.title-2row dt {
    width: 270px;
    color: #fff;
    background-color: #000;
	border-radius: 10px 0 0 10px;
}
.title-2row dd {
    text-align: left;
    width: 680px;
    color: #000;
    background-color: #a1d8e2;
	border-radius: 0 10px 10px 0;
	padding: 0 0 0 40px;
}

.step-box {
    margin: 0 auto;
    width: 910px;
    border: 2px solid #a1d8e2;
    border-radius: 10px;
    text-align: center;
}
.step-box + .step-box {
    margin-top: 40px;
}
.step-box-head {
    padding: 12px 10px 6px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    background: #a1d8e2;
    border-radius: 8px 8px 0 0;
}
.step-box-list {
    padding: 22px 92px;
}
.step-box-list-item + .step-box-list-item {
    margin-top: 14px;
}
.step-box-list-item-datalist-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .04em;
}
.step-box-list-item-datalist-title-marker {
    font-size: 24px;
    color: #a1d8e2;
}
.step-box-list-item-datalist-data {
    margin: 4px 0 0 30px;
}
.step-box-list-item-datalist-data-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 80px;
}
.step-box-list-item-datalist-data-list-item {
    display: flex;
    width: 44%;
    font-size: 16px;
    letter-spacing: .04em;
}

.step-box02 {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-color: #ccc;
}
.step-box02 .step-box-head {
    color: red;
    background: #ccc;
}
.step-box02 .step-box-list-item-datalist-title-marker {
    color: #ccc;
}
.step-box-list-item-note {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .04em;
    text-align: center;
}

.step-judge-item {
    border: 2px solid #a1d8e2;
    margin: 0 auto;
    width: 910px;
	border-radius: 10px;
}
.step-judge-item .judge-container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 30px 38px;
    text-align: center;
}

.css-1a4f00x{
    width: 340px !important;
    margin: 0px 30px !important;
}
.step-judge-item .judge-section .judge-text {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.step-judge-item .judge-result-section {
    margin: 40px auto 0;
}
.step-judge-item .judge-result-ok{
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/img-judge-result-ok.png) no-repeat;
  width: 830px;
  height: 180px;
}
.step-judge-item .judge-result-limited{
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/img-judge-result-limited.png) no-repeat;
  width: 830px;
  height: 180px;
}
.step-judge-item .judge-result-ng{
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/img-judge-result-ng.png) no-repeat;
  width: 830px;
  height: 180px;
}
.judge-result-ng-ouchidenki-bnr {
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/img-judge-result-ng-ouchidenki-bnr.png) no-repeat;
  width: 830px;
  height: 120px;
  margin-top: 40px;
}

/* その他のおすすめポイントエリア */
.recommended-points {
    background-color: #FFF;
    text-align: center;
    padding:40px 0 55px;
    border-radius: 0 0 10px 10px;

}
.energy-page-u96-recommended-points {
    width: 910px;
    margin: 40px auto 0;
}
.energy-page-u96-recommended-points-box {
    height: 100px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px 65px 15px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #a1d8e2;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
}
.energy-page-u96-recommended-points-box::after {
    content: "";
    display: inline-block;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/modal_icon.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.energy-page-u96-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.energy-page-u96-recommended-points-imageWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.energy-page-u96-recommended-points-index {
    margin: 0 0 0 5px;
    line-height: 0;
}
.energy-page-u96-recommended-points-box-image {
    width: 65px;
    margin: 0 20px;
}
.energy-page-u96-recommended-points-text {
    font-size: 21px;
	line-height: 23px;
	text-align: left;
    padding: 0;
    margin: 0;
}
.energy-page-u96-recommended-points-text-l {
    font-size: 21px;
	line-height: 23px;
	text-align: left;
    padding: 0;
    margin: 0;
}
.energy-page-u96-recommended-points-annotation {
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 5px;
}
.energy-page-u96-rescue {
    width: 590px;
    margin: 0 auto;
}
.energy-page-u96-modal-contents-image {
    padding: 10px 0 30px 0;
    margin: 0 auto;
}
.energy-page-u96-rescue .energy-page-u96-modal-contents-text {
    width: 100%;
    margin-bottom: 40px;
}
.energy-page-u96-rescue-text {
    font-weight: 700;
    font-size: 12px;
    margin: 18px 0;
}
.energy-page-u96-modal-notel {
    width: 590px;
    margin: 0 auto;
}
.recommended-change-points {
    background-color: #e3f3f6;
    text-align: center;
    padding: 80px 0;
}
.recommended-change-points-title {
    position: relative;
    font-size: 22px;
	font-weight: bold;
	text-align: center;
    width: fit-content;
    margin: 0 auto 50px;
}
.recommended-change-points-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
	left: 0;
    width: 100%;
    height: 2px;
    border-bottom: #000 2px solid;
}
.recommended-change-points-item-interval {
    margin-top: 60px;
}
.recommended-change-points-flex {
    position: relative;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
	-webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #a1d8e2;
    height: 84px;
    border-radius: 10px;
	cursor: pointer;
	margin: 40px 0;
}
.recommended-change-points-flex::before{
  content: "";
  position: absolute;
  top: 27px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-step_open.png?20240730) no-repeat;
}
.recommended-change-points-flex.active::before{
  background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-step_close.png?20240730) no-repeat;
}
.recommended-change-points-text {
    font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding-left: 120px;
}
.recommended-change-points-imageWrapper {
	position: relative;
}
.recommended-change-points-index {
	position: absolute;
    margin: 0;
    line-height: 0;
    bottom: -35px;
	width: 120px;
}
.recommended-change-points-item {
    margin: 0;
}
.recommended-change-points-bnr {
    margin: 80px 0 0 0;
}

/* お申し込みの前に */
.application {
    background-color: #fafafa;
    padding: 80px 0 65px 0;
}
.apply-box {
    position: relative;
    /* background: #fff; */
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 10px;
    /* border: solid 2px #43b1c5; */
    width: 100%;
	text-align: center!important;
	margin-left: auto!important;
    margin-right: auto!important;
}
#ouchi-denki-renewal.mirror .apply-box {
    margin-top: 0 !important;
    padding-top: 0;
}
#ouchi-denki-renewal.mirror .apply-row-box2 {
    padding-top: 60px;
}

/* WEB／店頭タブ */
.renewal-application-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 3px solid #a1d8e2
}
#ouchi-denki-renewal.mirror .renewal-application-tab {
    display: none;
}
.renewal-application-tab .renewal-application-tab-button {
    width: 100%;
    max-width: 375px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    border: 2px solid #a1d8e2;
    border-bottom: none;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #000!important
}

.renewal-application-tab .renewal-application-tab-button>.renewal-application-tab-button-inner {
    position: relative
}

.renewal-application-tab .renewal-application-tab-button>.renewal-application-tab-button-inner::before {
    width: 18px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    display: inline-block;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-check-black.png) no-repeat center/100%
}

.renewal-application-tab .renewal-application-tab-button.active {
    background-color: #a1d8e2
}

.renewal-application-tab .renewal-application-tab-button.active>.renewal-application-tab-button-inner::before {
    content: ""
}
/* /WEB／店頭タブ */


/*注意事項*/
.sec-bottom{
    background-color: #e5e7eb;
    padding: 50px 0 16px;
}



.tabContainer {
    margin: 0!important;
}
.apply-box .tabList-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    list-style-type: none;
    border-bottom: 4px solid #333;
	gap: 10px;
}
.apply-box .tabList-tab li {
    border-radius: 10px 10px 0 0;
	width: 415px;
	background-color: #dcdddd;
}
.apply-box .tabList-tab li.active {
    background: #333;
    position: relative;
}
.apply-box .tabList-tab li a {
    text-decoration: none;
    color: #333;
    display: block;
    cursor: pointer;
    height: 58px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	outline: none;
}
.apply-box .tabList-tab li.active a {
    color: #fff;
	outline: none;
}
.apply-box .tabList-tab li a span {
    font-size: 20px;
	font-weight: bold;
}
.tab-contents-wrapper-02 {
    display: none;
}
.tab-contents-wrapper-02.active {
    display: block;
}
#ouchi-denki-renewal.mirror .tab-contents-wrapper-02-01 {
    display: none;
}
#ouchi-denki-renewal.mirror .tab-contents-wrapper-02-01.active {
    display: none;
}
#ouchi-denki-renewal.mirror .tab-contents-wrapper-02-02 {
    display: block;
}
.tab-contents-wrapper-03 {
    display: none;
}
.tab-contents-wrapper-03.active {
    display: block;
}


.apply-row-box {
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}

.apply-row-box2, .apply-row-box2.active {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    /* background-color: #fff; */
    padding: 35px 60px 41px;
    width: 920px;
    box-sizing: border-box;
}
#application .apply-row-box2, #application .apply-row-box2.active {
    width: 900px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 78px 0 40px;
}
.apply-row-box2 h3.apply-row-box-title {
    border: solid 3px #e60012;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 0;
    color: #e60012;
    background-color: #ffeeef;
}
.reservation-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    margin: 32px 0 25px;
    text-underline-offset: 10px;
}


#application .apply-box .apply-row-box2 .btn-cont .btn-wrapper {
    margin-top: 0;
}



#application .apply-box .apply-row-box2 .btn-cont {
    display: flex;
    justify-content: center;
}
#application .apply-box .apply-row-box2 .btn-cont .btn-wrapper {
    margin-top: 0;
}
#application .apply-box .apply-row-box2 .btn-cont .btn-wrapper:first-child {
    margin-right: 20px;
}
.energy-page-u96-service-start-text {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #117fd1 !important;
}
.energy-page-u96-modal-contents-subtext {
    font-size: 16px;
	font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
}
.energy-page-u96-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.energy-page-u96-modal-leftbox {
    padding-right: 20px;
}
.energy-page-u96-flow-title {
    font-size: 24px;
    color: #e60012;
    text-align: center;
    font-weight: 700;
}
.energy-page-u96-flow-text {
    font-weight: 700;
    margin: 20px 0 30px;
    font-size: 16px;
	text-align: center;
}
.energy-page-u96-modal-rightbox {
    width: 45px;
}
.energy-page-u96-flow-sns-image {
    text-align: center;
}
.energy-page-u96-flow-denki-image {
    text-align: center;
}
.energy-page-u96-vertical-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    font-weight: 700;
    border: 4px solid #000;
    padding: 20px 10px 15px;
    position: relative;
    font-size: 23px;
}
.energy-page-u96-vertical-text::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 7px;
    box-sizing: border-box;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.energy-page-u96-vertical-text .energy-page-u96-horizontal-text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1;
}

/* 注意事項 */
.attention {
    background-color: #e3f3f6;
    padding: 80px 0;
}
.attention .list-bullet-01>li {
    font-size: 16px;
}
.attention-list {
    margin: 40px 0 0 0;
}

/* SNSコンポーネント */
.snsComponent-wrap {
    background-color: #fff;
    overflow: hidden;
}
.snsComponent-wrap .snsComponent {
    width: 950px;
    margin: 0 auto 60px;
    padding: 20px 20px 30px;
}















/*　リニューアル用*/
#ouchi-denki-renewal *, #ouchi-denki-renewal ::after, #ouchi-denki-renewal ::before {
    box-sizing: border-box;
  }
  
  
  #ouchi-denki-renewal{
    position: relative;
  }
  
  
  #ouchi-denki-renewal::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -10;
    background-color: #a1d8e2;
  }
  
  
  
  #ouchi-denki-renewal .renewal-following-ground {
    width: 100%;
    height: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -1;
  }
  
  
  
  #ouchi-denki-renewal .renewal-following-ground::before {
    content: "";
      width: 100%;
      height: 420px;
      position: relative;
      z-index: -1;
      display: block;
      background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/bg_mainvisual.png) no-repeat bottom center;
  }
  
  
  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-top {
    height: 420px;
    padding-top: 63px;
    background-size: 100% auto;
    text-align: center;
    position: relative;
  }
  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-top::before {
    content: "";
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    background: #a8e1fa;
  }
  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-title {
    width: 89vw;
    margin: 0 auto;
    padding: 0;
    border: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    position: static;
  }
  
  .renewal-mainvisual-selector {
    display: none;
  }

  #ouchi-denki-renewal.mirror .renewal-mainvisual .renewal-mainvisual-selector {
    display: none;
  }
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-selector {
    width: 240px;
    margin: 18px auto 0;
  }
  .renewal-mainvisual-text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .05em;
    text-align: center;
  }
  #ouchi-denki-renewal.mirror .renewal-mainvisual-text {
    display: none;
  }
  
  #ouchi-denki-renewal .renewal-selector-area {
    width: 100%;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    border: 3px solid #43b1c5;
    background-color: #fff;
  }
  
  #ouchi-denki-renewal .renewal-selector-area::before {
    content: "";
    width: 9px;
    height: 13px;
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/shared/icon-arrow-blue.png) no-repeat center;
    background-size: 100% auto;
  }
  
  
  #ouchi-denki-renewal .renewal-selector-area>select {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
  }
  
  .renewal-modal-menu .renewal-modal-menu-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    /* gap: 10px 30px; */
}

  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-note {
    padding: 15px 10px;
      font-size: 10px;
      text-align: right;
      background-color: #a1d8e2;
      margin-bottom: 0;
  }
  
  
  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-top .inner-note-block{
    width: 950px;
      margin: auto;
  }
  
  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-top .inner-note-block .notice-list{
    margin-top: 20px;
    display: inline-block;
  }
  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-top .inner-note-block .notice-list li{
    font-size: 16.5px;
    line-height: 24px;
  }
  
  
  .h2_outer {
    margin-bottom: 15px;
}

.h2_outer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

  
  
  
  
  
  
  .btn-arrow-bottom {
      min-height: 60px;
      border-radius: 999px;
      border: 1px solid #ccc;
      background-color: #fff;
      font-size: 14px;
      font-weight: 700;
      color: #000 !important;
      text-decoration: none !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
  }
  
  
  .btn-arrow-bottom::before{
    content: "";
      display: block;
      position: absolute;
  width: 8px;
      height: 16px;
      right: 22px;
      top: 28px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/shared/icon-arrow-blue.png) no-repeat center / 100%;
  }
  
  
  
  .button-white-m::before{
    content: "";
      display: block;
      position: absolute;
    width: 8px;
        height: 16px;
        right: 11px;
        top: 28px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/shared/icon-arrow-blue.png) no-repeat center / 100%;
    }
  
  
  
  
  .title-border{
    border-bottom: 3px solid black;
      width: 230px;
      margin: auto;
      margin-bottom: 25px;
  }
  
  
  .title-border h3.title-lv3{
    font-size: 23px;
  }
  
  #js-tab-02{
    position: relative;
  }
  



  

  .renewal-modal-menu .renewal-modal-menu-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 13px 5px;
}


.renewal-modal-menu-button, 
.renewal-modal-menu-button02 {
    width: 98%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    margin-top: 0px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    margin-bottom: 10px;

}


.renewal-modal-menu-button{
    height: 108px;
}


.renewal-modal-menu-button::before, .renewal-modal-menu-button02::before {
    content: "";
    width: 462px;
    height: 131px;
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 0;
    border-radius: 999px;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/bg-line.svg) repeat left / 4px 5px;
}


.renewal-modal-menu-button::before {
    top: 5px;
    height: 100%;
}

.renewal-modal-menu-button .renewal-modal-menu-button-inner, .renewal-modal-menu-button02 .renewal-modal-menu-button-inner {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 14px 10px 13px 40px;
    height: 130px;
    width: 460px;
    text-align: center;
    background-color: #fff;
    border-radius: 999px;
}

.renewal-modal-menu-button .renewal-modal-menu-button-inner{
    padding: 16px 10px 11px 57px;
    min-height: 108px;
    height: auto;
}

.renewal-modal-menu-button02[data-icon="gas"] .renewal-modal-menu-button-inner {
    padding: 26px 10px 13px 40px;
}
.renewal-modal-menu-button02[data-icon="denki"] .renewal-modal-menu-button-inner {
    padding: 14px 10px 13px 50px;

}


.renewal-modal-menu-button02[data-icon=gas] .renewal-modal-menu-button-inner::before {
    width: 98px;
    height: 98px;
    background-image: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-mobile-gas.png?20250131);
}

.renewal-modal-menu-button02[data-icon=denki] .renewal-modal-menu-button-inner::before {
    width: 98px;
    height: 98px;
    background-image: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-mobile-elc.png?20250131);
}

.renewal-modal-menu-button[data-icon=mobile-denki] .renewal-modal-menu-button-inner::before {
    width: 84px;
    height: 47px;
    background-image: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-mobile-denki.png?20250131);
}

.renewal-modal-menu-button[data-icon=paypay] .renewal-modal-menu-button-inner::before {
    width: 65px;
    height: 65px;
    background-image: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/p/icon-paypay.png?20250131);
}


.renewal-modal-menu-button .renewal-modal-menu-button-inner::before, .renewal-modal-menu-button02 .renewal-modal-menu-button-inner::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 66px;
    left: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: no-repeat center / 100%;
}

.renewal-modal-menu-button .renewal-modal-menu-button-inner::before {
    top: 57px;
   
}



.renewal-modal-menu-button .renewal-modal-menu-button-inner::after, .renewal-modal-menu-button02 .renewal-modal-menu-button-inner::after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    display: inline-block;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-modal-rounded.png) no-repeat center / 100%;
    margin-left: auto;
}

.renewal-modal-menu-button .renewal-modal-menu-button-inner::after{
    bottom: 35px;
}

.tab-contents-wrapper-03.active {
    display: block;
}

.img-wrapper{
    width: 95%;
    margin: auto;
}

.renewal-button[data-button-type="01"] {
    width: 390px;
    min-height: 60px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    text-decoration: none !important;
    appearance: none;
    cursor: pointer;
    margin :25px auto;
}

.renewal-button[data-button-type="01"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
}

.renewal-button[data-button-type="01"][data-button-icon=modal]::before {
    width: 30px;
    height: 30px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-modal-rounded.png) no-repeat center / 100%;
}






/*   品質そのままで安心*/
.renewal-anshin {
    padding: 100px 20px 90px;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/img-anshin-bg.png) top / 100%;
    background-size: 30%;
}
.renewal-contents-inner {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center !important;
}

.renewal-anshin .renewal-anshin-boxes {
    display: flex;
    /* gap: 33px; */
    justify-content: space-between;
    margin-top: 40px;
    padding-left: 20px;
}

.renewal-anshin .renewal-anshin-box {
    box-shadow: 0 3px 6px #00000022;
    border-radius: 10px;
    overflow: hidden;
    width: 460px;
}

.renewal-anshin .renewal-anshin-box[data-box-color=yellow] .renewal-anshin-box-title {
    background-color: #a1d8e2;
    color: #232d34;
}

.renewal-anshin .renewal-anshin-box .renewal-anshin-box-title {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}

.renewal-anshin .renewal-anshin-box .renewal-anshin-box-contents {
    padding: 25px 15px 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.renewal-anshin .renewal-anshin-box .renewal-anshin-box-text {
    font-size: 15px;
    color: #232d34;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 5px;
}

.renewal-anshin .renewal-anshin-box[data-box-color=black] .renewal-anshin-box-title {
    background-color: #232d34;
    color: #d0ebf0;
}

.renewal-anshin .renewal-anshin-box .renewal-anshin-box-image {
    text-align: center;
}
.renewal-anshin .renewal-anshin-box .renewal-anshin-box-note {
  position: relative;
  margin: 10px 36px 0;
  padding-left: 12px;
  text-align: left;
}
.renewal-anshin .renewal-anshin-box .renewal-anshin-box-note::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}

/*   手続きカンタン*/
.renewal-process {
    padding: 90px 20px 50px;
    background-color: #fff;
}

.renewal-process .renewal-process-boxes {
    max-width: 1090px;
    display: flex;
    gap: 10px;
    margin: 64px auto 0;
    padding: 0 10px;
}
.renewal-shadow-box {
    display: grid;
    grid-template-columns: 47px 1fr;
    gap: 33px;
    align-items: center;
    padding: 50px 35px 35px;
    border-radius: 8px;
    box-shadow: 2px 4px 4px #00000022;
    background-color: #fff;
    width: 349px;
}

.renewal-shadow-box:nth-child(2){
    padding-left: 70px;
    padding-right: 70px;

}
.renewal-shadow-box:nth-child(3){
    padding-left: 70px;
    padding-right: 70px;

}




.renewal-shadow-box .renewal-shadow-box-icon {
    width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.renewal-shadow-box .renewal-shadow-box-icon>img {
    width: 150%;
    height: auto;
}

.renewal-shadow-box .renewal-shadow-box-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}
.renewal-text-marker {
    padding: 0 3px;
    display: inline;
    background: -webkit-linear-gradient(bottom, #a1d8e2 .5em, transparent .5em);
    background: linear-gradient(0deg, #a1d8e2 .5em, transparent .5em);
    font-weight: 700;
    line-height: 1;
}
.renewal-shadow-box .renewal-text-marker {
    background: -webkit-linear-gradient(bottom, #a1d8e2 15px, transparent 15px);
    background: linear-gradient(0deg, #a1d8e2 15px, transparent 15px);
}

.renewal-shadow-box .renewal-shadow-box-text-large {
    font-size: 26px;
    line-height: 1;
}

.renewal-shadow-box .renewal-shadow-box-text-number {
    font-size: 38px;
    line-height: 1;
}

/*電気料金内訳*/
.energy-page-u96-box-price-detail {
    text-align: center;
    margin-top: 37px;
    border: 2px solid #fcea05;
    border-radius: 15px;
    background: #fff;
    padding: 40px 50px 32px 50px;
    box-sizing: border-box;
}
.energy-page-u96-box-price-detail-title {
    display: inline-block;
    color: #000;
    border-bottom: 2px solid #000;
    padding: 0 12px 5px 12px;
    font-size: 20px;
}
.energy-page-u96-box-price-detail-list {
      list-style-type: none;
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
.energy-page-u96-box-price-detail-list_item {
    position: relative;
    width: -webkit-calc(100% / 5);
    width: 20%;
}
.energy-page-u96-box-price-detail-list-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #feeac0;
    font-size: 14px;
    font-weight: 700;
    height: 100px;
    border-radius: 10px;
}
.energy-page-u96-box-price-detail-list-box[data-box-color=gray] {
    background: #ececec;
}
.energy-page-u96-box-price-detail-list_item+.energy-page-u96-box-price-detail-list_item {
    margin-left: 30px;
}
.energy-page-u96-box-price-detail-list_item+.energy-page-u96-box-price-detail-list_item::before {
    content: "";
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-plus.png) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30%;
    left: -23px;
    box-sizing: border-box;
}
.energy-page-u96-box-price-detail-list_item+.energy-page-u96-box-price-detail-list_item[data-icon=plusminus]::before {
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/icon-plusminus.png) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 21px;
}
.energy-page-u96-box-price-modal {
    margin-left: -23px;
    position: relative;
    color: #0b5bce !important;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.energy-page-u96-box-price-modal::after {
    content: "";
    display: inline-block;
    background: url(/energy/set/data/special/ouchi-denki/kansai-gas/img/shared/modal_icon.png?20230804) no-repeat center right;
    background-size: contain;
    position: absolute;
    top: calc(50% - 2px);
    right: -23px;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.energy-page-u96-box-price-link-container {
    margin-top: 6px;
    margin-bottom: 0;
}
#productModal11 .energy-page-u96-flow-text + .energy-page-u96-flow-text {
    margin-top: 0;
  }
  #productModal11 .energy-page-u96-flow-text-space-change {
    margin-bottom: 0;
  }
  #productModal11 .energy-page-u96-flow-text--alert {
    color: #e60012;
  }

#ouchi-denki-renewal.mirror .mirror-button {
    display: inline-flex;
}
#ouchi-denki-renewal.mirror .default-button {
    display: none;
}
#ouchi-denki-renewal .mirror-button {
    display: none;
}

/* フローティング */
#ouchi-denki-renewal.mirror .floating {
    display: none;
}


/* おうち割モーダルスタイル */

.renewal-ouchiwari-tab-container {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    padding: 0 15px;
    border-bottom: 2px solid #454C57;
}
.renewal-ouchiwari-tab-item {
    flex: 1;
    padding: 14px 10px 6px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #454C57;
    background: #f2f2f2;
    border: 2px solid transparent;
    border-bottom: transparent;
    border-radius: 5px 5px 0 0;
    position: relative;
    cursor: pointer;
}
.renewal-ouchiwari-tab-item.active {
    color: #454C57;
    border: 2px solid #454C57;
    border-bottom: none;
    pointer-events: none;
    top: 2px;
}
.renewal-ouchiwari-tab-item.active[data-ouchiwari-tab-trigger="sb"] {
  background: #e1ebf5;
}
.renewal-ouchiwari-tab-item.active[data-ouchiwari-tab-trigger="ym"] {
  background: #ffedf0;
}
.renewal-ouchiwari-tab-contents-item {
    display: none;
    padding: 27px 0;
}
.renewal-ouchiwari-tab-contents-item.active {
    display: block;
}
.renewal-ouchiwari-tab-contents-item-title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.renewal-ouchiwari-tab-contents-item[data-ouchiwari-tab-contents="sb"] .renewal-ouchiwari-tab-contents-item-detail {
    background: #F2F2F2;
}
.renewal-ouchiwari-tab-contents-item[data-ouchiwari-tab-contents="ym"] .renewal-ouchiwari-tab-contents-item-detail{
    background: #FFEDF0;
}
.renewal-ouchiwari-tab-contents-item-detail {
    margin-top: 28px;
    padding: 40px;
}
.renewal-ouchiwari-tab-contents[data-ouchiwari-tab="section"] .renewal-ouchiwari-tab-contents-item-detail {
    padding: 30px;
}
.renewal-ouchiwari-tab-contents-item-detail-head,
.renewal-ouchiwari-tab-contents-item-detail-catch {
    text-align: center;
}
.renewal-ouchiwari-tab-contents-item-detail-head {
    font-weight: 700;
    font-size: 20px;
}
.renewal-ouchiwari-tab-contents-item-detail-catch {
    display: block;
    margin-top: 20px !important;
}
.renewal-ouchiwari-tab-contents-item[data-ouchiwari-tab-contents="ym"] .renewal-ouchiwari-tab-contents-item-detail-catch {
    margin-top: -20px !important;
}
.renewal-ouchiwari-box {
    background: #fff;
}
.renewal-ouchiwari-tab-contents-item[data-ouchiwari-tab-contents="ym"] .renewal-ouchiwari-box {
    padding: 30px 95px 32px;
    grid-template-columns: 1fr !important;
}
.renewal-ouchiwari-tab-contents-item[data-ouchiwari-tab-contents="ym"] .renewal-ouchiwari-box > * {
    padding: 0 !important;
}
.renewal-ouchiwari-tab-contents-item[data-ouchiwari-tab-contents="ym"] .renewal-ouchiwari-box .renewal-text-small {
    margin: 10px 0 0;
}
.renewal-ouchiwari-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #fff;
}
.renewal-ouchiwari-box > * {
    padding: 30px 30px 32px;
}
.renewal-ouchiwari-box > :not(:first-child) {
    position: relative;
}
.renewal-ouchiwari-box>:not(:first-child)::before {
    content: "";
    width: 2px;
    height: calc(100% - 56px);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(bottom, #232d34 50%, transparent 50%);
    background: linear-gradient(0deg, #232d34 50%, transparent 50%);
    background-size: 12px 4px;
}
.renewal-total-table {
    width: 100%;
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
}
.renewal-total-table th {
    padding: 10px 14px 9px 14px;
    background-color: #f2f2f2;
    color: #232d34;
    text-align: center;
    font-size: 14px;
    border-right: 2px solid #ccc;
}
.renewal-text-ouchiwari-red {
    color: #e60012 !important;
}
.renewal-text-xxxlarge {
    font-size: 21px !important;
}
.renewal-total-table td {
    padding: 10px 12px 9px 12px;
    background-color: #f2f2f2;
    color: #232d34;
    text-align: center;
    font-size: 14px;
}
.renewal-total-table tr:not(:first-child) {
    border-top: 2px solid #ccc;
}