<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media (max-width: 768px) {
#sideWrap .ttl01 {
    position: relative;
    margin: 0 0 15px;
    text-align: left;
    background: url(../img/line.jpg) repeat-x left bottom / auto 6px;
	box-sizing: border-box;
    padding: 0 2% 8px;
}
#sideWrap .ttl01 .blue, .ttl01 .white {
    background: none;
	display: inline-block;
	padding: 0;
}
#sideWrap .ttl01.sp_ja .en {
    display: none;
}
#sideWrap .ttl01 .ja {
    font-size: 20px;
	font-weight: 900;
    color: #323232;
}
#sideWrap ul.banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
#sideWrap ul.banner li {
    width: 49%;
    margin-bottom: 5px;
}
}</pre></body></html>