@charset "UTF-8";

/*-------------------------------------------
new styles
-------------------------------------------*/
/* main_visual */
.mv {
	background-image: url(/jpn/business/energy/factory/energy-saving/images/mv01.jpg);
}
.mv .mv_ttl{
	text-shadow: 1px 1px 20px rgba(0,0,0,0.35);
}
.mv .mv_btn {
	background-color: rgba(255, 255, 255, 0.9);
}
.mv_btn_col_2 > ul > li a{
	background: none;
	width: 100%;
}
.list_checkbox_big li sub{
	bottom: .9em;
}

@media print, screen and (min-width:768px){
	.mv {
		padding: 50px 0;
	}
	.mv .mv_ttl {
		margin: 0px auto 25px;
		font-size: 54px;
		line-height: 1.3;
	}
	.mv .mv_btn sub{
		bottom: -.2em;
	}
	.mv .mv_btn {
		margin-bottom: .5rem;
		display: flex;
    justify-content: center;
    align-items: center;
	}

	.mv_btn_col_2 > ul > li a{
		display: flex;
    justify-content: center;
    align-items: center;
		height: 100%;
	}

	.mv .mv_btn li {
		background-color: rgba(255, 255, 255, 0.9);
	}
	
	.d_flex_wrap_custom {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around !important;
	}
	.sec_col5_1 .col5_sub_cont .text_cp01 {
		display: flex;
		align-items: center;
    justify-content: center;
	}
	.d_flex_wrap_3 > *{
		width: auto;
	}
	.d_flex_wrap_3 > li{
		margin-right: 30px;
	}
	.d_flex_wrap_3 > li:nth-of-type(3n){
		margin-right: 0;
	}
}
@media print, screen and (max-width:1300px) and (min-width:768px){
	.mv .mv_ttl{
		font-size: 47px;
	}
}
@media screen and (max-width: 767px) {
	.mv_btn_col_2 > ul > * {
		width: 100%;
		margin-bottom: 6px;
		}

	.mv_ttl {
		padding: 0 20px;
		margin-bottom: 4%;
		font-size: 26px;
		line-height: 1.3;
		}
	.btn_block_col2 .btn_img_txt01 .btn_txt {
		padding: 3% 46px 2% 20px;
		font-size: 15px;
	}
}
@media screen and (max-width: 410px) {
	.mv_ttl {
		font-size: 22px;
	}
}

/*-------------------------------------------
step_wrap
-------------------------------------------*/
.step_wrap{
	padding: 25px 20px;
	background-color: #f4f6f7;
}
.step_area{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.step_area:last-of-type{
	margin-bottom: 0;
}
.step_num_box{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	background-color: #1ba1e6;
	border-radius: 1000px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.step_num_box{
	width: 54px;
	height: 54px;
	color: #fff;
}
.step_num_txt{
	font-size: 10px;
}
.step_num{
	font-size: 23px;
}
.step_txt{
	width: calc(100% - 75px);
	font-size: 14px;
	line-height: 1.5;
}
@media print, screen and (min-width:768px){
	.step_col_wrap.imgtxt_hor_2_1_1 > .col_inner > div{
		width: calc(100% - 480px);
	}
	.step_col_wrap.imgtxt_hor_2_1_1 > .col_inner > div + div{
		width: 420px;
	}
}
@media screen and (max-width: 410px) {
	.step_num_box{
		width: 45px;
		height: 45px;
	}
	.step_num_txt{
		font-size: 8px;
	}
	.step_num{
		font-size: 17px;
	}
	.step_num_box{
		margin-right: 15px;
	}
}

/*-------------------------------------------
blue_box01
-------------------------------------------*/
.border_box01{
	border: 2px solid #e71a21;
	border-radius: 10px;
}
.border_box01._green{
	border: 2px solid #09ad70;
}
.bdr_ttl {
	margin-bottom: 15px;
	color: #e71a21;
	font-size: 20px;
	font-weight: bold;
}
._green .bdr_ttl {
	color: #09ad70;
}
.gray_box01 {
	padding: 20px 40px 20px 20px;
	background-color: #f4f6f7;
}
@media print, screen and (min-width:768px){
	.border_box01{
		padding: 40px 70px;
	}
}
@media screen and (max-width: 410px) {
	.border_box01{
		padding: 20px;
	}
}

/*-------------------------------------------
logo
-------------------------------------------*/
.bdr_ttl.logo{
	display: flex;
	align-items: center;
}
.bdr_ttl.logo span{
	width: 12.26%;
	margin-left: 5%;
}
.bdr_ttl.logo span img{
	width: 100%;
}
@media screen and (max-width: 767px){
	.bdr_ttl.logo span{
		width: 10%;
	}
}