@charset "utf-8";

/* 共通スタイル */
a {
  display: block;
  /* width: 100%; */
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

a:hover {
  opacity: 0.7;
}

img {
  /* width: 100%; */
}

.inner__700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.inner__900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.inner__1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 540px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
