@charset "UTF-8";

/* materializeを使用したヘッダー
-------------------------------------*/
.dropdown-content {
  top: 34px !important;
}
nav {
  border-bottom: solid #ff9800 4px;
  box-shadow: none;
     -webkit-box-shadow: none;
  height: 38px;
  line-height: 38px;
}
nav a,
#dropdown1 a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
nav .container {
  padding: 0 10px;
}
nav .brand-logo {
  color: #000;
  float: left;
  line-height: 36px;
  font-size: 14px;
  position: relative;
    top: 4px;
}
nav .brand-logo img {
  height: 22px;
}
nav ul a,
.dropdown-content li > a, .dropdown-content li > span {
  color: #039be5;
  font-weight: bold;
  text-decoration:underline;
}
.dropdown-content li:first-of-type {
  margin-top: 8px;
}
.dropdown-content li {
  line-height: 1.2rem;
  min-height: 38px;
  margin-bottom: 4px;
  margin-left: 0;
}
.dropdown-content li a {
  line-height: 22px;
  padding: 4px 8px;
}
nav i.material-icons {
  height: 38px;
  line-height: 38px;
}
nav ul.largemenu a {
  font-size: 14px;
  padding: 0 12px;
}
nav ul a i {
  color: #ff9800;
}
@media only screen and (min-width: 601px) {
  nav {
    height: 38px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 5%;
    transform: none;
      -webkit-transform: none;
  }
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #ff9800;
    font-size: 14px;
}
.copyright a {
    color: #fff;
    text-decoration: none;
    display: inline;
}

@media only screen and (max-width: 600px) {
  .copyright {
    font-size: 12px;
  }
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  z-index: 30;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #ff9800;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}
