@charset "UTF-8";
/* CSS Document */
/*---------------------------------
 Body ページ全体
---------------------------------*/
body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  color: #404145; }
  body a:link, body a:visited, body a:hover, body a:active, body a:focus {
    color: #FFF; }

/*---------------------------------
ナビゲーション
---------------------------------*/
nav {
  background-color: #232F77;
  height: 50px;
  text-align: center;
  line-height: 50px; }

/*---------------------------------
ヘッダー
---------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header p {
    margin: auto;
    padding-top: 20px;
    width: 80%; }

/*---------------------------------
パンくず
---------------------------------*/
.pankuzu {
  font-size: 14px;
  margin-top: 50px;
  margin-left: 20px;
  z-index: 100; }
  .pankuzu a {
    color: #007bff; }
    .pankuzu a:link, .pankuzu a:visited, .pankuzu a:hover, .pankuzu a:active {
      color: #007bff; }

/*---------------------------------
各ページ
---------------------------------*/
.section-header, .section-kbw-header {
  color: #751484;
  margin-bottom: 40px;
  margin-top: 40px; }
  .section-header .img-h1, .section-kbw-header .img-h1 {
    border-bottom: 1px solid #000; }
    .section-header .img-h1 img, .section-kbw-header .img-h1 img {
      width: 200px; }
  .section-header p, .section-kbw-header p {
    color: #404145;
    font-size: 14px; }

.section-items {
  margin-bottom: 40px; }
  .section-items .col-6, .section-items .col-sm-6, .section-items .col-lg-3 {
    margin-bottom: 20px; }
  .section-items__item-box {
	text-align: center;
    border-radius: 4px;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02); }
    .section-items__item-box p {
      font-size: 14px;
      margin-bottom: 0px; }
    .section-items__item-box__img {
      text-align: center; }
      .section-items__item-box__img img {
        border-radius: 4px 4px 0 0;
        width: 100%;
        object-fit: cover; }
    .section-items__item-box__vol {
      color: #FFF;
      padding-left: 3px; }
      .section-items__item-box__vol span {
        padding: 3px;
        background: #000;
        font-size: 0.8em;
        font-weight: bold; }
    .section-items__item-box__title {
      padding-left: 3px; }
    .section-items__item-box__btn {
      text-align: right;
      border-top: 1px solid #96999E;
      padding-bottom: 5px;
      padding-right: 5px; }
      .section-items__item-box__btn .b-web {
        background: #222F77;
        padding: 1px;
        padding: 1px 5px 1px 5px;
        color: #fff;
        border-radius: 3px; }
    .section-items__item-box .hov {
      transition: 0.3s; }
      .section-items__item-box .hov:hover {
        opacity: 0.7; }

/*---------------------------------
フッター
---------------------------------*/
footer {
  background-color: #E1E2E9; }
  footer img {
    margin-top: 20px;
    margin-bottom: 10px; }
  footer p {
    font-weight: bold;
    color: #253371; }

/*---------------------------------
新規登録ボタン
---------------------------------*/
.regist_btn {
  color: #FFF;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 250px;
  height: 100px;
  background: #FF4040;
  z-index: 100;
  border-radius: 5px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3)); }
  .regist_btn .btn_inner {
    text-align: center;
    color: #FFF;
    position: relative;
    top: -10px; }
    .regist_btn .btn_inner .present {
      width: 30px; }
  .regist_btn .btn-close {
    position: relative;
    top: -10px;
    left: -10px; }

/*---------------------------------
ツール
---------------------------------*/
.bold {
  font-weight: bold; }

.mb-20 {
  margin-bottom: 20px; }

/*特集ページ用
=================================*/
.mt-40 {
  margin-top: 40px; }

.img-w300 {
  width: 100%;
  max-width: 300px;
  margin: auto; }

.t-small {
  font-size: 18px;
  font-weight: bold; }
