
/***********************************************************************************************************************

fuel2026.css

***********************************************************************************************************************/

.fuel2026{
}

.sec_ttl{
	position: relative;
	padding: 70px 0;
	background-color: #ffcd11;
}
.sec_ttl::before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
}

.sec_outline{
	padding: 8% 0;
}

@media screen and (max-width: 767px) {
.sec_ttl{
	padding: 40px 0;
}
.sec_outline{
	padding: 12% 0;
}
}



/**********************************
h1〜
**********************************/
h1.h1_ttl{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 3em;
}
h1.h1_ttl .none{
	display: none;
}

h3.h3_ttl{
	font-family: "ゴシックMB101 B";
	font-size: 2.6rem;
	font-size: 26px;
	text-align: center;
	margin-bottom: 1.2em;
}

p.lead{
	font-family: "ゴシックMB101 B";
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	text-align: center;
}


@media screen and (max-width: 959px) {
h3.h3_ttl{
	font-size: 2.2rem;
	font-size: 22px;
}
}

@media screen and (max-width: 767px) {
h3.h3_ttl{
	font-size: 1.8rem;
	font-size: 18px;
}
}




/* ttl_box *************************************************/
.ttl_box{
	display: flex;
	justify-content: space-around;
	flex-flow: wrap;
	align-items: center;
}
.ttl_box_txt{
	width: 41.6666667%;
}
.ttl_box_image{
	width: 54.1666667%;
}


@media screen and (max-width: 767px) {
.ttl_box_txt{
	width: 100%;
	order: 2;
}
.ttl_box_image{
	width: 100%;
	order: 1;
	padding-bottom: 10%;
}
}





/* ph_nenpi *************************************************/
.ph_nenpi{

}
.ph_nenpi img{
	width: 100%;
	height: auto;
}



/* float_outline *************************************************/
.float_outline{
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.8em;
	border-top: 1px solid #ccc;
}
.float_outline tr{
	border-bottom: 1px solid #ccc;
}
.float_outline th{
	width: 160px;
	color: #fff;
	text-align: center;
	padding: 1.5em 0;
	background-color: #000;
}
.float_outline td{
	padding: 1.5em 0 1.5em 30px;
}
.float_outline td strong{
	font-size: 120%;
	font-weight: 600;
}

.float_outline td p.cap12{
	line-height: 1.6em;
	padding: 1em 0 0;
	margin: 0;
}


@media screen and (max-width: 767px) {
.float_outline{
	font-size: 1.4rem;
	font-size: 14px;
	border-top: none;
}
.float_outline tr{
	border-bottom: none;
}
.float_outline th{
	display: block;
	width: auto;
	color: #fff;
	padding: 0.2em 0;
}
.float_outline td{
	display: block;
	padding: 1em 0 2em;
}
.float_outline td.last{
	padding-bottom: 0;
}
}



/*** popup_footer_link **********************************/
ul.popup_footer_link{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	max-width: 360px; /*540px*/
	margin: 50px auto 0; /*40px auto 0*/
}
ul.popup_footer_link li{
	width: 360px; /*260px*/
}
ul.popup_footer_link li a{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
ul.popup_footer_link li a:hover{
	background-color: #ffcd11;
}

@media screen and (max-width: 767px) {
ul.popup_footer_link{
	width: 100%;
	max-width: 100%;
	margin-top: 20px;
}
ul.popup_footer_link li{
	width: 100%;
	margin: 10px 0 0;
}
ul.popup_footer_link li a{
	height: 50px;
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 50px;
}
}


/*** list_other **********************************/
.list_other{
	padding-left: 1em;
}
.list_other li{
	position: relative;
	padding-top: 0.4em;
}
.list_other li:first-child{
	padding-top: 0;
}
.list_other li::before{
	content: "・";
	position: absolute;
	left: -1em;
}


/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print{

}