
/*common
---------------------------------------------------------------------------- */
#qa .sidenavArea {
    display: none;
}

#qa .h1Area{
  background: url(../images/qa/qa_mainimg_bg_sp.png) no-repeat center top;
  background-size:cover;
}

#qa h2{
  font-size: 5.17vw;
  font-weight: bold;
}
.h1Area.qa{
  background: url(../images/qa/qa_mainimg_bg.png) no-repeat center top;
  background-size:cover;
}
.entryBaseBox{
  margin-bottom: 0;
}

.entryBaseBox dl dt{
  display: block;
  color: #008040;
  font-size: 3.79vw;
  line-height: 5vw;
  width: 100%;
  height: auto;
  padding: 0.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.entryBaseBox dl:nth-child(odd) dt{
  background-color: #faf9e4; 
}
.entryBaseBox dl:nth-child(even) dt{
  background-color: #e4eee6; 
}
.entryBaseBox dl dd{
  font-size: 3.79vw;
line-height: 5.69vw;
  margin: 2.58vw 0 6.72vw;
}
.entryBaseBox dl:last-child dd{
  margin-bottom: 0;
}
.entryBaseBox dl dd a{
  color: inherit;
  text-decoration: underline;
}
#qa hr{
  margin: 12.58vw 0 12.24vw;
}