@charset "utf-8";

/* mv_wrap
-------------------------------------------------- */
.service_ttl {
	font-weight: bold;
}
.service_ttl_small{
	display: flex;
	align-items: center;
	font-weight: bold;
}
.service_ttl .ttl_num,
.service_ttl_small .ttl_num{
	font-weight: normal;
	line-height: 1;
}
.service_ttl_small{
	justify-content: center;
}
.service_ttl_small .service_ttl_logo {
	line-height: 1;
}
.logo_gateway_wrap .logo_gateway {
	width: 288px;
	margin: 0 auto;
}
.logo_gateway img{
	width: 100%;
}
@media print, screen and (min-width:768px) {
	.mv_wrap{
		padding: 35px 0 60px;
		margin-bottom: 40px;
		background-color: #FFFBF3;
	}
	.service_ttl{
		margin-bottom: 20px;
		font-size: 36px;
	}
	.service_ttl_logo {
		margin-right: 10px;
	}
	.service_ttl_small {
		margin-bottom: 20px;
		font-size: 36px;
	}
	.service_ttl_small .ttl_num{
		font-size: 72px;
	}
	.service_ttl_small .color_red{
		margin-right: 5px;
	}
	.service_ttl_small .service_ttl_logo {
		padding-bottom: 10px;
	}
	.logo_gateway_wrap {
		margin-bottom:25px;
	}
}
@media screen and (max-width:767px) {
	.mv_wrap {
		margin-bottom: 25px;
	}
	.mv_wrap .content_fixed_inner{
		padding: 0;
	}
	.service_ttl{
		margin: 40px 20px 25px;
		font-size: 26px;
	}
	.service_ttl img{
		width: 173px;
	}
	.service_ttl_logo {
		margin-right: 8px;
	}
	.mv_wrap .mv_img{
		overflow: hidden;
		width: 100%;
	}
	.mv_wrap .mv_img img{
		transform:scale(1.1,1.1);
	}
	.service_ttl .color_red{
		margin-right: 6px;
	}
	.service_ttl_small{
		margin-bottom: 30px;
		font-size: 26px;
	}
	.service_ttl_small .service_ttl_logo img{
		width: 120px;
	}
	.service_ttl_small .ttl_num{
		font-size: 50px;
	}
	.service_ttl_small .color_red{
		margin-right: 3px;
	}
}

/* notification_block
-------------------------------------------------- */
.notification_block {
	border: 2px solid #ddd;
    border-radius: 14px;
    box-shadow: 0px 2px 0px 0px rgb(170 170 170 / 40%);
}

.notif_heading_main {
	padding: 25px;
	background: #FFFBF3;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.notif_content {
	padding: 30px 60px;
}
.notif_heading_main figure {
	display: table;
	margin: 0 auto;
}
.notif_heading_main figure span {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.notif_heading_main .notif_ttl {
	padding: 0 0 0 10px;
	color: #E97E76;
	font-weight: bold;
}

.banner_link {
	position: relative;
	z-index: 1;
	display: block;
}
.banner_link:after {
	position: absolute;
	content: "";
    bottom: 20px;
    right: 20px;
    margin: auto 0;
    width: 26px;
    height: 26px;
    background: url("/jpn/consumer/energy/service/images/banner_link_arrow.png") no-repeat right center;
    background-size: 100%;
    transition: all .2s;
	/* display: block; */
	z-index: 2;
}
.banner_link:hover img {
	box-shadow: 0 7px 12px 0 rgb(0 0 0 / 16%);
}
.banner_link:hover:after {
    right: 15px;
}
@media print, screen and (min-width:768px) {
	.notif_heading_main {
		padding: 20px 25px;
	}
	.notif_heading_main figure span img {
		width: 80%;
	}
	.notif_heading_main .notif_ttl {
		font-size: 28px;
	}
	.notification_block:not(:first-child) {
		margin-top: 30px;
	}
}

@media screen and (max-width:767px) {
	.notif_heading_main {
		padding: 25px;
	}
	.notif_heading_main .notif_ttl {
		font-size: 18px;
	}
	.notif_heading_main figure span img {
		max-width: 33px;
	}
	.notif_content {
		padding: 15px 20px;
	}
	.notification_block:not(:first-child) {
		margin-top: 20px;
	}
}


/* custom txt
-------------------------------------------------- */
.system_ttl {
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.system_ttl {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;
	}
}

@media screen and (max-width:767px){
	.system_ttl {
		margin-bottom: 10px;
	}
}

.imgtxt_ver_2_1 > .col_inner:after {
	content: none;
}

.img_rounded {
	border-radius: 10px;
}

.txt_color_red{
	color: #f2aa9d;
}