/* 全体 */
body {
  font-family: "SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  margin-top: 130px;
}




/* スクロールアニメーション */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}




/* ナビゲーション */
.navbar-dark{
  color: #dcdde1;
}

.main_logo{
  fill: #4c6473;
}

.main_logo:hover{
  fill: #5d7d91;
}

.nav-item{
  font-weight: 500;
  padding-left: 20px;
}

.navbar-dark .nabvar-nav .nav-item .nav-link:hover{
  background: #dcdde1;
  color: #262626;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,0);
}

.nav-link{
  font-size: 1.1em;
}




/* ニュース */
.row_style{
  width: 75%;
}

.row_style hr{
  background-color: transparent;
  border-top: 2px dotted;
}

.days {
  color: #a9a9a9;
}




/* ボタン */
.btn_20210910{
  text-decoration: none;
  padding: 1em 2em;
  color: white;
  background-color: #FF8EA3;
  border-radius: 0;
}

.btn_20210910:hover{
  color: white;
  background-color: #FF5B7F;
}

.btn_20210613{
  text-decoration: none;
  padding: 1em 2em;
  color: white;
  background-color: #11beae;
  border-radius: 0;
}

.btn_20210613:hover{
  color: white;
  background-color: #0e988b;
}




/* フッター */
.footer_wrapper{
  height: 100px;
}

.footer_wrapper hr{
  border-top: 1px solid #000000;
}

.footer_link{
  border-right: 1px solid #000000;
  border-color: #d2d2d7;
}

.footer_deco{
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}




/* レスポンシブ */
@media(max-width: 992px){
  body{
    margin-top: 90px;
  }

  .header_title h1{
    font-size: 2em;
  }

  .header_title .btn{
    font-size: 0.7em;
  }

  .main_logo{
    height: 35px
  }

  .breadcrumb_style{
    font-size: 0.8em;
  }

  .row_style{
    width: 100%;
  }

  .footer_deco{
    font-size: 12px;
  }

}
