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

/*----------------------------------------
/* 縺顔衍繧峨○
---------------------------------------- */
.info_next {
 position: absolute;
 right: -30px;
 top: 15px;
 width: 8px;
 height: 8px;
 cursor: pointer;
}

.info_next::before {
 content: "";
 width: 8px;
 height: 8px;
 display: block;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.info_prev {
 position: absolute;
 right: -15px;
 top: 15px;
 width: 8px;
 height: 8px;
 cursor: pointer;
}

.info_prev::before {
 content: "";
 width: 8px;
 height: 8px;
 display: block;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
</pre></body></html>