@charset "utf-8";
/* CSS Document */

/* ************************************************ 
 *	common
 * ************************************************ */
sup {
  font-size: 85%;
  vertical-align: text-top;
}
#content_wrap {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

#content_wrap a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

#content_wrap * {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
}

#content_wrap img {
  max-width: 100%;
  height: auto;
}

#content_wrap a {
  text-decoration: none;
}

.bg_black {
  background-color: #000;
  color: #fff;
}

.bg_white {
  background-color: #fff;
  color: #000;
}

.inner {
  max-width: 950px;
  margin: 0 auto;
}

.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}
.indent-1\.25 {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.indent-1\.5 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.note--kome {
  font-size: 12px;
  text-indent: -1.25em;
  margin-left: 1.25em;
}

.note--kome-num {
  font-size: 12px;
  text-indent: -1.75em;
  margin-left: 1.75em;
}

.sp_only,
.sp_only_ib {
  display: none;
}
.for_small {
  display: none;
}
@media screen and (max-width: 360px) {
  .for_small {
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  #content_wrap {
    font-size: 14px;
  }

  .inner {
    padding: 0 5%;
  }

  .sp_only {
    display: block;
  }

  .sp_only_ib {
    display: inline-block;
  }

  .pc_only {
    display: none;
  }
}

/* ************************************************ 
 *	newprice_img
 * ************************************************ */
.newprice_img {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}