@charset "UTF-8";
#contents #questions {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents #questions {
    padding-bottom: 40px;
  }
}
#contents #questions .title-area {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #00326e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents #questions .title-area {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  #contents #questions .title-area img {
    width: 50%;
  }
}
#contents #questions h3 {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック', "MS PGothic", Osaka, sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 30px;
  border-bottom: 5px solid #eee;
}
#contents #questions #salutation {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #contents #questions #salutation {
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 80px;
    width: 100%;
  }
}
#contents #questions #salutation h3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #contents #questions #salutation h3 {
    margin-bottom: 30px;
  }
}
#contents #questions #salutation .questions dl dt {
  color: #003e82;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #contents #questions #salutation .questions dl dt {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
}
#contents #questions #salutation .questions dl dt:hover {
  cursor: pointer;
  opacity: 0.8;
}
#contents #questions #salutation .questions dl dt:before {
  content: url(../images/icon.png);
  position: relative;
  bottom: -0.2em;
  margin-right: 1em;
}
#contents #questions #salutation .questions dl dd {
  padding: 25px 30px 30px 40px;
  background-color: #eee;
  margin-bottom: 20px;
  display: none;
  line-height: 2em;
}
#contents #questions #salutation .questions dl dd ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  #contents #questions #salutation .questions dl dd ul li {
    text-indent: -5.4em;
    padding-left: 5em;
  }
}
