@charset"utf-8";
.main{
  background:#fff; 
}
.title-txt01 {
  font-size:42px;
  color:#fff;
  line-height:1.3;
  font-weight:bold;
  text-align:center;
}

.title-txt02 {
  font-size: 24px;
  color: #f7ffa1;
  font-weight: bold;
  text-align: center;
  font-family: DIN BlackAlternate;	
}
.page-title {
  background:url(../images/faq/bg.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-bottom:30px;
  padding-top:65px;
  height:220px;
}

.commonSection{
  margin-top:20px;
}
.container p{
  margin:1rem 0; 
}

@media screen and (max-width: 767px){
  .page-title .title-txt01 {
    font-size:1.4rem;
  }
  .page-title .title-txt02 {
    font-size: 1rem;
  }
  .page-title {
    background:url(../images/faq/bg.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:30px;
    height: 120px;
    padding-top: 35px;
  }
}