@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;
}
#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/tokyo-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/tokyo-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/tokyo-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;
}
.sec-bottom .normal-text-type01-link {
    color: #006699;
}
.sec-bottom .normal-text-type01-link:hover {
    text-decoration: none;
}

/* エリア変更プルダウン */
.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;
}
.fixed-apply-area-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.fixed-apply-area-inner-text {
    margin-bottom: 0;
    font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.fixed-apply-area-button-wrapper {
    display: flex;
    justify-content: center;
    gap: 0 30px;
}
.fixed-apply-area-button-wrapper .blue-btn-small {
    width: 360px;
}
.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;
}
.fixed-apply-area .blue--btn .newwindowicon {
    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/tokyo-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.mirror {
    display: none;
}
#ouchi-denki-renewal.mirror .floating-apply .renewal-button.default {
    display: none;
}
#ouchi-denki-renewal.mirror .floating-apply .renewal-button.mirror {
    display: inline-flex;
}
#ouchi-denki-renewal.mirror .floating-apply .renewal-button.mirror {
    display: inline-flex;
}
#ouchi-denki-renewal .floating-apply .renewal-button[data-button-type="01"] {
    width: 100%;
    font-size: 15px;
    margin: 10px 0 0 0;
}
#ouchi-denki-renewal.mirror .renewal-campaign-note-list.default {
    display: none;
}
#ouchi-denki-renewal.mirror .renewal-campaign-note-list.mirror {
    display: block;
}
#ouchi-denki-renewal .floating-apply .renewal-button .newwindowicon {
    display:none;
}
#ouchi-denki-renewal .floating-apply .renewal-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px
}
#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/tokyo-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/tokyo-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/tokyo-gas/img/shared/icon-modal-rounded.png) no-repeat center/100%
}
/* /フローティングアプライ */

/* でんきガスタブ（ボタン） */
.service-select-area {
    background-color: #FFF;
    border-bottom: 2px solid #e0e0e0;
	padding-top: 24px;
	width: 100%;
}
.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/tokyo-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/tokyo-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/tokyo-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: 120px 0 72px;
    background-color: rgb(255, 255, 255, 0.5);
}
.renewal-contents-inner {
    margin-top: 40px;
}
.renewal-campaign .pdficon {
    display: none;
}
.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/tokyo-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;
}
.energy-page-u96-note-alert.energy-page-u96-in-modal {
    margin: 30px auto;
    width: 840px;
}
.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-item--cation {
    font-weight: bold;
    color: #e60012;
}
.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;
}
.service-area-check .step-note {
    margin-top: 40px;
    padding: 0 20px;
    text-align: left;
}
.service-area-check .step-note-text {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: .04em;
}
.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/tokyo-gas/img/p/icon-step_open.png) no-repeat;
}
.title-2row-step.active::before{
  background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/icon-step_close.png?20241024) 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/tokyo-gas/img/p/img-judge-result-ok.png?20241024) no-repeat;
  width: 830px;
  height: 180px;
}
.step-judge-item .judge-result-limited{
  background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/img-judge-result-limited.png?20241024) no-repeat;
  width: 830px;
  height: 180px;
}
.step-judge-item .judge-result-ng{
  background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/img-judge-result-ng.png?20241024) no-repeat;
  width: 830px;
  height: 180px;
}

/* 関西エリアへの導線削除 */
/* .judge-result-ng-ouchidenki-bnr {
  background: url(/energy/set/data/special/ouchi-denki/tokyo-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/tokyo-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/tokyo-gas/img/p/icon-step_open.png?20241024) no-repeat;
}
.recommended-change-points-flex.active::before{
  background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/icon-step_close.png?20241024) 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/tokyo-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／店頭タブ */

.renewal-application-step-title {
    text-align: center;
}
.renewal-application-step-block {
    margin: 30px auto 0;
    width: 760px;
}
.renewal-application-step-block + .renewal-application-step-block {
    margin-top: 30px;
}
.renewal-application-step-block-label {
    margin-bottom: 0;
    padding: 18px 10px 17px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFEC8;
    background: #10395C;
    border-radius: 20px 20px 0 0;
}
.renewal-application-step-block-body {
    padding: 30px 40px 40px;
    border-radius: 0 0 20px 20px;
    background: #fff;
}
.renewal-application-step-block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    color: #232D34;
    position: relative;
}
.renewal-application-step-block-title::after {
    content: "";
    display: block;
    width: 142px;
    height: 2.5px;
    background: #707070;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.renewal-application-step-block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 52px;
    margin: 42px auto 0;
    width: 410px;
}
.renewal-application-step-block-list-item {
    display: flex;
    gap: 0 9px;
    width: 179px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.renewal-application-step-block-list-item--large {
    width: inherit;
    text-align: left;
}
.renewal-application-step-block-list-item--large.renewal-application-step-block-list-item--layout {
    flex-wrap: wrap;
    width: 100%;
}
.renewal-application-step-block-list-item-note {
    margin-top: 5px;
    margin-left: calc(6px + 1.1em);
    text-indent: -1.1em;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.renewal-application-step-block-list-item--large .renewal-application-step-block-list-item-text {
    
}
.renewal-application-step-block-list-item-note {
    margin-left: calc(6px + 1.1em);
    text-indent: -1.1em;
    width: 188%;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.renewal-application-step-block-list-item-marker {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-weight: 700;
    color: #10395C;
    border: 2px solid #10395C;
    border-radius: 5px;
}
.renewal-application-step-link-container {
    margin-top: 30px;
}
.renewal-application-step-link-container + .renewal-application-step-link-container {
    margin-top: 20px;
}
.renewal-application-step-link .newwindowicon {
    display: none;
}
.common-link-container {
    text-align: center;
}
.common-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 16px 0 18px;
    width: 400px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 30px;
    color: #333 !important;
    background: #fff;
    text-decoration: none !important;
    border: 1px solid #CCCCCC;
    position: relative;
}
.common-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 23px;
    right: 18px;
    transform: translateX(-50%) rotate(45deg);
}
.common-link:hover::after {
    animation: .4s ease-out 0s 2 arrowR;
}
.common-textlink-container {
    text-align: center;
}
.common-textlink {
    font-size: 16px;
}
.common-textlink {
    font-weight: 700;
    color: #117FD1 !important;
}
.common-textlink:hover {
    text-decoration: none !important;
}
.common-link[data-modal]::after {
    content: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/img-search.png);
    display: block;
    width: 32px;
    height: 32px;
    border-top: none;
    border-right: none;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.common-link[data-modal]:hover::after {
    animation: inherit;
}
.renewal-application-step-block-body--grid {
    display: grid;
    grid-template-columns: 368px 222px;
    grid-template-rows: auto auto;
    grid-column-gap: 40px;
}
.renewal-application-step-block-body-text {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.renewal-application-note-list {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.renewal-application-note-list {
    margin: -60px 0 20px;
}
.renewal-application-note-list-item {
    display: flex;
    gap: 0 5px;
    line-height: 1.5;
}
#ouchi-denki-renewal.mirror .renewal-application-note-list {
    display: none;
}
.renewal-application-note-list-item.renewal-application-note-list-item--alert {
    font-weight: bold;
    color: #f03;
}
.renewal-application-step-block-body-capture {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.renewal-application-link-container {
    margin-top: 60px;
}
.renewal-application-link--blue {
    background: #117FD1;
    color: #fff !important;
    box-shadow: 4px 4px 10px #117FD133;
}
.renewal-application-link--blue::after {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
.renewal-application-textlink-container {
    margin-top: 34px;
}
.renewal-application-link-label {
display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.renewal-application-link-label::before,
.renewal-application-link-label::after {
content: "";
display: block;
width: 1.5px;
height: 18px;
background: #000;
position: absolute;
top: 50%;
}
.renewal-application-link-label::before {
left: -8px;
transform: translateY(-50%) rotate(-14deg);
}
.renewal-application-link-label::after {
right: -8px;
transform: translateY(-50%) rotate(14deg);
}
.renewal-application-link-container--modal {
    margin-top: 38px;
}
.renewal-application-text-link {
font-weight: 700;
font-size: 16px;
text-decoration: none !important;
}
.renewal-application-step-block-icon {
margin-top: 30px;
text-align: center;
}
.renewal-application-step-note {
margin: 10px auto 0;
padding: 20px 36px;
width: 600px;
background: #FAFAFA;
}
.renewal-application-step-note-title {
font-weight: 700;
font-size: 16px;
text-align: center;
}
.renewal-application-step-note-list {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin-top: 14px;
}
.renewal-application-step-note-list-item {
    display: flex;
    align-items: center;
    gap: 0 6.8px;
}
.renewal-application-step-note-list-item-marker {
font-weight: 400;
font-size: 20px;
}
.renewal-application-step-note-list-item-text {
font-weight: 700;
font-size: 16px;
}
.renewal-application-step-note-list-item-text--small {
    font-weight: 400;
    font-size: 12px;
}












/*注意事項*/
.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;
}

.old-service {
    width: 760px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    background: #fff;
    border: 1px solid #117fd1;
    border-radius: 10px;
}
.old-service-link {
    background: #fff;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 17.5px 0;
    text-decoration: none !important;
    text-align: center;
    border-radius: 10px;
}
.old-service-link:hover,
.old-service-link:focus {
    opacity: .6;
}
.old-service-link-text {
    font-weight: bold;
    margin-bottom: 0;
    color: #333;
}
.old-service-link-text--blue {
    color: #117fd1;
    font-size: 18px;
    line-height: 1.1667;
    font-weight: 700;
    margin: 0;
}
.old-service-link-text--red {
    color: red !important;
}
.old-service-link-text--small {
    font-size: 15px;
}
.old-service-link::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #034e9d;
    border-right: 2px solid #034e9d;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
}
.old-service-link .pdficon {
    display:none;
}

.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 38px;
    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;
    margin-top: 45px;

}
#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;
}
.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;
    height: 480px;
}
.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: 30px 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;
}
.renewal-modal-menu-grid--foot {
    margin-top: 34px;
}
.renewal-modal-menu .renewal-modal-menu-title {
    text-align: center;
}
.renewal-modal-menu .btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

  
  #ouchi-denki-renewal .renewal-mainvisual .renewal-mainvisual-note {
    padding: 9px 20px;
      font-size: 12px;
      text-align: right;
      background-color: #a1d8e2;
      margin-bottom: 0;
  }
  
  #ouchi-denki-renewal .energy-page-u96-section-info-denkigas-gekihenkanwa_list {
    padding: 24px 0;
    background: #fff;
  }
  #ouchi-denki-renewal .energy-page-u96-section-info-denkigas-gekihenkanwa-renewal-item {
    margin: 0 auto;
    width: 1085px;
    background: #f4f4f4;
    border-radius: 50px;
    position: relative;
  }

  #ouchi-denki-renewal .energy-page-u96-section-info-denkigas-gekihenkanwa_list li span.black {
    color: rgba(47, 49, 65, .6) !important;
    padding-top: 23px;
    padding-bottom: 26px;
    display: block;
    padding: 20px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    padding-left: 70px;
    padding-right: 80px;
  }
  #ouchi-denki-renewal .energy-page-u96-section-info-denkigas-gekihenkanwa-renewal_list li span.black::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/shared/icon-exclamation2.png) no-repeat center / 100%;
    margin-left: auto;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #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: 10px 15px;
}


.renewal-modal-menu-button, 
.renewal-modal-menu-button02 {
    height: 185px;
    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: 109px;
}
.renewal-modal-menu-button02 {
    height: 151px;
}


.renewal-modal-menu-button::before, .renewal-modal-menu-button02::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 0;
    border-radius: 999px;
    background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/shared/bg-line.svg) repeat left / 4px 5px;
}


.renewal-modal-menu-button::before {
    height: 100%;
}

.renewal-modal-menu-button .renewal-modal-menu-button-inner, .renewal-modal-menu-button02 .renewal-modal-menu-button-inner {
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    padding: 19px 10px 19px 81px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    background-color: #fff;
    border-radius: 999px;
}

.renewal-modal-menu-button .renewal-modal-menu-button-inner{
    padding: 16px 10px 11px 40px;
    height: 100%;
}
.renewal-modal-menu-button02 .renewal-modal-menu-button-inner{
    padding: 22.5px 10px 22.5px 60px;
    
}


.renewal-modal-menu-button02[data-icon=gas] .renewal-modal-menu-button-inner::before {
    width: 105px;
    height: 105px;
    background-image: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/icon-mobile-gas.png);
}

.renewal-modal-menu-button02[data-icon=denki] .renewal-modal-menu-button-inner::before {
    width: 105px;
    height: 105px;
    background-image: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/icon-mobile-elc.png);
}

.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/tokyo-gas/img/p/icon-mobile-denki.png);
}

.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/tokyo-gas/img/p/icon-paypay.png);
}


.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: 50%;
    left: 77px;
    -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;
    bottom: 75px;
    right: 32px;
    display: inline-block;
    background: url(/energy/set/data/special/ouchi-denki/tokyo-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;
}

.renewal-modal-menu-button02 .renewal-modal-menu-button-inner::after {
    bottom: inherit;
}

#ouchi-denki-renewal.mirror .price-table-btn {
    display: block;
}

.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-anshin-box-button--rescue .renewal-button[data-button-type="01"] {
    margin-top: 49px;
}

.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/tokyo-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/tokyo-gas/img/p/img-anshin-bg.png)  top / cover;
    background-size: 100%;
}
.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: center;
    flex-wrap: wrap;
    gap: 20px;
    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[data-box-color=skyblue] .renewal-anshin-box-title {
    background-color: #d0ebf0;
    color: #232d34;
}
.renewal-anshin .renewal-anshin-box .renewal-anshin-box-title .renewal-anshin-box-title-label {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    padding: 4px 10px 1px;
    background: #A1D8E2;
    color: #232D34;
    border-radius: 50px;
    position: relative;
    top: -2px;
}
.renewal-anshin .renewal-anshin-box-button {
    text-align: center;
}
.renewal-anshin-box-note {
    margin-top: 10px;
    text-align: center;
}

/*   手続きカンタン*/
/* .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:first-child {
    padding-right: 20px;
}
.renewal-shadow-box:first-child .renewal-shadow-box-text {
    margin-left: 20px;
    line-height: 1.4;
}
.renewal-shadow-box:first-child .renewal-shadow-box-text .renewal-shadow-box-text-large {
    position: relative;
    top: 5px;
}
.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-faq {
    padding: 100px 0 86px;
    background: #D0EBF0;
  }
  
  .renewal-faq.is-hidden {
    display: none !important;
  }
  
  .renewal-faq .renewal-faq-inner {
    margin: 0 auto;
    width: 950px;
  }
  
  .renewal-faq .renewal-faq-title {
    text-align: center;
  }
  
  .renewal-faq .renewal-faq-list {
    margin-top: 59px;
  }
  
  .renewal-faq .renewal-faq-list-item {
    box-shadow: 4px 4px 10px #0000001A;
    border-radius: 20px;
  }
  
  .renewal-faq .renewal-faq-list-item + .renewal-faq-list-item {
    margin-top: 42px;
  }
  
  .renewal-faq .renewal-faq-list-item-wrapper {
    background: #A1D8E2;
    border: 4px solid #A1D8E2;
    border-radius: 20px;
  }
  
  .renewal-faq .renewal-faq-list-item-title {
    display: grid;
    grid-template-areas: "icon label trigger" "icon title trigger";
    grid-template-columns: 90px 1fr 30px;
    gap: 5px 20px;
    justify-items: flex-start;
    padding: 0 20px 0 0;
    min-height: 86px;
    font-weight: 700;
    font-size: 24px;
    background: #A1D8E2;
    border-radius: 20px;
    position: relative;
    z-index: 0;
  }
  
  .renewal-faq .renewal-faq-list-item-title.js-is-open {
    border-radius: 20px 20px 0 0;
    transition: border-radius 0.3s ease-out;
  }
  
  .renewal-faq .renewal-faq-list-item-title__text {
    grid-area: title;
    max-width: 580px;
  }
  
  .renewal-faq .renewal-faq-list-item-title__icon {
    grid-area: icon;
    width: 30px;
    position: absolute;
    bottom: 4px;
    left: 10px;
    z-index: 1;
  }
  
  .renewal-faq .renewal-faq-list-item-title__label {
    grid-area: label;
    display: block;
    margin-top: 16px;
    padding: 4px 6px 0;
    height: 23px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 4px;
  }
  
  .renewal-faq .renewal-faq-list-item-title__trigger {
    grid-area: trigger;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  
  .renewal-faq .renewal-faq-list-item-title__trigger::before,
  .renewal-faq .renewal-faq-list-item-title__trigger::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .renewal-faq .renewal-faq-list-item-title__trigger::before {
    transform: translate(-50%, -50%);
  }
  
  .renewal-faq .renewal-faq-list-item-title__trigger::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease-out;
  }
  
  .renewal-faq .renewal-faq-list-item-title.js-is-open .renewal-faq-list-item-title__trigger::after {
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease-out;
  }
  
  .renewal-faq .renewal-faq-list-item-data {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, border-radius 0.3s ease-out;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    background: #fff;
    border-radius: 0;
  }
  
  .renewal-faq .renewal-faq-list-item-data.js-is-open {
    border-radius: 0 0 20px 20px;
    transition: max-height 0.3s ease-out, border-radius 0.3s ease-out;
  }
  
  .renewal-faq .renewal-faq-list-item-data__text {
    padding: 40px;
  }
  
  .renewal-faq .renewal-faq-list-item-data-note {
    margin-top: 20px;
  }
  
  .renewal-faq .renewal-faq-list-item-data-note-item {
    display: flex;
    gap: 0 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .renewal-faq .renewal-faq-list-item-data-note-item.renewal-faq-list-item-data-note-item--small {
    font-size: 12px;
  }
  
  .renewal-faq .renewal-faq-list-item-data-note-item-mark {
    margin-top: 0 !important;
  }
  
  .renewal-faq .renewal-faq-list-item-data-link {
    font-size: 20px;
    color: #117fd1 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
  }
   
  .renewal-faq .renewal-faq-link-container {
    margin-top: 58px;
  }
  
  .renewal-faq .common-link-container {
    text-align: center;
  }
  
  .renewal-faq .common-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 16px 0 18px;
    width: 400px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 30px;
    color: #333 !important;
    background: #fff;
    border: 1px solid #CCCCCC;
    text-decoration: none !important;
    position: relative;
  }
  
  .renewal-faq .common-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 23px;
    right: 18px;
    transform: translateX(-50%) rotate(45deg);
  }
  
  .renewal-faq .common-link:hover::after {
    animation: 0.4s ease-out 0s 2 arrowR;
  }




.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/tokyo-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/tokyo-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/tokyo-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;
}

/* productModal10 */
#productModal10 .energy-page-u96-modal-contents {
    height: 100%;
}
#productModal10 .energy-page-u96-modal-contents-inner {
    height: 85%;
}
  .result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .result-item {
    border: 2px solid #a1d8e2;
    border-radius: 8px;
  }
  .result-item:first-child {
    width: 100%;
  }
  .result-item:not(:first-child) {
    width: calc((100% - 20px) / 2);
    box-sizing: border-box;
  }
  .result-item-head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 0;
    padding: 18px 0;
    gap: 6px;
    text-align: center;
    background: #e3f3f6;
    border-radius: 8px 8px 0 0;
  }
  .result-body-item-head-text {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .04em;
  }
  .result-item-body {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 0;
    padding: 24px 30px 8px;
  }
  .result-item-body-list {
    width: 50%;
  }
  .result-item-body-list-ttl {
    font-weight: bold;
  }
  .result-item-body-list-data {
    margin-top: 4px;
    padding-left: 1em;
  }
  .result-item-body-text {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .04em;
  }
  .result-item-body-text-link {
    color: #0b5bce;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity .3s;
  }
  .result-item-body-text-link:hover,
  .result-item-body-text-link:focus {
    color: #0b5bce;
    opacity: .7;
    transition: opacity .3s;
  }
  .result-item.confirm .result-item-body {
    gap: 10px;
    padding-bottom: 24px;
  }
  .result-item-body-text-list {
    margin-top: 10px;
  }
  .result-item-body-text-list-ttl {
    font-weight: bold;
  }
  #productModal14 .energy-page-u96-modal-notel-image {
    margin-bottom: 26px;
  }
  #productModal02 .energy-page-u96-modal-caution {
    padding: 20px 0;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #ff0033;
    border: 2px solid #ff0033;
    border-radius: 5px;
  }
  #productModal05 .energy-page-u96-table-price {
    margin-top: 0;
  }
  #productModal05 .energy-page-u96-table-price + .energy-page-u96-table-price {
    margin-top: 40px;
  }
  .energy-page-u96-contents-annotation {
    margin: -20px auto 0;
    width: 760px;
  }
  .energy-page-u96-contents-annotation-item {
    display: flex;
    font-weight: bold;
    color: #e60012;
  }

  #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 .renewal-campaign {
    display: none;
  }
  #ouchi-denki-renewal.mirror .renewal-campaign.mirror {
    display: block;
  }
  #ouchi-denki-renewal.mirror .renewal-campaign {
    padding: 0;
    background-color:#fcea05;
    background-image: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/img-campaign-bg-close.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
  }
  #ouchi-denki-renewal.mirror .renewal-campaign.is-show {
    background-image: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/img-campaign-bg-open.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  #ouchi-denki-renewal.mirror .renewal-campaign.default {
    display: none;
  }
  #ouchi-denki-renewal.mirror .fixed-apply-area .blue--btn.default {
    display: none;
  }
  .fixed-apply-area .blue--btn.mirror {
    display: none;
  }
  #ouchi-denki-renewal.mirror .fixed-apply-area .blue--btn.mirror {
    display: inline-flex;
  }

/* お申し込みの前にエリア来店予約（ミラーボタン表示） */
#ouchi-denki-renewal.mirror .mirror-button {
    display: flex;
}
/* お申し込みの前にエリア来店予約（デフォルトボタン非表示） */
#ouchi-denki-renewal.mirror .default-button {
    display: none;
}
/* お申し込みの前にエリア来店予約（ミラーボタン非表示） */
#ouchi-denki-renewal .mirror-button {
    display: none;
}

.renewal-campaign {
    padding: 0;
    background-color: #fdfdd4;
    overflow: hidden;
}
.renewal-campaign.mirror {
    display: none;
}
.renewal-campaign-accordion-content-inner {
    margin: 30px auto 0;
}
.renewal-campaign-inner {
    margin: 0 auto 40px;
    width: 950px;
}
.renewal-campaign__banner {
    min-height: 260px;
    height: 100%;
}
.renewal-campaign__banner.new-cp{
    background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/img-10percent-off_6m-banner.webp?20250911) no-repeat center #FFD900;
}
.renewal-campaign__banner.first-month-free{
    background: url(/energy/set/data/special/ouchi-denki/tokyo-gas/img/p/img-firstmonth-banner.webp) no-repeat center #FFD900;
}
.renewal-campaign-note-list {
    margin-top: 20px;
}
.renewal-campaign-note-list.default {
    display: block;
}
.renewal-campaign-note-list.mirror {
    display: none;
}
.renewal-campaign-note-list-item {
    display: flex;
    gap: 0 5px;
    line-height: 1.5;
}
.renewal-campaign-note-list-item.renewal-campaign-note-list-item--alert {
    font-weight: bold;
    color: #f03;
}
.renewal-campaign-accordion-content {
    padding: 30px 0 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: height .5s, visibility .5s, opacity .5s;
}
.renewal-campaign-accordion-content.is-show {
    padding: 60px 0 30px;
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transition: height .5s, visibility .5s, opacity .5s;
}
.note-list-item {
    font-size: 12px;
    line-height: 1.5;
}

.common-link-container {
    text-align: center;
}
.common-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 16px 0 18px;
    width: 400px;
    font-size: 16px;
    border-radius: 30px;
    color: #333 !important;
    text-decoration: none !important;
    position: relative;
}
.common-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 23px;
    right: 18px;
    transform: translateX(-50%) rotate(45deg);
}
.common-link:hover::after {
    animation: .4s ease-out 0s 2 arrowR;
}
.common-textlink-container {
text-align: center;
}
.common-textlink {
    font-size: 16px;
}
.renewal-campaign-accordion-content-inner {
    margin: 0 auto;
    width: 950px;
    padding-bottom: 22px;
    background: #fff;
    border-radius: 30px;
}
.renewal-campaign-accordion-content-title {
    text-align: center;
    position: relative;
    top: -57px;
}
.renewal-campaign-accordion-content-title-note {
    display: block;
    margin-top: 0px;
    width: 757px;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    color: #10395C;
}
.renewal-campaign-accordion-content-details {
    margin: 0 auto;
    width: 710px;
    position: relative;
    top: -40px;
}
.renewal-campaign-accordion-content-details__capture {
    text-align: center;
}
.renewal-campaign-accordion-content-details__note {
    margin-top: 28px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
}

.renewal-campaign-accordion-content-schedule {
    margin-top: 38px;
}
.renewal-campaign-accordion-content-block + .renewal-campaign-accordion-content-block {
    margin-top: 40px;
}
.renewal-campaign-accordion-content-block-title {
    font-weight: 700;
    position: relative;
    z-index: 0;
}
.renewal-campaign-accordion-content-block-title-text {
    display: block;
    margin: 0 auto;
    padding: 7px 0 8px;
    width: 280px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #10395C;
    box-sizing: border-box;
}
.renewal-campaign-accordion-content-block-title::after {
    content: "";
    display: block;
    width: 280px;
    height: 100%;
    background: #FFFCB1;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% + 4px);
    left: calc(50% + 4px);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.renewal-campaign-accordion-content-schedule-capture {
    margin-top: 24px;
}

.renewal-campaign-accordion-content-schedule-note-list {
    margin-top: 20px;
}
.renewal-campaign-accordion-content-schedule-note-list-item {
    display: flex;
    gap: 0 10px;
}
.renewal-campaign-accordion-content-conditions-list {
    margin-top: 20px;
    margin-left: 0;
}
.renewal-campaign-accordion-content-conditions-list-item {
    display: flex;    
    gap: 0 10px;
    padding: 10px 12px;
    font-size: 16px;
    background: #FAFAFA;
    border-radius: 4px;
}
.renewal-campaign-accordion-content-conditions-list-item + .renewal-campaign-accordion-content-conditions-list-item {
    margin-top: 12px;
}
.renewal-campaign-accordion-content-conditions-list-item--marker,.renewal-campaign-accordion-content-conditions-list-item--strong {
    font-weight: 700;
}
.renewal-campaign-accordion-content-conditions-link-container {
    margin-top: 32px;
    text-align: center;
}
.renewal-campaign-accordion-content-conditions-link {
    font-weight: 700;
    font-size: 16px;
    color: #333 !important;
    text-decoration: none !important;
    transition: opacity .5s;
}
.renewal-campaign-accordion-content-conditions-link:hover {
    opacity: .7;
    transition: opacity .5s;
}
.renewal-campaign-accordion-content-conditions-link .pdficon {
    display: none;
}
.renewal-campaign-accordion-content-conditions-link .icon-svg {
    display: inline-block;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 48.5%;
    right: 75px;
    transform: translateY(-50%);
  }
.renewal-campaign-accordion-content-textlink.common-textlink {
    color: #333 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}
.renewal-campaign-accordion-content-textlink-head {
    font-weight: 700;
} 
.renewal-campaign-accordion-content-textlink-container {
    margin-top: 80px;
    text-align: center;
}
.renewal-campaign-accordion-content-textlink-head {
    font-size: 20px;
}
.renewal-campaign-accordion-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 350px;
    min-height: 60px;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    border: 2px solid #F7D517;
    border-radius: 30px;
    position: relative;
}
.renewal-campaign-accordion-trigger-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.renewal-campaign-accordion-trigger-icon::before,
.renewal-campaign-accordion-trigger-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
}
.renewal-campaign-accordion-trigger-icon::before {
    transform: translate(-50%);
}
.renewal-campaign-accordion-trigger-icon::after {
    transform: translate(-50%) rotate(90deg);
    transition: transform .5s;
}
.renewal-campaign-accordion-trigger.js-accordion-trigger-close {
    display: none;
}
.js-accordion-trigger-close .renewal-campaign-accordion-trigger-icon::after {
    content: none;
}

/* Modal15 */
#productModal15 .energy-page-u96-modal-contents-inner {
    padding: 40px 0;
  }
#productModal15 .renewal-productModal10-contents-lead {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
#productModal15 .renewal-productModal10-contents-graph {
    margin-top: 34px;
    text-align: center;
}
#productModal15 .renewal-productModal10-contents-graph +.renewal-productModal10-contents-graph {
    margin-top: 60px;
}
#productModal15 .renewal-productModal10-contents-note-list {
    margin: 30px auto 0;
    width: 800px;
    font-size: 12px;
    line-height: 1.5;
}
#productModal15 .renewal-productModal10-block + .renewal-productModal10-block {
    margin-top: 40px;
}
#productModal15.renewal-productModal10-subtitle {
    padding: 8px 10px 10px;
    border-radius: 4px;
    background-color: #FDF0B6;
    text-align: center;
  }
#productModal15 .renewal-productModal10-text {
    font-size: 16px;
    line-height: 2;
  }

/* Modal16 PayPayゴールドカード */
.productModal16-contents {
    padding: 20px 50px;
}
#productModal16 .energy-page-u96-modal-contents-inner {
    padding: 0 0 60px;
}
.productModal16-contents {
    padding: 0;
}
#productModal16 .renewal-notes.renewal-gold-card-notes {
    font-size: 12px;
    position: relative;
    top: -6px;
}
#productModal16 .renewal-gold-card-box {
    display: grid;
    grid-template:
      'gold-card-lead gold-card-icon'
      'gold-card-notes gold-card-notes'
      / 1fr 240px;
    gap: 0 36px;
    padding: 48px;
    border-radius: 20px;
    background-color: #fff;
}
#productModal16 .renewal-gold-card-lead {
    grid-area: gold-card-lead;
}
#productModal16 .renewal-gold-card-notes {
    grid-area: gold-card-notes;
}
#productModal16 .renewal-gold-card-icon {
    grid-area: gold-card-icon;
    position: relative;
    top: -29px;
}
.renewal-gold-card-notes-item-layout-container {
    margin-top: 20px;
}
.renewal-gold-card-notes-item-layout {
    display: flex;
    gap: 0 5px;
}

.energy-page-u96-denki-charge {
    background-color: #fafafa;
    font-weight: bold;
    color: #e60012;
    width: 270px;
    height: 72px;
    padding: 11px 0;
    border-radius: 4px;
}

.energy-page-u96-denki-charge s {
    font-size: 36px;
    margin-right: 5px;
}

.energy-page-u96-denki-img {
    zoom: .5;
    margin: 0 40px;
}

.energy-page-u96-denki-discount {
    background-color: #fffec8;
    font-weight: bold;
    color: #e60012;
    width: 270px;
    height: 72px;
    border-radius: 4px;
}

.energy-page-u96-denki-discount span {
    font-size: 52px;
    margin-right: 5px;
}

.energy-page-u96-denki-content-text {
    font-weight: bold;
    margin-right: 50px;
}

.energy-page-u96-denki-content-em {
    font-size: 26px;
    font-weight: bold;
}

.energy-page-u96-denki-content-em mark {
    background: linear-gradient(transparent 60%, #fefec8 60%);
}

.energy-page-u96-denki-content-lem {
    font-size: 40px;
    font-weight: bold;
    color: #e60012;
}

.energy-page-u96-denki-notes {
    font-size: 12px !important;
}

.energy-page-u96-denki-warning {
    border: 2px solid #e60012;
    border-radius: 4px;
    color: #e60012;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-size: 12px;
    text-align: center;
}
/* ミラーページ */
#ouchi-denki-renewal.mirror .count-down-area {
    display: none;
}
/* フローティング */
.renewal-floating-button.default {
    display: flex;
}
.renewal-floating-button.mirror {
    display: none;
}
#ouchi-denki-renewal.mirror .renewal-floating-button.default {
    display: none;
}
#ouchi-denki-renewal.mirror .renewal-floating-button.mirror {
    display: flex;
}
.renewal-floating-button .newwindowicon {
    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-total-table td {
    font-size: 14px !important;
}
.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: 16px;
}
.renewal-total-table tr:not(:first-child) {
    border-top: 2px solid #ccc;
}