@charset "utf-8";
.wrap {
	max-width: 980px !important;
}
@media screen and (max-width: 767px) {
	.wrap {
		margin: 0 10px;
	}
}

/* magnification fo img
--------------------*/
.fit_img {
	width: 100%;
	height: auto;
}
/* font style of notes
--------------------*/
.notes {
	padding: 0 0 0 1em;
	font-size: 85.714286%;
	line-height: 1.5em;
	text-indent: -1em;
}





/* eo電気　オール電化プラン
--------------------*/
.all-denka_page_ttl {
	max-width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 1.8rem;
}
.all-denka_page_ttl a {
	color: #0033AA;
	text-decoration: none;
}
/* for sp --------------------*/
@media screen and (max-width: 767px) {
	.all-denka_page_ttl {
		max-width: 100%;
		margin-top: 1.5em;
		margin-left: 10px;
		font-size: 1.3rem;
		line-height: 1;
	}
	.all-denka_page_ttl {
		float: left;
	}
}



/* style of nav accordion
--------------------*/
/* for sp --------------------*/
@media screen and (max-width: 767px) {
	li[data-nav-open-id] {
		display: none;
	}
}
/* style of table layout
--------------------*/
.is_table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
.is_table_thead {
	display: table-header-group;
}
.is_table_tbody {
	display: table-row-group;
}
.is_table_tfoot {
	display: table-footer-group;
}
.is_table_tr {
	display: table-row;
}
.is_table_th, .is_table_td {
	display: table-cell;
}
.is_table_th {
	vertical-align: inherit;
}
.is_table_colgroup {
	display: table-column-group;
}
.is_table_col {
	display: table-column;
}
.is_table_caption {
	display: table-caption;
}


/****** 1:gas common *************************************/
.page__navi {
	position: relative;
}
.nav_container-bg {
	clear: both;
	background: #39B383;
}
.nav_container {
	position: relative;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}
.nav_item {
	position: relative;
	display: flex;
	font-size: 1.2rem;
	justify-content: center;
	align-items: center;
	flex-basis: 20%;
	max-width: 20%;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 40px;
	line-height: 1.2;
	text-align: center;
	border-left: #FFFFFF 1px solid;
}
.nav_item:nth-child(1) {
	border-left: none;
}
.nav_item:nth-child(5n) {
	margin-right: 0;
}
.nav_item a {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5%;
	margin-left: 5%;
}
.nav_item a:hover, 
.nav_item.active a {
	background: #fff;
	border-radius: 6px;
	color: #39B383;
	border: 5px;
}
.btn-order {
	float: right;
	margin-top: .8em;
	margin-bottom: .8em;
	margin-right: 10px;
}
.btn-order a {
	background: #ffe100;
	background-image: url("/share/img-d/arrow-link-bk.svg");
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
	box-shadow: 0px 4px 0px 0px rgba(236, 209, 4, 1);
	border: none;
	border-radius: 6px;
	color: #000000;
	font-size: 1.3rem;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 28px;
	padding-bottom: 7px;
	padding-left: 18px;
}
.order_modal-container {
	display: none;
	position: absolute;
	top:50px;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.order_modal {
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 4px solid;
	margin-left: auto;
	margin-right: 0;
	padding: 20px 0 20px;
	width: 100%;
	box-sizing: border-box;
}
.order_modal:before {
	content: "";
	border: 19px solid transparent;
	border-top: 19px solid;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 0px;
	height: 19px;
}
.order_modal .btn_container li {
	margin-top: 15px;
}
.order_modal .btn_container li a {
	display: block;
	background: no-repeat;
	width: 300px;
	height: 49px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
.order_modal .close {
	width: 22px;
	height: 22px;
	border-radius: 20px;
	position: absolute;
	top: 6px;
	right: 6px;
	background: url(/service/denki/all-denka/img/btn_close.png) no-repeat center center;
	background-size: 14px 14px;
}
.order_modal .close:hover {
	cursor: pointer;
	opacity: 0.8;
}
.order_modal.nav_bg {
	background-color: #FFFFFF;
	border-color: #39B383;
}
.order_modal.nav_bg:before {
	border-top-color: #39B383;
}
.order_modal.nav_bg .close {
	background-color: #39B383;
}
.order_modal.nav_bg .btn_container .order_btn a {
	background: url(/service/denki/all-denka/img/btn_modal-order.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.order_modal.nav_bg .btn_container .user_btn a {
	background: url(/service/denki/all-denka/img/btn_modal-user.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

@media screen and (min-width:768px) {
   .nav_container-bg {
        order: 2;
    }
	.nav_item {
		font-size: 1.4rem;
	}
	.btn-order {
		margin-right: 0;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.btn-order a {
		background-size: 8px auto;
		font-size: 1.8rem;
		font-weight: bold;
		padding-right: 40px;
		padding-left: 40px;
	}
	.order_modal-container {
		top:50px;
		right: 0;
		max-width: 960px;
	}
	.order_modal {
		width: 540px;
		padding: 20px 0 35px;
	}
	.order_modal .btn_container li a {
		width: 420px;
		height: 70px;
	}
	.order_modal .close {
		width: 35px;
		height: 35px;
		top: 14px;
		right: 14px;
	}
}




.breadcrumb {
	font-size: 1.4rem;
	max-width: 960px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb a {
	color: #0075c1;
	text-decoration: underline;
}
#gas p a {
	color: #0075c1;
	text-decoration: none;
}
#gas p a:hover {
	text-decoration: underline;
}
sup {
	font-size: 60%;
	font-weight: normal;
	line-height: 1;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
.sup__txt10 {
	font-size: 50%;
	font-weight: normal;
	line-height: 1;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
.txtlink, a.txtlink {
	color: #0075c1 !important;
}
/*-----------------------------------------------------------------------

注釈

-----------------------------------------------------------------------*/
.txt__notes {
	padding-top: 20px;
	font-size: 1.4rem;
}
.notes__v1 {
	text-indent: -1.9em;
	padding-left: 1.9em;
}
.notes__v2 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.notes__v3 {
	text-indent: -1em;
	padding-left: 1em;
}
.notes__v4 {
	text-indent: -1em;
	margin-left: 1em;
	padding-left: 1em;
}
.notes__v5 {
	text-indent: -1.9em;
	padding-left: 1.9em;
}
.txt__red {
	color: #FF0004;
}
.txt__tax {
	font-size: 1.4rem;
	padding-top: 10px;
	text-align: right;
}
/* for sp --------------------*/
@media screen and (max-width: 767px) {
	.txt__notes {
		padding-top: 20px;
		font-size: 1.4rem;
	}
	.txt__tax {
		font-size: 1.4rem;
	}
}

.other_service .btn {
	height: 50px;
	padding: 0;
}
.other_service .btn .btn_txt {
	padding: 0 14px;
	font-size: 85.714286%;
	line-height: 1.333333;
}
.other_service .btn .btn_icon {
	display: table-cell;
	float: none;
	height: 100%;
	margin: 0;
	padding-right: 14px;
	vertical-align: middle;
}
.btn__to--law {
	text-align: center;
	padding-top: 30px;
}
.btn__to--law a {
	color: #0075c1;
	text-decoration: none;
}
/* page nav
--------------------*/
.page_nav {
	position: relative;
	margin: 0 0 80px;
	overflow: hidden;
}
.page_list {
	position: relative;
	left: 50%;
	float: left;
	font-size: 1.4rem;
}
.page_item {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 5px;
	line-height: 1;
}
.page_item a {
	display: block;
	padding: 9px 10px 8px 30px;
	background: url(/service/gas/common/img/icon_pagenav_off.gif) no-repeat 10px center;
	color: #000000 !important;
}
.page_item a:link, .page_item a:visited {
	color: #000;
	font-size: 85.714286%;
}
.page_item a:hover, .page_item a.on {
	border-radius: 3px;
	color: #000;
	text-decoration: none;
	background: #f3f3f3 url(/service/gas/common/img/icon_pagenav_on.gif) no-repeat 10px center;
}
@media screen and (max-width: 767px) {
	.page_nav {
		border: 1px solid #ccc;
		border-radius: 3px;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
		background: #fff;
		margin-bottom: 0px;
	}
	.page_list {
		left: auto;
		float: none;
	}
	.page_item {
		left: auto;
		float: none;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	.page_item a {
		display: block;
		padding: 12px 10px 10px 20px;
		background: none;
	}
	.page_item a:hover, .page_item a.on {
		background: none;
	}
	.page_item:last-child {
		border-bottom: none;
	}
	.page_item:after {
		content: url(/service/net/common/img/icon_pagenav_sp.png);
		display: block;
		position: absolute;
		top: 14px;
		right: 10px;
	}
	.accordion:after {
		content: "";
		display: none;
	}
	.accordion .ac_icon {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
		background: url(/service/net/common/img/icon_accordion_sp.gif) no-repeat;
		overflow: hidden;
	}
	.page_item .btn_wrap {
		display: table;
		width: 100%;
		height: 39px;
	}
	.page_btn {
		display: table-cell;
		position: relative;
		padding: 0 10px 0 14px;
		background: none;
		vertical-align: middle;
	}
	.page_btn {
		display: table-cell;
		position: relative;
		padding: 0 10px 0 14px;
		vertical-align: middle;
	}
	.page_btn:hover, .page_btn.on {
		background: transparent;
	}
	.accordion_nav {
		display: none;
	}
	.page_subnav {
		margin: 0 10px 0 14px;
		padding: 8px 0;
		border-top: 1px dashed #ccc;
	}
	.page_subnav_item {
		margin: 0 0 0 -10px;
		padding-left: 10px;
		line-height: 1;
	}
	.page_subnav_item a {
		display: inline-block;
		background: url(/service/net/common/img/icon_pagenav_off.gif) no-repeat 0 center;
	}
	.page_subnav_item.scr a {
		background: url(/service/net/common/img/icon_pagenav_scr.gif) no-repeat 0 center;
	}
	.page_subnav_item.on a {
		border-radius: 3px;
		color: #000;
		text-decoration: none;
		background: #f3f3f3 url(/service/net/common/img/icon_pagenav_on.gif) no-repeat 0 center;
	}
}
	.rakutoku{
		margin-top: 40px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.rakutoku_txt{
		margin-top: -20px;
	}

/* ------------------------------------------------------------------

お申し込みはこちら

------------------------------------------------------------------ */
#contents p.btn_application-ttl {
	font-size: 2.2rem;
	text-align: center;
	margin-top: 50px;
}
#contents p.btn_box-txt01 {
	font-size: 1.6rem;
}
#contents .btn_box-txt01 a {
	color: #0033aa;
	text-decoration: underline;
}
.btn_box {
	margin-top: 15px;
	padding-bottom: 10px;
}
.btn_box-btn01 {
	display: flex;
	align-items: center;
    max-width: 100%;
	border-radius: 5px;
	margin-top: 10px;
	text-align: left;
}
.btn_box-btn01 p {
	width: 100%;
	display: table;
}
.btn_box-btn01 p span {
	font-size: 80%;
}
.btn_box-btn01 a {
	padding-left: 4%;
	color: #FFFFFF;
	font-size: 1.8rem;
	display: table-cell;
	vertical-align: middle;
	background-image: url("../../img/arrow_01.png");
	background-position: 96% 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	line-height: 1.4;
	text-decoration: none !important;
}
.btn_red {
	background-color: #e74c22;
}
.btn_orange {
	background-color: #ff9a00;
}
.btn_red a,
.btn_orange a {
    color: #FFFFFF !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn_box-btn01 a:hover, 
.btn_red:hover,
.btn_orange:hover {
	transition: all 0.2s ease-out;
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #FFFFFF;
}
.btn_box-btn01 span {
	font-size: 80%;
}
.btn_box-btn01 .eo {
	font-size: 125%;
}
.btn_to-aw {
	text-align: center;
    padding-top: 1.0em;
}
.btn_to-aw a {
    color: #0022aa;
    text-decoration: underline;
}

@media screen and (min-width:768px) {
	#contents p.btn_application-ttl {
		font-size: 3.2rem;
		margin-top: 60px;
	}
    #contents .btn_box-txt01 p {
		font-size: 1.6rem;
        text-align: center;
	}
	.btn_box {
		display: flex;
    	justify-content: space-between;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.btn_box-btn01 {
		flex-basis: 48%;
        max-width: 48%;
	}
    #contents .btn_box-btn01 p {
        margin-bottom: 0;
    }
	.btn_box-btn01 a {
		font-size: 2.2rem;
		background-size: 30px;
	}
	.btn_red a,
    .btn_orange a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.btn_box-btn01 .eo {
		line-height: 1;
	}
    .btn_to-aw {
		padding-top: 1.0em;
	}
}




