@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main p {
	margin-bottom: 5rem;
}
#main .text {
	margin-bottom: 8rem;
}
#main .text02 {
	margin-bottom: 2.5rem;
}
#main p:last-child {
	margin-bottom: 0 !important;
}
#main .comImgBox {
	margin-bottom: 4.7rem;
	align-items: flex-start;
}
#main .comImgBox .textBox {
	margin-top: 0;
}
#main .comImgBox .textBox p {
	font-size: 1.5rem;
}
.headLine02 {
	margin-bottom: 2.4rem;
}
#main .disastersSec {
	margin-bottom: 7.8rem;
}
#main .disastersSec:last-child {
	margin-bottom: 0;
}
#main .stationSec .headLine01 {
	margin-bottom: 5rem;
}
#main .comImgBox .list li {
	line-height: 1.6;
	padding-left: 2.2rem;
	position: relative;
}
#main .comImgBox .list li::before {
	font-weight: 700;
	position: absolute;  
	top: 0.1rem;
	left: 0.3rem;  
	content: "・"; 
}
#main .stationList {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main .stationList li {
	width: calc((100% - (2.4rem * 3 + 0.1rem)) / 4);
}
#main .stationList .photo {
	margin-bottom: 1.5rem;
}
#main .stationList .photo img {
	width: 100%;
	border-radius: 0.8rem;
}
#main .stationList p {
	font-size: 1.2rem;
}
#main .stationList .ttl {
	margin-bottom: 0.7rem;
	font-size: 1.5rem;
	font-weight: 700;
}
#main .stationSec {
	margin-bottom: 12rem;
}
#main .arrivesSec {
	margin-bottom: 12rem;
}
#main .arrivesSec p {
	margin-bottom: 2.3rem;
}
#main .aboutSec .headLine01 {
	display: flex;
	align-items: center;
	gap: 0 3.2rem;
	margin-bottom: 4.8rem;
}
#main .aboutSec .headLine01 .rSpan {
	width: 10.2rem;
	flex-shrink: 0;
}
#main .aboutSec p {
	margin-bottom: 3rem;
	font-size: 1.8rem;
}
@media all and (min-width: 897px) {
}

@media all and (max-width: 896px) {
	#main p {
		margin-bottom: 1.8rem;
	}
	#main .text {
		margin-bottom: 4rem;
	}
	.headLine01 {
		margin-bottom: 2.5rem;
		font-size: 2.4rem;
	}
	#main .comImgBox .textBox p {
		margin-bottom: 2.2rem;
		font-size: 1.3rem;
	}
	#main .comImgBox {
		margin-bottom: 2.0rem;
	}
	#main .disastersSec {
		margin-bottom: 6rem;
	}
	#main .stationSec .headLine01 {
		margin-bottom: 2.0rem;
	}
	#main .comImgBox .list li {
		padding-left: 1.9rem;
	}
	#main .comImgBox .list li::before {
		top: 0;
	}
	#main .stationList {
		flex-direction: column;
	}
	#main .stationList li {
		width: 100%;
	}
	#main .stationList .photo img {
		border-radius: 1rem;
		width: 100%;
	}
	#main .stationList p {
		font-size: 1.3rem;
	}
	#main .stationList .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
	}
	#main .comImgBox .photoBox {
		margin-bottom: 2.5rem;
	}
	#main .stationSec {
		margin-bottom: 6rem;
	}
	#main .arrivesSec .headLine01 {
		margin-bottom: 1.5rem;
	}
	#main .arrivesSec .photo img {
		width: 100%;
	}
	#main .arrivesSec {
		margin-bottom: 5rem;
	}
	#main .aboutSec .headLine01 {
		gap: 0 2.4rem;
		margin-bottom: 2.4rem;
	}
	#main .aboutSec p {
		margin-bottom: 2rem;
		font-size: 1.3rem;
	}
	#main .aboutSec .headLine01 .rSpan {
		width: 8.8rem;
		padding: 0.8rem 0.7rem 0 0;
	}
}