@charset "euc-jp";

.container-section{
  padding: 2rem 0 5rem;
}
.ttl-h2{
  color:  #BE8A46;
  font-size: 90%;
  letter-spacing: 2px;
}
.ttl-h2 small{
  display: inline-block;
  font-size: 60%;
  margin-bottom: .5rem;
  padding: 0 1.8rem;
  background-color: #000;
}
@media screen and (max-width: 480px){
  .ttl-h2{
    font-size: 115% !important;
  }
  .ttl-h2 small{
    font-size: 50%;
    padding: 0 1rem;
  	margin-bottom: .3rem;
  	letter-spacing: 1px;
  }
}

h3 {
  font-size: 80%;
  margin: 0 0 6px 0;
  padding: 0;
}

p {
  font-size: 70%;
  margin-bottom: 40px;
}