/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.slick-loading .slick-list {
  background: #fff url("/files/user/sp/img/common/ajax-loader.gif") center center no-repeat
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg")
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before, .slick-track:after {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 600px;
  text-align: left;
  border: #ccc 1px solid;
  position: relative;
  overflow: hidden;
  background-color: #fff
}

.ticker ul {
  width: 100%;
  position: relative
}

.ticker ul li {
  width: 100%;
  display: none
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.45;
  letter-spacing: .7px
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a {
  color: inherit;
  text-decoration: none
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word
}

p, li, td, th, dt, dd {
  font-size: 14px;
  margin: 0;
  word-wrap: break-word
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top
}

ul, ol, dl {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

.cf:after {
  content: "";
  display: block;
  clear: both
}

input, textarea, button, select {
  outline: none;
  -webkit-appearance: none
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif
}

a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a:hover {
  opacity: .7
}

.header__tit {
  width: 165px
}

.header__tit a, .header__tit img {
  display: block
}

.header-top {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9c9c9c;
  padding: 0 0 0 10px
}

.header-top-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 124px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-top-btn__item {
  width: 50%;
  line-height: 1.2;
  text-align: center;
  font-size: 10px
}

.header-top-btn__item.is-login a {
  padding-top: 42px;
  background: #cce7f4 url("/files/user/sp/img/common/ico_login01.png") no-repeat center top 10px;
  background-size: 25px
}

.header-top-btn__item.is-logout a {
  padding-top: 42px;
  background: #cce7f4 url("/files/user/sp/img/common/ico_logout01.png") no-repeat center top 10px;
  background-size: 25px
}

.header-top-btn__item.is-registration {
  color: #fff;
  font-weight: bold
}

.header-top-btn__item.is-registration a {
  padding-top: 35px;
  background: #0086c9 url("/files/user/sp/img/common/ico_registration01.png") no-repeat center top 11px;
  background-size: 24px
}

.header-top-btn__item a {
  display: block;
  width: 100%;
  height: 61px
}

.header-top-navBtn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 62px;
  height: 62px;
  text-align: center;
  border: none
}

.header-top-navBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 32px;
  height: 3px;
  margin: auto;
  background-color: #9c9c9c;
  border-radius: 10px
}

.header-top-navBtn span:nth-of-type(1) {
  top: 18px
}

.header-top-navBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0
}

.header-top-navBtn span:nth-of-type(3) {
  bottom: 18px
}

.header-nav {
  width: 100%;
  background: #fff;
  overflow: auto
}

.header-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  border-bottom: 1px solid #ccc
}

.header-nav-list {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 43px
}

.header-nav-list__item {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
  font-size: 12px
}

.header-nav-list__item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #000
}

.header-nav-list__item:first-of-type:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #000
}

.header-nav-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 11px
}

.header-nav-list__item.is-weekly img {
  width: 70px
}

.header-nav-list__item.is-bekkan img {
  width: 96px
}

.header-nav-list__item.is-esports img {
  width: 87px
}

.header-nav-list__item.is-honpo img {
  width: 77px
}

.nav {
  display: none;
  position: fixed;
  z-index: 9991;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: auto;
  background: rgba(0, 16, 69, .9);
  -ms-overflow-style: none
}

.nav::-webkit-scrollbar {
  display: none
}

.nav-inner {
  padding: 65px 0
}

.nav-list01 {
  width: 100%;
  margin: 0 auto 27px
}

.nav-list01__item {
  color: #fff;
  font-weight: bold;
  font-size: 18px
}

.nav-list01__item__text {
  display: block;
  height: 59px;
  margin: 0 34px;
  line-height: 59px;
  cursor: pointer;
  position: relative
}

.nav-list01__item__text:after {
  display: inline-block;
  content: "";
  background: url("/files/user/sp/img/common/ico_arrow13.png") no-repeat right center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.nav-list01__item__text-home:after {
  background: none
}

.nav-list01__link.is-opened .nav-list01__item__text:after {
  opacity: 1;
  background-image: url("/files/user/sp/img/common/ico_arrow14.png");
  background-size: 11px;
  color: #0086c9
}

.nav-list01__link.is-opened+.nav-list01__menu {
  height: auto
}

.nav-list01__menu {
  margin: 0 25px;
  height: 0
}

.nav-list01__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.nav-list01__menu__item {
  width: 50%;
  border-top: 1px solid rgba(255, 255, 255, .7)
}

.nav-list01__menu__item:last-child, .nav-list01__menu__item:nth-last-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, .7)
}

.nav-list01__menu__item-link {
  text-align: center;
  height: 46px;
  line-height: 15px;
  width: 100%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px
}

.nav-list01__icon--window:after {
  display: inline-block;
  min-width: 11px;
  min-height: 13px;
  margin-left: 5px;
  background-image: url("/files/user/sp/img/common/ico_window01.png");
  background-repeat: no-repeat;
  background-position: 100% 40%;
  content: "";
  background-size: 100% auto
}

.nav-list02 {
  width: 100%;
  max-width: 210px;
  margin: 0 auto 30px
}

.nav-list02__item {
  margin-bottom: 13px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  text-align: center
}

.nav-list02__item:last-of-type {
  margin-bottom: 0
}

.nav-list02__item a {
  display: block;
  padding: 10px 0
}

.nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav-sns__item {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav-sns__item.is-fb img {
  width: 14px
}

.nav-sns__item.is-tw img {
  width: 29px
}

.nav-sns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px
}

.nav-btn-close {
  position: fixed;
  overflow: hidden;
  cursor: pointer;
  width: 62px;
  height: 62px;
  top: 0;
  right: 0;
  text-align: center;
  border: none
}

.nav-btn-close span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 32px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px
}

.nav-btn-close span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg)
}

.nav-btn-close span:nth-of-type(2) {
  bottom: 18px;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg)
}

.footer {
  padding: 0 0 55px;
  position: relative;
  background: #001045
}

.footer-about {
  padding: 20px 37px 52px;
  background: #efefef
}

.footer-about__tit {
  margin: 0 auto 6px;
  font-weight: bold;
  font-size: 20px;
  text-align: center
}

.footer-about-inner {
  padding: 26px 30px 22px;
  border: 2px solid #001045;
  background: #fff
}

.footer-about-logo {
  text-align: center;
  margin: 0 auto 23px
}

.footer-about-logo img {
  max-width: 235px
}

.footer-about__txt {
  font-size: 16px
}

.footer-top {
  padding: 33px 20px 20px
}

.footer-top-nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 22px
}

.footer-top-nav01-list {
  width: 48%
}

.footer-top-nav01-list__item {
  color: #fff;
  font-weight: bold;
  font-size: 15px
}

.footer-top-nav01-list__item a {
  display: block;
  padding: 11px 0
}

.footer-top-nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 26px
}

.footer-top-nav02-list {
  width: 48%
}

.footer-top-nav02-list__item {
  color: #fff;
  font-weight: bold;
  font-size: 16px
}

.footer-top-nav02-list__item a {
  display: block;
  padding: 8px 0
}

.footer-top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 27px
}

.footer-top-sns__item {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px
}

.footer-top-sns__item:last-of-type {
  margin-right: 0
}

.footer-top-sns__item.is-fb img {
  width: 16px
}

.footer-top-sns__item.is-tw img {
  width: 35px
}

.footer-top-sns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px
}

.footer-top-msg {
  color: #fff;
  font-size: 12px
}

.footer-btm {
  padding: 16px 25px;
  background: #fff
}

.footer-btm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-btm-link__item {
  width: 50%
}

.footer-btm-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px
}

.footer-btm-link__item.is-weekly img {
  width: 101px
}

.footer-btm-link__item.is-bekkan img {
  width: 128px
}

.footer-btm-link__item.is-esports img {
  width: 115px
}

.footer-btm-link__item.is-bcnaward img {
  width: 111px
}

.footer__copyright {
  padding: 24px 0;
  color: #fff;
  font-size: 12px;
  text-align: center
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 9990;
  width: 50px;
  right: 10px;
  bottom: 65px
}

.pagetop a {
  display: block
}

.pagetop.is-stop {
  position: absolute;
  bottom: auto;
  top: auto;
  bottom: 100px
}

.contents {
  background: #efefef
}

.weeklyInfo {
  line-height: 1.3;
  padding: 30px 35px;
  background: #d0e3f6
}

.weeklyInfo-inner {
  padding: 0 0 15px;
  border: 8px solid #10519f;
  background: #fff
}

.weeklyInfo-titBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto 15px;
  padding: 12px 0 5px;
  width: calc(100% - 30px);
  border-bottom: 2px solid #10519f
}

.weeklyInfo-titBox-logo {
  width: 110px;
  margin: 3px 7px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.weeklyInfo-titBox__tit {
  color: #10519f;
  font-weight: bold;
  font-size: 17px
}

.weeklyInfo-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto 15px;
  padding: 8px 15px;
  background: #d0e3f6
}

.weeklyInfo-detail__img {
  width: 104px
}

.weeklyInfo-detail-txtBox {
  width: calc(100% - 110px)
}

.weeklyInfo-detail-txtBox__tit {
  margin-bottom: 3px;
  padding: 2px 0;
  background: #10519f;
  color: #fff;
  font-weight: bold;
  text-align: center
}

.weeklyInfo-detail-txtBox__tit.is-white {
  background: #fff;
  color: #10519f
}

.weeklyInfo-detail-txtBox__date {
  margin-bottom: 3px;
  font-size: 15px;
  text-align: center
}

.weeklyInfo-detail-txtBox__txt {
  font-weight: bold
}

.weeklyInfo-btn {
  width: calc(100% - 30px);
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center
}

.weeklyInfo-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  background: #10519f
}

.weeklyInfo-btn a span {
  padding: 0 22px;
  background: url("/files/user/sp/img/common/ico_arrow01.png") no-repeat right center;
  background-size: 7px
}

.fixedNav {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  z-index: 9992;
  border-top: 1px solid #9c9c9c;
  background: #fff
}

.fixedNav__item {
  width: calc(100% / 7)
}

.fixedNav__item-btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 55px;
  background-color: #fff;
  background-repeat: no-repeat;
  line-height: 1.1;
  color: #0086c9;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  letter-spacing: -1px
}

.fixedNav__item-btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px
}

.fixedNav__item-btn.is-open {
  background-color: #d3f0fd
}

.fixedNav__item-btn.is-media {
  background-image: url("/files/user/sp/img/common/ico_media01.png");
  background-position: center top 6px;
  background-size: 33px;
  color: #00529f
}

.fixedNav__item-btn.is-new {
  background-image: url("/files/user/sp/img/common/ico_new01.png");
  background-position: center top 6px;
  background-size: 22px
}

.fixedNav__item-btn.is-ranking {
  background-image: url("/files/user/sp/img/common/ico_ranking01.png");
  background-position: center top 7px;
  background-size: 23px
}

.fixedNav__item-btn.is-recommend {
  background-image: url("/files/user/sp/img/common/ico_recommend01.png");
  background-position: center top 6px;
  background-size: 21px
}

.fixedNav__item-btn.is-special {
  background-image: url("/files/user/sp/img/common/ico_special01.png");
  background-position: center top 5px;
  background-size: 23px
}

.fixedNav__item-btn.is-search {
  background-image: url("/files/user/sp/img/common/ico_search01.png");
  background-position: center top 4px;
  background-size: 24px;
  color: #000
}

.fixedNav__item-btn.is-menu {
  overflow: hidden;
  position: relative;
  padding: 0 0 7px;
  color: #000;
  text-align: center;
  border: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

.fixedNav__item-btn.is-menu span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 16px;
  height: 3px;
  margin: auto;
  background-color: #9c9c9c;
  border-radius: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.fixedNav__item-btn.is-menu span:nth-of-type(1) {
  top: 12px
}

.fixedNav__item-btn.is-menu span:nth-of-type(2) {
  top: 18px
}

.fixedNav__item-btn.is-menu span:nth-of-type(3) {
  top: 24px
}

.fixedNav__item-content {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 55px);
  top: 0;
  left: 0;
  background: rgba(0, 16, 69, .9)
}

.fixedNav__item-content-main {
  overflow: auto;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 80px 20px 30px;
  -ms-overflow-style: none
}

.fixedNav__item-content-main::-webkit-scrollbar {
  display: none
}

.fixedNav__item-content-main-scrollBox {
  overflow: auto;
  height: calc(100% - 45px)
}

.fixedNav__item-content-main-scrollBox::-webkit-scrollbar {
  width: 7px
}

.fixedNav__item-content-main-scrollBox::-webkit-scrollbar-thumb {
  background: #0086c9
}

.fixedNav__item-content-main-scrollBox::-webkit-scrollbar-track-piece {
  background: #eee
}

.fixedNav__item-content-close {
  position: fixed;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  width: 62px;
  height: 62px;
  top: 0;
  right: 0;
  text-align: center;
  border: none;
  background: rgba(0, 16, 69, .9)
}

.fixedNav__item-content-close span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 32px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px
}

.fixedNav__item-content-close span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg)
}

.fixedNav__item-content-close span:nth-of-type(2) {
  bottom: 18px;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg)
}

.fixedNav__item-content.is-search {
  background: #efefef;
  border-top: 1px solid #9c9c9c;
  height: 70px;
  top: auto;
  bottom: 55px;
  padding: 18px 25px
}

.fixedNav__item-content.is-search .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #efefef
}

.fixedNav__item-content.is-search .searchBox input {
  width: calc(100% - 70px);
  height: 35px;
  padding: 0 10px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #3e3e3e;
  font-size: 16px;
  font-family: inherit;
  -webkit-appearance: none
}

.fixedNav__item-content.is-search .searchBox button {
  display: block;
  width: 70px;
  height: 35px;
  border-radius: 0;
  border: none;
  background: #3e3e3e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-appearance: none
}

.js-tab-btn {
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.js-tab-content {
  display: none
}

.js-tab-content.is-show {
  display: block
}

.js-text-overflow {
  overflow: hidden
}

.js-acordion-btn {
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.js-acordion-btn:hover {
  opacity: .7
}

.js-acordion-content {
  display: none
}

.c-bold {
  font-weight: bold
}

.c-small {
  font-size: .8em !important
}

.c-green {
  color: #0086c9
}

.c-inner01 {
  padding-right: 10px;
  padding-left: 10px
}

.c-tit01 {
  position: relative;
  display: table;
  min-width: 180px;
  margin: 0 auto;
  padding: 2px 40px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px
}

.c-tit01:before, .c-tit01:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000
}

.c-tit01:before {
  left: 0
}

.c-tit01:after {
  right: 0
}

.c-tit02 {
  padding-bottom: 2px;
  border-bottom: 2px solid #0086c9;
  color: #0086c9;
  font-weight: bold;
  font-size: 21px;
  text-align: center
}

.c-tit03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 15px;
  padding: 3px;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 16px
}

.c-tit03-logo {
  width: 23px;
  margin: 0 10px 0 -20px
}

.c-tit04 {
  padding-bottom: 2px;
  border-bottom: 2px solid #0086c9;
  color: #0086c9;
  font-weight: bold;
  font-size: 21px
}

.c-tit05 {
  background: #0086c9;
  padding: 2px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px
}

.c-btn01 {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center
}

.c-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 33px;
  background: #0086c9
}

.c-btn01 a span {
  padding: 0 17px 0 0;
  background: url("/files/user/sp/img/common/ico_arrow01.png") no-repeat right center;
  background-size: 6px
}

.c-btn-more01 {
  cursor: pointer;
  width: calc(100% - 20px);
  height: 33px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0086c9;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.c-btn-more01:hover {
  opacity: .7
}

.c-btn-more01__txt {
  padding: 0 17px 0 0;
  background: url("/files/user/sp/img/common/ico_arrow02.png") no-repeat right center;
  background-size: 12px
}

.c-submitFix-btn01 {
  background: #9c9c9c
}

.c-bnr01 {
  width: calc(100% - 75px);
  margin: 0 auto 25px
}

.c-bnr01 a {
  display: block
}

.c-link-clr-blue {
  color: #0086c9
}

.p-breadcrumbs01 {
  padding: 10px 10px
}

.p-breadcrumbs01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-breadcrumbs01-list__item {
  margin-right: 10px;
  font-size: 11px;
  margin: 2px 10px 2px 0
}

.p-breadcrumbs01-list__item:last-of-type {
  margin-right: 0
}

.p-breadcrumbs01-list__item a {
  position: relative;
  display: block;
  padding-right: 20px
}

.p-breadcrumbs01-list__item a:before {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.p-breadcrumbs01-list__item a:hover {
  opacity: 1;
  text-decoration: underline
}

.p-archive01__item {
  margin-bottom: 10px
}

.p-archive01__item:last-of-type {
  margin-bottom: 0
}

.p-archive01__item a {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px;
  background: #fff
}

.p-archive01__item-imgBox {
  width: 133px
}

.p-archive01__item-txtBox {
  width: calc(100% - 145px)
}

.p-archive01__item-txtBox__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  background: #001045;
  color: #fff;
  font-size: 11px;
  text-align: center
}

.p-archive01__item-txtBox__tit {
  height: 65px;
  font-weight: bold
}

.p-archive01__item-txtBox__date {
  color: #4d4d4d;
  font-size: 12px
}

.p-archive02 {
  background: #fff
}

.p-archive02__item {
  border-bottom: 1px solid #777
}

.p-archive02__item:nth-of-type(-n+3) .p-archive02__item__num {
  color: #a09a5e
}

.p-archive02__item:last-of-type {
  border-bottom: none
}

.p-archive02__item a {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-archive02__item__num {
  margin: 0 14px 0 8px;
  font-weight: bold;
  font-size: 23px
}

.p-archive02__item__tit {
  margin-right: 10px;
  font-weight: bold;
  font-size: 15px
}

.p-archive02__item-imgBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  margin: 0 0 0 auto
}

.p-archive02__item.is-pr .p-archive02__item__num {
  margin-left: 3px;
  color: #0086c9;
  font-size: 17px
}

.p-archive03__item {
  margin-bottom: 10px
}

.p-archive03__item:last-of-type {
  margin-bottom: 0
}

.p-archive03__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px;
  background: #fff
}

.p-archive03__item-imgBox {
  width: 133px
}

.p-archive03__item-txtBox {
  width: calc(100% - 145px)
}

.p-archive03__item-txtBox__tit {
  height: 65px;
  font-weight: bold
}

.p-archive03__item-txtBox__name {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 13px
}

.p-archive04__item {
  padding: 20px 0;
  border-bottom: 2px dotted #9c9c9c
}

.p-archive04__item-tit {
  color: #0086c9;
  font-size: 14px;
  font-weight: bold
}

.p-archive04__item:first-child {
  padding-top: 0
}

.p-archive04__item-imgBox {
  width: 133px
}

.p-archive04__item-txtBox {
  margin-left: 15px;
  width: calc(100% - 133px)
}

.p-archive04__item-txtBox__date {
  font-size: 12px
}

.p-archive04__item-txtBox__tit {
  font-weight: bold;
  margin-top: 4px
}

.p-archive04__item-txtBox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px
}

.p-archive04__item-txtBox__head-tag {
  padding: 3px 9px;
  background: #001045;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 6px
}

.p-archive04__item-txtBox__head-date {
  text-align: right;
  font-size: 12px;
  width: 100%
}

.p-archive04__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-archive04-archive {
  background: #cce7f4;
  padding: 0;
  margin-top: 10px
}

.p-archive04-archive__tit {
  display: table;
  margin: 0 auto 18px 0;
  padding: 1px 17px;
  background: #0086c9;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center
}

.p-archive04-archive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 13px 23px
}

.p-archive04-archive__box {
  width: 50%;
  margin: 0 4px
}

.p-archive04-archive__box-tit {
  color: #0086c9;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  letter-spacing: .3px
}

.p-archive04-archive__box-select {
  padding: 14px 25px 14px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d5d5d5;
  background: #fff url("/files/user/sp/img/common/ico_arrow11.png") 93% 52% no-repeat;
  background-size: 11px, 100%;
  color: #444;
  font-size: 16px;
  vertical-align: middle;
  width: 100%;
  border-radius: 6px
}

.p-archive04__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px
}

.p-archive04__itemWrap-imgBox {
  width: 133px
}

.p-archive04__itemWrap-txtBox {
  margin-left: 15px;
  width: calc(100% - 133px)
}

.p-archive04__itemWrap-txtBox-url {
  margin-top: 6px
}

.p-archive04__itemWrap-txtBox-url a {
  color: #0086c9;
  font-size: 12px;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.6
}

.p-archive04__itemWrap-txtBox-content {
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 8px;
  color: #4d4d4d;
  line-height: 1.68
}

.p-archive04__itemWrap-txtBox-tag {
  padding: 3px 9px;
  background: #001045;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
  min-width: 100px
}

.searchResultArchive+p+.hitoariteArchive-pager {
  margin-bottom: 15px;
  margin-top: 25px
}

.infoArchive+.hitoariteArchive-pager {
  margin-bottom: 15px;
  margin-top: 25px
}

.listArchive {
  margin-bottom: 5px
}

.p-relationmedia01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-relationmedia01__item {
  overflow: hidden;
  width: calc(50% - 7px);
  border-radius: 8px;
  background: #fff
}

.p-relationmedia01__item:nth-of-type(n+3) {
  margin-top: 14px
}

.p-relationmedia01__item.is-weekly .p-relationmedia01__item-logo img {
  max-width: 101px
}

.p-relationmedia01__item.is-bekkan .p-relationmedia01__item-logo img {
  max-width: 128px
}

.p-relationmedia01__item.is-esports .p-relationmedia01__item-logo img {
  max-width: 115px
}

.p-relationmedia01__item.is-honpo .p-relationmedia01__item-logo img {
  max-width: 111px
}

.p-relationmedia01__item a {
  position: relative;
  height: 100%;
  display: block;
  padding: 6px 5px 17px
}

.p-relationmedia01__item-logo {
  height: 65px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #9c9c9c
}

.p-relationmedia01__item__txt {
  padding: 0 5px;
  font-size: 12px
}

.p-relationmedia01__item__new {
  position: absolute;
  top: 0;
  right: 0;
  background: #0086c9;
  line-height: 1;
  padding: 3px 4px;
  color: #fff;
  font-size: 10px;
  text-align: center
}

.p-article01 {
  padding: 0 0 10px
}

.p-article01-main {
  margin: 0 auto 20px;
  padding: 5px 10px 25px;
  background: #fff
}

.p-article01-btm {
  margin: 0 auto 20px;
  padding: 15px 10px 10px;
  background: #fff
}

.p-article01-header {
  margin: 0 auto 15px
}

.p-article01-header__tit {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  line-height: 1.3;
  font-weight: bold;
  font-size: 21px
}

.p-article01-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-article01-header-info__category {
  min-width: 98px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1px 10px;
  margin: 0 auto 0 0;
  background: #001045;
  color: #fff;
  font-size: 16px;
  text-align: center
}

.p-article01-header-info__date {
  margin: 10px 0 0 auto;
  font-size: 13px
}

.p-article01-header-info-tag {
  width: 100%;
  margin: 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-article01-header-info-tag__item {
  overflow: hidden;
  min-width: 84px;
  margin: 2px 9px 2px 0;
  border-radius: 30px;
  font-size: 11px;
  text-align: center
}

.p-article01-header-info-tag__item:last-of-type {
  margin-right: 0
}

.p-article01-header-info-tag__item a {
  display: block;
  padding: 1px 10px;
  background: #ccc;
  border-radius: inherit
}

.p-article01-content {
  margin-bottom: 40px;
  line-height: 1.84;
  font-size: 13px;
  word-break: break-all
}

.p-article01-content h2{
  margin: 25px auto;
  font-weight: bold;
  font-size: 15px ;
  border-left: 8px solid #0D529D;
  padding-left: 10px;
}

.p-article01-content h3{
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 13px;
}

.p-article01-content h3::before{
  content: "■";
  color: #0D529D;
  font-size: 10px;
  padding-right: 5px; 
  vertical-align: middle;
}

.p-article01-content figure {
  margin: 10px auto
}

.p-article01-content figcaption {
  margin-top: 15px;
  font-weight: bold;
  font-size: 13px
}

.p-article01-content img {
  width: auto;
  max-width: 100%
}

.p-article01-content .aligncenter {
  text-align: center
}

.p-article01-content .alignright {
  text-align: right
}

.p-article01-content .alignleft {
  text-align: left
}

.p-article01-content .name {
  margin-right: 15px;
  font-weight: bold
}

.p-article01-content .name.is-green {
  color: #0086c9
}

.p-article01-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto
}

.p-article01-sns__item {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-article01-sns__item:last-of-type {
  margin-right: 0
}

.p-article01-btmSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px
}

.p-article01-btmSns__item {
  width: 48.5%;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center
}

.p-article01-btmSns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px 0 5px;
  height: 33px;
  background-image: url("/files/user/sp/img/common/ico_arrow01.png");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 6px
}

.p-article01-btmSns__item.is-tw a {
  background-color: #1da1f2
}

.p-article01-btmSns__item.is-fb a {
  background-color: #0076fb
}

.p-article01-btmSns.-btnSns {
  margin-top: 18px
}

.p-article01-sub__tit {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 2px solid #0086c9;
  font-weight: bold;
  font-size: 14px
}

.p-article01-relation {
  margin: 0 auto 15px
}

.p-article01-relation-list__item {
  border-bottom: 2px dotted #e5e5e5;
  font-weight: bold;
  font-size: 12px
}

.p-article01-relation-list__item a {
  position: relative;
  display: block;
  padding: 11px 0 11px 14px
}

.p-article01-relation-list__item a:before {
  position: absolute;
  top: 16px;
  left: 3px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: gray;
  border-radius: 50%
}

.p-article01-external {
  margin: 0 auto 15px
}

.p-article01-external-list__item {
  border-bottom: 2px dotted #e5e5e5;
  font-weight: bold;
  font-size: 12px
}

.p-article01-external-list__item a {
  position: relative;
  display: block;
  padding: 11px 0 11px 14px
}

.p-article01-external-list__item a:before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #8a8a8a;
  border-right: 2px solid #8a8a8a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-article01-interview {
  margin: 20px auto 15px
}

.p-article01-interview-imgBox {
  margin: 0 auto 20px
}

.p-article01-interview-txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.p-article01-interview-txtBox__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px
}

.p-article01-interview-txtBox-sub {
  width: calc(100% - 85px)
}

.p-article01-interview-txtBox__name {
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
  padding-bottom: 5px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px
}

.p-article01-interview-txtBox__name-sub {
  margin-right: 10px;
  font-size: 13px
}

.p-article01-interview-txtBox__txt {
  font-size: 13px
}

.p-article01__number {
  display: table;
  padding: 2px 8px;
  border: 1px solid #000;
  font-size: 12px
}

.p-article01-profile {
  padding: 28px 25px;
  border: 1px solid #000
}

.p-article01-profile__tit {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px
}

.p-article01-profile__tit:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #000
}

.p-article01-profile__name {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px
}

.p-article01-profile__name-rubi {
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px
}

.p-article01-profile__txt {
  line-height: 1.84;
  font-size: 13px
}

.p-article01-pickupCategory {
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border: 1px solid #001045
}

.p-article01-pickupCategory__tit {
  display: table;
  margin: 0 auto 18px 0;
  padding: 1px 17px;
  background: #001045;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center
}

.p-article01-pickupCategory-allitems {
  text-align: right;
  font-size: 12px;
  padding: 5px;
  colorl: #696969
}

.p-article01-pickupCategory__monthlyLink {
  display: table;
  max-width: calc(100% - 30px);
  margin: 0 15px 0 auto;
  color: #0086c9;
  font-weight: bold;
  font-size: 14px;
  text-align: right
}

.p-article01-pickupCategory__monthlyLink a {
  display: block;
  padding: 5px 22px 5px 0;
  background: url("/files/user/sp/img/common/ico_arrow09.png") no-repeat right center;
  background-size: 18px
}

.p-article01-pickupCategory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  padding: 0 20px
}

.p-article01-pickupCategory-list__item {
  width: 47%;
  font-weight: bold;
  font-size: 13px
}

.p-article01-pickupCategory-list__item a {
  display: block;
  height: 100%;
  padding: 9px 12px 9px 0;
  background: url("/files/user/sp/img/common/ico_arrow08.png") no-repeat right center;
  background-size: 10px
}

.p-article01-ranking {
  margin: 0 auto 50px
}

.p-article01-ranking:last-of-type {
  margin-bottom: 0
}

.p-article01-ranking-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  padding-bottom: 13px;
  border-bottom: 2px solid #000
}

.p-article01-ranking-header__tit {
  margin: 0 15px 2px 0;
  font-weight: bold;
  font-size: 23px
}

.p-article01-ranking-header__unit {
  margin-bottom: 2px;
  padding: 0 10px;
  background: #001045;
  color: #fff;
  font-weight: bold;
  font-size: 16px
}

.p-article01-ranking-header__period {
  width: 100%;
  font-size: 15px
}

.p-article01-ranking-list__item {
  border-bottom: 1px dotted #9c9c9c
}

.p-article01-ranking-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0
}

.p-article01-ranking-list__item-numBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 70px;
  margin-right: 13px
}

.p-article01-ranking-list__item__num {
  line-height: 1;
  color: #a09a5e;
  font-weight: bold;
  font-size: 46px;
  text-align: center
}

.p-article01-ranking-list__item__num.-num-last {
  color: #4f4f4f
}

.p-article01-ranking-list__item__status {
  position: relative;
  margin: 23px auto 0;
  padding: 2px;
  background: #001045;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-align: center
}

.p-article01-ranking-list__item__status:before {
  position: absolute;
  bottom: 102%;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0
}

.p-article01-ranking-list__item__status.is-up:before {
  content: "UP";
  padding-left: 10px;
  background: url("/files/user/sp/img/common/ico_status01.png") no-repeat left center;
  background-size: 13px
}

.p-article01-ranking-list__item__status.is-stay:before {
  content: "STAY";
  padding-left: 10px;
  background: url("/files/user/sp/img/common/ico_status02.png") no-repeat left center;
  background-size: 16px
}

.p-article01-ranking-list__item__status.is-down:before {
  content: "DOWN";
  padding-left: 10px;
  background: url("/files/user/sp/img/common/ico_status03.png") no-repeat left center;
  background-size: 13px
}

.p-article01-ranking-list__item-imgBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 125px;
  width: 35%;
  margin-right: 10px
}

.p-article01-ranking-list__item-txtBox {
  width: 100%
}

.p-article01-ranking-list__item-txtBox__name {
  margin-bottom: 3px;
  font-size: 12px
}

.p-article01-ranking-list__item-txtBox__tit {
  min-height: 55px;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 13px
}

.p-article01-ranking-list__item-txtBox__release {
  text-align: right;
  font-size: 12px
}

.p-article01-ranking-list__item__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 10px
}

.p-article01-ranking-list__item__spec-tit {
  font-weight: bold;
  min-width: 140px
}

.p-article01-ranking-back {
  margin-top: 20px
}

.p-article01-ranking-back a {
  height: 66px;
  text-align: left
}

.p-article01-ranking-back a span {
  padding: 0 10px 0 30px;
  background: url("/filse/user/sp/img/common/ico_arrow10.png") no-repeat left center;
  background-size: 10px
}

.p-article01-ranking-more {
  margin: 20px auto 0
}

.p-article01-ranking-pro {
  margin: 20px auto 0;
  padding: 15px 151px;
  background: #edf5fd
}

.p-article01-ranking-pro__txt {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #398cf7;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0
}

.p-article01-ranking-pro__txt-sub {
  display: block;
  margin-bottom: 3px;
  color: #000;
  font-size: 13px
}

.p-article01-ad {
  padding: 20px 37px 20px
}

.p-article01-ad-box a {
  width: 100%
}

.p-article01-date {
  padding: 7px 13px;
  border-bottom: 2px solid #0086c9;
  font-weight: bold;
  font-size: 14px;
  background: #d1e6f2;
  margin: 45px 0 20px
}

.p-article01-header+.p-article01-date {
  margin-top: 20px
}

.p-article01-policy__box:not(:last-child) {
  margin-bottom: 30px
}

.p-article01-policy__box-tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 17px
}

.p-article01-policy__box p {
  margin-left: 14px;
  margin-bottom: 10px;
  line-height: 1.74;
  font-size: 13px
}

.p-article01-policy__box p a {
  color: #0086c9;
  margin-top: 5px;
  display: inline-block
}

.p-article01-policy__box ol {
  display: table;
  margin-left: 14px
}

.p-article01-policy__box ol li {
  list-style-type: decimal;
  margin-left: 14px;
  margin-bottom: 7px;
  line-height: 1.74;
  font-size: 13px
}

.p-pager01 {
  display: table;
  margin: 0 auto
}

.p-pager01-list {
  position: relative;
  padding: 0 72px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.p-pager01-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  color: #707070;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  background: #cce7f4;
  border: 1px solid #9c9c9c
}

.p-pager01-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff
}

.p-pager01-list__item a:hover {
  opacity: 1;
  background: #cce7f4
}

.p-pager01-list__item.is-first, .p-pager01-list__item.is-last, .p-pager01-list__item.is-prev, .p-pager01-list__item.is-next {
  position: absolute;
  top: 0;
  border: none;
  margin: 0
}

.p-pager01-list__item.is-first a, .p-pager01-list__item.is-last a, .p-pager01-list__item.is-prev a, .p-pager01-list__item.is-next a {
  background: #0086c9
}

.p-pager01-list__item.is-first a:hover, .p-pager01-list__item.is-last a:hover, .p-pager01-list__item.is-prev a:hover, .p-pager01-list__item.is-next a:hover {
  opacity: .7
}

.p-pager01-list__item.is-first img, .p-pager01-list__item.is-last img {
  width: 15px
}

.p-pager01-list__item.is-prev img, .p-pager01-list__item.is-next img {
  width: 8px
}

.p-pager01-list__item.is-first {
  left: 0
}

.p-pager01-list__item.is-last {
  right: 0
}

.p-pager01-list__item.is-prev {
  left: 38px
}

.p-pager01-list__item.is-next {
  right: 38px
}

.p-pager02 {
  padding: 22px 45px;
  background: #fff
}

.p-pager02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-pager02-list__item {
  width: 46%;
  font-weight: bold;
  font-size: 18px;
  text-align: center
}

.p-pager02-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px
}

.p-pager02-list__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto
}

.p-pager02-list__item.is-prev {
  color: #0086c9
}

.p-pager02-list__item.is-prev a {
  border: 2px solid #cce7f4;
  border-left: none
}

.p-pager02-list__item.is-prev a:before {
  border-width: 22px 22px 22px 0;
  border-color: transparent #cce7f4 transparent transparent;
  right: 100%
}

.p-pager02-list__item.is-prev a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent
}

.p-pager02-list__item.is-next {
  color: #fff
}

.p-pager02-list__item.is-next a {
  background: #0086c9
}

.p-pager02-list__item.is-next a:before {
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent #0086c9;
  left: 100%
}

.p-pager02.-pager02 {
  margin-top: 5px
}

.p-bnr_explanation {
  height: 55px;
  font-size: 8px;
  margin: 0 auto 10px;
  position: relative;
}

.item_explanation {
  text-align: left;
  colorl: #696969
}

.item_explanation_emphasis {
  font-weight: bold;
}

.p-bnr_explanation__img {
  position: absolute;
  bottom: 0%;
  right: 50%;
  width: 10px;
  height: 6px;
}

.p-bnr01 {
  margin: 0 auto 15px;
  padding: 25px 20px;
  background: #edf5fd
}

.p-bnr01__catch {
  display: table;
  background: #fff;
  margin: 0 auto 13px;
  padding: 7px 12px;
  border: 3px solid #398cf7;
  line-height: 1.3;
  color: #398cf7;
  font-weight: bold;
  font-size: 18px;
  text-align: center
}

.p-bnr01__tit {
  margin-bottom: 14px;
  padding-bottom: 8px;
  color: #398cf7;
  line-height: 1.3;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #000
}

.p-bnr01__tit-sub {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 20px
}

.p-bnr01__txt {
  margin: 0 auto 15px;
  font-size: 12px
}

.p-aritclebnr01 {
  margin: 0 auto 15px;
  padding: 25px 20px;
  background: #edf5fd
}

.p-aritclebnr01-titBox__catch {
  display: table;
  background: #fff;
  margin: 0 auto 13px;
  padding: 7px 12px;
  border: 3px solid #398cf7;
  line-height: 1.3;
  color: #398cf7;
  font-weight: bold;
  font-size: 18px;
  text-align: center
}

.p-aritclebnr01-titBox__tit {
  margin-bottom: 14px;
  padding-bottom: 8px;
  color: #398cf7;
  line-height: 1.3;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #000
}

.p-aritclebnr01-titBox__tit-sub {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 20
.p-aritclebnr01-txtBox__txt {
  margin: 0 auto 15px;
  font-size: 12px
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.side-bnr {
  margin: 15px 30px
}

.side-bnr a {
  display: block
}

.side-bnr a:hover {
  opacity: 1
}

/* -------------------------------
  BCNランキングとは？
-------------------------------  */
.p-bnr03 {
  margin: 0 auto 50px;
  padding: 0px 0px 15px 0px;
  background: #edf5fd
}


.p-bnr03__tit {
  margin-bottom: 10px;
  padding: 8px;
  background: #0086c9;
  color: #ffffff;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
}

.p-bnr03__txt {
  padding: 0px 8px;
  font-size: 12px
}

/*
/* -------------------------------
  お役立ち情報
-------------------------------  */

.gear-conts p {
  font-size: 1rem;
}

/*リスト関連*/
.gear-conts ul {
  padding: 10px 0 10px 20px;
}

.gear-conts ol {
  padding: 10px 0 10px 20px;
}

.gear-conts li {
  list-style: disc;
  font-size: 1rem;
}

/*.gear-conts ol, ul {
  padding: 10px 0 0 20px;
}*/

/*テーブル*/
.gear-conts th {
  padding: 10px;
  border: 1px solid #d8d8d8;
  background: #345d91;
  color: #fff;
  text-align: center;
}

.gear-conts td {
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

.gear-conts td:last-child {
  border-right: 1px solid #d8d8d8;
}

/*画像キャプション*/
.gear-conts .image figcaption {
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}

/*見出し*/
.gear-conts h3 {
  padding: 10px 0 0 0;
}

.gear-conts h4 {
  font-weight: bold;
  padding: 10px 0;
}
*/