@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .greyBox {
	padding: 4.6rem 6rem 4.8rem;
	margin-bottom: 6rem;
	text-align: center;
	min-height: 19.3rem;
	background: #F8F8F8;
	border-radius: 1.6rem;
	background: #FAF8ED;
}
#main .greyBox .topTtl {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	color: #F47804;
	margin-bottom: 2.3rem;
}
#main .greyBox .whiteBox {
	margin-top: 4.8rem;
	padding: 3.6rem;
	border-radius: 0.8rem;
	background: #FFF;
	text-align: left;
	display: none;
}
#main .greyBox .whiteBox .ttl2 {
	margin-bottom: 1.9rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .greyBox .whiteBox .ttl2 .num {
	color: #F47804;
	margin-right: .5rem;
}
#main .greyBox .whiteBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .greyBox .whiteBox .tableBox {
	padding: 2.4rem 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#main .greyBox .whiteBox table th {
	padding: 0 1rem 0.9rem 1.5rem;
}
#main .greyBox .whiteBox table td {
	padding: 0 1rem 0 1.5rem;
}
#main .greyBox .whiteBox table td .txtSpan {
	display: block;
	font-weight: 700;
	margin-bottom: 0.7rem;
}
#main .greyBox .whiteBox table .wid01 {
	width: 31.5%;
}
#main .greyBox .whiteBox table .wid02 {
	width: 18.5%;
}
#main .greyBox .whiteBox table .wid03 {
	width: 31.3%;
}
#main .greyBox .whiteBox table .wid04 {
	width: 18.7%;
}
#main .greyBox .redTxt {
	margin-top: 4.8rem;
	text-align: center;
	font-size: 1.8rem;
	color: #E20E2B;
	display: none;
}
#main .emergenciesList {
	margin: 0 -1rem 8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 0;
}
#main .emergenciesList li {
	padding: 0 1.2rem;
	width: 25%;
	text-align: center;
	border-right: 1px solid #DDD;
}
#main .emergenciesList li:nth-child(4n) {
	border-right: none;
}
#main .emergenciesList a {
	padding: 1.2rem 2.3rem 4.2rem;
	display: block;
	border-radius: 0.8rem;
	background: url(../img/common/icon01.png) no-repeat center bottom 1.2rem;
	background-size: 2.4rem auto;
}
#main .emergenciesList .photo {
	margin: 0 auto 0rem;
	width: 9rem;
	aspect-ratio: 1;
}
#main .emergenciesList p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	min-height: 5rem;
}
.headLine01 {
	margin-bottom: 4.8rem;
}
#main .alarm {
	scroll-margin-top: min(5.5vw,6.4rem);
	margin-bottom: 7.9rem;
}
#main .alarmList{
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.8rem 2.4rem;
}
#main .alarmList li {
	width: calc((100% - (2.4rem * 2 + 0.1rem)) / 3);
}
#main .alarmList .photo {
	border-radius: 1.2rem;
	overflow: hidden;
	margin-bottom: 1.6rem;
	aspect-ratio: 740 / 416;
}
#main .alarmList .photo img {
	width: 100%;
}
#main .alarmList .txt {
	margin-bottom: 2rem;
	display: flex;
	align-items: flex-start;
}
#main .alarmList .txt:last-child {
	margin-bottom: 0;
}
#main .alarmList .txt .num {
	line-height: 1.2;
	width: 3.2rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	flex-shrink: 0;
	margin-right: 1.6rem;
	border-radius: 12rem;
	background: #F4A000;
}
#main .alarmList .txt .rSpan {
	padding-top: 0.4rem;
}
#main .imgBox {
	padding: 3.4rem;
	align-items: flex-start;
	border-radius: 1.6rem;
	border: 2px solid #FBE4C0;
}
#main .imgBox .photoBox {
	aspect-ratio: 800 / 260;
	width: 40rem;
	order: 2;
	margin-left: 2rem;
}
#main .imgBox .textBox {
	padding-top: 0.5rem;
	flex: 1;
}
#main .imgBox .ttl {
	padding-top: 0.2rem;
	margin-bottom: 1.2rem;
	font-size: 2.0rem;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
}
#main .imgBox .ttl .ttlImg {
	width: 4.8rem;
	flex-shrink: 0;
	margin: -0.7rem .75rem 0 0;
}
.headLine02 {
	margin-bottom: 3.2rem;
}
#main .gas {
	scroll-margin-top: min(5.5vw,6.4rem);
	margin-bottom: 7.7rem;
}
#main .gas p {
	margin-bottom: 3.4rem;
}
#main .gas .text {
	margin-bottom: 7.3rem;
}
#main .gas .text02 {
	margin-bottom: 4.8rem;
}
#main .gas p:last-child {
	margin-bottom: 0;
}
#main .gasList {
	margin-bottom: 10rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	text-align: center;
	justify-content: center;
}
#main .gasList li {
	width: 11.2rem;
}
#main .gasList .item02 {
	margin-left: 13rem;
	width: 17.6rem;
}
#main .gasList .item03 {
	width: 46.4rem;
}
#main .gasList p {
	margin: 0 -4rem 3rem;
	font-weight: 700;
	font-size: 1.8rem;
}
#main .gasList .photo {
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .gasList .item02 .photo {
	margin-top: -1.2rem;
}
#main .gasList .item02 p {
	text-align: left;
	margin-left: 0;
}
#main .tabList {
	padding-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.4rem;
	border-bottom: 2px solid #F4A000;
}
#main .tabList li {
	width: 22.8rem;
}
#main .tabList a {
	bottom: -1px;
	position: relative;
	min-height: 8rem;
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: center;
	font-weight: 700;
	align-items: center;
	border-radius: 1.6rem 1.6rem 0 0;
	opacity: 0.5;
	background: #DDD;
	border: 3px solid transparent;
	border-bottom: none;
}
#main .tabList .imgSpan {
	flex-shrink: 0;
	margin-right: 1.2rem;
	width: 4.8rem;
}
#main .tabList .on a {
	background-color: #fff;
	opacity: 1;
	border-color: #F4A000;
	border-bottom: none;
	position: relative;
}
#main .tabList .on a:after {
	width: 100%;  
	height: 6px;
	background-color: #fff;
	position: absolute;  
	bottom: -3px;
	right: 0;
	left: 0;  
	content: ""; 
}
#main .hTtl {
	margin-bottom: 2.5rem;
	font-weight: 700;
	font-size: 2.0rem;
}
#main .tabInner {
	padding-top: 4.6rem;
}
#main .occurs {
	margin-bottom: 3.3rem;
	align-items: flex-start;
}
#main .occurs .photoBox {
	width: 40rem;
	aspect-ratio: 800 / 486;
	margin-right: 4.8rem;
}
#main .occurs .textBox {
	flex: 1;
}
#main .methods .text {
	margin-bottom: 6.3rem;
}
#main .methods{
	scroll-margin-top: min(5.5vw,6.4rem);
	margin-bottom: 7.9rem;
}
#main .meter {
	scroll-margin-top: min(5.5vw,6.4rem);
}
#main .meterBox {
	padding-top: 1.8rem;
}
#main .meterBox .rBox {
	margin-left: 3.5rem;
	width: 26.3rem;
}
#main .meterBox .rBox .list li {
	width: 100%;
}
#main .meterBox .lBox {
	flex: 1;
}
#main .meterBox .list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.6rem;
}
#main .meterBox .list .photo {
	aspect-ratio: 526 / 296;
	margin-bottom: 1.4rem;
	border-radius: 1.2rem;
	overflow: hidden;
}
#main .meterBox .list .photo img {
	width: 100%;
}
#main .meterBox .list li {
	width: calc((100% - (3.6rem * 2 + 0.1rem)) / 3);
}
#main .meterBox .list .txt {
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.6;
}
#main .meterBox .list .txt:last-child {
	margin-bottom: 0;
}
#main .meterBox .list .ttl {
	margin-bottom: 0.3rem;
	font-weight: 700;
	color: #F47804;
}
#main .meterBox .list .ttl2 {
	margin-bottom: 2rem;
	font-weight: 700;
}
#main .meterBox .subBox {
	margin-top: 7.3rem;
	max-width: 86.1rem;
	text-align: center;
	position: relative;
	padding: 1.3rem 1.4rem 1.4rem;
	border-radius: 1.2rem;
	border: 2px solid #FADBAA;
	background: #fff;
}
#main .meterBox .subBox:after {
	width: 3.6rem;  
	aspect-ratio: 1;
	background: url(../img/common/icon01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	left: 50%;
	bottom: calc(100% + 1.8rem);
	transform: translateX(-50%);
	content: ""; 
}
#main .meterBox .subBox p {
	font-size: 1.8rem;
	line-height: 1.6;
}
#main .greyBox .ttl {
	font-size: 1.8rem;
	color: #101010;
	margin-bottom: 1.6rem;
}
#main .greyBox .smallTxt {
	margin-bottom: 0;
	font-size: 1rem;
}
#main .greyBox .smallTxt01 {
	margin-top: 1rem;
}	
#main .greyBox .smallTxt01 a {
	text-decoration: underline;
}
#main .greyBox .smallTxt01 a:hover {
	opacity: 0.7;
}
#main .greyBox .searchDl {
	margin-bottom: 0.7rem;
	height: 4.7rem;
	display: flex;
	overflow: hidden;
	border-radius: 0.4rem;
	border: 1px solid #DDD;
}
#main .greyBox .searchDl input[type="submit"],
#main .greyBox .searchDl input[type="text"] {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius: 0;
	height: 100%;
	color: #101010;
	border: none;
	box-sizing: border-box;
	font-size: 1.3rem;
	padding: 0 1.5rem;
	width: 100%;
	background-color: #fff;
}
#main .greyBox .searchDl input[type="submit"] {
	cursor: pointer;
	background: #F4A000 url(../img/common/serach.png) no-repeat center;
	background-size: 2.3rem auto;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #999999;
	opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity:1;
}
input::-moz-placeholder {
	color: #999999;
	opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999999;
	opacity:1;
}
#main .subOffice {
	margin: 0;
	padding: 0;
	min-height: inherit;
	border-radius: 0;
}
@media all and (min-width: 897px) {
	#main .tabList a:hover {
		bottom: -1px;
		opacity: 0.7;
		border-bottom-color: #F4A000;
	}
	#main .tabList .on a:hover {
		opacity: 1;
	}
	#main .emergenciesList a:hover {
		background-color: #FCF6EC;
	}
	#main .greyBox .searchDl {
		height: 4.8rem;
		max-width: 49.3rem;
		margin: 0 auto 1.5rem;
	}
	#main .greyBox .searchDl input[type="submit"] {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 700;
		padding-left: 4.3rem;
		border-radius: 0 0.4rem 0.4rem 0;
		background-position: left 3.2rem top calc(50% + 0.1rem);
	}
	#main .greyBox .searchDl input[type="submit"]:hover {
		opacity: 0.7;
	}
	#main .greyBox .searchDl input[type="text"] {
		border-radius: 0.4rem 0 0 0.4rem;
		font-size: 1.5rem;
		padding-left: 2.3rem;
	}
	#main .greyBox .smallTxt {
		font-size: 1.2rem;
	}
	#main .greyBox .searchDl dt {
		width: calc(100% - 15.3rem);
	}
	#main .greyBox .searchDl dd {
		width: 15.3rem;
		border-radius: 0 1.2rem 1.2rem 0;
	}
	#main .tabBox .alarmList {
		margin-bottom: 2.3rem;
		gap: 3rem 2.4rem;
	}
	#main .occurs2 .photoBox {
		width: 37rem;
		margin-right: 2.3rem;
	}
	#main .occurs2 .photoBox img {
		border-radius: 1.2rem;
	}

}

@media all and (max-width: 896px) {
	#main .greyBox {
		margin-bottom: 4.7rem;
		padding: 3.1rem 3.2rem 3.3rem;
		border-radius: 1.6rem;
		background: #FAF8ED;
	}
	#main .greyBox .topTtl {
		margin-bottom: 1.7rem;
		text-align: center;
		font-size: 2rem;
		line-height: 1.5;
	}
	#main .greyBox .searchDl dt {
		width: calc(100% - 4.6rem);
	}
	#main .greyBox .searchDl dd {
		width: 4.6rem;
	}
	#main .greyBox p {
		margin-bottom: 1.7rem;
		font-size: 1.5rem;
	}
	#main .greyBox .ttl {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .greyBox .searchDl input[type="submit"] {
		text-indent: -9999px;
	}
	#main .greyBox .whiteBox {
		padding: 2.2rem 2.4rem;
		margin: 2.6rem -0.8rem 0;
		border-radius: 0.8rem;
	}
	#main .greyBox .whiteBox .ttl2 {
		margin-bottom: 1.6rem;
		font-size: 1.6rem;
	}
	#main .greyBox .whiteBox table th {
		padding-bottom: 0.83rem;
		width: 100% !important;
		float: left;
		display: block;
	}
	#main .greyBox .whiteBox table td {
		padding-block: 0.18rem 0;
		width: 100% !important;
		float: left;
		display: block;
	}
	#main .greyBox .whiteBox .tableBox {
		padding: 1.1rem 0;
	}
	#main .greyBox .redTxt {
		font-size: 1.5rem;
		margin: 2.4rem -1rem 0;
	}
	#main .emergenciesList {
		margin: 0 0rem 4.5rem;
		flex-direction: column;
		gap: 0;
	}
	#main .emergenciesList li {
		border-right: none;
		padding: 0;
		border-bottom: 1px solid #ddd;
		width: 100%;
	}
	#main .emergenciesList li:last-child {
		border-bottom: none;
	}
	#main .emergenciesList a {
		padding: 1.2rem 0.8rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		background-position: right 0.7rem center;
	}
	#main .emergenciesList .photo {
		width: 4.4rem;
		order: 2;
		margin: 0 4rem 0 1.6rem;
	}
	#main .emergenciesList p {
		flex: 1;
		display: block;
		line-height: 1.5;
		min-height: inherit;
		text-align: left;
	}
	.headLine01 {
		margin-bottom: 2.5rem;
		font-size: 2.4rem;
	}
	#main .alarmList {
		margin-bottom: 2.5rem;
		flex-direction: column;
		gap: 2.4rem 2.4rem;
	}
	#main .alarmList li {
		width: 100%;
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .alarmList .photo {
		width: 16rem;
		margin-right: 1.6rem;
		border-radius: 0.4rem;
	}
	#main .alarmList .txt {
		flex: 1;
		display: block;
	}
	#main .alarmList .txt .num {
		width: 2.1rem;
		font-size: 1rem;
		margin-bottom: 0.8rem;
	}
	#main .imgBox {
		border-color: #FBE4C0;
		border-radius: 1.2rem;
		padding: 2.2rem 2.2rem 3.2rem;
		flex-direction: column;
	}
	#main .imgBox .photoBox {
		width: 100%;
		margin: 0;
		padding: 1.7rem 0 0 0;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .ttl {
		align-items: center;
		font-size: 1.6rem;
	}
	#main .imgBox .ttl .ttlImg {
		margin-top: 0;
	}
	#main .alarm {
		scroll-margin-top: 10.7rem;
		margin-bottom: 5.8rem;
	}
	#main .gas .headLine01 {
		margin-bottom: 1.8rem;
	}
	#main .gas .headLine02 {
		margin-bottom: 1.8rem;
	}
	#main .gas p {
		margin-bottom: 1.5rem;
	}
	#main .gas .text {
		margin-bottom: 2.2rem;
	}
	#main .gasList {
		margin-bottom: 2.6rem;
		gap: 2.2rem 2rem;
	}
	#main .gasList p {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	#main .gasList li {
		width: 19%;
	}
	#main .gasList .item02 {
		width: 30%;
		margin: 0 -3rem 0 3rem;
	}
	#main .gasList .item02 .photo {
		margin-top: -0.3rem;
	}
	#main .gasList .item03 {
		width: 100%;
		padding: 0 3.5rem;
	}
	#main .comLink02 {
		margin-bottom: 1.5rem;
	}
	#main .gas .text02 {
		margin-bottom: 1.8rem;
	}
	#main .gas {
		scroll-margin-top: 10.7rem;
		margin-bottom: 5.8rem;
	}
	#main .tabListBox {
		min-height: 6rem;
		overflow-x: scroll;
	}
	#main .bgBox {
		position: relative;
	}
	#main .bgBox:after {
		width: 4.4rem;  
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
		position: absolute;  
		top: 0;
		right: -1px;  
		content: ""; 
	}
	#main .tabList {
		margin-right: -2rem;
		margin-bottom: 0;
		width: 100%;
		min-width: 55rem;
		gap: 0 0.8rem;
	}
	#main .tabList li {
		width: fit-content;
	}
	#main .tabList .imgSpan {
		width: 3.2rem;
		margin-right: 0.4rem;
	}
	#main .tabList a {
		min-height: 5.2rem;
	}
	#main .tabList .txtSpan {
		flex: 1;
	}
	#main .tabInner {
		padding-top: 2rem;
	}
	#main .hTtl {
		font-size: 1.6rem;
	}
	#main .occurs {
		margin-bottom: 1.6rem;
		padding-top: 1rem;
		flex-direction: column;
	}
	#main .occurs .photoBox {
		width: 100%;
		margin: 0 0 5.2rem;
	}
	#main .occurs .photoBox img {
		width: 100%;
	}
	#main .alarmList .photo {
		margin: 0 1.3rem 0 0;
		width: 16.1rem;
	}
	#main .methods .text {
		margin-bottom: 2rem;
	}
	#main .alarmList2 {
		padding-top: 0;
		margin-top: -1rem;
	}
	#main .methods {
		scroll-margin-top: 10.7rem;
		margin-bottom: 6rem;
	}
	#main .meter {
		scroll-margin-top: 10.7rem;
	}
	#main .meter .occurs {
		padding-top: 0;
	}
	#main .meterBox {
		padding-top: 0;
		display: block;
	}
	#main .meterBox .list {
		padding-top: 0.8rem;
		flex-direction: column;
		gap: 2.4rem 0;
	}
	#main .meterBox .list li {
		width: 100%;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .meterBox .list .photo {
		width: 16rem;
		border-radius: 0.4rem;
		margin: 0.1rem 0 0 1.6rem;
	}
	#main .meterBox .list li .spBox {
		flex: 1;
	}
	#main .meterBox .list .ttl2 {
		margin-bottom: 0.7rem;
	}
	#main .meterBox .list .txt {
		font-size: 1rem;
	}
	#main .meterBox .rBox {
		width: auto;
		margin: 1.5rem 0 0;
	}
	#main .meterBox .subBox {
		max-width: inherit;
		margin-top: 6.4rem;
		border-color: #FBE4C0;
	}
	#main .meterBox .subBox p {
		font-size: 1.3rem;
	}
	#main .meterBox .subBox::after {
		bottom: calc(100% + 0.7rem);
	}
	#main .linkBox {
		flex-basis: 100%;
	}
	#main .alarmList .txt2 {
		display: flex;
	}
	#main .alarmList .txt .rSpan {
		padding-top: 0;
	}
	#main .occurs2 .photoBox {
		margin-bottom: 2rem;
	}
}