@charset "utf-8";

/* mv_wrap
-------------------------------------------------- */
.marui_ttl {
	font-weight: bold;
}
.marui_ttl_small{
	display: flex;
	font-weight: bold;
	align-items: baseline;
}
.marui_ttl .ttl_num,
.marui_ttl_small .ttl_num{
	font-weight: normal;
	line-height: 1;
}
.marui_ttl_small{
	justify-content: center;
}

@media print, screen and (min-width:768px) {
	.mv_wrap{
		padding: 35px 0 60px;
		margin-bottom: 50px;
		background-color: #FFFBF3;
	}
	.mv_wrap .mv_img{
		width: 100%;
		max-width: 1700px;
		margin: 0 auto;
		padding:  0 50px;
	}
	.mv_wrap .mv_img img{
		width: 100%;
	}
	.marui_ttl{
		margin-bottom: 20px;
		font-size: 36px;
	}
	.marui_ttl_logo {
		margin-right: 10px;
	}
	.marui_ttl_small {
		margin-bottom: 50px;
		font-size: 36px;
	}
	.marui_ttl_small .ttl_num{
		font-size: 72px;
	}
	.marui_ttl_small .color_red{
		margin-right: 5px;
	}
	.marui_ttl_small .marui_ttl_logo {
		padding-bottom: 10px;
	}
	.marui_ttl_small .marui_ttl_logo {
		line-height: 2;
	}
}
@media screen and (max-width:767px) {
	.mv_wrap {
		margin-bottom: 35px;
	}
	.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%;
	}
	.mv_wrap .mv_img img{
		transform:scale(1.1,1.1);
	}
	.marui_ttl .color_red{
		margin-right: 6px;
	}
	.marui_ttl_small{
		margin-bottom: 30px;
		font-size: 26px;
	}
	.marui_ttl_small .marui_ttl_logo img{
		width: 120px;
	}
	.marui_ttl_small .ttl_num{
		font-size: 50px;
	}
	.marui_ttl_small .color_red{
		margin-right: 3px;
	}
	.marui_ttl_small .marui_ttl_logo {
		line-height: .9;
	}
}

/* point_ttl_wrap
-------------------------------------------------- */
.point_ttl_wrap .marui_ttl_logo {
	margin: 10px auto 0;
}
.point_ttl_wrap .marui_ttl_logo img{
	width: 100%;
}
@media print, screen and (min-width:768px) {
	.point_ttl_wrap .marui_ttl_logo{
		width: 200px;
		line-height: 1;
	}
}
@media screen and (max-width:767px) {
	.point_ttl_wrap .marui_ttl_logo{
		width: 160px;
	}
}

/* support_block
-------------------------------------------------- */
@media print, screen and (min-width:768px) {
	.support_block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.support_block .support_box {
		width: 30.76%;
		margin-top: 40px;
		margin-right: 3.8%;
		padding-top: 54px;
	}
	.support_block .support_box:nth-of-type(3n){
		margin-right: 0;
	}
	.support_block .support_box:nth-of-type(-n+3){
		margin-top: 0;
	}
	.support_box .support_conts {
		position: relative;
		height: 100%;
		padding: 30px;
		background-color: #FFFBF3;
		color: #64463C;
		border-radius: 10px;
	}
	.support_box .support_conts .icon{
		position: absolute;
		top: -54px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 128px;
		height: 128px;
		border-radius: 1000px;
		background-color: #FFFBF3;
	}
	.support_box .support_conts .icon img{
		position: absolute;
		top: 32px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.support_box02.support_box .support_conts .icon img{
		top: 25px;
	}
	.support_box03.support_box .support_conts .icon img{
		top: 25px;
	}
	.support_box05.support_box .support_conts .icon img{
		top: 23px;
	}
	.support_box .support_conts .txt{
		position: relative;
		text-align: left;
	}
	.support_box .support_conts .ttl{
		position: relative;
		margin-bottom: 10px;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
}

/* support_modal_wrap
-------------------------------------------------- */
@media screen and (max-width:767px) {
	.support_modal_wrap {
		position: relative;
	}
	.support_modal_btn{
		position: absolute;
	}
	.support_modal_btn a{
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 1000px;
		background: #FFF url(/jpn/consumer/energy/maruigas/images/icon_click.svg) center bottom 11% no-repeat;
		text-align: center;
		color: #64463C;
		font-size: 12px;
	}
	.support_modal_btn a:hover{
		text-decoration: none;
	}
	.support_modal_btn a:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 90.625%;
		height: 90.625%;
		margin: auto;
		border: 2px solid #FED4B8;
		border-radius: 1000px;
	}
	.support_modal_btn .btn_icon{
		margin-bottom: 2px;
	}
	.sec_support .content_fixed_inner{
		padding: 0;
	}
	.support_ttl {
		position: absolute;
    top: 31.95%;
    left: 5.4%;
    width: 50%;
	}
	.support_modal_wrap{
		margin-right: 20px;
		padding-top: 178.9%;
		background: #FFFBF3 url(/jpn/consumer/energy/maruigas/images/bg01_sp.png) no-repeat top 42.56% left;
		background-size: 89.2%;
		border-radius: 0 10px 10px 0;
	}
	.support_modal_btn{
		width: 42.61%;
	}
	.support_modal_btn a{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 100%;
	}
	.support_modal_btn .btn_icon{
		position: absolute;
		top: 25%;
		left: 0;
		right: 0;
		width: 53%;
		margin: 0 auto;
	}
	.support_modal_btn .btn_icon img{
		width: 100%;
	}
	.support_modal_btn.support_modal_btn02 .btn_icon{
		top: 17%;
		width: 37%;
	}
	.support_modal_btn.support_modal_btn03 .btn_icon{
		top: 20%;
		width: 47%;
	}
	.support_modal_btn.support_modal_btn05 .btn_icon{
		top: 19%;
		width: 40%;
	}
	.support_modal_btn .btn_txt{
		position: absolute;
		bottom: 25%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.support_modal_btn01{
		top: 2.06%;
		left: 1.98%;
	}
	.support_modal_btn02{
		top: 10.63%;
		left: 46.59%;
	}
	.support_modal_btn03{
		top: 34.76%;
		left: 63.07%;
	}
	.support_modal_btn04{
		top: 59.37%;
		left:46.88%;
	}
	.support_modal_btn05{
		top: 70.79%;
		left: 4.26%;
	}
}

/* support_modal_wrap
-------------------------------------------------- */
@media screen and (max-width:767px) {
	.support_modalbox{
		border-radius: 20px !important;
	}
	.support_modalbox .support_modal_conts {
		position: relative;
		background-color: #fff;
		color: #64463C;
		border-radius: 0 0 20px 20px;
	}
	.support_modalbox .support_modal_conts .icon{
		position: absolute;
		top: -83px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 130px;
		height: 130px;
		border-radius: 1000px;
		background-color: #fff;
	}
	.support_modalbox .support_modal_conts .icon img{
		position: absolute;
		top: 26px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.modal_02 .support_modalbox .support_modal_conts .icon img{
		top: 20px;
	}
	.modal_03 .support_modalbox .support_modal_conts .icon img{
		top: 22px;
	}
	.modal_05 .support_modalbox .support_modal_conts .icon img{
		top: 21px;
	}
	.support_modalbox .support_modal_conts .txt{
		position: relative;
		text-align: left;
	}
	.support_modalbox .support_modal_conts .ttl {
		position: relative;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
}
