/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2023 | 12:59:51 */
#service {
background:#fff url(https://09.01rpm.com/wp-content/uploads/2023/09/section1.jpg) no-repeat center center;
background-size: cover;

}
.container {
    display: flex;
    flex-direction: column;
min-height: 85vh; /* ページ全体の高さを最低限に設定 */
	position:relative;
	top:100px;
}

#container {
    overflow-x: clip;
}

.content {
    flex-grow: 1;
}
