@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%;
  line-height: 1.3; }

body {
  color: #000;
  font-size: 100%;
  /* =16px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  min-width: 300px;
  /*最小幅*/ }

img {
  border: none; }

/*clearfix ie対策済み*/
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*レイアウト*/
footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

/*----------------------------*/
/*ヘッダー部 */
/*----------------------------*/
header {
  background: #000; }

.homelinklogo {
  width: 150px; }
  .homelinklogo a {
    display: block;
    padding: 3px 5px 2px 5px; }
  .homelinklogo a img {
    vertical-align: bottom;
    filter: opacity(1); }
  .homelinklogo a:hover img {
    filter: opacity(0.8); }

nav {
  width: 100%;
  border-top: 1px solid #999; }
  nav ul {
    list-style: none;
    display: flex; }
    nav ul li {
      border-right: 1px solid #999;
      padding: 0;
      width: 25%; }
      nav ul li a {
        display: block;
        text-align: center;
        font-size: 0.75rem;
        font-weight: normal;
        padding: 0 5px; }
      nav ul li a:link, nav ul li a:active, nav ul li a:visited {
        color: #FFF;
        text-decoration: none; }
    nav ul li:last-child {
      border-right: none; }
    nav ul li:hover {
      background: #174E9D; }

@media screen and (min-width: 680px) {
  header {
    display: flex;
    justify-content: space-between; }
    header nav {
      width: calc(100% - 150px);
      border: none; }
      header nav ul {
        justify-content: flex-end;
        align-items: center; }
        header nav ul li {
          line-height: 26px;
          width: initial; }
        header nav ul li:first-child {
          border-left: 1px solid #999; } }
/*----------------------------*/
/*ソーシャルボタン*/
/*----------------------------*/
.social_button {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/
  margin-bottom: 2em; }
  .social_button img {
    display: block; }

/*日本語シェアボタン付き　横幅切れ回避　*/
.fb_ja .fb-like > span,
.fb_ja .fb-like iframe {
  width: 165px !important; }

.tw {
  padding-right: 5px; }

/*----------------------------*/
/*フッター*/
/*----------------------------*/
footer {
  font-size: 0.75rem;
  background: #000;
  color: #FFF; }
  footer a:link {
    color: #FFF; }
  footer a:active {
    color: #FFF; }
  footer a:hover {
    color: #FFF; }
  footer a:visited {
    color: #FFF; }
  footer p {
    clear: both;
    display: block;
    margin: 0; }
  footer p.copyright {
    padding: 10px 0 0 15px; }
  footer p.disclaimer {
    padding: 0 0 20px 15px; }

footer ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 15px; }
  footer ul li {
    float: left;
    margin-bottom: 5px; }
    footer ul li a {
      display: block;
      padding: 5px 10px;
      margin-right: 5px;
      border-radius: 10px;
      line-height: 1.1;
      background: #666;
      color: #FFF;
      text-decoration: none; }
    footer ul li a:active,
    footer ul li a:hover {
      background: #004893; }

footer div.pageNavi {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  z-index: 10; }

/*▲　小*/
footer a.pagetopbtn {
  position: fixed;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  font-size: 1.5rem;
  /*24px;*/
  line-height: 3.1rem;
  border-radius: 25px;
  color: #CCC;
  background: #FFF;
  opacity: 0.5;
  box-shadow: #666 0 0px 5px; }
footer a.pagetopbtn:active,
footer a.pagetopbtn:hover {
  background: #ACF3FD;
  color: #666; }
footer p.copyright,
footer p.disclaimer {
  margin-right: 70px; }

@media screen and (min-width: 420px) {
  footer div.pageNavi {
    width: 100px; }

  /*▲ 大*/
  footer div.pageNavi a.pagetopbtn {
    bottom: 15px;
    right: 15px;
    height: 70px;
    width: 70px;
    font-size: 2.5rem;
    /*40px*/
    line-height: 4.38rem;
    /*70.08px;*/
    border-radius: 35px; }

  footer p.copyright,
  footer p.disclaimer {
    margin-right: 100px; } }
