/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1200px;
  margin: 80px auto 0;
}
main section.s01 .wrapper dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper dl dt {
  width: 340px;
  font-size: 32px;
  height: 44px;
}
main section.s01 .wrapper dl dd {
  width: calc(100% - 340px);
  color: #0071af;
  font-size: 18px;
  padding-left: 30px;
  letter-spacing: 2px;
}
main section.s01 .wrapper .t01 {
  font-size: 25px;
  line-height: 160%;
  color: #0071af;
  margin-top: 80px;
}
main section.s01 .wrapper .t02 {
  font-size: 18px;
  line-height: 210%;
  color: #0071af;
  margin-top: 40px;
}
main section.s01 .wrapper .t03 {
  font-size: 18px;
  line-height: 210%;
}
main section.s01 .wrapper .t04 {
  font-size: 18px;
  line-height: 210%;
  padding-left: 20px;
}
main section.s01 .wrapper .t05 {
  font-size: 18px;
  line-height: 210%;
  color: #0071af;
  margin: 80px auto;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px 30px;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper dl dt {
    width: 205px;
    font-size: 20px;
    height: 30px;
  }
  main section.s01 .wrapper dl dd {
    width: calc(100% - 205px);
    color: #0071af;
    font-size: 14px;
    padding-left: 15px;
    letter-spacing: 1px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 16px;
    line-height: 160%;
    color: #0071af;
    margin-top: 30px;
  }
  main section.s01 .wrapper .t02 {
    font-size: 14px;
    line-height: 210%;
    color: #0071af;
    margin-top: 30px;
  }
  main section.s01 .wrapper .t03 {
    font-size: 14px;
    line-height: 210%;
  }
  main section.s01 .wrapper .t04 {
    font-size: 14px;
    line-height: 210%;
    padding-left: 12px;
  }
  main section.s01 .wrapper .t05 {
    font-size: 14px;
    line-height: 210%;
    color: #0071af;
    margin: 40px auto;
  }
  main section.s01 .wrapper .t05 a {
    text-decoration: none;
    color: #0071af;
  }
}