@charset "utf-8";

.contents_nav-item:nth-child(2) {
	background: #fff6b2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 3px solid #fee101;
}

@media screen and (max-width: 768px) {
	.wrap {
		padding: 0 10px;
	}
}

.bnr_all-denka {
	position: relative;
	display: block;
	background: #fff;
	border: 2px solid #39b382;
	color: #39b382;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: .6em;
	padding-bottom: .6em;
	text-align: center;
	cursor: pointer;
}
.bnr_all-denka:hover {
	background: #ffe100;
	color: #000;
}
@media screen and (min-width: 768px) {
	.bnr_all-denka {
		font-size: 2.0rem;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width: 320px) {
	.bnr_all-denka {
		font-size: 1.4rem;
	}
}
#important-news {
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #ffeeee;
	text-align: center;
}
#important-news a {
	font-size: 1.8rem;
	color: #0022AA;
}
#important-news a span.red {
	color: #ff0000;
}

/* #standard_plan,
#simple_plan {
	margin-top: -100px;
	padding-top: 100px;
}
@media screen and (max-width: 768px) {
	#standard_plan,
	#simple_plan {
		margin-top: 0px;
		padding-top: 0px;
	}
} */


/* Public style
--------------------*/
#contents .point_right img {
	max-width: 100%;
}
#contents .pos-center {
	text-align: center;
}
#contents .pos-left {
	text-align: left;
	font-size: 1.4rem;
}
#contents .pos-right {
	text-align: right;
	font-size: 1.4rem;
}
#contents .mt50 {
	margin-top: 50px;
}
#contents .btn_procedure {
	border: 1px solid #000;
}
@media screen and (min-width:768px) {
	#contents .pos-left {
		font-size: 1.6rem;
	}
	#contents .pos-right {
		font-size: 1.6rem;
	}
	#contents .mt50 {
		margin-top: 50px;
	}
	#contents .w100 {
		width: 100%;
	}
}

#contents section:first-of-type .point__ttl {
	margin-top: 2em;
}


/* eo電気とeo光ネットをご利用の場合 style
--------------------*/
#contents .plan_choice {
	width: 100%;
}
#contents .plan_choice li {
	float: left;
	width: 50%;
	text-align: center;
}
#contents .plan_choice img {
	max-width: 100%;
	padding-right: .5em;
	padding-left: .5em;
}
@media screen and (min-width:768px) {
}


/* eo電気とeo光ネットをご利用の場合 style
--------------------*/
#contents .plan_name {
	position: relative;
	margin-top: 2.5em;
	margin-bottom: .8em;
	padding-left: 1em;
	font-size: 1.6rem;
	font-weight: bold;
}
#contents .plan_name.mt0 {
	margin-top: 0;
}
#contents .plan_name:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #ffe100;
	background: #ffe100;
	background: -moz-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
	background: -webkit-linear-gradient(top, #fff6b3 0%, #ffe100 100%);
	background: linear-gradient(to bottom, #fff6b3 0%, #ffe100 100%);
	width: 4px;
	height: 100%;
}
@media screen and (min-width:768px) {
	#contents .plan_name {
		font-size: 2.4rem;
		margin-top: 60px;
	}
}

#contents .plan_description {
	margin-bottom: 1em;
	font-size: 1.4rem;
}
#contents .plan_attention {
	font-size: 1.4rem;
	color: #FF0004;
	margin-top: 2.0em;
}
@media screen and (min-width:768px) {
	#contents .plan_description {
		font-size: 1.8rem;
	}
	#contents .plan_attention {
		font-size: 1.6rem;
	}
}



/* eo電気とeo光ネットをご利用の場合 style
--------------------*/
#contents .inline-box {
	display: inline-block;
	margin-left: 1.5em;
}
@media screen and (min-width:768px) {
}


/* eo電気とeo光ネットをご利用の場合 style
--------------------*/
#contents .pricelist-notes {
	margin-top: 1.5em;
	font-size: 1.4rem;
	text-align: right;
}
@media screen and (min-width:768px) {
	#contents .pricelist-notes {
		font-size: 1.6rem;
	}
}

#pricelist {
	position: relative;
	/* width: 710px; */
	width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-right: auto;
	margin-left: auto;
}
#pricelist .pricelist-head {
}
#pricelist .pricelist-body {
	position: relative;
	height: 260px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border-bottom: 1px solid #707070;
}
#pricelist .pricelist-head img,
#pricelist .pricelist-body img {
	max-width: 100%;
}

#pricelist .scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none;
}
#pricelist .scroll-hint-icon {
	position: absolute;
	top: calc(50% - 65px);
	left: calc(50% - 50px);
	box-sizing: border-box;
	width: 130px;
	height: 100px;
	border-radius: 5px;
	transition: opacity .3s;
	opacity: 1;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	padding: 20px 10px 10px 10px;
}
#pricelist .scroll-hint-text {
	font-size: 13px;
	color: #FFF;
	margin-top: 5px;
}
#pricelist .scroll-hint-icon:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/icon-yubi.png);
}
/* .scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
	opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
	animation: scroll-hint-appear 1.2s linear;
	animation-iteration-count: 2;
}
@keyframes scroll-hint-appear {
	0% {
		transform: translateX(40px);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	50%, 100% {
		transform: translateX(-40px);
		opacity: 0;
	}
} */
@media screen and (min-width:375px) {
	#pricelist .pricelist-body {
		height: 300px;
	}
}
@media screen and (min-width:414px) {
	#pricelist .pricelist-body {
		height: 330px;
	}
}
@media screen and (min-width:760px) {
	#pricelist .pricelist-body {
		height: 600px;
	}
	#pricelist .pricelist-body::-webkit-scrollbar {
		display: none;
	}
}
@media screen and (min-width:860px) {
	.pricelist-notes {
		width: 739px;
		margin-right: auto;
		margin-left: auto;
	}

	#pricelist {
		width: 739px;
	}
	#pricelist .pricelist-body {
		position: relative;
		height: 406px;
		overflow-y: scroll;
/*		border-bottom: 2px solid #707070;*/
	}

	#pricelist .scroll-hint-icon {
		top: calc(50% - 78px);
		left: calc(50% - 78px);
		width: 156px;
		height: 156px;
	}
	#pricelist .scroll-hint-icon:before {
		width: 100px;
		height: 100px;
		background-image: url(../img/icon-mouse.png);
	}
}


/* eo電気とeo光ネットをご利用の場合 style
--------------------*/
#contents .plan_standard {
}
#contents .plan_standard-box {
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	background-color: #eee;
}
#contents .plan_standard-box a {
	color: #0022AA;
	text-decoration: underline;
}
#contents .plan_standard-ttl {
	margin-bottom: .3em;
	font-size: 2.0rem;
}

#contents .plan_standard-0yen {
	position: absolute;
	top: -2px;
	right: 4px;
	width: 80px;
}
#contents .plan_standard-0yen img {
	width: 100%;
}
#contents .included-tax {
	margin-bottom: .5em;
	font-size: 1.2rem;
	text-align: right;
}

#contents .plan_standard-graph {
	width: 100%;
	margin-bottom: .5em;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	line-height: 1.4;
}
#contents .plan_standard-graph th,
#contents .plan_standard-graph td {
	padding: .5em;
	font-size: 1.1rem;
}
#contents .plan_standard-graph th {
	width: 26%;
	background-color: #dcdcdc;
}
#contents .plan_standard-graph td {
	width: 37%;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}
#contents .plan_standard-graph tr:first-child td {
	border-top: 0;
}
#contents .plan_standard-graph td.colspan {
	width: 74%;
}
#contents .plan_standard-graph td.right {
	text-align: right;
}

#contents .plan_standard-graph_notes {
	font-size: 1.2rem;
}
#contents .plan_standard .icon-plus {
	padding-top: 1em;
	padding-bottom: 1em;
}
#contents .plan_standard .icon-plus .v-center {
	width: 40px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/icon-plus.png);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
@media screen and (min-width:357px) {
	#contents .plan_standard-0yen {
		top: -10px;
		width: 100px;
	}
	#contents .included-tax {
		font-size: 1.4rem;
	}
	#contents .plan_standard-graph th,
	#contents .plan_standard-graph td {
		font-size: 1.4rem;
	}
	/* #contents .plan_standard-graph.v-minus {
		margin-top: -70px;
	} */
}
/* @media screen and (min-width:414px) {
	#contents .plan_standard-graph.v-minus {
		margin-top: -70px;
	}
} */
@media screen and (min-width:768px) {
	#contents .plan_standard {
		display: flex;
		justify-content: space-between;
	}
	#contents .plan_standard-box {
		margin-bottom: 10px;
		padding-top: 2em;
		padding-bottom: 1em;
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	#contents .plan_standard-box.w600 {
		width: 60%;
	}
	#contents .plan_standard-box.w300 {
		width: 30%;
	}
	#contents .plan_standard-0yen {
		top: -20px;
		right: 20px;
		width: 142px;
	}

	#contents .plan_standard .v-center {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	#contents .plan_standard-ttl {
		margin-bottom: .5em;
		font-size: 2.0rem;
	}
	#contents .plan_standard-graph {
		margin-bottom: .7em;
	}
	#contents .plan_standard-graph.v-minus {
		margin-top: -90px;
		margin-bottom: 1em;
	}
	#contents .plan_standard .icon-plus {
		margin-top: 0;
		margin-bottom: 0;
		padding-right: 20px;
		padding-left: 20px;
	}
	#contents .plan_standard .icon-plus .v-center {
		height: 100%;
	}
}


/* eo電気とeo光ネットをご利用の場合 style
--------------------*/
#contents .fee-table {
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #a0a0a0;
}
#contents .fee-table th,
#contents .fee-table td {
	padding: .6em .8em;
	font-size: 1.4rem;
	border: 1px solid #a0a0a0;
}
#contents .fee-table th {
	background-color: #d9d9d9;
}
#contents .fee-table td {
	text-align: center;
}
@media screen and (min-width:768px) {
	#contents .fee-table th,
	#contents .fee-table td {
		padding: .8em 1.2em;
		font-size: 1.8rem;
	}
}


/* eo電気とeo光ネットをご利用の場合 style
--------------------*/
#contents .bnr_campaign {
	margin-top: 2em;
	text-align: center;
}
#contents .bnr_campaign a {
	display: block;
}
#contents .bnr_campaign a:hover {

}
#contents .bnr_campaign img {
	max-width: 100%;
}
.order_note {
	margin-top: 60px;
	text-align: center;
}
@media screen and (min-width:768px) {
}




/* eo電気だけをご利用の場合 style
--------------------*/
/* #contents .pricelist-notes {
	margin-top: 1em;
	text-align: right;
} */
#pricelist-nonet {
	position: relative;
	/* width: 710px; */
	width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-right: auto;
	margin-left: auto;
}
#pricelist-nonet .pricelist-head-nonet {
}
#pricelist-nonet .pricelist-body-nonet {
	position: relative;
	height: 260px;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border-bottom: 1px solid #707070;
}
#pricelist-nonet .pricelist-head-nonet img,
#pricelist-nonet .pricelist-body-nonet img {
	max-width: 100%;
}

#pricelist-nonet .scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none;
}
#pricelist-nonet .scroll-hint-icon {
	position: absolute;
	top: calc(50% - 65px);
	left: calc(50% - 50px);
	box-sizing: border-box;
	width: 130px;
	height: 100px;
	border-radius: 5px;
	transition: opacity .3s;
	opacity: 1;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	padding: 20px 10px 10px 10px;
}
#pricelist-nonet .scroll-hint-text {
	font-size: 13px;
	color: #FFF;
	margin-top: 5px;
}
#pricelist-nonet .scroll-hint-icon:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/icon-yubi.png);
}
@media screen and (min-width:375px) {
	#pricelist-nonet .pricelist-body-nonet {
		height: 300px;
	}
}
@media screen and (min-width:414px) {
	#pricelist-nonet .pricelist-body-nonet {
		height: 330px;
	}
}
@media screen and (min-width:760px) {
	#pricelist-nonet .pricelist-body-nonet {
		height: 600px;
	}
	#pricelist-nonet .pricelist-body-nonet::-webkit-scrollbar {
		display: none;
	}

}
@media screen and (min-width:860px) {
	/* #contents .pricelist-notes {
		width: 860px;
		margin-right: auto;
		margin-left: auto;
	} */

	#pricelist-nonet {
		width: 739px;
	}
	#pricelist-nonet .pricelist-body-nonet {
		position: relative;
		height: 406px;
		overflow-y: scroll;
		border-bottom: 2px solid #707070;
	}

	#pricelist-nonet .scroll-hint-icon {
		top: calc(50% - 78px);
		left: calc(50% - 78px);
		width: 156px;
		height: 156px;
	}
	#pricelist-nonet .scroll-hint-icon:before {
		width: 100px;
		height: 100px;
		background-image: url(../img/icon-mouse.png);
	}
}


/*-----------------------------------------------------------------------
アコーディオン
-----------------------------------------------------------------------*/
.accordion__list--head {
	position: relative;
	color: #0022AA;
	font-size: 1.6rem;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1;
}
.accordion__list--head.comparison {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
.accordion__list--head.charge {
	width: 30%;
}
.accordion__list--head span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/service/common/img/icon_accordion01.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
	margin-left: 15px;
}
.accordion__list .is-open span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("/service/common/img/icon_accordion02.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	-webkit-transform: translate(-10px, -50%);
	-ms-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
	margin-left: 15px;
}
.accordion__list--body {
	display: none;
}
.accordion__list--body.comparison {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.accordion__list--body a {
	color: #0022AA;
	text-decoration: underline;
}
.note__ttl {
	margin-top: 30px;
}
.meter_container {
	display: flex;
	margin-top: 10px;
	width: 95%;
}
.meter {
	margin-left: 15px;
}
.confirmation__txt {
	font-size: 1.8rem;
	margin-top: 20px;
	font-weight: bold;
}
/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.accordion__list--head {
		font-size: 1.6rem;
		margin-top: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.accordion__list--head.comparison {
		width: 100%;
	}
	.accordion__list--head.charge {
		width: 100%;
	}
	.accordion__list--head p:before {
		width: 20px;
		height: 20px;
	}
	.accordion__list .is-open p:before {
		width: 20px;
		height: 20px;
	}
	.accordion__list--body.comparison {
		width: 100%;
	}
	.meter_container {
		width: 100%;
	}
}


/*-----------------------------------------------------------------------
TABLE
-----------------------------------------------------------------------*/
.tab__table {
	width: 100%;
	font-size: 1.8rem;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
.tab__table.txt__small {
	font-size: 1.4rem;
}
.tab__table td {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	background-color: #eeeeee;
}
td.table__bg--black {
	background-color: #666666;
	color: #FFFFFF;
}
td.table__bg--white {
	background-color: #FFFFFF;
}
td.table__bg--yellow {
	background-color: #ffff9a;
}
td.table__bg--green01 {
	background-color: #3ab382;
	color: #FFFFFF;
}
td.table__bg--white--arrow {
	background-color: #FFFFFF;
	border-left: none;
	text-align: left;
}
td.table__bg--white--price {
	text-align: right;
}
/* for sp --------------------------------*/
@media screen and (max-width: 768px) {
	.tab__table {
		font-size: 0.8125rem;
	}
	.tab__table.txt__small {
		font-size: 1.4rem;
	}
	.tab__table td {
		padding-top: 10px;
		padding-right: 2px;
		padding-bottom: 10px;
		padding-left: 2px;
		font-size: 1.3rem;
	}
}

.txt__notes span {
	color:  #FF0004;
}



.attention a {
	display: block;
	text-align: center;
	width: 86%;
	margin-right: auto;
	margin-top: 40px;
	margin-left: auto;
	padding-top: .4em;
	padding-right: .5em;
	padding-bottom: .2em;
	padding-left: .5em;
}
.attention span {
	font-weight: bold;
}
.attention:last-of-type a {
	margin-top: 20px;
}

/* for sp --------------------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.attention a {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.attention:last-of-type a {
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

#contents .point_left p.note01 {
	font-size: 1.4rem;
	color: #ff3333;
	margin-top: 1.0em;
}
@media screen and (max-width: 736px) {
	#contents .point_left p.note01 {
		font-size: 1.3rem;
	}
}