@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////////////

gas-business

////////////////////////////////////////////*/
#gas-business {
	position: relative;
}
#gas-business * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}

#gas-business sup {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: 0.1em;
	color: inherit;
}

#gas-business span {
	color: inherit;
}

#gas-business img {
	max-width: 100%;
	height: auto;
}

#gas-business a {
	color: #004b9b;
}

#gas-business a:focus {
	text-decoration: none;
}
#gas-business .cap {
	font-size: 11px;
}

#gas-business .cap-list1 li {
	padding-left: 2em;
	text-indent: -2em;
	line-height: 1.5;
}

#gas-business .cap-list2 li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}

#gas-business .red { color: #e71a21; }
#gas-business .blue { color: #004b9b; }

#gas-business .ta-c { text-align: center; }
#gas-business .ta-r { text-align: right; }
#gas-business .ta-l { text-align: left; }

#gas-business .t-ul { text-decoration: underline; }

#gas-business a.btn01 {
	position: relative;
	color: #004b9b;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

#gas-business a.btn01::before {
	position: absolute;
	content: "";
	margin-top: -8px;
	top: 50%;
	left: -15px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #004b9b;
}

/*===================================
.gb-main
===================================*/
#gas-business .gb-main {}

#gas-business .gb-main .gb-main-title {
	background: #13223c;
}

#gas-business .gb-main .gb-main-title .gb-main-title-inner {
	margin: 0 auto;
	padding-top: 30px;
	max-width: 980px;
	background: url(../../../ep/gas-business/images/bg_gb_01.jpg) center bottom no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 284px;
}

#gas-business .gb-main .gb-main-title .gb-main-title-inner h1 {
	margin: 0 auto;
	max-width: 550px;
}

#gas-business .gb-main .gb-main-belt {
	position: relative;
	margin-top: -21px;
}

#gas-business .gb-main .gb-main-belt::before,
#gas-business .gb-main .gb-main-belt::after {
	position: absolute;
	content: "";
	top: 21px;
	width: 50%;
}

#gas-business .gb-main .gb-main-belt::before {
	left: 0;
	height: 64px;
	background: #e71a21;
	z-index: 1;
}

#gas-business .gb-main .gb-main-belt::after {
	border-top: 4px solid #e71a21;
	border-bottom: 4px solid #e71a21;
	left: 50%;
	height: 56px;
	background: #fff;
	z-index: 2;
}

#gas-business .gb-main .gb-main-belt p {
	position: relative;
	margin: 0 auto;
	max-width: 768px;
	z-index: 3;
}

/*===================================
.gb-nav
===================================*/
#gas-business .gb-nav {
	margin-top: 10px;
	background: #fff;
}

#gas-business.fix .gb-nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 0;
	z-index: 10;
}

#gas-business.fix .gb-nav ul li a {
	height: 50px;
	line-height: 50px;
}

#gas-business.fix .gb-nav ul li a::before {
}
#gas-business.fix .gb-nav ul li.nav5 a::before {
}

#gas-business .gb-nav .gb-nav-menu {
	display: none;
}

#gas-business .gb-nav ul {
	margin: 0 auto;
	max-width: 980px;
	font-size: 0;
}

#gas-business .gb-nav ul li {
	display: inline-block;
	vertical-align: top;
}

#gas-business .gb-nav ul li.nav1 { width: 25.0%; }
#gas-business .gb-nav ul li.nav2 { width: 19.4%; }
#gas-business .gb-nav ul li.nav3 { width: 17.6%; }
#gas-business .gb-nav ul li.nav4 { width: 22.4%; }
#gas-business .gb-nav ul li.nav5 { width: 15.4%; }


#gas-business .gb-nav ul li a {
	position: relative;
	display: block;
	padding:  0 0 0 26px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

#gas-business .gb-nav ul li a br { display: none; }

#gas-business .gb-nav ul li a::before {
	position: absolute;
	content: "";
	margin-top: -4px;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #333;
}

#gas-business .gb-nav ul li.nav5 a::before {
	margin-top: -7px;
	left: 13px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#gas-business .gb-nav ul li a::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #f0f0f0;

}

#gas-business .gb-nav ul li a:hover {
	color: #004b9b;
	text-decoration: none;
}

#gas-business .gb-nav ul li a:hover::before { border-top-color: #004b9b; }
#gas-business .gb-nav ul li a:hover::after { background: #004b9b; }

/*===================================
.gb-information
===================================*/
#gas-business .gb-information {
	margin: 0 auto;
	padding-top: 60px;
	max-width: 980px;
}

#gas-business .gb-information h3 {
	color: #333;
	font-size: 20px;
	text-align: center;
}

#gas-business .gb-information dl {
	margin-top: 20px;
	padding: 15px 20px;
	border: 1px solid #d3d3d3;
	font-size: 13px;
}

#gas-business .gb-information dl dt {
	float: left;
	clear: both;
	width: 10em;
	color: #333;
}

#gas-business .gb-information dl dd {
	margin-bottom: 10px;
	padding-left: 10em;
	color: #333;
}

#gas-business .gb-information dl dd:last-of-type {
	margin-bottom: 0;
}

/*===================================
.gb-section
===================================*/
#gas-business .gb-section {
	margin-top: 60px;
}

#gas-business .gb-section h2 {
	padding: 10px;
	-webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #004b9c 0%, #003579 100%);
	background: -webkit-linear-gradient(top, #004b9c 0%,#003579 100%);
	background: linear-gradient(to bottom, #004b9c 0%,#003579 100%);
	background: linear-gradient(#004b9c,#003579);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
#gas-business .gb-section .gb-block {
	padding: 40px 0;
	width: 100%;
}

#gas-business .gb-section .gb-block:last-of-type { padding-bottom: 0; }
#gas-business .gb-section .gb-block.gb-block2 {
	background: #eff8fe;
}

#gas-business .gb-section .gb-block .gb-block-inner {
	margin: 0 auto;
	max-width: 980px;
}

#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv3,
#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv4 {
	text-align: center;
}

#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv3 h3,
#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv4 h4 {
	display: inline-block;
	padding: 5px 20px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #004b9b;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.08em;
}

#gas-business .gb-section .gb-block .gb-block-inner .web-button-wrapper {
  margin-top: 25px auto 0;
  font-size: 0;
  text-align: center;
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 -7px 0 0 rgba(4,74,160,0.7) inset;
  box-shadow: 0 -7px 0 0 rgba(4,74,160,0.7) inset;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  background: #1163c9;
  width: 360px;
  height: 80px;
  text-align: center;
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button + .web-button {
  margin-left: 60px;
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button-2 {
  background: #f29600;
  -webkit-box-shadow: 0 -7px 0 0 rgba(193,120,0,0.7) inset;
  box-shadow: 0 -7px 0 0 rgba(193,120,0,0.7) inset;
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button:before {
  position: absolute;
  content: "";
  margin-top: -4px;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button-text {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button-text-1 {
  font-size: 18px;
  line-height: 1;
}
#gas-business .gb-section .gb-block .gb-block-inner .web-button-text-2 {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 5px;
}


/*===================================
#about
===================================*/
#gas-business #about.gb-section {}

#gas-business #about.gb-section .gb-block2 h3 {
	position: relative;
	max-width: 241px;
}

#gas-business #about.gb-section .gb-block2 h3 img {
	position: relative;
	z-index: 2;
}

#gas-business #about.gb-section .gb-block2 h3::before {
	position: absolute;
	content: "";
	top: 19px;
	right: 60px;
	width: 1000%;
	height: 56px;
	background: #f69600;
	z-index: 1;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list {
	margin-top: 5px;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li {
	position: relative;
	display: table;
	max-width: 980px;
	width: 100%;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li::after {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 25px;
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px);
	height: 2px;
	background: #004b9b;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left,
#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right {
	display: table-cell;
	vertical-align: bottom;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left {
	width: 48.4%;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left p {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left p span {
	display: inline-block;
	margin: 0 15px -2px 0;
	width: 50px;
	height: 50px;
	vertical-align: bottom;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right {
	padding-left: 40px;
	background: url(../../../ep/gas-business/images/pic_gb_01.png) 0 center no-repeat;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right p {
	color: #004b9b;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right p span {
	color: inherit;
	font-size: 150%;
}

#gas-business #about.gb-section .gb-block2 .gb-about-list li:last-of-type .gb-about-list-right p {
	font-size: 26px;
}

#gas-business #about.gb-section .gb-block2 .cap-list1 {
	margin-top: 15px;
}

#gas-business #about.gb-section .gb-model .gb-head {
	text-align: center;
}

#gas-business #about.gb-section .gb-model .gb-head .txt1 {
	font-size: 20px;
	font-weight: bold;
}

#gas-business #about.gb-section .gb-model .gb-head .txt2 {
	margin-top: 10px;
	font-weight: bold;
}

#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon1,
#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon2 {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon1 { width: 23px; }
#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon2 { width: 21px; }


#gas-business #about.gb-section .gb-model .gb-head .txt2 .fs1 {
	font-size: 20px;
}

#gas-business #about.gb-section .gb-model .gb-head .txt2 .fs1 span {
	font-size: 120%;
}

#gas-business #about.gb-section .gb-model .gb-head .txt2 .fs2 {
	font-size: 50px;
}

#gas-business #about.gb-section .gb-model .gb-head .txt2 .fs2 .blue {
	font-size: 70%;
}

#gas-business #about.gb-section .gb-model .gb-graph-box {
	margin-top: 30px;
  margin-bottom: 60px;
	padding: 30px 40px;
	border: 2px solid #004b9b;
}

#gas-business #about.gb-section .gb-model .cap-group {
	margin-top: 20px;
}

/*===================================
#plan
===================================*/
#gas-business #plan.gb-section .gb-plan-box {
	margin-top: 40px;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head {
	font-size: 0;
	text-align: center
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head h4,
#gas-business #plan.gb-section .gb-plan-box .gb-plan-head p {
	display: inline-block;
	line-height: 1.5;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head h4 {
	font-size: 24px;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head p {
	font-size: 20px;
	font-weight: bold;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head h4 span,
#gas-business #plan.gb-section .gb-plan-box .gb-plan-head p span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head.gas {
	background: url(../../..../../../ep/gas-business/images/icon_gb_01.jpg) no-repeat 2% 0;
	background-size: 75px 75px
	}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head.denki {
	background: url(../../..../../../ep/gas-business/images/icon_gb_03.jpg) no-repeat 2% 0;
	background-size: 75px 75px
	}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-head.doryoku {
	background: url(../../..../../../ep/gas-business/images/icon_gb_04.jpg) no-repeat 2% 0;
	background-size: 75px 75px
	}

#gas-business img.plan_icon {
	max-height: 45px;
	}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-lead {
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
}
#gas-business #plan.gb-section .gb-plan-box .gb-plan-content {
	display: table;
	margin-top: 20px;
	width: 100%;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left,
#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right {
	display: table-cell;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left {
	border: 2px solid #ccc;
	width: 110px;
	vertical-align: middle;
	text-align: center;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left h5 {
	font-size: 18px;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right {
	padding-left: 20px;
	font-size: 0;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table {
	border-collapse: collapse;
	width: 100%;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th,
#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td {
	padding: 8px 10px;
	font-weight: bold;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th {
	border: 2px solid #fff;
	border-bottom-width: 3px;
	color: #fff;
	background: #ccc;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td {
	border: 2px solid #ccc;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box {
	display: inline-block;
	width: 48.2%;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box:first-of-type {
	margin-right: 3.6%;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box h6 {
	font-size: 20px;
	color: #0079c2;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box p {
	margin-top: 5px;
	font-size: 14px;
}

#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box .gb-plan-table {
	margin-top: 5px;
}

#gas-business #plan.gb-section .gb-plan-box .cap-list2 { margin-top: 15px;}

#gas-business #plan.gb-section .gb-link-box {
	padding: 60px 0;
}

#gas-business #plan.gb-section .gb-link-box ul.gb-link-list {
	font-size: 0;
	text-align: center;
}

#gas-business #plan.gb-section .gb-link-box ul.gb-link-list li {
	display: inline-block;
}

#gas-business #plan.gb-section .gb-link-box ul.gb-link-list li:first-of-type {
}


#gas-business #plan.gb-section .gb-link-box .gb-agreement {
	display: table;
	margin-top: 40px;
	width: 100%;
}
#gas-business #plan.gb-section .gb-link-box .gb-agreement h4 {
	display: table-cell;
	width: 110px;
	background: #e1f0ff;
	color: #004b9b;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul {
	display: table-cell;
	padding-left: 2px;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li {
	margin-bottom: 2px;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li:last-of-type {
	margin-bottom: 0;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a {
	display: table;
	width: 100%;
	background: #f6f6f6;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a:hover {
	background: #fafafa;
	text-decoration: none;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span {
	display: table-cell;
	color: #333;
	vertical-align: middle;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span.dl-ttl {
	padding: 10px 10px 10px 20px;
	width: 65%;
	font-weight: bold;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span.dl-pdf {
	padding: 10px;
}

#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span.dl-pdf img {
	margin-right: 5px;
	width: 35px;
	vertical-align: middle;
}
#gas-business #plan.gb-section .gb-plan-table2 h4 {
	color: #007ac3;
	font-size: 20px;
}

#gas-business #plan.gb-section .gb-plan-table2 p {
	margin-top: 10px;
}

#gas-business #plan.gb-section p.plan-txt {
	margin-top: 60px;
	color: #e71a21;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


/*plan1
------------------------------------------------------------*/
#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-head h4 { /* margin-right: 40px; */ }
#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-head h4 span { width: 47px; }
#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-head p span { width: 47px; }

#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-left { border-color: #004b9b; }
#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-left h5 { color: #004b9b; }

#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th { background: #004b9b; font-size: 16px; }
#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td { border-color: #004b9b; font-size: 16px; }

#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .txt {font-size: 14px;}
#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .pic { margin-top: 15px; max-width: 850px; }

/*plan2
------------------------------------------------------------*/
#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-head h4 span { /* width: 143px; */ }
#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-lead { color: #0079c2; }

#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-content .gb-plan-content-left { border-color: #0079c2; }
#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-content .gb-plan-content-left h5 { color: #0079c2; }

#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th { background: #0079c2; font-size: 14px; }
#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td { border-color: #0079c2; font-size: 14px; }

#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-content .gb-plan-content-right .gb-plan-table table tbody tr th { background: #badcf4; color: #333; }

/*plan3
------------------------------------------------------------*/
#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-head h4 span { /* width: 102px; */ }
#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-lead { color: #f29600; }

#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-left { border-color: #f29600; }
#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-left h5 { color: #f29600; }

#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-right .gb-plan-table { max-width: 560px; }
#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th { background: #f29600; font-size: 14px; }
#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td { border-color: #f29600; font-size: 14px; }

#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-right .gb-plan-table table tbody tr th { background: #fce7c6; color: #333; }


/*===================================
#process
===================================*/
#gas-business #process.gb-section .attention-box {
	margin-top: 30px;
	padding: 30px 40px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fee8e6;
}

#gas-business #process.gb-section .attention-box h4 {
	color: #e71a21;
	font-size: 20px;
	text-align: center;
}

#gas-business #process.gb-section .attention-box h4 img {
	margin-right: 10px;
	width: 27px;
	vertical-align: middle;
}

#gas-business #process.gb-section .attention-box .txt1 {
	margin-top: 30px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 24px;
	font-weight: bold;
}

#gas-business #process.gb-section .attention-box .txt2 {
	margin-top: 5px;
	font-size: 18px;
}

#gas-business #process.gb-section .attention-box .cap {
	margin-top: 15px;
}

#gas-business #process.gb-section .attention-box .area-box {
	margin-top: 20px;
	display: table;
	border: 2px solid #007ac3;
	width: 100%;
	background: #fff;
}

#gas-business #process.gb-section .attention-box .area-box h5 {
	display: table-cell;
	padding: 20px;
	width: 160px;
	background: #007ac3;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
}

#gas-business #process.gb-section .attention-box .area-box ul {
	display: table-cell;
	padding: 20px;
	font-size: 0;
}

#gas-business #process.gb-section .attention-box .area-box ul li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

#gas-business #process.gb-section .attention-box .area-box ul li a {
	position: relative;
	padding-left: 15px;
	color: #007ac3;
	font-size: 18px;
	font-weight: bold;
}

#gas-business #process.gb-section .attention-box .area-box ul li a:hover {
	text-decoration: none;
}
#gas-business #process.gb-section .attention-box .area-box ul li a::before {
	position: absolute;
	content: "";
	margin-top: -4px;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 2px solid #007ac3;
	border-top: 2px solid #007ac3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#gas-business #process.gb-section .attention-box .btn {
	margin-top: 30px;
	text-align: center;
}


#gas-business #process.gb-section .gb-flow-box {
	margin-top: 50px;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-head {
	position: relative;
	padding: 10px;
	text-align: center;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-head::after {
	position: absolute;
	content: "";
	margin-left: -7px;
	bottom: -28px;
	left: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top: 14px solid #ccc;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-head h4 {
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
}
#gas-business #process.gb-section .gb-flow-box .gb-flow-head p {
	margin-top: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content {
	padding: 40px;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-ttl {
	text-align: center;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-ttl h5 {
	display: inline-block;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #ccc;
	padding: 3px 20px;
	background: #fff;
	font-size: 22px;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table {
	margin: 40px auto 0;
	max-width: 800px;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table {
	border-collapse: collapse;
	width: 100%;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table thead tr th .head-icon {
	margin: 0 auto;
	max-width: 80px;
	line-height: 0;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.arw-stage {
	position: relative;
	height: 50px;
	vertical-align: middle;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw {
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 14px solid #ccc;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw1 { margin-top: 18px; top: 0; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw2 { margin-top: 18px; top: 14.3%; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw3 { margin-top: 18px; top: 28.6%; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw4 { margin-top: 18px; top: 42.9%; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw5 { margin-top: 18px; top: 57.2%; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw6 { margin-top: 18px; top: 71.5%; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw7 { margin-top: -32px; top: 100%; }


#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.blue { border-top-color: #004ea2; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.red { border-top-color: #e71a21; }

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td {
	vertical-align: top;
}
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box {
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box .txt1 {
	font-size: 18px;
	font-weight: bold;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box .txt2 {
	margin-top: 5px;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box .cap {
	margin-top: 3px;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box {
	position: relative;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box::before {
	position: absolute;
	content: "";
	width: 40px;
	top: 0;
	left: -45px;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table .head-txt {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table ul.flow-list {
	font-size: 0;
	text-align: center;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table ul.flow-list li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
	width: 80px;
	vertical-align: top;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table ul.flow-list li:last-of-type {
	margin-right: 0;
}

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table .t-w-1 { width: 48.7%; }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table .t-w-2 { width: 51.3%; padding-left: 2.6%; }


#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon1::before { height: 40px; background-image: url(../../../ep/gas-business/images/icon_gb_web.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon2::before { height: 88px; background-image: url(../../../ep/gas-business/images/icon_gb_08.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon3::before { height: 43px; background-image: url(../../../ep/gas-business/images/icon_gb_09.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon4::before { height: 25px; background-image: url(../../../ep/gas-business/images/icon_gb_10.png); }

#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon5::before { height: 40px; background-image: url(../../../ep/gas-business/images/icon_gb_web_2.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon6::before { height: 46px; background-image: url(../../../ep/gas-business/images/icon_gb_14.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon7::before { height: 39px; background-image: url(../../../ep/gas-business/images/icon_gb_15.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon8::before { height: 45px; background-image: url(../../../ep/gas-business/images/icon_gb_16.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon9::before { height: 88px; background-image: url(../../../ep/gas-business/images/icon_gb_17.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon10::before { height: 30px; background-image: url(../../../ep/gas-business/images/icon_gb_18.png); }
#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box.icon11::before { height: 25px; background-image: url(../../../ep/gas-business/images/icon_gb_19.png); }


/*gb-flow1
------------------------------------------------------------*/
#gas-business #process.gb-section .gb-flow-box.gb-flow1 .gb-flow-head {
	background: -moz-linear-gradient(top, #d64831 0%, #a71f19 100%);
	background: -webkit-linear-gradient(top, #d64831 0%,#a71f19 100%);
	background: linear-gradient(to bottom, #d64831 0%,#a71f19 100%);
	background: linear-gradient(#d64831,#a71f19);
}

#gas-business #process.gb-section .gb-flow-box.gb-flow1 .gb-flow-head::after { border-top-color: #a71f19; }
#gas-business #process.gb-section .gb-flow-box.gb-flow1 .gb-flow-content { background: #eff8fe; }
#gas-business #process.gb-section .gb-flow-box.gb-flow1 .gb-flow-content .gb-flow-ttl h5 { border-color: #00439a; color: #00439a; }


/*gb-flow2
------------------------------------------------------------*/
#gas-business #process.gb-section .gb-flow-box.gb-flow2 .gb-flow-head {
	background: -moz-linear-gradient(top, #eeb744 0%, #c39035 100%);
	background: -webkit-linear-gradient(top, #eeb744 0%,#c39035 100%);
	background: linear-gradient(to bottom, #eeb744 0%,#c39035 100%);
	background: linear-gradient(#eeb744,#c39035);
}

#gas-business #process.gb-section .gb-flow-box.gb-flow2 .gb-flow-head::after { border-top-color: #c39035; }
#gas-business #process.gb-section .gb-flow-box.gb-flow2 .gb-flow-content { background: #f9eee8; }
#gas-business #process.gb-section .gb-flow-box.gb-flow2 .gb-flow-content .gb-flow-ttl h5 { border-color: #de5849; color: #de5849; }

#gas-business #process.gb-section .button-wrapper {
  margin: 40px auto 0;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}
#gas-business #process.gb-section .button {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 -7px 0 0 rgba(0,92,148,0.7) inset;
  box-shadow: 0 -7px 0 0 rgba(0,92,148,0.7) inset;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #0079c2;
  width: 360px;
  max-width: 360px;
  height: 60px;
  text-align: center;
}
#gas-business #process.gb-section .button a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#gas-business #process.gb-section .button-2 {
  background: #c39035;
  -webkit-box-shadow: 0 -7px 0 0 rgba(159,112,29,0.7) inset;
  box-shadow: 0 -7px 0 0 rgba(159,112,29,0.7) inset;
}
#gas-business #process.gb-section .button:before {
  position: absolute;
  content: "";
  margin-top: -8px;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gas-business #process.gb-section .button-text {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*===================================
#payment
===================================*/
#gas-business #payment.gb-section .gb-payment-box {
	margin: 0 auto;
	max-width: 600px;
}

#gas-business #payment.gb-section .gb-payment-box .txt1 {
	font-size: 24px;
	line-height: 1.4;
}

#gas-business #payment.gb-section .gb-payment-box .txt2 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

#gas-business #payment.gb-section .gb-payment-box .txt2 img {
	margin-right: 10px;
	width: 22px;
}

#gas-business #payment.gb-section .gb-payment-box .cap-list1 {
	margin-top: 15px;
}

/*===================================
#manual
===================================*/
#gas-business #manual.gb-section p {
	text-align: center;
}
#gas-business #manual.gb-section p a {
	position: relative;
	padding-left: 20px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

#gas-business #manual.gb-section p a::before {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #004b9b;
	border-bottom: 2px solid #004b9b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*===================================
#application
===================================*/
#gas-business #application.gb-section p {
	text-align: center;
}
#gas-business #application.gb-section p a {
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0 -7px 0 rgba(0,0,0,0.3) inset;
	box-shadow: 0 -7px 0 rgba(0,0,0,0.3) inset;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 60px 30px;
	background: #e71a21;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

#gas-business #application.gb-section p a.blue {

	background: #0079c2;
	padding: 25px 120px 30px;
}

#gas-business #application.gb-section p a:hover {
	text-decoration: none;
}
#gas-business #application.gb-section p a::before {
	position: absolute;
	content: "";
	margin-top: -10px;
	top: 50%;
	right: 30px;
	width: 12px;
	height: 12px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*===================================
#performance
===================================*/
#gas-business #performance.gb-section .gb-block-inner {
	padding-left: 40px;
	padding-right: 40px;
}

#gas-business #performance.gb-section .gb-performance-nav ul {
	text-align: center;
	font-size: 0;
}

#gas-business #performance.gb-section .gb-performance-nav ul li {
	display: inline-block;
	border-left: 1px solid #ccc;
	width: 33.3%;
}

#gas-business #performance.gb-section .gb-performance-nav ul li:last-of-type {
	border-right: 1px solid #ccc;
}

#gas-business #performance.gb-section .gb-performance-nav ul li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

#gas-business #performance.gb-section .gb-performance-nav ul li a span {
	position: relative;
	padding-left: 26px;
	color: #333;
}
#gas-business #performance.gb-section .gb-performance-nav ul li a span::before {
	position: absolute;
	content: "";
	margin-top: -4px;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #333;
}

#gas-business #performance.gb-section .gb-performance-nav ul li a:hover {
	text-decoration: none;
}

#gas-business #performance.gb-section .gb-performance-nav ul li a:hover span {
	color: #004b9b;
}

#gas-business #performance.gb-section .gb-performance-nav ul li a:hover span::before {
	border-top-color: #004b9b;
}

#gas-business #performance.gb-section .gb-performance-content {
	margin-top: 50px;
	border: 2px solid #004b9b;
}

#gas-business #performance.gb-section .gb-performance-content h3 {
	position: relative;
	padding: 10px;
	background: #004b9b;
	color: #fff;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}

#gas-business #performance.gb-section .gb-performance-content h3 span {
	position: absolute;
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: -15px;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 30px;
	background: #fff;
}

#gas-business #performance.gb-section .gb-performance-content h3 span::before,
#gas-business #performance.gb-section .gb-performance-content h3 span::after {
	position: absolute;
	content: "";
	width: 20px;
	top: 14px;
	left: 5px;
	height: 2px;
	background: #004b9b;
	transition: all 0.3s;
}



#gas-business #performance.gb-section .gb-performance-content h3 span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#gas-business #performance.gb-section .gb-performance-content h3.close span::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#gas-business #performance.gb-section .gb-performance-content h3.close span::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(360deg);
}

#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner {
	display: none;
	padding: 40px 50px;
}

#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .txt1 {
	margin-top: 30px;
	font-size: 16px;
}

#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .txt1:first-of-type {
	margin-top: 0;
}
#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .pic1 {
	margin-top: 30px;
}
#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .ttl-lv4 {
	margin-top: 40px;
}

#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .ttl-lv4 h4 span {
	font-size: 80%;
}

#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .gb-performance-box {
	margin-top: 30px;
}
#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .gb-performance-box::after {
	content: "";
    display:block;
    clear:both;
}


#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .gb-performance-box .pic2 {
	float: right;
	padding-left: 40px;
	max-width: 385px;
}

#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .gb-performance-box .txt2 {
	font-size: 16px;
}




/*////////////////////////////

.modalwin

///////////////////////////*/
#modalwin {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;

}

#modalwin .modalwin-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}

#modalwin .modalwin-inner {
	position: absolute;
	margin: 0 0 0 -325px;
	top: 50%;
	left: 50%;
	width: 650px;
	background-color: #fff;
}

#modalwin .modalwin-inner .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

#modalwin .modalwin-inner .btn-close a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}

#modalwin .modalwin-inner .btn-close a::before,
#modalwin .modalwin-inner .btn-close a::after {
	position: absolute;
	content: "";
	top: 14px;
	left: 5px;
	width: 20px;
	height: 2px;
	background: #333;
}

#modalwin .modalwin-inner .btn-close a::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#modalwin .modalwin-inner .btn-close a::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#modalwin .modalwin-inner .win {
	display: none;
	padding: 50px 45px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#modalwin .modalwin-inner .win.show {
	display: block;
}


#modalwin .modalwin-inner .win h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	color: #007ac3;
	font-size: 24px;
}

#modalwin .modalwin-inner .win ul.list1 {
	margin-top: 20px;
	font-size: 20px;
}

#modalwin .modalwin-inner .win ul.list1 li {
	padding-left: 1em;
	text-indent: -1em;
}

#modalwin .modalwin-inner .win ul.cap-list {
	margin-top: 30px;
	font-size: 12px;
}

#modalwin .modalwin-inner .win ul.cap-list::after {
}

#modalwin .modalwin-inner .win ul.cap-list li {
	padding-left: 1em;
	text-indent: -1em;
}


#modalwin .modalwin-inner .win ul.list2 {
	margin-top: 20px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}

#modalwin .modalwin-inner .win ul.list2::after {
	content: "";
    display:block;
    clear:both;
}

#modalwin .modalwin-inner .win ul.list2 li {
	float: left;
	width: 33.3%;
}

#modalwin .modalwin-inner .win .win-btn1 {
	margin-top: 30px;
}

#modalwin .modalwin-inner .win .win-btn1 a {
	position: relative;
	padding-left: 12px;
	color: #007ac3;
	font-size: 16px;
	font-weight: bold;
}

#modalwin .modalwin-inner .win .win-btn1 a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border: 8px solid transparent;
	border-left: 8px solid #007ac3;
}


@media screen and (max-width: 979px) {
	/*===================================
	.gb-nav
	===================================*/
	#gas-business .gb-nav ul li a {
		height: 50px;
		line-height: 1.4;
	}
	#gas-business .gb-nav ul li a br { display: block; }


	#gas-business.fix .gb-nav {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		margin-top: 0;
		z-index: 10;
	}

	#gas-business.fix .gb-nav ul li a {
		padding-top: 5px;
		height: 50px;
		line-height: 1.4;
	}

	#gas-business .gb-nav ul li.nav5 a::before {
		margin-top: -12px;
	}

	/*===================================
	.gb-information
	===================================*/
	#gas-business .gb-information {
		padding-left: 20px;
		padding-right: 20px;
	}


	/*===================================
	.gb-section
	===================================*/
	#gas-business .gb-section .gb-block {
		padding-left: 20px;
		padding-right: 20px;
	}

  #gas-business .gb-section .gb-block .gb-block-inner .web-button {
    width: 310px;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button + .web-button {
    margin-left: 30px;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button-text-1 {
    font-size: 15px;
  }

	/*===================================
	#about
	===================================*/
	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left p {
		font-size: 18px;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left p span {
		margin: 0 10px -2px 0;
		width: 40px;
		height: 40px;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right p {
		font-size: 24px;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right p span {
		color: inherit;
		font-size: 150%;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li:last-of-type .gb-about-list-right p {
		font-size: 24px;
	}


	/*===================================
	#process
	===================================*/
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content {
		padding: 40px 60px;
	}


	/*////////////////////////////

	.modalwin

	///////////////////////////*/

	#modalwin .modalwin-inner .win {
		display: none;
		padding: 25px 20px;
	}


	#modalwin .modalwin-inner .win h3 {
		padding-bottom: 15px;
		font-size: 20px;
	}

	#modalwin .modalwin-inner .win ul.list1 {
		margin-top: 15px;
		font-size: 18px;
	}

	#modalwin .modalwin-inner .win ul.cap-list {
		margin-top: 20px;
	}

	#modalwin .modalwin-inner .win ul.list2 {
		margin-top: 15px;
		font-size: 18px;
	}

	#modalwin .modalwin-inner .win .win-btn1 {
		margin-top: 15px;
	}

}


@media screen and (max-width: 768px) {
	#gas-business .cap {
		font-size: 10px;
	}


	#gas-business a.btn01 {
		font-size: 14px;
	}

	#gas-business a.btn01::before {
		margin-top: -6px;
		left: -15px;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-left: 8px solid #004b9b;
	}

	/*===================================
	.gb-nav
	===================================*/
	#gas-business.fix .gb-nav,
	#gas-business .gb-nav {
		position: absolute;
		width: 100%;
		top: -10px;
		z-index: 10;
	}

	#gas-business .gb-nav .gb-nav-menu {
		display: block;
	}

	#gas-business .gb-nav .gb-nav-menu a {
		display: block;
		height: 50px;
		background: #eeefef url(../../../ep/gas-business/images/icon_menu.gif) 20px center no-repeat;
		color: #333;
		font-size: 14px;
		text-align: center;
		line-height: 50px;
	}

	#gas-business .gb-nav ul {
		display: none;
	}
	#gas-business .gb-nav ul li {
		display: block;
		border-top: #ccc 1px solid;
	}

	#gas-business .gb-nav ul li.nav1,
	#gas-business .gb-nav ul li.nav2,
	#gas-business .gb-nav ul li.nav3,
	#gas-business .gb-nav ul li.nav4,
	#gas-business .gb-nav ul li.nav5 { width: 100%; }


	#gas-business .gb-nav ul li a {
		padding: 16px 10px 16px 40px;
		font-size: 14px;
		background: #eeefef;
		font-weight: normal;
	}

	#gas-business .gb-nav ul li a br { display: none; }

	#gas-business .gb-nav ul li a::before {
		left: 20px;
	}

	#gas-business .gb-nav ul li.nav5 a::before {
		margin-top: -6px;
		left: 25px;
	}

	#gas-business .gb-nav ul li a::after {
		content: none;

	}

	#gas-business .gb-nav ul li a:hover {
		color: #333;
	}

	#gas-business .gb-nav ul li a:hover::before { border-top-color: #333; }

	/*===================================
	.gb-main
	===================================*/
	#gas-business .gb-main {
		padding-top: 50px;
	}

	#gas-business .gb-main .gb-main-title .gb-main-title-inner {
		padding: 20px 0 30px;
		max-width: 980px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		height: auto;
	}

	#gas-business .gb-main .gb-main-title .gb-main-title-inner h1 {
		padding: 0 30px;
	}

	#gas-business .gb-main .gb-main-belt {
		margin-top: -3.6%;
	}

	#gas-business .gb-main .gb-main-belt::before,
	#gas-business .gb-main .gb-main-belt::after {
		content: none;
	}


	/*===================================
	.gb-information
	===================================*/
	#gas-business .gb-information {
		padding: 0px 10px;
	}

	#gas-business .gb-information h3 {
		font-size: 16px;
	}

	#gas-business .gb-information dl {
		margin-top: 10px;
		padding: 10px;
		font-size: 12px;
	}

	#gas-business .gb-information dl dt {
		float: none;
		width: auto;
	}

	#gas-business .gb-information dl dd {
		padding-left: 0;
	}


	/*===================================
	.gb-section
	===================================*/
	#gas-business .gb-section {
		margin-top: 30px;
	}

	#gas-business .gb-section h2 {
		padding: 5px 10px;
		font-size: 18px;
	}

	#gas-business .gb-section .gb-block {
		padding: 15px 0;
	}

	#gas-business .gb-section .gb-block .gb-block-inner {
		padding: 0 10px;
	}

	#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv3,
	#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv4 {
		text-align: center;
	}

	#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv3 h3,
	#gas-business .gb-section .gb-block .gb-block-inner .ttl-lv4 h4 {
		padding: 5px 15px;
		font-size: 14px;
	}

  #gas-business .gb-section .gb-block .gb-block-inner .web-button-wrapper {
    margin-top: 3.91vw;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 -4px 0 0 rgba(4,74,160,0.7) inset;
    box-shadow: 0 -4px 0 0 rgba(4,74,160,0.7) inset;
    width: 78.2vw;
    height: 13vw;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button + .web-button {
    margin: 20px auto 0;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button-2 {
    -webkit-box-shadow: 0 -4px 0 0 rgba(193,120,0,0.7) inset;
    box-shadow: 0 -4px 0 0 rgba(193,120,0,0.7) inset;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button:before {
    margin-top: -0.52vw;
    right: 2.6vw;
    width: 1.043vw;
    height: 1.043vw;
    border-right: 0.391vw solid #fff;
    border-bottom: 0.391vw solid #fff;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button-text-1 {
    font-size: 3.911vw;
  }
  #gas-business .gb-section .gb-block .gb-block-inner .web-button-text-2 {
    font-size: 2.6vw;
    margin-top: 1vw;
  }


	/*===================================
	#about
	===================================*/
	#gas-business #about.gb-section {}

	#gas-business #about.gb-section .gb-block2 h3 {
		max-width: 140px;
	}


	#gas-business #about.gb-section .gb-block2 h3::before {
		position: absolute;
		content: "";
		top: 11px;
		right: 30px;
		height: 33px;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list {
		margin-top: 5px;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li {
		display: block;
		margin-top: 15px;
		border-bottom: 2px solid #004b9b;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li:first-of-type {
		margin-top: 0;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li::after {
		content: none;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left,
	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right {
		display: block;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left {
		width: auto;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left p {
		font-size: 16px;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-left p span {
		margin: 0 5px 0 0;
		width: 26px;
		height: 26px;
		vertical-align: middle;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right {
		padding-left: 30px;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li .gb-about-list-right p {
		font-size: 20px;
	}

	#gas-business #about.gb-section .gb-block2 .gb-about-list li:last-of-type .gb-about-list-right p {
		font-size: 18px;
	}

	#gas-business #about.gb-section .gb-block2 .cap-list1 {
		margin-top: 10px;
	}

	#gas-business #about.gb-section .gb-model .gb-head .txt1 {
		font-size: 16px;
	}

	#gas-business #about.gb-section .gb-model .gb-head .txt2 {
		margin-top: 5px;
		line-height: 1.4;
	}

	#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon1,
	#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon2 {
		margin: 0 5px;
	}

	#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon1 { width: 16px; }
	#gas-business #about.gb-section .gb-model .gb-head .txt2 .icon2 { width: 14px; }


	#gas-business #about.gb-section .gb-model .gb-head .txt2 .fs1 {
		font-size: 16px;
	}

	#gas-business #about.gb-section .gb-model .gb-head .txt2 .fs2 {
		font-size: 28px;
	}

	#gas-business #about.gb-section .gb-model .gb-graph-box {
		margin-top: 15px;
    margin-bottom: 30px;
		padding: 10px;
	}

	#gas-business #about.gb-section .gb-model .cap-group {
		margin-top: 30px;
	}


	/*===================================
	#plan
	===================================*/
	#gas-business #plan.gb-section .gb-plan-box {
		margin-top: 15px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-head h4,
	#gas-business #plan.gb-section .gb-plan-box .gb-plan-head p {
		display: block;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-head h4 {
		font-size: 16px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-head p {
		font-size: 14px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-head h4 span,
	#gas-business #plan.gb-section .gb-plan-box .gb-plan-head p span {
		margin-right: 5px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-lead {
		font-size: 14px;
		line-height: 1.4;
	}
	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content {
		display: block;
		margin-top: 10px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left,
	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right {
		display: block;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left {
		border: none;
		width: auto;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left h5 {
		font-size: 16px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left h5::before {content: "\3008\a0"; }


	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-left h5::after { content: "\a0\3009"; }

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right {
		padding-left: 0;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th,
	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td {
		padding: 5px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th {
		border: 1px solid #fff;
		border-bottom-width: 2px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td {
		border: 1px solid #ccc;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box {
		display: block;
		width: 100%;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box:first-of-type {
		margin-bottom: 20px;
		margin-right: 0;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box h6 {
		font-size: 14px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box p {
		margin-top: 3px;
		font-size: 12px;
	}

	#gas-business #plan.gb-section .gb-plan-box .gb-plan-content .gb-plan-content-right .gb-plan-table-box .gb-plan-table {
		margin-top: 5px;
	}

	#gas-business #plan.gb-section .gb-plan-box .cap-list2 { margin-top: 5px;}

	#gas-business #plan.gb-section .gb-link-box {
		padding: 30px 0;
	}

	#gas-business #plan.gb-section .gb-link-box ul.gb-link-list li {
		display: block;
	}

	#gas-business #plan.gb-section .gb-link-box ul.gb-link-list li:first-of-type {
		margin: 0 0 10px;
	}


	#gas-business #plan.gb-section .gb-link-box .gb-agreement {
		display: block;
		margin-top: 20px;
	}
	#gas-business #plan.gb-section .gb-link-box .gb-agreement h4 {
		display: block;
		padding: 5px;
		width: auto;
		font-size: 16px;
	}

	#gas-business #plan.gb-section .gb-link-box .gb-agreement ul {
		display: block;
		padding: 2px 0 0;
	}

	#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span {
		font-size: 12px;
		line-height: 1.4;
	}
	#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span.dl-ttl {
		padding: 8px 5px 8px 10px;
		width: 50%;
	}

	#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span.dl-pdf {
		padding: 8px 5px;
	}

	#gas-business #plan.gb-section .gb-link-box .gb-agreement ul li a span.dl-pdf img {
		margin-right: 3px;
		width: 30px;
	}


	#gas-business #plan.gb-section .gb-plan-table2 h4 {
		font-size: 16px;
	}

	#gas-business #plan.gb-section .gb-plan-table2 p {
		margin-top: 5px;
	}

	#gas-business #plan.gb-section p.plan-txt {
		margin-top: 20px;
		font-size: 16px;
	}

	#gas-business #plan.gb-section p.plan-txt br { display: none; }

	/*plan1
	------------------------------------------------------------*/
	#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-head h4 { margin-right: 0; }
	#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-head h4 span { width: 30px; }
	#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-head p span { width: 28px; }

	#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th { font-size: 12px; }
	#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td { font-size: 12px; }

	#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .txt {font-size: 12px;}
	#gas-business #plan.gb-section .gb-plan-box.plan1 .gb-plan-content .gb-plan-content-right .pic { margin-top: 10px; }

	/*plan2
	------------------------------------------------------------*/
	#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-head h4 span { width: 93px; }

	#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th { font-size: 12px; }
	#gas-business #plan.gb-section .gb-plan-box.plan2 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td { font-size: 12px; }


	/*plan3
	------------------------------------------------------------*/
	#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-head h4 span { width: 66px; }

	#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr th { font-size: 12px; }
	#gas-business #plan.gb-section .gb-plan-box.plan3 .gb-plan-content .gb-plan-content-right .gb-plan-table table tr td { font-size: 12px; }

	/*===================================
	#process
	===================================*/
	#gas-business #process.gb-section .attention-box {
		margin-top: 20px;
		padding: 10px;
	}

	#gas-business #process.gb-section .attention-box h4 {
		font-size: 16px;
	}

	#gas-business #process.gb-section .attention-box h4 img {
		margin-right: 5px;
		width: 20px;
	}

	#gas-business #process.gb-section .attention-box .txt1 {
		margin-top: 15px;
		font-size: 18px;
	}

	#gas-business #process.gb-section .attention-box .txt2 {
		margin-top: 5px;
		font-size: 14px;
	}

	#gas-business #process.gb-section .attention-box .cap {
		margin-top: 5px;
	}

	#gas-business #process.gb-section .attention-box .area-box {
		margin-top: 10px;
		display: block;
	}

	#gas-business #process.gb-section .attention-box .area-box h5 {
		display: block;
		padding: 5px 10px;
		width: 100%;
		font-size: 14px;
	}

	#gas-business #process.gb-section .attention-box .area-box ul {
		display: block;
		padding: 10px;
	}

	#gas-business #process.gb-section .attention-box .area-box ul li {
		margin-right: 20px;
	}

	#gas-business #process.gb-section .attention-box .area-box ul li a {
		font-size: 14px;
		font-weight: bold;
	}

	#gas-business #process.gb-section .attention-box .area-box ul li a::before {
		margin-top: -4px;
		width: 4px;
		height: 4px;
	}

	#gas-business #process.gb-section .attention-box .btn {
		margin-top: 10px;
		text-align: center;
	}


	#gas-business #process.gb-section .gb-flow-box {
		margin-top: 20px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-head {
		padding: 5px 10px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-head h4 {
		font-size: 16px;
	}
	#gas-business #process.gb-section .gb-flow-box .gb-flow-head p {
		font-size: 12px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content {
		padding: 30px 10px 15px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-ttl h5 {
		padding: 3px 10px;
		font-size: 14px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table {
		margin: 20px auto 0;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table {
		border-collapse: collapse;
		width: 100%;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table thead tr th .head-icon {
		max-width: 40px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.arw-stage {
		height: 20px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw {
		top: -4px;
		margin-left: -6px;
		border: 6px solid transparent;
		border-top: 8px solid #ccc;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw1 { margin-top: 18px; top: 0; }
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw2 { margin-top: 18px; top: 14.3%; }
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw3 { margin-top: 18px; top: 28.6%; }
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw4 { margin-top: 18px; top: 42.9%; }
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw5 { margin-top: 18px; top: 57.2%; }
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw6 { margin-top: 18px; top: 71.5%; }
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .arw.arw7 { margin-top: -32px; top: 100%; }


	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box {
		padding: 10px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box .txt1 {
		font-size: 14px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box .txt2 {
		font-size: 12px;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td .box .cap {
		margin-top: 3px;
	}


	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table tbody tr td.icon-box::before {
		content: none;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table .head-txt {
		margin-bottom: 3px;
		font-size: 14px;
	}
	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table ul.flow-list {
		font-size: 0;
		text-align: center;
	}

	#gas-business #process.gb-section .gb-flow-box .gb-flow-content .gb-flow-table table ul.flow-list li {
		margin-right: 20px;
		width: 40px;
	}

  #gas-business #process.gb-section .button-wrapper {
    margin-top: 5.21vw;
    padding-bottom: 1.3vw;
  }
  #gas-business #process.gb-section .button {
    -webkit-box-shadow: 0 -4px 0 0 rgba(0,92,148,0.7) inset;
    box-shadow: 0 -4px 0 0 rgba(0,92,148,0.7) inset;
    width: 65.19vw;
    height: 50px;
  }
  #gas-business #process.gb-section .button-2 {
    -webkit-box-shadow: 0 -4px 0 0 rgba(159,112,29,0.7) inset;
    box-shadow: 0 -4px 0 0 rgba(159,112,29,0.7) inset;
  }
  #gas-business #process.gb-section .button:before {
    margin-top: -6px;
    right: 2.6vw;
    width: 8px;
    height: 8px;

  }

	/*===================================
	#payment
	===================================*/

	#gas-business #payment.gb-section .gb-payment-box .txt1 {
		font-size: 16px;
	}

	#gas-business #payment.gb-section .gb-payment-box .txt2 {
		position: relative;
		padding-left: 20px;
		margin-top: 10px;
		font-size: 16px;
	}

	#gas-business #payment.gb-section .gb-payment-box .txt2 img {
		position: absolute;
		top: 3px;
		left: 0;
		margin-right: 0;
		width: 14px;
	}

	#gas-business #payment.gb-section .gb-payment-box .cap-list1 {
		margin-top: 5px;
	}

	/*===================================
	#manual
	===================================*/
	#gas-business #manual.gb-section p a {
		padding-left: 18px;
		font-size: 16px;
	}

	#gas-business #manual.gb-section p a::before {
		top: 4px;
		width: 6px;
		height: 6px;
	}


	/*===================================
	#application
	===================================*/
	#gas-business #application.gb-section p a {
		-webkit-box-shadow: 0 -4px 0 rgba(0,0,0,0.3) inset;
		box-shadow: 0 -4px 0 rgba(0,0,0,0.3) inset;
		padding: 10px 30px 14px;
		font-size: 20px;
	}

	#gas-business #application.gb-section p a.blue {
		padding: 10px 60px 14px;
	}

	#gas-business #application.gb-section p a::before {
		margin-top: -5px;
		right: 15px;
		width: 8px;
		height: 8px;
		border-width: 2px;
	}

	/*===================================
	#performance
	===================================*/
	#gas-business #performance.gb-section .gb-block-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	#gas-business #performance.gb-section .gb-performance-nav ul li {
		display: block;
		border-left: none;
		border-bottom: 1px solid #ccc;
		width: auto;
		text-align: left;
	}

	#gas-business #performance.gb-section .gb-performance-nav ul li:last-of-type {
		border-right: none;
	}

	#gas-business #performance.gb-section .gb-performance-nav ul li a {
		padding: 10px 10px 10px 0;
		font-size: 14px;
	}

	#gas-business #performance.gb-section .gb-performance-nav ul li a span {
		padding-left: 15px;
	}

	#gas-business #performance.gb-section .gb-performance-nav ul li a span::before {
		left: 0;
	}

	#gas-business #performance.gb-section .gb-performance-nav ul li a:hover span {
		color: #333;
	}

	#gas-business #performance.gb-section .gb-performance-nav ul li a:hover span::before {
		border-top-color: #333;
	}

	#gas-business #performance.gb-section .gb-performance-content {
		margin-top: 20px;
	}

	#gas-business #performance.gb-section .gb-performance-content h3 {
		padding: 5px 40px 5px 10px;
		font-size: 16px;
	}

	#gas-business #performance.gb-section .gb-performance-content h3 span {
		-webkit-border-radius: 3px;
		border-radius: 3px;
		margin-top: -10px;
		right: 10px;
		width: 20px;
		height: 20px;
	}

	#gas-business #performance.gb-section .gb-performance-content h3 span::before,
	#gas-business #performance.gb-section .gb-performance-content h3 span::after {
		width: 14px;
		top: 9px;
		left: 3px;
	}

	#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner {
		padding: 15px;
	}

	#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .txt1 {
		margin-top: 20px;
		font-size: 14px;
	}

	#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .pic1 {
		margin-top: 20px;
	}
	#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .ttl-lv4 {
		margin-top: 20px;
	}

	#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .gb-performance-box {
		margin-top: 20px;
	}

	#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .gb-performance-box .pic2 {
		float: none;
		padding-left: 0;
		margin: 0 auto 10px;
		max-width: 385px;
	}

	#gas-business #performance.gb-section .gb-performance-content .gb-performance-inner .gb-performance-box .txt2 {
		font-size: 14px;
	}



	/*////////////////////////////

	.modalwin

	///////////////////////////*/
	#modalwin {
	}

	#modalwin .modalwin-bg {
		}

	#modalwin .modalwin-inner {
		margin: 10px;
		left: auto;
		max-width: initial;
		width: auto;
	}

	#modalwin .modalwin-inner .btn-close {
		top: 10px;
		right: 10px;
	}

	#modalwin .modalwin-inner .win {
		padding: 10px;
		margin: 0 auto;
	}

	#modalwin .modalwin-inner .win h3 {
		padding-bottom: 10px;
		font-size: 16px;
	}

	#modalwin .modalwin-inner .win ul.list1 {
		margin-top: 10px;
		font-size: 14px;
	}

	#modalwin .modalwin-inner .win ul.cap-list {
		margin-top: 15px;
	}


	#modalwin .modalwin-inner .win ul.list2 {
		margin-top: 10px;
		font-size: 14px;
	}

	#modalwin .modalwin-inner .win ul.list2 li {
		width: 50%;
	}

	#modalwin .modalwin-inner .win .win-btn1 {
		margin-top: 15px;
	}

	#modalwin .modalwin-inner .win .win-btn1 a {
		padding-left: 12px;
		font-size: 13px;
	}

	#modalwin .modalwin-inner .win .win-btn1 a::before {
		border: 6px solid transparent;
		border-left: 6px solid #007ac3;
	}
}



/* 菫晏ｮ画隼菫ｮ逕ｨ */

.img1_3 img {
    vertical-align: middle;
}

.gas-txt-box {
    font-size: 16px;
    padding: 40px;
    border: 1px solid #afafaf;
    max-width: 920px;
    margin: 1em auto 20px;
    text-align: left;
}
.gas-txt-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 20px;
}
.gas-txt-box dl dt {
    margin-right: 10px;
    width: 1.5em;
}
.gas-txt-box dl dd {
    width: calc(100% - 1.5em);
}
.gas-pc-only {
    display: inline;
}
.gas-sp-only {
    display: none;
}


.gas-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.gas-lead {
    text-align: center;
    color: #0080cb;
    font-size: 32px;
    font-weight: 700;
}
.gas-mb40 {
    margin-bottom: 40px !important;
}
.gas-lead small {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}
.gas-book-list {
    margin-bottom: 125px;
    overflow: hidden;
    padding-bottom: 4px;
}
/* .gas-book-list li:first-child {
    margin-left: 0px;
} */
.gas-book-list li {
    /* float: left; */
    width: 480px;
    /* margin-left: 40px; */
	margin: auto;
    text-align: center;
}
.gas-book-list li .figure {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 30px;
}
.gas-btn-pdf.list {
    margin-bottom: 20px;
}

.gas-book-list .gas-btn-ttl {
	width: 320px;
	margin: 0 auto 20px;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	color: #0080cb;
	border: #0080cb solid 5px;
}
  
.gas-book-list li .gas-btn-pdf a {
    display: inline-block;
    width: 420px;
    height: 70px;
    line-height: 70px;
    color: #fff!important;
    font-size: 16px;
    font-weight: 700;
    background-color: #0080cb;
    border-radius: 35px;
    box-shadow: 0 4px 0 #0b6198;
}
.gas-btn-pdf a span {
    display: inline-block;
    background: url(/ep/gas-jiyuuka/images/3/gas-icon-pdf.png) no-repeat 0 50%;
    padding-left: 35px;
    min-height: 31px;
}



@media screen and (max-width: 767px) {
.img1_3 img {
width:100%;
}
.gas-txt-box {
    font-size: 16px;
    padding: 5%;
    margin: 1em auto 15px;
    max-width: 100%;
}
.gas-sp-only {
    display: inline;
}
.gas-pc-only {
    display: none;
}
.gas-txt-box dl {
    font-size: 12px;
    margin-top: 10px;
}

.gas-inner {
    max-width: 100%;
    margin: 0 auto;
}
.gas-lead {
    padding: 0 5%;
    text-align: left;
    font-size: 24px;
}
.gas-lead small {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}
.gas-book-list {
    overflow: hidden;
    padding-bottom: 4px;
    width: 90%;
    margin: 0 auto 45px;
}
.gas-book-list li:first-child {
    margin-left: 0px;
}
.gas-book-list li {
    float: none;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 40px;
}
.gas-book-list li .figure {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
}
.gas-book-list li .figure img {
    max-width: 240px;
}
.gas-btn-pdf.list {
    margin-bottom: 20px;
}
.gas-book-list .gas-btn-ttl {
	width: 80vw;
    margin: 0 auto 20px;
    padding: 15px 0;
    font-size: 20px;
    border: #0080cb solid 3px;
}
.gas-book-list li .gas-btn-pdf a {
    display: inline-block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #fff!important;
    font-size: 14px;
    font-weight: 700;
    background-color: #0080cb;
    border-radius: 35px;
    box-shadow: 0 4px 0 #0b6198;
}
.gas-book-list li .gas-btn-pdf a span {
    display: inline-block;
    background: url(/ep/gas-jiyuuka/images/3/gas-icon-pdf.png) no-repeat 0 50%;
    background-size: 20px;
    padding-left: 25px;
    min-height: 31px;
}
}

@media screen and (min-width: 768px) {
.img1_3_pc {
max-width:45%!important;
}
}