@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.2rem;
}
#main .rates {
	margin-bottom: 11.7rem;
}
#main .rates p {
	margin-bottom: 4.8rem;
}
#main .rates p a {
	text-decoration: underline;
}
#main .rates p a:hover {
	opacity: 0.7;
}
#main .rates p:last-child {
	margin-bottom: 0;
}
#main .rates:last-child {
	margin-bottom: 0;
}
#main .rates .textImg {
	margin-bottom: 4.8rem;
}
#main .determinedBox  {
	margin-bottom: 12rem;
}
#main .determinedBox .rBox {
	margin-left: 6.4rem;
	width: 30.6rem;
	padding: 2.4rem 3.2rem;
	display: flex;
	align-items: center;
	border-radius: 1.2rem;
	background: #FCF6EC;
}
#main .determinedBox .lBox {
	flex: 1;
	padding: 3.2rem;
	border-radius: 1.2rem;
	background: #FCF6EC;	
	position: relative;
}
#main .determinedBox .lBox:after {
	width: 4rem;  
	aspect-ratio: 1;
	background: url(../img/gasfee/img05.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	right: -5.2rem;  
	content: ""; 
}
#main .determinedBox .lBox .subList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 6.4rem;
	background: url(../img/gasfee/img04.png) no-repeat center;
	background-size: 4rem auto;
}
#main .determinedBox .lBox .subList li {
	width: calc((100% - 6.4rem) / 2);
	padding: 2.2rem 3.2rem 2.4rem;
	border-radius: 1.2rem;
	background: #fff;	
}
#main .determinedBox .lBox .subList p {
	text-align: left;
	margin-bottom: 1.2rem;
	font-weight: 400;
}
#main .determinedBox .lBox .subList p:last-child {
	margin-bottom: 0;
}
#main .determinedBox .ttl {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.1rem;
}
#main .determinedBox .rBox .ttl {
	text-align: left;
	color: #F47804;
}
#main .determinedBox .lBox p {
	margin-bottom: 2.5rem;
	text-align: center;
}
#main .determinedBox .lBox .ttl {
	margin-bottom: 0.7rem;
}
#main .determinedBox .lBox .subList .ttl2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.1rem;
	color: #F47804;
}
#main .comImgBox {
}
#main .comImgBox2 .textBox h3 {
	color: #F47804;
	margin-bottom: 3.2rem;
}
#main .comImgBox .textBox p {
	margin-bottom: 4.8rem;
	font-size: 1.5rem;
}
#main .adjustment .text {
	margin: 0 1.5rem 3.5rem;
}
#main .adjustment p + .comList {
	margin-top: -1.8rem;
}
#main .adjustment .comList {
	margin-bottom: 3rem;
}
#main .adjustment .comList:last-child {
	margin-bottom: 0;
}
.comList li::before {
	width: 0.8rem;
	height: 0.8rem;
	top: 0.9rem;
	left: 0.5rem;
}
#main .adjustment .systemBox {
	margin: 5rem 0;
	padding: 3.2rem 3.4rem 3.1rem;
	border-radius: 1.6rem;
	border: 2px solid #FBE4C0;
	background: #fff;
}
#main .adjustment .systemBox p {
	margin-bottom: 1.1rem;
}
#main .adjustment .systemBox .ttl {
	font-size: 2rem;
	margin-bottom: 1.4rem;
	font-weight: 700;
}
#main .adjustment .systemBox .comList {
	margin: 0;
}
#main .adjustment .systemBox .comList li {
	font-size: 1.2rem;
	margin-bottom: 0.4rem;
}
#main .adjustment .systemBox .comList li::before {
	top: 0.7rem;
}
#main .priceList {
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}
#main .priceList li {
	width: calc((100% - (2.5rem * 2 + 0.1rem)) / 3);
}
#main .priceList .sub {
	margin-bottom: 2.5rem;
	align-items: center;
}
#main .priceList .sub .priceImg {
	width: 10.2rem;
	margin-right: 2.4rem;
	aspect-ratio: 1;
	position: relative;
}
#main .priceList .sub .priceImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
#main .priceList .sub .txtSpan {
	flex: 1;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .rates .text2 {
	margin-bottom: 3rem;
}
#main .comImgBox3 .textBox h3{
	font-size: 2.6rem;
}
#main .comImgBox3 .photoBox img{
	border-radius: 0;
}
#main .comImgBox3 {
	align-items: flex-start;
}
@media all and (min-width: 897px) {
	#main .comLinkList {
		gap: 2.4rem 0rem;
	}
	#main .comImgBox .photoBox {
		width: 36rem;
	}
	#main .adjustment .headLine03 {
		margin-bottom: 2.5rem;
	}
	#main .comImgBox3 .photoBox {
		width: 48rem;
	}
}

@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.5rem;
		font-size: 2.4rem;
	}
	#main .rates p {
		margin-bottom: 2.1rem;
	}
	#main .rates .textImg {
		margin: 0 0.2rem 2rem;
	}
	#main .rates .textImg img {
		width: 100%;
	}
	.headLine02{
		margin-bottom: 1.6rem;
	}
	#main .rates {
		margin-bottom: 6rem;
	}
	#main .determinedBox {
		margin-bottom: 6rem;
		display: block;
	}
	#main .determinedBox .lBox {
		margin-bottom: 6.4rem;
		padding: 2.4rem;
	}
	#main .determinedBox .ttl {
		font-size: 1.6rem;
	}
	#main .determinedBox .lBox .subList {
		flex-direction: column;
		background: none;
		gap: 6.4rem 0;
	}
	#main .determinedBox .lBox .subList li {
		width: 100%;
		padding: 2.1rem 2.4rem 2.4rem;
		position: relative;
	}
	#main .determinedBox .lBox .subList li:after {
		width: 4rem;  
		aspect-ratio: 1;
		background: url(../img/gasfee/img04.png) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		top: calc(100% + 1.2rem);
		left: 50%;
		transform: translateX(-50%);
		content: ""; 
	}
	#main .determinedBox .lBox .subList li:last-child:after {
		display: none;
	}
	#main .determinedBox .lBox .subList .ttl2 {
		margin-bottom: 1.3rem;
		font-size: 1.6rem;
	}
	#main .determinedBox .rBox {
		width: auto;
		margin: 0;
	}
	#main .determinedBox .lBox::after {
		top: calc(100% + 1.2rem);
		transform: translateX(-50%);
		right: auto;
		left: 50%;
	}
	#main .comImgBox2 .textBox h3{
		margin-bottom: 2.5rem;
		font-size: 2.4rem;
	}
	#main .comImgBox2 .textBox p {
		font-size: 1.3rem;
		margin-bottom: 2.5rem;
	}
	.headLine03 .num {
		margin-top: 0;
	}
	#main .adjustment .text {
		margin: 0 0 1.5rem;
	}
	#main .adjustment p + .comList {
		margin-top: 0;
	}
	.comList li::before {
		width: 1rem;
		height: 1rem;
		top: 0.4rem;
	}
	#main .adjustment .comList {
		margin-bottom: 1.6rem;
	}
	#main .adjustment .systemBox {
		padding: 2rem 2.2rem;
		margin: 2.7rem 0 2rem;
	}
	#main .adjustment .systemBox .ttl {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	#main .adjustment .systemBox .comList li {
		font-size: 1rem;
	}
	#main .adjustment .systemBox .comList li::before {
		width: 0.8rem;
		height: 0.8rem;
		top: 0.5rem;
	}
	#main .priceList {
		flex-direction: column;
		gap: 3.3rem 0;
	}
	#main .priceList li {
		width: 100%;
	}
	#main .priceList .sub .txtSpan {
		font-size: 1.5rem;
	}
	#main .priceList .sub {
		margin-bottom: 1rem;
	}
	#main .comImgBox3 .textBox h3 {
		color: #101010;
		font-size: 2rem;
		padding-bottom: 0;
	}
	#main .comImgBox3 .textBox p {
		font-size: 1.3rem;
		margin-bottom: 2.2rem;
		padding-top: 0.5rem;
	}
}