@charset "UTF-8";

.ttl {
  line-height: 1.6;
  color: #333
}
.ttl small {
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Rajdhani', sans-serif;
  color:#000;
  line-height: 1em;

}
.ttl.ttl-lg {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #031f88;
}
.heading-top .ttl.ttl-lg {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #031f88;
}
@media only screen and (max-width:768px) {
  .ttl.ttl-lg {
    font-size: 20px;
    font-size: 2rem;
	margin-bottom: 20px;
  }
  .heading-top .ttl.ttl-lg {
    font-size: 20px;
    font-size: 2rem;
	margin-bottom: 0px;
  }  
  .ttl small {
    font-size: 10px
  }
}
section.top-header {
  margin-top: -1px
}
