@charset "utf-8";

.label-disk-dark {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	width: 1.2em;
	height: 1.2em;
	margin-right: .3em;
	border-radius: 100px;
	background-color: #333;
}

.step-tag {
	position: relative;
}
.step-tag .step-tag-top {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	font-weight: bold;
	padding: 0.2em 1em;
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	background-color: #EE5D44;
	color: #fff;
	border-radius: 0 0 8px 8px;
}

/*J:COM 電力への切替はとってもかんたん*/
.ele-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.ele-features {
		max-width: 280px;
		margin: auto;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
}
.ele-features > .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #e83316;
	text-align: center;
	width: 170px;
	height: 170px;
	border-radius: 100px;
	background-color: #f9d9ae;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f9d9ae), color-stop(90%, #fff6e8));
	background: linear-gradient(#f9d9ae 10%, #fff6e8 90%);
}
@media screen and (max-width: 767px) {
	.ele-features > .item {
		font-size: 18px;
		width: 130px;
		height: 130px;
	}
}

/* Jcomアプリ */
.border-bottom-red {
	padding-bottom: 10px;
	border-bottom: 2px solid #E9381B;
  }
  @media screen and (max-width: 767px) {
	.border-bottom-red {
	  border-bottom: none;
	  padding-bottom: 0;
	}
}

/* 重要なお知らせ */
.un-important {
	border-radius: 8px;
	max-width: 738px;
	margin: 0 auto;
  }
  .un-important .box-body {
	border: 1px solid #EE5D44;
	border-top: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
  }
  .un-important .link-blank {
	font-weight: normal !important;
  }

.ele-starter-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 18px 50px;
	background: #e93817 url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;
    background-size: 32px 32px;
}

.ele-member-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 18px 50px;
	background: #F5D200 url(/common_v10/images/icn-member.svg) no-repeat 20px center;
    background-size: 32px 32px;
}