.is-w490 {
	width: 490px;
}
.is-inline-block {
	display: inline-block;
}
.m-serviceTop__th {
	padding: 60px 0 90px 0;
	margin-top: 95px;
}
.m-gasdenki__h4 {
	position: relative;
	margin-top: 32px;
	font-size: 18px;
	letter-spacing: .08em;
}
.m-gasdenki__h4::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
}
.m-gasdenki__h4 span {
	position: relative;
	display: inline-block;
	padding: 0 24px;
	background: #fff;
}
.m-gasdenki__graph {
	max-width: 800px;
}
.m-gasdenki__pntul {
	display: flex;
	flex-wrap: wrap;
}
.m-gasdenki__pntul > li {
	width: calc(100% / 3);
	text-align: center;
}
.m-gasdenki__pntul > li img {
	max-width: 100%;
}
.m-gasdenki__c2__in {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.m-gasdenki__c2__c {
	width: calc((100% - 20px) / 2);
}
.m-gasdenki__c2__c img {
	width: 100%;
}
.m-gasdenki__pf {
	display: flex;
	justify-content: space-between;
}
.m-gasdenki__pf > li {
	box-sizing: border-box;
	width: calc((100% - (40px * 2)) / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 28px 16px;
	border-radius: 8px;
	background: #ecf4fa;
	font-size: 18px;
	font-family: 'AxisProN-Bold';
	text-align: center;
}
.m-gasdenki__pf > li strong {
	font-size: 32px;
	color: #000;
}
.m-gasdenki__pf > li strong span {
	margin: 0 4px;
	font-size: 44px;
	color: #0087d5;
}
.m-gasdenki__pf > li strong sup {
	position: relative;
	top: -12px;
	font-size: 16px;
}
.m-gasdenki__pf__note {
	display: flex;
	justify-content: flex-end;
}
.m-gasdenki__pf__note > li + li {
	margin-left: 16px;
}
.m-gasdenki__payment__img {
	display: flex;
	align-items: center;
}
.m-gasdenki__payment__img img {
	max-width: 100%;
}
.m-gasdenki__payment__txt {
	padding-left: 0;
}
.m-gasdenki__modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
}
.m-gasdenki__modal.is-on {
	opacity: 1;
	pointer-events: all;
	transition: opacity 500ms cubic-bezier(.215, .61, .355, 1);
}
.m-gasdenki__modal__go {
	cursor: pointer;
	max-width: 640px;
	margin: 0 auto;
	font-size: 20px!important;
}
html.device-pc .m-gasdenki__modal__go:hover {
	background: #4ac9e3;
	transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}
html.device-pc .m-gasdenki__modal .is-sp {
	display: none;
}
html.device-sp .m-gasdenki__modal .is-pc {
	display: none;
}
.m-gasdenki__modal .c-gp__nl > li {
	font-size: 15px;
}
.m-gasdenki__modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.m-gasdenki__modal__box {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 1000px;
	max-width: 90%;
	height: auto;
	padding: 40px;
	max-height: 80vh;
	border-radius: 15px;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: top 500ms cubic-bezier(.215, .61, .355, 1), opacity 500ms cubic-bezier(.215, .61, .355, 1);
}
.m-gasdenki__modal__box.is-active {
	top: 50%;
	opacity: 1;
	pointer-events: all;
	transition: top 500ms cubic-bezier(.215, .61, .355, 1), opacity 500ms cubic-bezier(.215, .61, .355, 1);
}
.m-gasdenki__modal__box .c-gp__h2 {
	margin-bottom: 40px;
}
.m-gasdenki__modal__box__inner {
	max-height: calc(80vh - 80px);
	padding: 0 20px;
	overflow-y: auto;
}
.m-gasdenki__modal__close {
	position: absolute;
	top: -22px;
	right: -22px;
	display: block;
	width: 59px;
	height: 59px;
	box-sizing: border-box;
	background: #0087d4;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	cursor: pointer;
	transition: background 350ms cubic-bezier(.215, .61, .355, 1), transform 350ms cubic-bezier(.215, .61, .355, 1);
}
.m-gasdenki__modal__close::before,
.m-gasdenki__modal__close::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 21px;
	height: 3px;
	background: #fff;
	content: '';
}
.m-gasdenki__modal__close::before {
	transform: rotate(45deg);
}
.m-gasdenki__modal__close::after {
	transform: rotate(-45deg);
}
.m-gasdenki__modal__close:hover {
	background: #21a2ec;
	transform: rotate(180deg);
	transition: background 350ms cubic-bezier(.215, .61, .355, 1), transform 350ms cubic-bezier(.215, .61, .355, 1);
}
.m-gasdenki__modal__switch.is-blue > a {
	background: #0087d4;
}
.m-gasdenki__modal__switch.is-green > a {
	background: #4ac9e3;
}
.m-gasdenki__modal__switch.is-back > a {
	width: 240px;
	margin: 0 auto;
	background: #ddd;
	color: #4d4d4d;
}
.m-gasdenki__modal__switch.is-back .c-gp__bb__in2 {
	height: 40px;
}
.m-gasdenki__modal__switch.is-back .c-gp__bb__ar::before {
	border-color: #4d4d4d;
}
.m-gasdenki__modal__switch.is-blue > a:hover {
	background: #0373b4!important;
}
.m-gasdenki__modal__switch.is-green > a:hover {
	background: #38b3cc!important;
}
.m-gasdenki__modal__switch.is-back > a:hover {
	background: #ccc!important;
}
.m-gasdenki__qrbox {
	padding: 32px 16px;
	border-radius: 8px;
	background: #eff7fb;
}
.m-gasdenki__qrbox h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'AxisProN-Bold';
}
.m-gasdenki__qrbox p {
	line-height: 1.5;
}
.m-gasdenki__modal img.qr {
	display: inline-block;
	width: 160px;
	padding: 20px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.is-w490 {
		width: 100%;
	}
	.is-inline-block {
		display: block;
	}
	.m-serviceTop__th {
		padding: 30px 0 40px 0;
		margin-top: 50px;
	}
	.m-gasdenki__mv {
		overflow: hidden;
	}
	.m-gasdenki__h4 {
		font-size: 16px;
	}
	.m-denkiTop__pt__bd {
		padding: 25px 20px 35px;
	}
	.m-gasdenki__graph {
		max-width: 100%;
	}
	.m-gasdenki__pntul > li {
		width: calc(100% / 2);
	}
	.m-gasdenki__c2__in {
		display: block;
	}
	.m-gasdenki__c2__c {
		width: 100%;
	}
	.m-gasdenki__c2__c + .m-gasdenki__c2__c {
		margin-top: 10px;
	}
	.m-gasdenki__pf {
		display: block;
	}
	.m-gasdenki__pf > li {
		width: 100%;
		margin-bottom: 12px;
		padding: 18px 16px;
		font-size: 15px;
		line-height: 1.32;
	}
	.m-gasdenki__pf > li strong {
		font-size: 24px;
	}
	.m-gasdenki__pf > li strong span {
		font-size: 36px;
	}
	.m-gasdenki__pf > li strong sup {
		top: -10px;
		font-size: 14px;
	}
	.m-gasdenki__pf__note {
		display: block;
	}
	.m-gasdenki__pf__note > li + li {
		margin-left: 0;
	}
	.m-gasdenki__payment {
		display: flex;
		justify-content: space-between;
	}
	.m-gasdenki__payment__img {
		width: 80px;
	}
	.m-gasdenki__payment__txt {
		width: calc(100% - 100px);
		margin-top: 0!important;
	}
	.m-gasdenki__modal {
		margin: 0;
	}
	.m-gasdenki__modal__go {
		font-size: 16px!important;
	}
	.m-gasdenki__modal__box {
		box-sizing: border-box;
		max-height: 80vh;
		padding: 30px 0 36px;
	}
	.m-gasdenki__modal__box__inner {
		max-height: calc(80vh - 66px);
		padding: 0 16px;
	}
	.m-gasdenki__modal__close {
		top: -18px;
		right: -18px;
		width: 49px;
		height: 49px;
	}
	.m-gasdenki__modal__close::before,
	.m-gasdenki__modal__close::after {
		width: 17px;
	}
	.m-gasdenki__modal .c-telNum__t a {
		font-size: .7em;
	}
	.m-gasdenki__modal .c-gp__tp__nm > span a {
		font-size: .88em;
	}
	.m-gasdenki__modal .c-gp__tp__nm > span strong {
		font-size: 42px;
	}
	.m-gasdenki__modal .c-telNum.is-f42 .c-telNum__t.is-free::before {
		bottom: 3px;
	}
	.m-gasdenki__modal__switch.is-back > a {
		width: 160px;
	}
	html.device-pc .m-gasdenki__modal br.is-sp {
		display: inherit;
	}
}