@charset "utf-8";
/* CSS Document */
    .ui.footer {
      margin-top: 1.5rem;
      margin-bottom: 0;
      padding: 2rem 0 10rem 0;
    }
    .footer .container a {
      color: #cccccc;
      text-decoration: underline;
      margin: 0 0.3rem;
    }
    #index .footer .container a:hover {
      color: #ffffff;
    }
    br.spbreak {
      display: none;
    }
     .share_header {
      background-image: url("images/share/top.png");
      background-position: center;
      background-repeat: no-repeat;
      height: 44px;
    }
    .share_header .container{
      text-align: center;
      overflow: hidden;
    }
.share_header .container img {
  height: 44px;
  object-fit: cover;
}

	  @media screen and (max-width:375px){
      br.spbreak {
        display: inline;
      }
    }

/* 基本装飾 */
header {
  background: #333;
  padding: .5rem;
  text-align: right;
}
header a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
header li {
  margin: 2rem 0 !important;
  list-style-type: none !important;
}

/* ボタン */
header .btn-menu {
  border: 1px solid #999;
  background: transparent;
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
}

/* メニュー */
header nav {
  background: #0bd;
  position: absolute;
  z-index: 1000;
  top: 3.125rem;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  width: 0;
  transition: .5s;
}
/* メニューを開いた時 */
header nav.open-menu {
  width: 500px;
  max-width: 100%;
}

