/*# sourceMappingURL=update.css.map */

/* 20260106 委員案内 修正 */
#facility {
  padding: 100px 0 0;
	.container{
		&::after {
				content: "";
				width: 100%;
				height: 1px;
				border-bottom: 2px dashed #efa323;
				display: block;
				padding-top: 100px;
		}
	}
}

.facility_box{
	border-radius: 20px;
	padding: 50px 45px;
	background-color: #fff;

	font-size: 17px;
	line-height: 1.8;
	p + ul{
		margin-top: 25px;
	}
}

@media screen and (max-width: 960px) {
    #facility {
      padding: 50px 0 0;
			.container{
				&::after{
					padding-top: 50px;
				}
			}
    }
}
