@charset "utf-8";

/* mv_wrap
-------------------------------------------------- */
.marui_ttl {
	font-weight: bold;
}
.marui_ttl_small{
	display: flex;
	align-items: center;
	font-weight: bold;
	justify-content: center;
	margin-bottom: 30px;
}
.marui_ttl .ttl_num,
.marui_ttl_small .ttl_num{
	font-weight: normal;
	line-height: 1;
}
.marui_ttl_small .marui_ttl_logo {
	line-height: 1;
}
@media print, screen and (min-width:768px) {
	.mv_wrap{
		padding: 35px 0 60px;
		margin-bottom: 50px;
		background-color: #FFFBF3;
	}
	.marui_ttl{
		margin-bottom: 20px;
		font-size: 36px;
	}
	.marui_ttl_logo {
		margin-right: 10px;
	}
	.marui_ttl_small {
		margin-bottom: 20px;
		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;
	}
}
@media screen and (max-width:767px) {
	.mv_wrap {
		margin-bottom: 25px;
	}
	.mv_wrap .content_fixed_inner{
		padding: 0;
	}
	.marui_ttl{
		margin: 40px 20px 25px;
		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;
	}
}

/* badge
-------------------------------------------------- */
.badge {
	font-size: 24px;
	font-weight: bold;
	border-radius: 1000px;
	max-width: 160px;
	padding: 3px 0;
	margin: 0 auto 20px;
	text-align: center;
}
.brdr_red {
	border: 2px solid #e42a1c;
}
.color_orange {
	color: #ff5514;
}
.color_yellow {
	color: #f08217;
}
.color_green {
	color: #1fac4a;
}
.color_blue {
	color: #1a9fd0;
}
@media print, screen and (min-width:768px) {
}
@media screen and (max-width:767px) {

}

/* support_modal_wrap
-------------------------------------------------- */
.support_modal_wrap {
	position: relative;
}
.support_modal_btn {
	position: relative;
}
.support_modal_btn a{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 1000px;
	background: #FFF url(/jpn/consumer/energy/maruigas/images/icon_click.svg) center bottom 13% 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;
}
.support_modal_btn .btn_num{
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}
.support_modal_btn .btn_txt{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
@media print, screen and (min-width:768px) {
	.support_wrap .support_modal_list {
		display: flex;
	}
	.support_modal_btn {
		width: 25%;
	}
	.support_modal_btn a{
		width: 128px;
		height: 128px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
	}
	.support_modal_btn05{
		top: 308px;
		right: 426px;
	}
	.support_modal_btn05 a{
		padding-bottom: 10px;
	}
	.support_modal_btn a::before {
		top: 50%;
		left: -100%;
		transform: translateY(-50%);
		width: 128px;
		height: 5px;
		content: "";
		position: absolute;
		background-color: #ff5514;
		z-index: 1;
	}
	.support_modal_btn:first-child a::before {
		content: none;
	}
}
@media screen and (max-width:767px) {
	.support_modal_btn a{
		width: 147px;
		height: 147px;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
	}
	.support_modal_img {
		position: relative;
		z-index: 0;
	}
	.support_modal_img img {
		width: 100%;
	}
	.support_modal_img::after {
		content: "";
		position: absolute;
		bottom: 70%;
		right: 90.5px;
		width: 5px;
		height: 27.6vw;
		background-color: #ff5514;
		z-index: 2;
	}
	.support_modal_btn:first-child .support_modal_img::after {
		content: none;
	}
	.support_modal_btn .btn_num{
		position: absolute;
		top: 15%;
		left: 0;
		right: 0;
	}
	.support_modal_btn .btn_txt{
		position: absolute;
		bottom: 25%;
		left: 0;
		right: 0;
		margin-bottom: 10px;
	}

}

/* support_modal_wrap
-------------------------------------------------- */
.support_modalbox{
	border-radius: 20px !important;
}
.support_modalbox .support_modal_conts {
	position: relative;
	background-color: #fff;
	color: #64463C;
	border-radius: 0 0 20px 20px;
	padding: 45px 20px 20px;
}
.support_modalbox .support_modal_conts .icon{
	position: absolute;
	top: -38px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 1000px;
	background-color: #fff;
}
.support_modalbox .support_modal_conts .icon img{
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.support_modalbox .support_modal_conts .icon .btn_num{
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal_02 .support_modalbox .support_modal_conts .icon img{
	top: 25px;
}
.modal_03 .support_modalbox .support_modal_conts .icon img{
	top: 30px;
}
.modal_05 .support_modalbox .support_modal_conts .icon img{
	top: 25px;
}
.support_modalbox .support_modal_conts .ttl{
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.support_modalbox .support_modal_conts .txt{
	position: relative;
	text-align: left;
}
.support_modalbox.modalbox01 {
	background: url(/jpn/consumer/energy/maruigas/story/images/mod_bg1.png) no-repeat center top;
}
.support_modalbox.modalbox02 {
	background: url(/jpn/consumer/energy/maruigas/story/images/mod_bg2.png) no-repeat center top;
}
.support_modalbox.modalbox03 {
	background: url(/jpn/consumer/energy/maruigas/story/images/mod_bg3.png) no-repeat center top;
}
.support_modalbox.modalbox04 {
	background: url(/jpn/consumer/energy/maruigas/story/images/mod_bg4.png) no-repeat center top;
}
@media print, screen and (min-width:768px) {
	.support_modalbox.modalbox01 {
		width: 630px !important;
	}
	.support_modalbox.modalbox02 {
		width: 630px !important;
	}
	.support_modalbox.modalbox03 {
		width: 630px !important;
	}
	.support_modalbox.modalbox04 {
		width: 630px !important;
	}
	.support_modalbox .support_modal_conts {
		padding: 40px;
	}
	.support_modalbox .support_modal_inner {
		padding: 316px 0 0 !important;
	}
}
@media screen and (max-width:767px) {
	.support_modalbox.modalbox01 {
		background-size: 100%;
	}
	.support_modalbox.modalbox02 {
		background-size: 100%;
	}
	.support_modalbox.modalbox03 {
		background-size: 100%;
	}
	.support_modalbox.modalbox04 {
		background-size: 100%;
	}
	.support_modalbox .support_modal_inner {
		padding: 50% 0 0 !important;
	}
}

/* checkpoint_list
-------------------------------------------------- */
.checkpoint_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.checkpoint_list._col3 > .thum_txt_column {
    position: relative;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgb(170 170 170 / 40%);
}
.checkpoint_list._col3 > .thum_txt_column .checkpoint_ttl {
    font-weight: bold;
    text-align: center;
	line-height: 1.2;
}
.checkpoint_list._col3 > .thum_txt_column .thum {
    margin-bottom: 25px;
}
.checkpoint_list._col3 > .thum_txt_column .thum img {
    width: 100%;
}
.checkpoint_list  .point_ttl_wrap {
    margin-bottom: 25px;
}
.ene_brown_ttl_box {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.ene_brown_ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
@media print, screen and (min-width:768px) {
    .checkpoint_list._col3 > .thum_txt_column {
        width: calc((100% - 80px) / 3);
        margin-top: 50px;
        margin-right: 40px;
 	}
    .checkpoint_list._col3 > .thum_txt_column .checkpoint_ttl {
        font-size: 22px;
    }
    .checkpoint_list > .thum_txt_column .point_ttl_wrap {
        display: table;
        width: 100%;
    }
    .checkpoint_list > .thum_txt_column .point_ttl {
        display: table-cell;
        position: relative;
        vertical-align: middle;
    }
    .checkpoint_list > .thum_txt_column:nth-of-type(-n+3) {
        margin-top: 0;
    }
    .checkpoint_list > .thum_txt_column:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
	.checkpoint_list._col3 > .thum_txt_column {
		padding: 25px 30px;
	}
    .checkpoint_list > .thum_txt_column:not(:first-child) {
        margin-top: 30px;
    }
    .ene_sec .point_ttl_wrap  {
        margin-bottom: 10px;
    }
    .sp_wrap_inner {
        padding: 0 20px;
    }
    .checkpoint_list._col3 > .thum_txt_column .checkpoint_ttl {
        font-size: 18px;
    }
	.ene_brown_wrap.no_img {
        padding-top: 40px;
        background-color: #FAF6F5;
		border-radius: 10px;
    }
	.ene_brown_wrap.no_img .ene_brown_box:before {
        content: none;
    }
}
