@charset "utf-8";
/*------------------------------------------------------------
	aboutgas
------------------------------------------------------------*/
#main .content p {
	margin-bottom: 2.4rem;
}
#main .content p:last-child {
	margin-bottom: 0;
}
.headLine01 {
	margin-bottom: 2.5rem;
}
.hTtl {
	margin-bottom: 4.9rem;
}
/* tableBox */
#main .tableBox {
	margin-bottom: 4.7rem;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox table th,
#main .tableBox table td {
	padding: 0.3rem 1rem;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
	height: 6rem;
}
#main .tableBox table th {
	width: 20.7%;
	color: #666;
	font-size: 1.3rem;
	font-weight: 400;
}
#main .tableBox table td:first-of-type {
	width: 39.5%;
	background: #FAF8ED;
}
#main .tableBox table tr:first-child td {
	font-size: 1.8rem;
}
main .tableBox table .big {
	font-weight: 700;
}
#main .tableBox table .col {
	color: #F47804;
	font-weight: 700;
}
#main .tableBox table strong {
	font-weight: 400;
	font-size: 1.5rem;
}
.headLine02 {
	margin-bottom: 2.4rem;
}
#main .gas {
	margin-bottom: 11.9rem;
}
#main .between {
	margin-bottom: 11.9rem;
}
#main .disasters {
	margin-bottom: 11.9rem;
}
#main .listUl {
	margin-bottom: 4.7rem;
	padding-top: 2.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.6rem 2.4rem;
}
#main .listUl > li {
	width: calc((100% - 2.4rem) / 2);
}
#main .listUl h4 {
	margin-bottom: 2.5rem;
	font-size: 2.0rem;
	display: flex;
	align-items: center;
}
#main .listUl h4 .propertiesImg {
	border-radius: 100%;
	overflow: hidden;
	aspect-ratio: 1;
	position: relative;
	width: 12.8rem;
	margin-right: 2.4rem;
}
#main .listUl h4 .propertiesImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .listUl h4 .txt {
	flex: 1;
}
#main .listUl p {
	margin-bottom: 1.1rem;
}
#main .listUl p:last-child {
	margin-bottom: 0;
}
#main .properties {
	margin-bottom: 11.9rem;
}
#main .comImgBox {
	align-items: flex-start;
}
#main .comImgBox .textBox p {
	font-size: 1.5rem;
}
#main .work {
	margin-bottom: 11.9rem;
}
#main .comImgBox .textBox p {
	margin-bottom: 2.3rem;
}
#main .comImgBox .textBox h3 {
	margin-bottom: 2.4rem;
}
#main .comImgBox .comLink a {
	font-size: 1.5rem;
}
@media all and (min-width: 897px) {
	#pagePath {
		margin-bottom: 7.9rem;
	}
	#main .comImgBox .textBox {
		margin-top: 0.1rem;
	}
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.5rem;
		font-size: 2.4rem;
	}
	#main .tableBox {
		margin-bottom: 5.7rem;
		overflow-x: scroll;
	}
	#main .tableBox table {
		min-width: 100%;
		width: 65rem;
	}
	#main .tableBox table tr:first-child td,
	#main .tableBox table tr:first-child th {
		border-top: none;
	}
	#main .tableBox table th, 
	#main .tableBox table td {
		height: auto;
		padding-block: 0.6rem;
	}
	#main .tableBox table th {
		position: sticky;
		top: 0;
		left: 0;
		font-weight: 400;
		width: 17.0%;
		border-right: 1px solid #ddd;
		box-shadow: 1px 0 0 #ddd;
		background-color: #fff;
		z-index: 1;
	}
	#main .tableBox table td {
		font-size: 1.4rem;
		font-weight: 400;
		color: #666666;
		line-height: 1.6;
		border-right: 1px solid #ddd;
	}
	#main .tableBox table tr:last-child td,
	#main .tableBox table tr:last-child th {
		border-bottom: none;
	}
	#main .tableBox table .big {
		font-weight: 700;
		font-size: 1.4rem;
		color: #F47804;
	}
	#main .tableBox table td:last-child {
		border-right: none;
	}
	#main .tableBox table td:first-of-type {
		width: 42%;
	}
	#main .gas {
		margin-bottom: 6rem;
	}
	#main .between {
		margin-bottom: 6rem;
	}
	#main .disasters {
		margin-bottom: 6rem;
	}
	#main .listUl {
		margin-bottom: 2.7rem;
		flex-direction: column;
		gap: 2.4rem 0;
	}
	#main .listUl > li {
		width: 100%;
	}
	#main .listUl h4 {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}
	#main .listUl h4 .propertiesImg {
		width: 9.2rem;
		margin-right: 1.2rem;
	}
	#main .properties {
		margin-bottom: 6rem;
	}
	#main .comImgBox .textBox p {
		font-size: 1.3rem;
	}
	#main .work {
		margin-bottom: 6rem;
	}
	.scroll-hint-text {
		margin-top: 1rem;
		font-size: 1.1rem;
	}
	.scroll-hint-icon {
		top: calc(50% - 6.9rem);
		border-radius: 0.8rem;
		padding: 2.6rem 1rem 2rem 1rem;
		width: 14rem;
		left: calc(50% - 1.6rem);
	}
	.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 1;
	}
	.scroll-hint-icon::before {
		width: 5.5rem;
		height: 6.6rem;
		background-image: url(../img/aboutgas/img.png);
	}
	.scroll-hint-icon::after {
		display: none;
	}
}

#main .between,
#main .disasters {
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	#main .between,
	#main .disasters {
		font-size: 1.3rem;
	}
	.headLine01.big {
		margin-bottom: 2.4rem;
	}
	#main .comImgBox .textBox h3 {
		margin-bottom: 2.5rem;
	}
	#main .comImgBox .comLink a {
		font-size: 1.3rem;
		padding-inline: 1.2rem;
	}
}