h2 {
  font-size: 3.75em;
  line-height: 1.25;
  letter-spacing: 0.040em;
  margin-bottom: 0.6666666667em;
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.6785714286em; } }

#main-contents {
  padding-top: 15em; }
  @media screen and (max-width: 767px) {
    #main-contents {
      padding-top: 8.0357142857em; } }

#head {
  margin-bottom: 3.125em; }
  #head .pdf_download {
    margin-bottom: 4.6875em; }
  #head dl {
    display: flex;
    line-height: 0; }
    #head dl:not(:last-child) {
      margin-bottom: 1.25em; }
    #head dl dt {
      width: 6.5em; }
      #head dl dt span {
        font-size: 0.9375em;
        line-height: 1em;
        letter-spacing: 0.040em;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        background-color: #000;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 1.8em; }
    #head dl dd {
      width: 0;
      flex-grow: 1;
      padding-left: 1.5em; }

#result {
  margin-bottom: 7.5em; }
