@charset "utf-8";

/**--------------------------------------
mv_profile_wrap
--------------------------------------**/

.ene_hint_mv_wrap .ene_mv_ttl {
    font-weight: bold;
}
@media print, screen and (min-width:768px){
	.mv_profile_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.ene_hint_mv_wrap .ene_mv_ttl{
		margin-bottom: 20px;
		font-size: 24px;
		text-align: center;
	}
}
@media screen and (max-width:767px){
	.ene_hint_mv_wrap .ene_mv_ttl{
		margin-bottom: 20px;
		font-size: 18px;
	}
}

.badge {
	padding: 2px 20px 3px;
    border-radius: 1000px;
    background-color: #F58200;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.point_desc_text {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.point_ttl {
	display: flex;
	align-items: center;
}

.point_ttl .point_num.text_badge {
	height: auto;
	padding: 11px 25px;
	font-size: 32px;
	font-weight: bold;
}

.point_ttl .point_num.text_badge.small_badge {
	max-width: 100%;
	width: auto;
	font-size: 20px;
}
@media print, screen and (min-width:768px){
	.point_ttl .point_num.text_badge {
		max-width: 690px;
		width: 70%;
		background-color: #fff;
		/* margin: 0 25px 0 0; */
	}
}

@media screen and (max-width:767px){
	.sp_flex_wrap {
		flex-wrap: wrap;
	}
	.point_desc_text {
		width: 100%;
	}
	.point_ttl .point_num.text_badge {
		max-width: 100%;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.point_ttl .point_num.text_badge.small_badge {
		margin: 0;
	}
	.box_content .point_ttl .point_num.text_badge.small_badge {
    	max-width: 95%;
		margin: 0;
		font-size: 16px;
	}

}
/**--------------------------------------
custom bg_colors
--------------------------------------**/
.bg_orange {
	background-color: #F58200 !important;
}
.bg_blue {
	background-color: #2B6BBB !important;
}
.bg_green {
	background-color: #4AB226 !important;
}



/**--------------------------------------
custom text_colors
--------------------------------------**/
.text_white {
	color: #FFF !important;
}
.text_orange {
	color: #F58200 !important;
}
.text_blue {
	color: #2B6BBB !important;
}
.text_green {
	color: #4AB226 !important;
}
.text_brown {
	color: #64463C !important;
}
/**--------------------------------------
custom border_outline_colors
--------------------------------------**/
.outline_orange {
	border: 2px solid #F58200;
}
.outline_blue {
	border: 2px solid #2B6BBB;
}
.outline_green {
	border: 2px solid #4AB226;
}
.badge_outline_orange {
	border: 1px solid #F58200;
}
.badge_outline_blue {
	border: 1px solid #2B6BBB;
}
.badge_outline_green {
	border: 1px solid #4AB226;
}
.outline_dashed_orange {
	border: 1px dashed #F58200;
	border-width: 2px;
}
.outline_dashed_blue {
	border: 1px dashed #2B6BBB;
	border-width: 2px;
}
.outline_dashed_green {
	border: 1px dashed #4AB226;
	border-width: 2px;
}

/**--------------------------------------
custom border_outline
--------------------------------------**/
.rounded_corner {
    border-radius: 10px !important;
}

/**--------------------------------------
custom border_colors
--------------------------------------**/
.border_orange {
	border: 1px solid #F58200 !important;
}
.border_blue {
	border: 1px solid #2B6BBB !important;
}
.border_green {
	border: 1px solid #4AB226 !important;
}

/**--------------------------------------
custom bg_heading_colors
--------------------------------------**/
.bg_heading_orange:before {
	background-color: #F58200 !important;
}
.bg_heading_blue:before {
	background-color: #2B6BBB !important;
}
.bg_heading_green:before {
	background-color: #4AB226 !important;
}

.ene_step_wrap .ene_step_waku.border_orange:after {
    border-bottom: 11px solid #F58200;
}
.ene_step_wrap .ene_step_waku.border_blue:after {
    border-bottom: 11px solid #2B6BBB;
}
.ene_step_wrap .ene_step_waku.border_green:after {
    border-bottom: 11px solid #4AB226;
}

.btn_link_page .btn_link a.btn_orange:hover {
	background-color: #F58200 !important;
	color: #fff !important;
}
.btn_link_page .btn_link a.btn_blue:hover {
	background-color: #2B6BBB !important;
	color: #fff !important;
}
.btn_link_page .btn_link a.btn_green:hover {
	background-color: #4AB226 !important;
	color: #fff !important;
}
.btn_link_page .btn_link a.btn_orange:after {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") top 30% left 37% no-repeat #F58200 !important;
}
.btn_link_page .btn_link a.btn_blue:after {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") top 30% left 37% no-repeat #2B6BBB !important;
}
.btn_link_page .btn_link a.btn_green:after {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") top 30% left 27% no-repeat #4AB226 !important;
}
.btn_link_page .btn_link a.btn_orange {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_orange.svg") top 30% left 36% #fff no-repeat !important;
}
.btn_link_page .btn_link a.btn_blue {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_blue.svg") top 30% left 36% #fff no-repeat !important;
}
.btn_link_page .btn_link a.btn_green {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_green.svg") top 30% left 26% #fff no-repeat !important;
}

@media print, screen and (min-width:768px){
	.bg_tick_orange:after,
	.bg_tick_blue:after,
	.bg_tick_green:after {
		position: absolute;
		top: 15%;
		z-index: 0;
		width: 19px;
		height: 23px;
		margin: 0 auto;
		content: '';
	}
	.bg_tick_orange:after {
		left: 8%;
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_orange.svg") top 30% left 8% #fff no-repeat !important;
		background-size: contain;
	}
	.bg_tick_blue:after {
		left: 18%;
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_blue.svg") top 30% left 8% #fff no-repeat !important;
		background-size: contain;
	}
	.bg_tick_green:after {
		left: 6%;
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_green.svg") top 30% left 8% #fff no-repeat !important;
		background-size: contain;
	}
}

@media screen and (max-width:767px){
	.bg_tick_orange:after,
	.bg_tick_blue:after,
	.bg_tick_green:after {
		position: absolute;
		top: 15%;
		z-index: 0;
		width: 19px;
		height: 23px;
		content: '';
	}
	.btn_link_page .btn_link a.btn_orange {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_orange.svg") top 30% left 22% / 15% 40% #fff no-repeat !important;
	}
	.btn_link_page .btn_link a.btn_blue {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_blue.svg") top 30% left 22% / 15% 40% #fff no-repeat !important;
	}
	.btn_link_page .btn_link a.btn_green {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_green.svg") top 30% left 9% / 15% 40% #fff no-repeat !important;
	}
	.btn_link_page .btn_link a.btn_orange:after {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") top 30% left 32% / 15% 40% no-repeat #F58200 !important;
	}
	.btn_link_page .btn_link a.btn_blue:after {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") top 30% left 32% / 15% 40% no-repeat #2B6BBB !important;
	}
	.btn_link_page .btn_link a.btn_green:after {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") top 30% left 22% / 15% 40% no-repeat #4AB226 !important;
	}
	 .point_ttl_wrap .point_num {
		background-color: #fff;
	}
	/* .bg_tick_orange {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_orange.svg") top 30% left -4% / 25% 30% #fff no-repeat !important;
	}
	.bg_tick_blue {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_blue.svg") top 30% left 7% / 25% 30% #fff no-repeat !important;
	}
	.bg_tick_green {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_green.svg") top 30% left -8% / 25% 30% #fff no-repeat !important;
	} */
	.point_main_txt {
		position: relative;
		font-size: 18px;
	}
	.point_main_txt .text_brown{
		font-size: 16px;
	}
	.bg_tick_orange .point_main_txt:before,
	.bg_tick_blue .point_main_txt:before,
	.bg_tick_green .point_main_txt:before {
		content: "";
		position: absolute;
		top: -30px;
		bottom: 0;
		left: -20px;
		margin: auto 0;
		width: 19px;
		height: 23px;
		background-size: 100%;
	}
	.bg_tick_orange .point_main_txt:before {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_orange.svg") top 30% left 48% / 70% 70% no-repeat !important;
	}
	.bg_tick_blue .point_main_txt:before {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_blue.svg") top 30% left 48% / 70% 70% no-repeat !important;
	}
	.bg_tick_green .point_main_txt:before {
		background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_green.svg") top 30% left 48% / 70% 70% no-repeat !important;
	}
}
/* .btn_link_page .btn_link a.btn_orange:before:hover {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") center no-repeat;
}
.btn_link_page .btn_link a.btn_blue:before:hover {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") center no-repeat;
}
.btn_link_page .btn_link a.btn_green:before:hover {
	background: url("/jpn/consumer/energy/hint/recipe/images/bg_tick_white.svg") center no-repeat;
} */

/* .btn_link_page .btn_link a.btn_orange:before:hover,
.btn_link_page .btn_link a.btn_blue:before:hover,
.btn_link_page .btn_link a.btn_green:before:hover {
    background: url("/jpn/consumer/energy/common/images/icon_arrow_down_wh.svg") no-repeat right center !important;
} */
.btn_link_page .btn_link a.btn_orange:after:hover,
.btn_link_page .btn_link a.btn_blue:after:hover,
.btn_link_page .btn_link a.btn_green:after:hover {
	background: transparent !important;
}


@media print, screen and (min-width:768px){
	.btn_link_page._col3 .btn_link {
		width: calc((100% - 80px) / 3);
		margin-right: 40px;
	}
	.btn_link_page._col3 .btn_link:nth-child(3n) {
		margin-right: 0;
	}
	.btn_link_page._col3 .btn_link a {
		padding: 10px 40px 10px 30px;
		font-size: 22px;
	}
}

@media screen and (max-width:767px){
	.btn_link_page .btn_link a.btn_orange:before:hover,
	.btn_link_page .btn_link a.btn_blue:before:hover,
	.btn_link_page .btn_link a.btn_green:before:hover {
		background: url("/jpn/consumer/energy/common/images/icon_arrow_down_wh.svg") no-repeat right center !important;
	}
	.btn_link_page._col3 .btn_link a {
		font-size: 18px;
	}
}

.justify_center {
	justify-content: center;
}

/**--------------------------------------
recipe_block_wrap
--------------------------------------**/
.recipe_block_wrap .point_ttl_heading {
	padding-left: 18px;
	font-size: 22px;
}
@media print, screen and (min-width:768px){
	.recipe_block_wrap {
		margin: 0 40px;
	}
}
.recipe_block_wrap .recipe_ttl {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

/* mod_heading_wrap
-------------------------------------------------- */
.recipe_block_wrap .mod_heading_wrap{
	margin-bottom: 30px;
	text-align: center;
}
.recipe_block_wrap .mod_heading{
	font-size: 24px;
	font-weight: bold;
}
.mod_heading:before {
	left: -30px;
	width: 17px;
	height: 40px;
}
.mod_heading:after {
	right: -30px;
	width: 17px;
	height: 40px;
}

@media screen and (max-width:767px) {
	.recipe_block_wrap .mod_heading_wrap{
		margin-bottom: 20px;
	}
}

/* material_box
-------------------------------------------------- */
.material_ttl {
	font-size: 18px;
	font-weight: bold;
}
.material_box {
	border-radius: 10px;
}
.material_box_ttl {
	margin-bottom: 12px;
}
.material_box:not(:first-child) {
	margin-top: 20px;
}
@media print, screen and (min-width:768px){
	.material_box {
		padding: 30px 40px;
	}
}
@media screen and (max-width:767px) {
	.material_box {
    	padding: 25px 30px;
	}
}

/* material_list
-------------------------------------------------- */
.material_list {
	padding-left: 30px;
}
.material_list > li {
	display: flex;
	font-weight: 500;
	justify-content: space-between;
}
.material_list > li .txt_left {
	position: relative;
}

.material_list > li {
    /* height: 25px; */
	position: relative;
    width: 100%;
    /* border-bottom: 2px dotted #64463C; */
}
.material_list > li:after {
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 96%;
	margin: 0 auto;
    border-bottom: 2px dotted #64463C;
	border-width: 4px;
	content: '';
    transform: translateX(-49%);
}
.material_list  li.no_dotted:after {
    border-bottom: none;
    content: '';
}

.material_list > li .txt_left,
.material_list > li .txt_right {
	z-index: 1;
    height: 27px;
    background-color: white;
}

.material_list > li .txt_left {
    float: left;
	padding-right: 4px;
}
.material_list > li .txt_right {
    float: right;
	padding-left: 5.5px;
}

.material_steps ul > li {
	position: relative;
	padding-left: 40px;
}

.point_circle {
    display: flex;
	position: absolute;
    top: 2%;
    left: 0;
    max-width: 32px;
    width: 26px;
    height: 26px;
    margin: 0 20px 0 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
    justify-content: center;
    align-items: center;
}

.txt_badge_a {
    display: flex;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 20px;
	border-radius: 4px;
	/* background: #222; */
    color: #64463C;
    font-size: 16px;
	font-weight: bold;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
.txt_badge_a_02 {
    display: inline;
    padding: 0;
	border-radius: 4px;
	/* background: #222; */
    color: #64463C;
    font-size: 15px;
    font-weight: bold;
}

/* content_block
-------------------------------------------------- */
@media print, screen and (min-width:768px){
	section > .content_block:not(:first-child) {
		margin-top: 50px;
	}
}

@media screen and (max-width:767px) {
	section > .content_block:not(:first-child) {
		margin-top: 10px;
	}
}

/* data_list
-------------------------------------------------- */
.data_list .data_ttl {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.data_list .data_desc {
	margin-bottom: 12px;
}


/* material_list_dot
-------------------------------------------------- */
.material_list_dot {
	margin-top: 25px;
}

.material_list_dot .list_dot_wrap li {
	padding-left: 0;
}

.material_list_dot .list_dot_wrap p {
	width: 100%;
	font-weight: normal;
}

._txt_color_brown {
	color: #64463C;
}

.material_list_dot .list_orange_dot li {
    padding-left: 25px !important;
}

/* box_content
-------------------------------------------------- */
.box_content {
    position: relative;
	margin-top: 50px;
}
@media print, screen and (min-width:768px){
	.box_content {
		padding: 50px 35px 40px;
	}
}
@media screen and (max-width:767px) {
	.box_content {
		padding: 50px 25px 30px;
	}
}
.box_content .point_ttl_wrap  {
	position: absolute;
	top: -20px;
	left: -2px;
}

.list_orange_dot.dot_blue li:before {
	background-color: #2B6BBB !important;
}
.list_orange_dot.dot_green li:before {
	background-color: #4AB226 !important;
}

@media screen and (max-width:767px) {
	.box_content .point_ttl_wrap {
		position: absolute;
		top: -20px;
		left: 50%;
		width: 100%;
		margin: 0 auto;
		transform: translateX(-50%);
	}
	.box_content .point_ttl_wrap .point_ttl {
		justify-content: center;
	}
}

.dec_mL20 {
	margin-left: -20px !important;
}

@media screen and (max-width:767px) {
	.ene_brown_wrap.no_img {
		padding: 60px 0 0;
		background-color: #FAF6F5;
	}
	.ene_brown_wrap.no_img .ene_brown_box:before {
		content: none;
	}
}

/* type_list
-------------------------------------------------- */
.type_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 40px;
}

@media print, screen and (min-width:768px){
	.type_list > li {
		width: calc((100% - 80px) / 3);
		margin-right: 40px;
	}
	.type_list > li:nth-child(3n) {
		margin-right: 0;
	}
}

.prof_box .prof_box_container {
	max-width: 692px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {
	.prof_box .mod_heading:before {
		left: -20px;
	}
	.prof_box .mod_heading:after {
		right: -20px;
	}
}


.pos_rel {
	position: relative;
}

.disp_B {
	display: block !important;
}

.outlined_box {
	margin-bottom: 10px;
	padding: 20px 27px;
}

.left_dex_28 {
	left: -28px !important;
}

.pL7 {
	padding-left:  7px !important;
}

@media screen and (max-width:767px) {
	.sp_w_auto {
		width: auto !important;
	}
	.point_ttl .point_num.text_badge {
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 10px 26px;
		line-height: 1.3;
	}
}