@charset "UTF-8";

/***************************************************************/
/*                              mv01                        */
/***************************************************************/
#mv01 {
	background: url("/jpn/consumer/hydrogen/energy-society/relation/images/bg.jpg") no-repeat center/cover;
	height: 460px;
}

@media screen and (max-width:767px){
	#mv01 {
		background: url("/jpn/consumer/hydrogen/energy-society/relation/images/bg_sp.jpg") no-repeat center/cover;
		height: 69vw;
	}
}
/***************************************************************/
/*                       hy_thum_link_wrap                    */
/***************************************************************/
.hy_thum_link_wrap  {
	margin: 0 auto;
}
@media screen and (max-width:767px){
	.hy_thum_link_wrap .hy_thum_link_box.hy_thum_link_box01 {
		background: url("/jpn/consumer/hydrogen/energy-society/common/images/thumb_link_img02.jpg") no-repeat center/cover !important; 
	}
}
/***************************************************************/
/*                          disp_flex                        */
/***************************************************************/
@media print, screen and (min-width:768px){
	.pc_disp_flex  {
		display: flex;
	}
}
/***************************************************************/
/*                          btn_auto                        */
/***************************************************************/
@media print, screen and (min-width:768px){
	.btn_auto {
		width: auto;
		max-width: 100%;
	}
	.btn_auto.hy_largebtn {
		max-width: 583px;
	}
}
/***************************************************************/
/*                          h4                        */
/***************************************************************/
h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}