@charset "utf-8";

.ene_ttl_main_block {
    margin-left: 0 !important;
}

.ene_ttl_txt_solo {
    margin: 50px 0 60px 0;
}

.ene_nav_icon img{
    vertical-align: text-bottom;
    padding-right: 5px;
}

.icon_gas {
    background: url("/jpn/consumer/energy/electricity/images/icon_gas.png") no-repeat;
    background-size: contain;
    width: 68px;
    height: 30px;
}
.num_btn_link_page .num_btn a:hover .num_btn_inner .icon_gas {
    background-image: url("/jpn/consumer/energy/electricity/images/icon_gas_hover.png");
}

.icon_penalty {
    background: url("/jpn/consumer/energy/electricity/images/icon_penalty.png") no-repeat;
    background-size: contain;
    width: 36px;
    height: 30px;
}
.num_btn_link_page .num_btn a:hover .num_btn_inner .icon_penalty {
    background-image: url("/jpn/consumer/energy/electricity/images/icon_penalty_hover.png");
}

.icon_procedure {
    background: url("/jpn/consumer/energy/electricity/images/icon_procedure.png") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.num_btn_link_page .num_btn a:hover .num_btn_inner .icon_procedure{
    background-image: url("/jpn/consumer/energy/electricity/images/icon_procedure_hover.png");
}

@media screen and (min-width:768px) {
    .txt_large {
        font-size: 82px;
    }

    .num_btn_wrap {
        padding-top: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .link_page_ttl {
        margin-bottom: 40px !important;
    }
    .txt_large {
        font-size: 48px;
    }
    .num_btn_wrap._bg_set .content_fixed_inner {
        padding-top: 30px !important;
    }
}


/* arealist */
.arealist {
    margin: 50px 0 0;
}

.arealist > li {
	border: 2px solid #ddd;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 2px 0px 0px rgb(170 170 170 / 40%);
}

.arealist .question {
	border-bottom: 2px solid #ddd;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.arealist .answer {
    display: none;
    position: relative;
    font-weight: 500;
}

/* list_ora_arrow_right */
.list_ora_arrow_right li {
    margin: 0;
    padding: 0 0 0 30px;
	position: relative;
    line-height: 1;
}

.list_ora_arrow_right li::before {
	content: '';
    display: block;
    width: 14px;
    height: 18px;
    background: url("/jpn/consumer/energy/electricity/images/icon_orange_arrow_right.png") no-repeat center center/contain;
	position: absolute;
    top: 2px;
    left: 0;
}

.list_ora_arrow_right li a {
	color: #64463C;
	text-decoration: none;
}

.list_ora_arrow_right li a:hover {
	color: #FF0A14;
}

@media print, screen and (min-width:768px) {
    .arealist .question {
        padding: 25px 50px;
        font-size: 22px;
    }
    .arealist .answer {
        padding: 40px 50px;
        font-size: 18px;
    }
    .arealist li:not(:first-child) {
        margin-top: 30px;
    }
}

@media print, screen and (max-width:767px) {
    .arealist {
        margin-top: 30px !important;
    }
    .arealist .question {
        padding: 10px 30px;
        font-size: 16px;
    }
    .arealist .answer {
        padding: 15px 30px;
        font-size: 16px;
    }
    .arealist li:not(:first-child) {
        margin-top: 20px;
    }
}

.arealist .question:before {
    width: 15px;
    height: 2px;
    right: 25px;
}
.arealist .question:after {
    width: 2px;
    height: 15px;
    margin-top: -6px;
    right: 31px;
}

.arealist .question:before,
.arealist .question:after {
    content: "";
    background-color: #FF5514;
    display: block;
    position: absolute;
    top: 50%;
}
.arealist .question.open:after  {
    content: none;
	display: none;
	background: none;
}

/* custom text colors
-------------------------------------------------- */
.text_white {
	color: #fff;
}

/* .inquiry_flow_block
-------------------------------------------------- */
.inquiry_flow_heading_main {
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width:768px) {
	.inquiry_flow_block {
		margin-top: 50px;
		border-radius: 10px;
	}
	.inquiry_flow_heading_main {
		margin-bottom: 34px;
		font-size: 24px;
	}
	.inquiry_flow_block .inquiry_block_wrap {
		padding: 30px;
	}
}

@media screen and (max-width:767px) {
	.text_bordered .txt_highlight {
		font-size: 18px;
	}
	.inquiry_flow_block .inquiry_block_wrap {
		padding: 30px 20px;
	}
	.inquiry_flow_block {
	    margin-top: 25px;
	}
	.inquiry_flow_heading_main {
		margin-bottom: 16px;
		font-size: 18px;
	}
}

/* stepList
-------------------------------------------------- */
.stepList {
	border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
	.stepList {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 22px 30px;
	}
	.stepList > .step_column {
		position: relative;
		width: calc((100% - 100px) / 3);
		margin-top: 50px;
		margin-right: 50px;
	}
	.stepList > .step_column .point_ttl_wrap {
    	display: table;
		width: 100%;
	}
	.stepList > .step_column .point_ttl {
    	display: table-cell;
		position: relative;
		vertical-align: middle;
	}
	.stepList > .step_column:not(:last-child) .point_ttl:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 111%;
		transform: translateY(-50%);
		width: 38px;
		height: 14px;
		background: url("/jpn/consumer/energy/process/images/bg_arrow_step.svg") no-repeat;
	}
	.stepList > .step_column:nth-of-type(-n+3) {
		margin-top: 0;
	}
	.stepList > .step_column:nth-of-type(3n) {
		padding-right: 0;
		margin-right: 0;
	}
	.point_one {
		top: 30% !important;
	}
	.pc_w62p {
		width: 61.63% !important;
	}
	.pc_w48p {
		width: 47.95% !important;
	}
	.step_content {
		text-align: center;
	}
}


@media screen and (max-width:767px) {
	.step_column {
		display: flex;
		justify-content: space-between;
	}
	.stepList {
		padding: 20px;
	}
	.stepList > .step_column:not(:last-child) {
		padding-bottom: 25px;
	}
	.stepList > .step_column:not(:first-child) {
		margin-top: 30px;
	}
	.point_one {
		top: 20% !important;
	}
	.point_two {
		top: 30% !important;
	}
	.step_content {
		padding-left: 10px;
		text-align: center;
		width: 30%;
	}
	.stepList > .step_column {
		position: relative;
	}
	.stepList > .step_column:not(:last-child):after {
		content: "";
		position: absolute;
		top: 6%;
		width: 6px;
		height:80%;
		transform: translateX(-50%);
		background: url("/jpn/consumer/energy/process/images/bg_dotted.png") repeat-y;
		left: 17px;
		z-index: 1;
	}
	/* .stepList > .step_column:after {
		top: 20% !important;
		height: 100% !important;
	} */
	.stepList > .step_column:not(:last-child):before {
		content: "";
		position: absolute;
    top: 20%;
    width: 20px;
    height: 100%;
		background: url("/jpn/consumer/energy/process/images/bg_icon_arrow.png") bottom 10px center no-repeat;
		background-size: contain;
		left: 7px;
		z-index: 1;
	}
	.stepList > .step_column:nth-child(1){
		padding-bottom: 0;
	}
	.stepList > .step_column:nth-child(2):after {
		top: 24%;
		height:67%;
	}
	.stepList > .step_column:nth-child(2):before {
		content: "";
		position: absolute;
		top: 10%;
		left: 7px;
		width: 20px;
		height: 100%;
		background: url("/jpn/consumer/energy/process/images/bg_icon_arrow.png") bottom 0 center no-repeat;
		background-size: contain;
		z-index: 1;
	}
	.stepList > .step_column:last-child .step_point_ttl_wrap .point_num {
		top: 50%;
	}
}

/* point_ttl_wrap
-------------------------------------------------- */
.step_point_ttl_wrap {
	/* display: flex;
	align-items: center; */
	text-align: left;
}
.step_point_ttl_wrap .point{
	display: inline-block;
	padding: 5px 23px 1px;
	border-radius: 1000px;
}
.color_white {
	color: #fff !important;
}
.step_point_ttl_wrap .point .ttl_num{
	margin-left: 3px;
	font-weight: normal;
	line-height: 1;
}
.step_point_ttl_wrap .point_num{
	position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    max-width: 32px;
    width: 64px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px 0 0;
	border-radius: 1000px;
	font-size: 20px;
	font-weight: normal;
}
.step_point_ttl_wrap .point_ttl {
	display: block;
	position: relative;
    padding-left: 45px;
	font-weight: 500;
    line-height: 1.75;
    text-align: left;
}
.bg_circle_orange {
	background-color: #FF5514 !important;
}
@media print, screen and (min-width:768px) {
	.step_point_ttl_wrap {
		margin-bottom: 20px;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.step_point_ttl_wrap .point{
		margin-bottom: 15px;
		font-size: 16px;
	}
	/* .point_ttl_wrap .point_ttl {
	    padding-left: 40px;
	} */
	.step_point_ttl_wrap .point .ttl_num{
		font-size: 36px;
	}
}

@media screen and (max-width:767px) {
	.step_point_ttl_wrap {
		margin-bottom: 15px;
		font-size: 18px;
		text-align: center;
		position: relative;
		z-index: 2;
		width: 70%;
	}
	.step_point_ttl_wrap .point{
		margin-bottom: 15px;
		font-size: 14px;
	}
	.step_point_ttl_wrap .point_ttl {
	    padding-left: 50px;
	}
	.step_point_ttl_wrap .point .ttl_num{
		font-size: 26px;
	}
	.step_point_ttl_wrap .point_num{
		top: 20%;
	}
	/* .ene_sec .content_fixed_inner {
		padding: 0;
	} */
}

/* custom bg colors
-------------------------------------------------- */
.bg_pink {
	background-color: #F1A99D;
}
.bg_white {
	background-color: #fff !important;
}
.bg_circle_orange {
    background-color: #FF5514 !important;
}


/*------------------sec03 bottom---------------------*/
.title_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}