/*! 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/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;
  padding-top: 120px
}

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[type=text], textarea, button, select {
  outline: 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
}

body {
  min-width: 1180px;
  padding-top: 120px
}

a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a:hover {
  opacity: .7
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  width: 100%;
  min-width: 1180px;
  background: #fff
}

.header__tit {
  width: 217px;
  margin-right: 20px
}

.header__tit a {
  display: block
}

.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px
}

.header-top-link {
  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
}

.header-top-link__item {
  position: relative
}

.header-top-link__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2px;
  height: 9px;
  background: #c9c9c9
}

.header-top-link__item:first-of-type:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2px;
  height: 9px;
  background: #c9c9c9
}

.header-top-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;
  padding: 10px 24px
}

.header-top-link__item.is-weekly img {
  width: 70px
}

.header-top-link__item.is-bekkan img {
  width: 96px
}

.header-top-link__item.is-esports img {
  width: 87px
}

.header-top-link__item.is-honpo img {
  width: 77px
}

.header-top-sns {
  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: 0 0 0 20px
}

.header-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
}

.header-top-sns__item.is-fb img {
  width: 13px
}

.header-top-sns__item.is-tw img {
  width: 26px
}

.header-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
}

.header-top-search {
  position: relative;
  margin: 0 25px 0 auto
}

.header-top-search-box {
  position: relative;
  z-index: 2
}

.header-top-search-submit, .header-top-search-open {
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 52px;
  height: 52px;
  background: #e4e4e4;
  border-radius: 50%;
  -webkit-appearance: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header-top-search-submit img, .header-top-search-open img {
  width: 26px
}

.header-top-search-open {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0
}

.header-top-search-open.is-hide {
  display: none
}

.header-top-search-txt {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  opacity: 0;
  height: 52px;
  padding: 15px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #e4e4e4;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.header-top-search-txt:focus {
  outline: none
}

.header-top-search-txt:-ms-input-placeholder {
  color: #9c9c9c
}

.header-top-search-txt::-webkit-input-placeholder {
  color: #9c9c9c
}

.header-top-search-txt::-moz-placeholder {
  color: #9c9c9c
}

.header-top-search-txt.is-open {
  width: 400px;
  opacity: 1;
  visibility: visible
}

.header-top-search-overlay {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6)
}

.header-top-btn {
  width: 200px;
  margin: 0;
  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%;
  text-align: center;
  font-size: 12px
}

.header-top-btn__item.is-login a {
  background: #cce7f4 url("/files/user/img/common/ico_login01.png") no-repeat center top 10px;
  background-size: 38px
}

.header-top-btn__item.is-logout a {
  background: #cce7f4 url("/files/user/img/common/ico_logout01.png") no-repeat center top 10px;
  background-size: 38px
}

.header-top-btn__item.is-registration {
  color: #fff;
  font-weight: bold
}

.header-top-btn__item.is-registration a {
  background: #0086c9 url("/files/user/img/common/ico_registration01.png") no-repeat center top 11px;
  background-size: 39px
}

.header-top-btn__item a {
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 53px
}

.nav {
  background: #000
}

.nav-list {
  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: 40px;
  position: relative
}

.nav-list__item {
  margin-right: 45px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center
}

.nav-list__item:last-of-type {
  margin-right: 0
}

.nav-list__link__text {
  display: block;
  padding: 0 0 0 18px;
  background: url("/files/user/img/common/ico_arrow13.png") no-repeat left center;
  background-size: 10px;
  cursor: pointer
}

.nav-list__link__text:hover {
  opacity: 1;
  background-image: url("/files/user/img/common/ico_arrow14.png");
  background-size: 10px;
  color: #0086c9
}

.nav-list__link.is-opened .nav-list__link__text {
  opacity: 1;
  background-image: url("/files/user/img/common/ico_arrow15.png");
  background-size: 11px;
  color: #0086c9
}

.nav-list__menu {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1100;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  background-color: #e8e8e8;
  text-align: left
}

.nav-list__menu__container {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 984px;
  margin: 0 auto
}

.nav-list__menu__heading__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #0086c9
}

.nav-list__menu__heading__link {
  color: #0086c9;
  font-size: 20px
}

.nav-list__menu__heading--sub {
  color: #333;
  font-size: 16px;
  margin-left: 36px
}

.nav-list__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.nav-list__menu__item {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%
}

.nav-list__menu__item:nth-of-type(4), .nav-list__menu__item:nth-of-type(8), .nav-list__menu__item:nth-of-type(12), .nav-list__menu__item:nth-of-type(16), .nav-list__menu__item:nth-of-type(20) {
  margin-right: 0
}

.nav-list__menu__link {
  display: block;
  width: 100%;
  height: 46px;
  color: #fff;
  line-height: 46px;
  letter-spacing: .05em;
  text-align: center;
  background: #0086c9 url("/files/user/img/common/ico_arrow01.png") no-repeat 93% 50%;
  background-size: 8px
}

.nav-list__menu__link.nav-list__icon--window:after {
  background-image: url("/files/user/img/common/ico_window01.png");
  width: 11px;
  height: 12px;
  background-position: 100% 95%;
  margin-left: 7px
}

.nav-list__icon--window:after {
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-left: 6px;
  background-image: url("/files/user/img/common/ico_window02.png");
  background-repeat: no-repeat;
  background-position: 100% 85%;
  content: "";
  background-size: 100% auto
}

.footer {
  position: relative;
  background: #001045
}

.footer-top {
  padding: 35px 0 30px
}

.footer-top-inner {
  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
}

.footer-top-logoBox {
  width: 327px;
  margin: 15px auto 0 50px;
  padding: 25px 35px 20px;
  background: #fff
}

.footer-top-logoBox-logo {
  width: 255px;
  margin: 0 auto 20px
}

.footer-top-logoBox__txt {
  font-size: 17px
}

.footer-top-nav {
  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;
  width: 57%
}

.footer-top-nav-list {
  width: 33.33%
}

.footer-top-nav-list.is-wide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}

.footer-top-nav-list.is-wide .footer-top-nav-list__item {
  margin-right: 50px;
  font-size: 19px
}

.footer-top-nav-list.is-wide .footer-top-nav-list__item:last-of-type {
  margin-right: 0
}

.footer-top-nav-list__item {
  color: #fff;
  font-weight: bold;
  font-size: 17px
}

.footer-top-nav-list__item a {
  display: block;
  padding: 12px 0
}

.footer-top-nav-list__item a:hover {
  opacity: 1;
  color: #0086c9
}

.footer-btm {
  padding: 13px 0;
  background: #fff
}

.footer-btm-inner {
  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
}

.footer-btm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 65px
}

.footer-btm-link__item {
  margin-right: 25px
}

.footer-btm-link__item:last-of-type {
  margin-right: 0
}

.footer-btm-link__item.is-weekly img {
  width: 81px
}

.footer-btm-link__item.is-bekkan img {
  width: 122px
}

.footer-btm-link__item.is-esports img {
  width: 104px
}

.footer-btm-link__item.is-bcnaward img {
  width: 95px
}

.footer-btm-link__item a {
  display: block
}

.footer-btm-sns {
  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
}

.footer-btm-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
}

.footer-btm-sns__item.is-fb img {
  width: 13px
}

.footer-btm-sns__item.is-tw img {
  width: 26px
}

.footer-btm-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__copyright {
  padding: 32px 0;
  color: #fff;
  font-size: 12px;
  text-align: center
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 9990;
  width: 60px;
  right: 30px;
  bottom: 30px
}

.pagetop a {
  display: block
}

.pagetop.is-stop {
  position: absolute;
  bottom: auto;
  top: -45px
}

.contents {
  padding-bottom: 90px;
  background: #efefef
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto
}

.main-content {
  width: 860px
}

.main-side {
  width: 300px
}

.side-bnr {
  margin: 0 auto 15px
}

.side-bnr a {
  display: block
}

.side-bnr a:hover {
  opacity: 1
}

.side-archive {
  margin: 0 auto 15px
}

.side-archive-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 10px
}

.side-archive-nav__item {
  position: relative;
  width: 32%;
  height: 74px;
  padding: 40px 0 0;
  background-color: #fff;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 17px;
  text-align: center
}

.side-archive-nav__item.is-new {
  background-image: url("/files/user/img/common/ico_new01.png");
  background-position: center top 11px;
  background-size: 26px
}

.side-archive-nav__item.is-ranking {
  background-image: url("/files/user/img/common/ico_ranking01.png");
  background-position: center top 13px;
  background-size: 27px
}

.side-archive-nav__item.is-recommend {
  background-image: url("/files/user/img/common/ico_recommend01.png");
  background-position: center top 12px;
  background-size: 25px
}

.side-archive-nav__item:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #0086c9;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0
}

.side-archive-nav__item:hover:before, .side-archive-nav__item.is-active:before {
  opacity: 1;
  height: 5px
}

.side-archive-content {
  background: #fff
}

.side-archive-content-list__item {
  border-bottom: 1px solid #777
}

.side-archive-content-list__item:nth-of-type(-n+3) .side-archive-content-list__item__num {
  color: #a09a5e
}

.side-archive-content-list__item:last-of-type {
  border-bottom: none
}

.side-archive-content-list__item a {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.side-archive-content-list__item__num {
  margin: 0 14px 0 8px;
  font-weight: bold;
  font-size: 22px
}

.side-archive-content-list__item__tit {
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px
}

.side-archive-content-list__item-imgBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin: 0 0 0 auto
}

.side-archive-content-list__item.is-pr .side-archive-content-list__item__num {
  margin-left: 3px;
  color: #0086c9;
  font-size: 17px
}

/*事例ポータル用サイド枠*/
.side-weekly {
  line-height: 1.3;
  margin: 0 auto 15px;
  background: #fff
}

/*週刊BCN 新刊お知らせ時用CSS
.side-weekly {
  line-height: 1.3;
  margin: 0 auto 15px;
  padding: 0 0 15px;
  border: 8px solid #10519f;
  background: #fff
}*/

.side-weekly-titBox {
  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: 12px 0 5px;
  width: calc(100% - 30px);
  border-bottom: 2px solid #10519f
}

.side-weekly-titBox-logo {
  width: 110px;
  margin: 3px 2px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.side-weekly-titBox__tit {
  color: #10519f;
  font-weight: bold;
  font-size: 17px
}

.side-weekly-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
}

.side-weekly-detail__img {
  width: 41%
}

.side-weekly-detail-txtBox {
  width: 56%
}

.side-weekly-detail-txtBox__tit {
  margin-bottom: 3px;
  padding: 2px 0;
  background: #10519f;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center
}

.side-weekly-detail-txtBox__tit.is-white {
  background: #fff;
  color: #10519f
}

.side-weekly-detail-txtBox__date {
  margin-bottom: 3px;
  font-size: 15px;
  text-align: center
}

.side-weekly-detail-txtBox__txt {
  font-weight: bold;
  font-size: 15px
}

.side-weekly-btn {
  width: calc(100% - 30px);
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center
}

.side-weekly-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
}

.side-weekly-btn a span {
  padding: 0 22px;
  background: url("/files/user/img/common/ico_arrow01.png") no-repeat right center;
  background-size: 8px
}

.side-sns {
  margin: 0 auto 15px
}

.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
}

.c-bold {
  font-weight: bold
}

.c-small {
  font-size: .8em !important
}

.c-green {
  color: #0086c9
}

.c-hover-off:hover {
  opacity: 1
}

.c-inner01 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}

.c-tit01 {
  position: relative;
  width: 260px;
  margin: 0 auto;
  padding: 3px 40px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 3px
}

.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 {
  color: #0086c9;
  font-weight: bold;
  font-size: 23px
}

.c-tit03 {
  border-bottom: 2px solid #0082a0;
  color: #0086c9;
  font-weight: bold;
  font-size: 27px
}

.c-tit04 {
  background: #0086c9;
  padding: 2px 32px;
  color: #fff;
  font-weight: bold;
  font-size: 21px
}

.c-btn01 {
  color: #fff;
  font-weight: bold;
  font-size: 18px
}

.c-btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 0 0 37px;
  background: #0086c9
}

.c-btn01 a span {
  padding: 0 20px 0 0;
  background: url("/files/user/img/common/ico_arrow01.png") no-repeat right center;
  background-size: 10px
}

.c-btn01.is-blue a {
  background: #398cf7
}

.c-btn-more01 {
  cursor: pointer;
  width: 400px;
  height: 40px;
  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: 18px;
  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/img/common/ico_arrow03.png") no-repeat right center;
  background-size: 12px
}

.c-submitFix-btn01 {
  background: #9c9c9c
}

.c-link-clr-blue {
  color: #0086c9
}

.p-breadcrumbs01 {
  padding: 20px 0
}

.p-breadcrumbs01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-breadcrumbs01-list__item {
  margin-right: 15px;
  line-height: 1.76
}

.p-breadcrumbs01-list__item:last-of-type {
  margin-right: 0
}

.p-breadcrumbs01-list__item a {
  position: relative;
  display: block;
  padding-right: 30px
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-archive01__item {
  width: 24.4%;
  margin-right: .8%;
  background: #fff
}

.p-archive01__item:nth-of-type(4n) {
  margin-right: 0
}

.p-archive01__item:nth-of-type(n+5) {
  margin-top: 8px
}

.p-archive01__item a {
  height: 100%;
  display: block
}

.p-archive01__item-txtBox {
  padding: 9px 13px
}

.p-archive01__item-txtBox__tit {
  height: 60px;
  font-weight: bold;
  font-size: 13px
}

.p-archive01__item-txtBox__date {
  font-size: 12px
}

.p-archive02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-archive02__item {
  width: 32%;
  margin-right: 2%;
  background: #fff
}

.p-archive02__item:nth-of-type(3n) {
  margin-right: 0
}

.p-archive02__item:nth-of-type(n+4) {
  margin-top: 17px
}

.p-archive02__item a {
  height: 100%;
  display: block
}

.p-archive02__item-txtBox {
  padding: 0 19px 12px
}

.p-archive02__item-txtBox__tag {
  display: table;
  margin-bottom: 12px;
  padding: 0 7px;
  background: #001045;
  color: #fff
}

.p-archive02__item-txtBox__tit {
  height: 85px;
  font-weight: bold;
  font-size: 18px
}

.p-archive02__item-txtBox__date {
  font-size: 12px
}

.p-archive03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-archive03__item {
  width: 32%;
  margin-right: 2%;
  background: #fff
}

.p-archive03__item:nth-of-type(3n) {
  margin-right: 0
}

.p-archive03__item:nth-of-type(n+4) {
  margin-top: 17px
}

.p-archive03__item a {
  height: 100%;
  display: block
}

.p-archive03__item-txtBox {
  padding: 15px 19px 12px
}

.p-archive03__item-txtBox__tit {
  height: 85px;
  font-weight: bold;
  font-size: 18px
}

.p-archive03__item-txtBox__name {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 12px
}

.p-archive04__item {
  padding: 30px 0;
  border-bottom: 2px dotted #9c9c9c
}

.p-archive04__item:first-child {
  padding-top: 0
}

.p-archive04__item-imgBox {
  min-width: 182px;
  width: 182px
}

.p-archive04__item-txtBox {
  margin-left: 25px
}

.p-archive04__item-txtBox__date {
  font-size: 13px
}

.p-archive04__item-txtBox__tit {
  font-size: 18px;
  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: 10px
}

.p-archive04__item-txtBox__head-tag {
  padding: 3px 9px 2px;
  background: #001045;
  color: #fff;
  font-size: 13px;
  text-align: center
}

.p-archive04__item-tit {
  color: #0086c9;
  font-size: 16px;
  font-weight: bold
}

.p-archive04__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-archive04-archive {
  border: 1px solid #000;
  padding: 38px 45px 35px;
  margin-top: 45px;
  margin-bottom: 20px
}

.p-archive04-archive__tit {
  padding: 4px 17px 3px;
  background: #0086c9;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: inline-block
}

.p-archive04-archive__tb {
  margin-top: 24px
}

.p-archive04-archive__tb tr th {
  width: 68px
}

.p-archive04-archive__tb tr td {
  width: 52px;
  text-align: center
}

.p-archive04-archive__tb tr th, .p-archive04-archive__tb tr td {
  padding: 6px 0;
  font-weight: bold
}

.p-archive04-archive__tb tr th a, .p-archive04-archive__tb tr td a {
  color: #0086c9
}

.p-archive04__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px
}

.p-archive04__itemWrap-imgBox {
  min-width: 182px;
  width: 182px
}

.p-archive04__itemWrap-txtBox {
  margin-left: 25px
}

.p-archive04__itemWrap-txtBox-url a {
  color: #0086c9;
  font-size: 12px;
  font-weight: bold
}

.p-archive04__itemWrap-txtBox-content {
  font-size: 13px;
  font-weight: bold;
  margin: 10px auto;
  color: #4d4d4d;
  line-height: 1.68
}

.p-archive04__itemWrap-txtBox-tag {
  padding: 3px 9px 2px;
  background: #001045;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: inline-block
}

.searchResultArchive+.hitoariteArchive-pager {
  margin-bottom: 25px;
  margin-top: 45px
}

.infoArchive+.hitoariteArchive-pager {
  margin-bottom: 25px;
  margin-top: 45px
}

.listArchive {
  margin-bottom: 80px
}

.p-article01-main {
  padding: 40px;
  background: #fff
}

.p-article01-btm {
  padding: 40px;
  background: #fff
}

.p-article01-header {
  margin: 0 auto 30px
}

.p-article01-header__tit {
  margin-bottom: 26px;
  padding-bottom: 25px;
  border-bottom: 2px solid #000;
  line-height: 1.3;
  font-weight: bold;
  font-size: 30px
}

.p-article01-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-article01-header-info__category {
  min-width: 145px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4px 10px;
  margin: 0 18px 10px 0;
  background: #001045;
  color: #fff;
  font-size: 20px;
  text-align: center
}

.p-article01-header-info__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px auto 10px 0;
  font-size: 16px
}

.p-article01-header-info-tag {
  width: 100%;
  margin: 20px auto 0;
  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: 92px;
  margin: 2px 12px 2px 0;
  border-radius: 30px;
  font-size: 12px;
  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: 2px 10px;
  background: #ccc;
  border-radius: inherit
}

.p-article01-content {
  margin-bottom: 50px;
  line-height: 1.76;
  font-size: 17px;
  word-break: break-all
}

.p-article01-content h2 {
  margin: 25px auto;
  font-weight: bold;
  font-size: 20px ;
  border-left: 8px solid #0D529D;
  padding-left: 10px;
}

.p-article01-content h3 {
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 18px;
  
  }

.p-article01-content h3::before {   
  content: "■";
  color: #0D529D;
  font-size: 10px;
  padding-right: 5px; 
  vertical-align: middle;
}


.p-article01-content figure {
  margin: 20px auto
}

.p-article01-content figcaption {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px
}

.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: 17px;
  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-ad {
  margin: 45px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.p-article01-ad-box {
  width: 300px
}

.p-article01-sub__tit {
  margin-bottom: 15px;
  padding-bottom: 2px;
  border-bottom: 2px solid #0086c9;
  font-weight: bold;
  font-size: 20px
}

.p-article01-relation {
  margin: 0 auto 30px
}

.p-article01-relation-list__item {
  border-bottom: 1px dotted #9c9c9c;
  font-weight: bold;
  font-size: 15px
}

.p-article01-relation-list__item a {
  position: relative;
  display: block;
  padding: 7px 0 7px 17px
}

.p-article01-relation-list__item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: gray;
  border-radius: 50%
}

.p-article01-external {
  margin: 0 auto 30px
}

.p-article01-external-list__item {
  border-bottom: 1px dotted #9c9c9c;
  font-weight: bold;
  font-size: 15px
}

.p-article01-external-list__item a {
  position: relative;
  display: block;
  padding: 7px 0 7px 17px
}

.p-article01-external-list__item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  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 {
  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: 30px auto
}

.p-article01-interview-imgBox {
  width: 51%
}

.p-article01-interview-txtBox {
  width: 44%
}

.p-article01-interview__name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
  text-align: center
}

.p-article01-interview__icon {
  width: 70px;
  margin: 0 auto 28px 0
}

.p-article01-interview__company {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 17px
}

.p-article01-interview__txt {
  font-size: 15px
}

.p-article01__number {
  display: table;
  margin: 0 auto 40px 0;
  padding: 4px 15px;
  border: 1px solid #000;
  font-size: 17px
}

.p-article01-profile {
  padding: 40px;
  border: 1px solid #000
}

.p-article01-profile__tit {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 19px
}

.p-article01-profile__tit:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000
}

.p-article01-profile__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px
}

.p-article01-profile__name-rubi {
  margin-left: 10px;
  font-weight: normal;
  font-size: 17px
}

.p-article01-profile__txt {
  line-height: 1.76;
  font-size: 17px
}

.p-article01-pickupCategory {
  margin: 0 auto;
  padding: 0 0 50px;
  border: 1px solid #001045
}

.p-article01-pickupCategory-header {
  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 40px;
  padding: 0 40px 0 0
}

.p-article01-pickupCategory-allitems { 
  text-align: right;
  font-size: 15px;
  color: #696969;
  padding-right: 5%;
}

.p-article01-pickupCategory__tit {
  padding: 3px 15px;
  background: #001045;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  text-align: center
}

.p-article01-pickupCategory__monthlyLink {
  margin-top: 10px;
  color: #0086c9;
  font-weight: bold;
  font-size: 19px
}

.p-article01-pickupCategory__monthlyLink a {
  display: block;
  padding: 0 25px 0 0;
  background: url("/files/user/img/common/ico_arrow04.png") no-repeat right center;
  background-size: 18px
}

.p-article01-pickupCategory-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px
}

.p-article01-pickupCategory-list__item {
  width: 30%;
  margin-right: 5%;
  font-weight: bold;
  font-size: 17px
}

.p-article01-pickupCategory-list__item:nth-of-type(3n) {
  margin-right: 0
}

.p-article01-pickupCategory-list__item a {
  display: block;
  padding: 8px 20px 8px 0;
  background: url("/files/user/img/common/ico_arrow05.png") no-repeat right center;
  background-size: 14px
}

.p-article01-pickupCategory-list__item a:hover {
  background-position: right 60%
}

.p-article01-ranking {
  margin: 0 auto 80px
}

.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;
  border-bottom: 2px solid #000
}

.p-article01-ranking-header__tit {
  margin: 0 20px 7px 0;
  font-weight: bold;
  font-size: 25px
}

.p-article01-ranking-header__unit {
  margin: 0 10px 7px 0;
  padding: 0 10px;
  background: #001045;
  color: #fff;
  font-weight: bold;
  font-size: 16px
}

.p-article01-ranking-header__period {
  margin: 0 0 7px;
  font-size: 17px
}

.p-article01-ranking-list {
  padding: 0 20px
}

.p-article01-ranking-list__item {
  border-bottom: 2px 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: 21px 0
}

.p-article01-ranking-list__item__num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
  line-height: 1;
  color: #a09a5e;
  font-weight: bold;
  font-size: 51px;
  text-align: center
}

.p-article01-ranking-list__item__num.-num-last {
  color: #4f4f4f
}

.p-article01-ranking-list__item__status {
  position: relative;
  min-width: 98px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 12px 15px 0 0;
  padding: 0 10px;
  background: #001045;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  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: 19px;
  letter-spacing: 0
}

.p-article01-ranking-list__item__status.is-up:before {
  content: "UP";
  padding-left: 32px;
  background: url("/files/user/img/common/ico_status01.png") no-repeat 5px center;
  background-size: 20px
}

.p-article01-ranking-list__item__status.is-stay:before {
  content: "STAY";
  padding-left: 32px;
  background: url("/files/user/img/common/ico_status02.png") no-repeat 5px center;
  background-size: 24px
}

.p-article01-ranking-list__item__status.is-down:before {
  content: "DOWN";
  padding-left: 30px;
  background: url("/files/user/img/common/ico_status03.png") no-repeat 5px center;
  background-size: 20px
}

.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 20px
}

.p-article01-ranking-list__item__spec-tit {
  font-size: 17px;
  font-weight: bold;
  width: 250px
}

.p-article01-ranking-list__item__spec-txt {
  font-size: 17px
}

.p-article01-ranking-list__item-imgBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 128px;
  margin-right: 17px
}

.p-article01-ranking-list__item-txtBox {
  width: 100%
}

.p-article01-ranking-list__item-txtBox__name {
  margin-bottom: 3px;
  font-size: 15px
}

.p-article01-ranking-list__item-txtBox__tit {
  min-height: 50px;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 17px
}

.p-article01-ranking-list__item-txtBox__release {
  text-align: right;
  font-size: 15px
}

.p-article01-ranking-back {
  width: 400px;
  margin: 50px auto 0
}

.p-article01-ranking-back a {
  height: 76px;
  line-height: 1.46
}

.p-article01-ranking-back a span {
  padding: 0 0 0 28px;
  background: url("/files/user/img/common/ico_arrow10.png") no-repeat left center;
  background-size: 10px
}

.p-article01-ranking-more {
  width: 400px;
  margin: 60px auto 0
}

.p-article01-ranking-more a {
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0
}

.p-article01-ranking-pro {
  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: 60px auto 0;
  padding: 17px 20px;
  background: #edf5fd
}

.p-article01-ranking-pro__txt {
  margin: 0 40px 0 -10px;
  color: #398cf7;
  font-weight: bold;
  font-size: 32px
}

.p-article01-ranking-pro__txt-sub {
  display: block;
  color: #000;
  font-size: 16px
}

.p-article01-ranking-pro-btn {
  width: 188px
}

.p-article01-ranking-pro-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: 40px
}

.p-article01-ranking.-ranking-spec {
  margin-bottom: 60px;
  margin-top: 55px
}

.p-article01-ranking.-ranking-spec+.p-bnr01 {
  margin-bottom: 0
}

.p-article01-date {
  padding: 4px 18px;
  border-bottom: 2px solid #0086c9;
  font-weight: bold;
  font-size: 25px;
  background: #d1e6f2;
  margin: 40px 0 30px
}

.p-article01-policy__box {
  margin-bottom: 50px
}

.p-article01-policy__box-tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px
}

.p-article01-policy__box p {
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 1.74;
  font-size: 17px
}

.p-article01-policy__box p a {
  color: #0086c9;
  margin-top: 5px;
  display: inline-block
}

.p-article01-policy__box ol {
  display: table;
  margin-left: 20px
}

.p-article01-policy__box ol li {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 7px;
  line-height: 1.74;
  font-size: 17px
}

.p-bnr_explanation {
  text-align: center;
}

.item_explanation {
  margin: 0 auto 10px;
  font-weight: bold;
  color: #0086C9;
}

.p-bnr_explanation__img {
  margin: 0 auto 20px;
  width: 20px;
  height: 13px;
}

.p-bnr01 {
  margin: 0 auto 50px;
  padding: 25px 30px;
  background: #edf5fd
}

.p-bnr01-titBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 18px
}

.p-bnr01-titBox__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  line-height: 1.3;
  margin-right: 20px;
  padding: 7px 12px;
  border: 3px solid #398cf7;
  color: #398cf7;
  font-weight: bold;
  font-size: 21px
}

.p-bnr01-titBox__tit {
  width: 100%;
  color: #398cf7;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #398cf7
}

.p-bnr01-titBox__tit-sub {
  display: block;
  color: #000;
  font-size: 20px
}

.p-bnr01-txtBox {
  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-bnr01-txtBox__txt {
  font-size: 20px
}

.p-bnr01-txtBox-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto
}

.p-bnr01-txtBox-btn a {
  padding: 0 12px;
  height: 40px
}

.p-bnr02-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 
}

.p-bnr02 a {
  border: 3px solid #b7b7b7;
  background: #edf5fd;
  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: 422px
}

.p-bnr02:first-child a {
  padding: 15px 15px 15px 15px
}

.p-bnr02:last-child a {
  padding: 15px 15px 15px 15px
}

.p-bnr02 .c-btn01 {
  padding: 0 9px 0 11px;
  height: 40px;
  background: #398cf7
}

.p-bnr02 .c-btn01 span {
  white-space: nowrap;
  padding: 0 15px 0 0;
  background: url("/files/user/img/common/ico_arrow01.png") no-repeat right center;
  background-size: 8px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 17px
}

.p-bnr02-txtBox__sub {
  font-size: 11px;
  font-weight: bold;
  margin-top: 2px
}

.p-bnr02-txtBox__txt {
  color: #398cf7;
  font-size: 22px;
  letter-spacing: 0px;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 4px
}

.p-bnr02-txtBox-btn {
  margin-left: 15px
}

.p-bnr02-txtBox-ico {
  background: #398cf7;
  border-radius: 30px;
  padding: 5px;
  width: 20px;
  height: 20px;
  display: block;
  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-left: 70px
}

.p-bnr02-txtBox-ico img {
  width: 10px;
  height: auto
}

.p-pager01 {
  display: table;
  margin: 0 auto
}

.p-pager01-list {
  position: relative;
  padding: 0 96px;
  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: 38px;
  height: 38px;
  margin: 0 5px;
  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
}

.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: 18px
}

.p-pager01-list__item.is-prev img, .p-pager01-list__item.is-next img {
  width: 11px
}

.p-pager01-list__item.is-first {
  left: 0
}

.p-pager01-list__item.is-last {
  right: 0
}

.p-pager01-list__item.is-prev {
  left: 48px
}

.p-pager01-list__item.is-next {
  right: 48px
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* 
 utility
================================================== */

.ma0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pa0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.ma5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pa5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.ma10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pa10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.ma15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pa15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.ma20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pa20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.ma25 {
  margin: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pa25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.ma30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pa30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.ma35 {
  margin: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pa35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.ma40 {
  margin: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pa40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.ma45 {
  margin: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pa45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.ma50 {
  margin: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pa50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.ma55 {
  margin: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pa55 {
  padding: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.ma60 {
  margin: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pa60 {
  padding: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.ma65 {
  margin: 65px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pa65 {
  padding: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.ma70 {
  margin: 70px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pa70 {
  padding: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.ma75 {
  margin: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pa75 {
  padding: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.ma80 {
  margin: 80px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pa80 {
  padding: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.ma85 {
  margin: 85px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pa85 {
  padding: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.ma90 {
  margin: 90px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pa90 {
  padding: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.ma95 {
  margin: 95px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pa95 {
  padding: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.ma100 {
  margin: 100px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pa100 {
  padding: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
    padding-left: 100px !important; }