@charset "utf-8";

/* mv_wrap
-------------------------------------------------- */
.mv_wrap {
	text-align: center;
	background-color: #FFFBF3;
}
.mv_wrap .mv_img {
	position: relative;
}
.mv_wrap .mv_img_inner {
	position: relative;
}
.mv_wrap .mv_img .marui_ttl {
	position: absolute;
}
.mv_wrap .mv_txtarea {
	position: relative;
	text-align: left;
}
.mv_wrap .mv_txtarea:before {
	position: absolute;
	content: "";
	top: -64px;
	left: -22%;
	width: 18%;
	height: 153px;
	background: url(/jpn/consumer/energy/images/mv_thumb.png) no-repeat right center;
	background-size: contain;
}
@media print, screen and (min-width:768px) {
.mv_wrap {
	padding: 40px 0 20px;
}
.mv_wrap .mv_img {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding:  0 50px;
}
.mv_wrap .mv_box {
	border-bottom: 1px solid #CECECE;
}
.mv_wrap .mv_img img {
	width: 100%;
}
.mv_wrap .mv_img .marui_ttl {
	bottom: 30%;
	left: 0;
	right: 0;
	margin: auto;
}
.mv_wrap .mv_img .marui_ttl img {
	width: 25%;
}
.mv_wrap .mv_txtarea {
	max-width: 790px;
	padding-left: 140px;
	margin: 20px auto 30px;
}
.mv_wrap .mv_txt {
	margin-bottom: 10px;
	font-weight: bold;
}
.mv_wrap .mv_note {
	font-size: 12px;
}
.mv_wrap .mv_txtarea:before {
	position: absolute;
	content: "";
	top: -75px;
	left: 0;
	width: 105px;
	height: 236px;
	background: url(/jpn/consumer/energy/images/mv_thumb.png) no-repeat right center;
	background-size: 100%;
}
}
@media screen and (max-width:767px) {
.mv_wrap .mv_img_inner .download_prevent,
.mv_wrap .mv_img_inner .download_prevent img {
	width: 100%;
}
.mv_wrap h2 {
	padding: 45px 0 30px;
}
.mv_wrap .ene_ttl_main_block{
	margin-bottom: 20px;
}
.mv_wrap .ene_ttl_logo_wrap{
	margin-bottom: 8px;
}
.marui_ttl{
	font-size: 26px;
}
.marui_ttl img{
	width: 173px;
}
.marui_ttl_logo {
	margin-right: 8px;
}
.mv_wrap .mv_img{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #CECECE;
}
.mv_wrap .mv_img .marui_ttl {
	bottom: 18.79%;
	left: 0;
	right: 0;
	margin: auto;
	width: 48.2%;
}
.mv_wrap .mv_img .marui_ttl img {
	width: 100%;
}
.mv_wrap .mv_txtarea {
	padding: 20px 12px 20px 90px;
	margin: 0 10px;
	font-size: 14px;
}
.mv_wrap .mv_note {
	margin-top: 5px;
	font-size: 12px;
}
.mv_wrap .mv_txtarea:before {
	position: absolute;
	content: "";
	bottom: -56px;
	left: 10px;
	width: 62px;
	height: auto;
	background: url(/jpn/consumer/energy/images/mv_thumb.png) no-repeat right center;
	background-size: contain;
}
}

/* h2
-------------------------------------------------- */
h2 {
	font-size: 28px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
h2 {
	font-size: 6vw;
}
}
/* cont01
-------------------------------------------------- */
.cont01 {
	text-align: center;
	background: #F1A99D;
	padding: 40px 0;
}
.cont01 h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.cont01 ul {
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}
.cont01 ul li {
	width: 256px;
	height: 178px;
	background-color : #fff;
	border-right: 1px solid #CECECE;
}
.cont01 ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	background-position: center 25px;
}
.cont01 ul li a .txt {
	position: absolute;
	bottom: 25px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.cont01 ul li:nth-of-type(1) a {
	background-image : url(/jpn/consumer/energy/images/icon01.svg);
	background-repeat: no-repeat;
}
.cont01 ul li:nth-of-type(1) a:hover {
	background-image : url(/jpn/consumer/energy/images/icon01_on.svg);
}
.cont01 ul li:nth-of-type(2) a {
	background-image : url(/jpn/consumer/energy/images/icon02.svg);
	background-repeat: no-repeat;
}
.cont01 ul li:nth-of-type(2) a:hover {
	background-image : url(/jpn/consumer/energy/images/icon02_on.svg);
}
.cont01 ul li:nth-of-type(3) a {
	background-image : url(/jpn/consumer/energy/images/icon03.svg);
	background-repeat: no-repeat;
}
.cont01 ul li:nth-of-type(3) a:hover {
	background-image : url(/jpn/consumer/energy/images/icon03_on.svg);
}
.cont01 ul li:nth-of-type(4) a {
	background-image : url(/jpn/consumer/energy/images/icon04.svg);
	background-repeat: no-repeat;
}
.cont01 ul li:nth-of-type(4) a:hover {
	background-image : url(/jpn/consumer/energy/images/icon04_on.svg);
}
.cont01 ul li img {
	height: 60px;
	margin: 0 0 8px;
}
.cont01 ul li:first-child {
	border-radius: 10px 0 0 10px;
}
.cont01 ul li:last-child {
	border-right: none;
	border-radius: 0 10px 10px 0;
}
@media screen and (max-width:767px) {
.cont01 {
	padding: 20px 0 30px;
}
.cont01 ul {
	flex-wrap: wrap;
	padding: 0 20px;
	margin: 20px 0 0;
}
.cont01 ul li {
	width: 50%;
	height: auto;
	border-right: 2px solid #CECECE;
}
.cont01 ul li a {
	padding-bottom: 96%;
}
.cont01 ul li a .txt {
	bottom: 15%;
}
.cont01 ul li:first-child {
	border-bottom: 2px solid #CECECE;
	border-radius: 10px 0 0 0;
}
.cont01 ul li:nth-child(2) {
	border-right: none;
	border-bottom: 2px solid #CECECE;
	border-radius: 0 10px 0 0;
}
.cont01 ul li:nth-child(3) {
	border-radius: 0 0 0 10px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .10);
}
.cont01 ul li:nth-child(4) {
	border-radius: 0 0 10px 0;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .10);
}
}

/* cont02
-------------------------------------------------- */
.cont02 {
	text-align: center;
	background: #FFFBF3;
	padding: 34px 0;
}
.cont02 .area_btn {
	width: 1024px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
}
.cont02 .area_btn .btn {
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .25);
	transition: all 1s;
}
.cont02 .area_btn .btn.ac {
	border-radius: 10px 10px 0 0;
	box-shadow: none;
}
.cont02 .area_btn .btn:hover .btn_txt,
.cont02 .area_btn .btn:hover .acrd_tit {
	opacity: 0.7;
}
.cont02 .area_btn .btn > a {
	position: relative;
	width: 500px;
	height: 110px;
	font-size: 16px;
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cont02 .area_btn .btn .btn_txt:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto 0;
}
.cont02 .area_btn li.link01.btn a:before {
	width: 45px;
	height: 68px;
	background: url(/jpn/consumer/energy/images/icon05.svg) no-repeat right center;
	background-size: 75%;
}
.cont02 .area_btn li.link02.btn a:before {
	width: 65px;
	height: 72px;
	background: url(/jpn/consumer/energy/images/icon06.svg) no-repeat right center;
	background-size: 75%;
}
.cont02 .area_btn .link03.btn .icon_area {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 500px;
	height: 110px;
}
.cont02 .area_btn .link03.btn .icon_area:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 79px;
	height: 61px;
	background: url(/jpn/consumer/energy/images/icon07.svg) no-repeat right center;
	background-size: 75%;
}
.cont02 .area_btn li.link04.btn a:before {
	width: 79px;
	height: 61px;
	background: url(/jpn/consumer/energy/images/icon08.svg) no-repeat right center;
	background-size: 75%;
}
.cont02 .area_btn li.link05.btn a:before {
	width: 70px;
	height: 70px;
	background: url(/jpn/consumer/energy/images/icon13.svg) no-repeat center;
	background-size: 100%;
}
.acrd_con {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 500px;
	background-color: rgb(250, 246, 245);
	border-radius: 0 0 10px 10px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .25);
	padding: 30px 30px 11px;
}
.acrd_con.no_ac {
	display: none;
}
.cont02 .area_btn .btn > a:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 15px;
	height: 15px;
	background: url(/jpn/consumer/energy/images/icon_arw.svg) no-repeat right center;
	background-size: 90%;
}
.cont02 .area_btn .link03.btn > a:before,
.cont02 .area_btn .link03.btn > a:after {
	content: "";
	background-color: #FF5514;
	display: block;
	position: absolute;
	top: 50%;
}
.cont02 .area_btn .link03.btn > a:before {
	width: 2px;
	height: 15px;
	margin-top: -6px;
	right: 31px;
}
.cont02 .area_btn .link03.btn.ac > a:before {
	background-color: #FFF;
}
.cont02 .area_btn .link03.btn > a:after {
	width: 15px;
	height: 2px;
	bottom: auto;
	right: 25px;
}
.cont02 .area_link {
	position: relative;
	width: 1024px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .25);
	margin: 30px auto;
}
.cont02 .area_link:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 74px;
	height: 63px;
	background: url(/jpn/consumer/energy/images/icon07.svg) no-repeat right center;
	background-size: 75%;
}
.cont02 .area_link_tit {
	border-bottom: 1px solid #CECECE;
	padding: 30px 0;
}
.cont02 .list_link_wrap {
	width: 920px;
	display: flex;
	justify-content: flex-start;
	padding: 25px 0;
	margin: 0 auto;
}
.cont02 .list_link {
	text-align: left;
}
.cont02 .list_link p {
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0 0 11px;
}
.cont02 .list_link ul {
	margin: 0 0 20px;
}
.cont02 .list_link ul li a {
	position: relative;
	font-size: 14px;
	color: #64463C;
	text-decoration: none;
	padding-left: 15px;
}
.cont02 .list_link ul .link_txt a:hover {
	color: #FF0A14;
}
.cont02 .list_link ul .link_txt a:before {
	position: absolute;
	content: "";
	top: 2px;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 7px;
	height: 9px;
	background: url(/jpn/consumer/energy/images/icon_arw02.svg) no-repeat right center;
	background-size: 90%;
}
@media screen and (max-width:767px) {
.cont02 {
	padding: 20px 20px 30px;
}
.cont02 .area_btn {
	width: 100%;
	flex-direction: column;
}
.cont02 .area_btn .btn:hover .btn_txt,
.cont02 .area_btn .btn:hover .acrd_tit {
	opacity: 1;
}
.cont02 .area_btn .btn > a {
	width: 100%;
	height: 70px;
}
.cont02 .area_btn .btn:first-child {
	margin: 0 0 20px;
}
.cont02 .area_btn .link03.btn .icon_area {
	width: 100%;
	height: 70px;
}
.cont02 .area_btn .link03.btn > a:before {
	right: 26px;
}
.cont02 .area_btn .link03.btn > a:after {
	right: 20px;
}
.cont02 .area_btn li.link05.btn a {
	padding-left: 30px;
}
.cont02 .area_btn li.link05.btn a:before {
	background-size: 90%;
}
.cont02 .area_link {
	width: 100%;
	padding: 0 20px;
}
.cont02 .area_btn li.link02.btn a:before,
.cont02 .area_btn li.link04.btn a:before {
	left: 2px;
}
.cont02 .area_link_tit {
	border-bottom: none;
	padding: 30px 0 10px;
}
.cont02 .list_link_wrap {
	width: 94%;
	flex-direction: column;
}
.cont02 .list_link:nth-of-type(2) {
	margin: 20px 0;
}
.acrd_con {
	width: 100%;
}
}

/* cont03
-------------------------------------------------- */
.cont03 {
	text-align: center;
	padding: 30px 0;
}
.cont03 .list_link_wrap {
	width: 1024px;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	margin: 0 auto;
}
.cont03 .list_link {
	width: 315px;
	text-align: left;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	box-shadow: 0 4px 0 0 rgb(0 0 0 / 25%);
	padding: 22px 20px;
}
.cont03 .list_link p {
	position: relative;
	font-size: 16px;
	letter-spacing: -1px;
	padding-left: 64px;
}
/* .cont03 .list_link:nth-of-type(2) p,
.cont03 .list_link:nth-of-type(3) p {
	margin: 0 0 32px;
} */
.cont03 .list_link p:before {
	position: absolute;
	content: "";
	top: 2px;
	bottom: 0;
	left: 0;
	margin: auto 0;
}
.cont03 .list_link:nth-of-type(1) p:before {
	width: 53px;
	height: 31px;
	background: url(/jpn/consumer/energy/images/icon10.svg) no-repeat right center;
	background-size: 90%;
}
.cont03 .list_link:nth-of-type(2) p:before {
	width: 39px;
	height: 39px;
	background: url(/jpn/consumer/energy/images/icon11.svg) no-repeat right center;
	background-size: 90%;
}
.cont03 .list_link:nth-of-type(3) p:before {
	width: 15px;
	height: 54px;
	left: 20px;
	background: url(/jpn/consumer/energy/images/icon12.svg) no-repeat right center;
	background-size: 90%;
}
.cont03 .list_link ul li {
	margin: 0 0 8px;
}
.cont03 .list_link ul li a {
	position: relative;
	font-size: 14px;
	color: #64463C;
	text-decoration: none;
	padding-left: 15px;
}
.cont03 .list_link ul li a:hover {
	color: #FF0A14;
}
.cont03 .list_link ul li a:before {
	position: absolute;
	content: "";
	top: 2px;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 7px;
	height: 9px;
	background: url(/jpn/consumer/energy/images/icon_arw02.svg) no-repeat right center;
	background-size: 90%;
}
@media screen and (max-width:767px) {
.cont03 .list_link_wrap {
	width: 100%;
	flex-direction: column;
	padding: 20px;
}
.cont03 .list_link {
	width: 100%;
}
.cont03 .list_link:nth-child(2) {
	margin: 30px 0;
}
.cont03 .list_link ul {
	padding: 0 12px;
}
.ene_sec {
	margin-bottom: 0;
}
	.d_flex {
		margin-bottom: 30px;
	}
}
@media screen and (min-width:768px) {
	.d_flex {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
}

/* cont04
-------------------------------------------------- */
.cont04 {
	text-align: center;
	background: #FAF6F5;
	padding: 40px 0 43px;
}
.cont04 ul {
	width: 1024px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.cont04 ul li {
	width: 226px;
	margin: 40px 39px 0 0;
}
.cont04 ul li:nth-of-type(4n) {
	margin-right: 0;
}
.cont04 ul li a {
	color: #64463C;
	text-decoration: none;
}
.cont04 ul li a .cont04_img {
	margin: 0 0 10px;
}
.cont04 ul li a ._blank{
	padding-right: 22px;
	background: url(/jpn/consumer/energy/common/images/icon_blank.png) no-repeat right center;
	background-size: 16px;
}
@media print, screen and (min-width:768px){
	.cont04 ul li a .cont04_img{
		overflow: hidden;
		border-radius: 10px;
	}
	.cont04 ul li a .cont04_img img{
		transition: all .2s;
	}
	.cont04 ul li a:hover .cont04_img img{
    transform: scale(1.1, 1.1);
	}
}
@media screen and (max-width:767px) {
.cont04 ul {
	width: 100%;
	padding: 0 20px;
	justify-content: space-between;
}
.cont04 ul li {
	width: 47%;
	margin: 30px 0 0;
}
}

/* sec_news
-------------------------------------------------- */
.sec_news {
	width: 1024px;
	padding: 30px 0;
	margin: 0 auto;
}
.sec_news h2 {
	text-align: center;
}
.sec_news .news_list {
	border-top: 1px solid #DDDDDD;
	margin: 30px 0 45px;
}
.sec_news .news_list li {
	border-bottom: 1px solid #DDDDDD;
	padding: 30px 0;
}
.sec_news .news_list li a {
	color: #64463C;
	text-decoration: none;
}
.sec_news .news_list li a:hover {
	color: #FF0A14;
}
@media screen and (max-width:767px) {
.sec_news {
	width: 100%;
	padding: 40px 20px 0;
}
.sec_news .news_list li {
	padding: 20px 0;
}
.sec_news .news_date {
	font-size: 3.8vw;
}
.sec_news .news_txt {
	position: relative;
	font-size: 3.8vw;
	letter-spacing: -0.1px;
}
.sec_news .news_txt .txt {
	width: 93%;
}
.sec_news .news_txt:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 15px;
	height: 15px;
	background: url(/jpn/consumer/energy/images/icon_arw.svg) no-repeat right center;
	background-size: 90%;
}
}
