@charset "utf-8";
body .content{
	color: #222;
}
.num_btn_link_page .num_btn a .num_btn_inner{
	color: #222;
}
.num_btn_link_page .num_btn a .num_btn_inner:before {
    background-image: url(/jpn/consumer/energy/emergency/images/icon_arrow_down_black.svg);
}

.bg_gray {
	background-color: #F4F6F7;
}
.color_black {
	color: #222 !important;
}

.ttl_bdr_left:before {
    background-color: #FF0A14 !important;
}

.warning_notif {
    margin-bottom: 50px;
    background-color: #FCECEA;
}

.warning_notif p {
    position: relative;
    padding-left: 40px;
    color: #E42A1C;
}

.warning_notif p:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(/jpn/consumer/energy/emergency/images/icon02.svg) no-repeat;
    content: "";
    background-size: contain;
}

._no_img {
    padding-left: 0 !important;
    margin-bottom: 30px !important;
}

._no_img p {
    padding-left: 20px !important;
}

._no_img p:before {
    content: none;
}

.warning_notif_2 {
    background-color: #F6614D;
}

.warning_notif_2 p {
    color: #FFFFFF;
    font-weight: 500;
}

.content .sec_inner {
    margin-bottom: 45px;
}

.group_wrap{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.group_wrap li{
    width: calc((100% - 100px)/5);
}

.group_wrap li img {
    width: 100%;
}

.no_flex {
    display: block !important;
}
.indent_kata li{
	margin-left: 3em;
	text-indent: -3em;
}

@media screen and (min-width:768px) {
    .warning_notif {
        padding: 20px 50px;
    }

    .warning_notif_2 {
        padding: 25px;
    }
    .sec_ttl_wrap {
        margin-bottom: 35px;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }
    
    .sec_ttl {
        font-weight: bold;
        line-height: 1.5;  
    }
}

@media screen and (max-width:767px) {
    .content_fixed_inner {
        padding: 0 !important;
    }

    .sec_inner {
        padding: 0 20px;
    }

    .button_wrap {
        padding: 0 10px;
    }

    .num_btn_link_page .num_btn .txt {
        font-weight: 500;
    }
    
    .group_wrap li{
        width: calc((100% - 20px)/2);
        margin-top: 20px;
    }

    .warning_notif {
        padding: 25px 20px;
    }

    .warning_notif_2 {
        padding: 25px 20px;
    }

    .sub_title {
        text-align: center;
    }

    .sec_ttl_wrap {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }

    .sec_ttl {
        font-weight: bold;
    }
}


/* 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: #F4F6F7;
	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 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.notif_heading_main .notif_ttl {
	padding: 0 0 0 10px;
    text-align: center;
	font-weight: bold;
}

.notif_tag {
    min-width: 212px;
    width: 70%;
    margin: 0 auto;
    padding: 10px 50px;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
}

.bg_red {
    background-color: #FF0A14;
} 

.bg_dgray {
    background-color: #A1A1A1;
}

.list_dot_colored {
    list-style: none; 
    position: relative;
    margin-left: 5px;
}

.list_dot_colored li {
    font-weight: bold;
    list-style-position: outside;
    margin-bottom: 10px;
}

.indent_dot li {
	text-indent: -20px;
	margin-left: 20px;
}

.list_dot_colored li:before {
    content: "";
    display: inline-block;
    background: url(/jpn/consumer/energy/emergency/images/list_dot_img01.png) no-repeat;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    vertical-align: middle;
}

@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 .notif_ttl {
        padding: 0;
    }
	.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;
	}
    .bg_dgray {
        padding: 10px;
    }
}


/*-------------------block_gray------------------------*/
.block_gray {
    background-color: #F4F6F7;
    padding: 30px 20px;
    border-radius: 15px;
}

@media print, screen and (min-width:768px) {
    .block_gray {
    padding: 50px 60px;
    }
}

/*-------------------step_container------------------------*/
/* stepList
-------------------------------------------------- */
.stepList {
	border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
	.inquiry_block_wrap {
		padding: 20px 0;
	}
	.stepList {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.stepList > .step_column {
		position: relative;
		width: calc((100% - 100px) / 3);
		margin-right: 50px;
		margin-top: 50px;
	}
	.stepList > .step_column .point_ttl_wrap {
    	display: table;
		width: 100%;
	}
	.stepList > .step_column .point_ttl {
		position: relative;
		display: table-cell;
	}
	.stepList > .step_column:not(:last-child) .point_ttl:after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 38px;
		height: 14px;
		background: url("/jpn/consumer/energy/emergency/images/bg_arrow_step.svg") no-repeat;
		left: 102%;
	}
	.stepList > .step_column:nth-of-type(-n+3) {
		margin-top: 0;
	}
	.stepList > .step_column:nth-of-type(3n) {
		padding-right: 0;
		margin-right: 0;
	}

    .step_column img {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .inquiry_block_wrap {
        margin-bottom: 20px;
	}
	.stepList > .step_column:not(:last-child) {
		padding-bottom: 35px;
	}
	.stepList > .step_column:not(:first-child) {
		margin-top: 20px;
	}
	.step_content {
		padding-left: 50px;
	}
	.stepList > .step_column {
		position: relative;
	}
	.stepList > .step_column:not(:last-child):after {
		content: "";
		position: absolute;
		top: 8%;
		width: 6px;
		height: 80%;
		transform: translateX(-50%);
		background: url("/jpn/consumer/energy/emergency/images/step_arrow_body.png") repeat-y;
		left: 16px;
		z-index:1;
	}
	.stepList > .step_column:not(:last-child):before {
		content: "";
		position: absolute;
		top: 0;
		width: 20px;
		height: 100%;
		background: url("/jpn/consumer/energy/emergency/images/step_arrow_head.png") bottom 10px center no-repeat;
		background-size: contain;
		left: 7px;
		z-index:1;
	}
	.stepList > .step_column:nth-child(2):after {
		height: 82%;
	}
	.stepList > .step_column:nth-child(2):before {
		content: "";
		position: absolute;
		top: -31px;
		width: 20px;
		height: 100%;
		background: url("/jpn/consumer/energy/emergency/images/step_arrow_head.png") bottom 0 center no-repeat;
		background-size: contain;
		z-index:1;
	}
}

/* point_ttl_wrap
-------------------------------------------------- */
.point_ttl_wrap {
	text-align: left;
}
.point_ttl_wrap .point{
	display: inline-block;
	padding: 5px 23px 1px;
	border-radius: 1000px;
}
.color_white {
	color: #fff !important;
}
.point_ttl_wrap .point .ttl_num{
	margin-left: 3px;
	font-weight: normal;
	line-height: 1;
}
.point_ttl_wrap .point_num{
	max-width: 32px;
	width: 64px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: normal;
	margin: 0 20px 0 0;
	border-radius: 1000px;
	position: absolute;
	top: 0;
	left: 0;
}
.point_ttl_wrap .point_ttl {
	display: block;
	position: relative;
    padding-left: 45px;
	font-weight: bold;
    line-height: 1.75;
    text-align: left;
}
.bg_circle_orange {
	background-color: #FF0A14 !important;
}
.step_column .text_note01{
	font-size: 14px;
}

@media print, screen and (min-width:768px) {
	.point_ttl_wrap {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.point_ttl_wrap .point{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.point_ttl_wrap .point_ttl {
	    padding-left: 40px;
	}
	.point_ttl_wrap .point .ttl_num{
		font-size: 36px;
	}
}

@media screen and (max-width:767px) {
	.point_ttl_wrap {
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.point_ttl_wrap .point{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.point_ttl_wrap .point_ttl {
	    padding-left: 50px;
	}
	.point_ttl_wrap .point .ttl_num{
		font-size: 26px;
	}
	.ene_sec .content_fixed_inner {
		padding: 0;
	}
}