@charset "UTF-8";

#answer h2 {
  margin-bottom: 50px;
  color: #fff;
  font-family: "Bree Serif", Sans-serif;
  font-size: 9.6rem;
  text-align: center;
  position: relative;
}
#answer h2 span {
  width: 100%;
  color: #333;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}

#answerList {
  width: 720px;
  margin: 0 auto;
}
#answerList dt {
  padding: 20px 0px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #3180BB;
}
#answerList dd {
  margin: 0px 0px 80px 0px;
  padding: 30px 40px 20px 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  background: #fff;
}
#answerList strong {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.5;
  color: #E8546B;
  display: block;
}


@media all and (max-width: 767px) {
  #answer h2 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 7.2rem;
  }
  #answer h2 span {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    left: 0;
  }
  #answerList {
    width: calc(100% - 40px);
  }
  #answerList dt {
    font-size: 2.8rem;
  }
  #answerList dd {
    margin: 0px 0px 50px 0px;
    padding: 20px 20px 10px 20px;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: normal;
  }



}






/**/
