/* CSS Document */
@media only screen and (min-width: 768px) {
  .sp {
    display: none; }

  .pc {
    display: block; } }
@media only screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.sp {
  display: none; }

.disnone {
  display: none; }

.idol {
  background: #fff;
  text-align: justify; }

#syle * {
  box-sizing: border-box;
  font-feature-settings: "palt"; }

img {
  vertical-align: bottom; }

#syla {
  margin: auto;
  text-align: center; }
