/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 08:06:33 */
/*　レイアウト系
----------------------------------------------- */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

@media screen and (min-width: 769px) {
	.pc-hide br {
    display: none;
}
}

@media screen and (max-width: 768px) {
/* 改行なし */
	.sp-hide br {
    display: none;
}
	.sp-center {
        text-align: center !important;
    }
    .sp-left {
        text-align: left !important;
    }
}

