@charset "UTF-8";

html,
body{
  height: 100%;
  font-family: 'Sawarabi Mincho', sans-serif;
  /*transform: rotate(0.05deg);*/
}

small{
  color: #000!important;
}

.navbar-inverse{
  margin-bottom: 0;
}

.navbar-nav{
  margin-right: 10px;
}

.navbar-brand{
  color: #fff!important;
}

.dropdown-menu{
  background-color: rgba(0, 0, 0, 0.7);
}

.dropdown-menu>li>a{
  color: #fff!important;
}

.dropdown-menu>li>a:hover{
  color: #000!important;
}

@media screen and (max-width: 767px){
  .dropdown-menu>li>a:hover{
    background-color: #fff!important;
  }
}

.title{
  border-left: 5px solid #aa4c36;
  padding-left: 2rem;
  margin-bottom: 3rem;
}

.category{
  margin-bottom: 2rem;
}

footer{
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 0 1rem;
}

h2{
  font-size: 2.5rem;
}

h4{
  padding: 1rem;
  color: #fff;
  border-bottom: 1px solid;
}

@media screen and (max-width: 480px){
  h2{
    font-size: 2rem;
  }
}

.corporation{
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.corporation a{
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

#topBtn{
  display: none;
  position: fixed;
  right: 20px;
  height: 50px;
  line-height: 50px;
}

#topBtn a{
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 2rem;
  text-decoration: none;
  outline: none;
}

.a-btn {
  text-align: left;
}
