@charset "utf-8";
.pc_view{display: block!important;}
.sp_view{display: none!important;}

#title {
	margin: 0px 0px 0px 0px;
}
#mv_gaso {
	clear: both;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	background: url("../images/gaso/bg_gaso.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	padding: 80px 0px 80px 0px;
	margin: 0px 0px 40px 0px;
}
#mv_gaso h1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.8em;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}
#mv_gaso h1 span {
	display: block;
	width: 200px;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2em;
	padding: 10px 20px;
	margin: 0 auto 5px;
	border-radius: 10px;
	background-color: #FFBE00;
}

#mv_gaso ul {
	clear: both;
	text-align: center;
}
#mv_gaso ul li {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2483F4;
	border-radius: 10px;
	padding: 4px 20px 8px;
	margin: 0px 10px 0px;
}

.flex {
	clear: both;
	width: 900px;
	display: flex;
	justify-content: center;
	margin: 0px auto 40px;
}
.g_photo {
	width: 20%;
}
.g_text {
	width: 60%;
	color: #353535;
	margin: 0px 0px 0px 5%;
}
.g_text h3 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.g_text h3 span {
	display: inline-block;
	font-size: 18px;
	color: #007CFF;
	margin-left: 20px;
}
.g_text h4 {
	font-size: 22px;
	font-weight: bold;
	color: #00A818;
	margin-bottom: 20px;
}
.g_text table {
	width: 100%;
}
.g_text table th {
	width: 100px;
	font-size: 15px;
	line-height: 1.6em;
	padding: 10px 5px;
	border-bottom: 1px solid #DDD;
}
.g_text table td {
	font-size: 15px;
	line-height: 1.6em;
	padding: 10px 5px;
	border-bottom: 1px solid #DDD;
}




@media screen and (max-width: 700px) {
	.pc_view{display: none!important;}
	.sp_view{display: block!important;}
	#mv_gaso {
		min-height: auto;
		background: url("../images/gaso/bg_gaso.jpg") no-repeat top center;
		background-size: auto 100%;
		margin: 0px 0px 40px 0px;
	}
	
	#mv_gaso h1 {
		font-size: 7.0vw;
		line-height: 1.3em;
		margin-bottom: 2.0vh;
	}
	#mv_gaso h1 span {
		display: block;
		width: 30vw;
		font-size: 6.6vw;
		padding: 1.0vh 3.0vw;
		margin: 0 auto 0.5vh;
		border-radius: 10px;
		background-color: #FFBE00;
	}
	#mv_gaso ul li {
		font-size: 5.0vw;
		padding: 0.4vh 2.0vw 0.8vh;
		margin: 0px 1.0vw 0px;
	}
	
	
	.flex {
		clear: both;
		width: 100%;
		display: block;
		margin: 0px auto 3.0vh;
	}
	.g_photo {
		display: block;
		width: 100%;
		text-align: center;
	}
	.g_photo img {
		display: block;
		width: 24%;
		height: auto;
		margin: 0px auto;
	}
	
	.g_text {
		display: block;
		width: 90%;
		color: #353535;
		margin: 0px auto 0px;
	}
	.g_text h3 {
		font-size: 7.6vw;
		font-weight: bold;
		color: #000;
		margin-bottom: 0.9vh;
	}
	.g_text h3 span {
		display: block;
		font-size: 4.2vw;
		color: #007CFF;
		margin-left: 0px;
	}
	.g_text h4 {
		font-size: 4.6vw;
		font-weight: bold;
		color: #00A818;
		margin-bottom: 3.0vh;
	}
	
	.g_text table th {
		width: 18vw;
		font-size: 3.8vw;
		line-height: 1.6em;
		padding: 10px 5px;
	}
	.g_text table td {
		font-size: 3.8vw;
		line-height: 1.6em;
		padding: 10px 5px;
		border-bottom: 1px solid #DDD;
	}
	
	
	
	
}
