@charset "utf-8";


/* ▼▼▼▼▼▼ RESET ▼▼▼▼▼▼ */
html, body {
  overflow-y: inherit;
  width: 100%;
  font: 14px/1.4 "メイリオ","ＭＳ Ｐゴシック",Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","モリサワ 新ゴ R",Droid Sans,sans-serif;
  color: #333;
}
body {
  -webkit-text-size-adjust: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, div {
  margin: 0;  padding: 0;
}
ul, li {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}


/* ▼▼▼▼▼▼ SETTING ▼▼▼▼▼▼ */
a, a:link, a:visited {
  color: #0082d4;
}
a:hover, a:active {
  color: #6cf;
  text-decoration: none;
}


/* --------------------------------------------------
  JUMP用
-------------------------------------------------- */
.jump {
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0 0;
}
.jump-tit {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.jump-cnt {
  border: 20px solid #eee;
  padding: 40px 24px 24px;
}
.jump-cnt__tit {
  margin-bottom: 40px;
  text-align: center;
}
.jump-cnt__tit img {
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
#yahooshopping .jump-cnt__tit img {
  display: block;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.jump-cnt__txt {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.jump-cnt__txt br {
  display: none;
}
.jump-cnt__txt__agt {
  color: #f00;
  font-weight: bold;
}
.jump-cnt__loading {
  margin: 0 auto 32px;
  text-align: center;
}
.jump-cnt__loading img {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
}
.jump-cnt__link {
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
}
.notice-list__item::before {
  content: '※';
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
  .jump {
    max-width: none;
    margin: 0 auto;
  }
  .jump-tit {
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .jump-cnt {
    border: 8px solid #eee;
    padding: 16px 8px 8px;
  }
  .jump-cnt__tit {
    margin-bottom: 16px;
  }
  .jump-cnt__tit img {
    max-width: 160px;
  }
  #yahooshopping .jump-cnt__tit img {
    max-width: 240px;
  }
  .jump-cnt__txt {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .jump-cnt__txt br {
    display: block;
  }
  .jump-cnt__loading {
    margin-bottom: 16px;
  }
  .jump-cnt__loading img {
    width: 40px;
    height: 40px;
  }
  .jump-cnt__link {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .jump-cnt__link__link {
    display: block;
    font-size: 22px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 320px) {
  .jump-cnt__txt {
    font-size: 16px;
  }
  .jump-cnt__link {
    font-size: 16px;
  }
  .jump-cnt__link__link {
    font-size: 16px;
  }
  .jump-cnt__link__link {
    font-size: 20px;
  }
}
