@media screen and (min-width: 769px) and (max-width: 1400px) {
  body.qualification .pageHead h1 span {
    padding: 18px 0 18px 35px; }
  body.qualification .pageHead h1 i {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 12px 0 12px 35px;
    text-align: left;
    font-size: 22px;
    letter-spacing: 1.5px; }
    body.qualification .pageHead h1 i br {
      display: none; } }
.pageHead h1 i {
  font-size: 26px; }

h2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 550px) {
    h2 {
      margin: 0 auto 30px;
      padding-bottom: 15px;
      font-size: 20px; } }
  h2:after {
    content: '';
    width: 80px;
    height: 10px;
    background-color: #000;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px; }
    @media screen and (max-width: 550px) {
      h2:after {
        width: 60px;
        height: 8px;
        left: calc(50% - 30px); } }

section.top {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 120px; }
  @media screen and (max-width: 768px) {
    section.top {
      margin: 0 auto 52px; } }
  section.top p {
    font-size: 16px;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      section.top p {
        font-size: 14px;
        line-height: 1.8; } }

section.about {
  max-width: 900px;
  width: 93%;
  margin: 0 auto 120px; }
  @media screen and (max-width: 768px) {
    section.about {
      margin: 0 auto 60px; } }
  section.about ul.ccm_list {
    max-width: 900px;
    width: 100%; }
    @media screen and (min-width: 769px) {
      section.about ul.ccm_list {
        padding-top: 30px; } }
    section.about ul.ccm_list > li {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 0 auto 70px; }
      @media screen and (max-width: 550px) {
        section.about ul.ccm_list > li {
          justify-content: center;
          flex-wrap: wrap; }
          section.about ul.ccm_list > li:nth-of-type(n+3) ol {
            margin-top: -35px; } }
      section.about ul.ccm_list > li .eg_name {
        width: 75px;
        position: relative; }
        section.about ul.ccm_list > li .eg_name .inner {
          position: relative;
          transform: translate(10px, 5px) rotate(90deg); }
          @media screen and (max-width: 550px) {
            section.about ul.ccm_list > li .eg_name .inner {
              line-height: 1;
              transform: translate(10px, 20px) rotate(90deg); } }
          section.about ul.ccm_list > li .eg_name .inner em {
            font-size: 30px;
            white-space: nowrap; }
            @media screen and (max-width: 550px) {
              section.about ul.ccm_list > li .eg_name .inner em {
                font-size: 20px; } }
          section.about ul.ccm_list > li .eg_name .inner span {
            font-size: 16px;
            white-space: nowrap; }
            @media screen and (max-width: 550px) {
              section.about ul.ccm_list > li .eg_name .inner span {
                font-size: 10px; } }
      section.about ul.ccm_list > li > img {
        width: 285px; }
        @media screen and (max-width: 900px) {
          section.about ul.ccm_list > li > img {
            width: 200px; } }
        @media screen and (max-width: 550px) {
          section.about ul.ccm_list > li > img {
            width: 140px; } }
      section.about ul.ccm_list > li ol {
        max-width: 500px;
        margin: 0 10px 0 30px; }
        @media screen and (max-width: 550px) {
          section.about ul.ccm_list > li ol {
            margin: 0 3%; } }
        section.about ul.ccm_list > li ol > li {
          font-size: 16px; }
          @media screen and (max-width: 550px) {
            section.about ul.ccm_list > li ol > li {
              font-size: 14px; } }
          section.about ul.ccm_list > li ol > li.mark {
            margin-bottom: 20px; }
            @media screen and (max-width: 768px) {
              section.about ul.ccm_list > li ol > li.mark {
                margin: 5px 0; } }
            @media screen and (max-width: 768px) {
              section.about ul.ccm_list > li ol > li.mark img {
                transform-origin: 0 0;
                transform: scale(0.8); } }
            @media screen and (max-width: 768px) {
              section.about ul.ccm_list > li ol > li.mark img.sm {
                margin-top: 22px;
                width: 30%; } }
          section.about ul.ccm_list > li ol > li.position {
            font-size: 16px;
            margin-bottom: 30px; }
            @media screen and (max-width: 550px) {
              section.about ul.ccm_list > li ol > li.position {
                font-size: 13px;
                margin-bottom: 15px; } }
          section.about ul.ccm_list > li ol > li.name {
            font-size: 30px;
            margin-bottom: 10px; }
            @media screen and (max-width: 550px) {
              section.about ul.ccm_list > li ol > li.name {
                font-size: 20px;
                margin-bottom: 5px; } }
          section.about ul.ccm_list > li ol > li.msg {
            font-size: 16px;
            line-height: 2; }
            @media screen and (max-width: 550px) {
              section.about ul.ccm_list > li ol > li.msg {
                font-size: 14px;
                line-height: 1.7; } }
            @media screen and (min-width: 769px) {
              section.about ul.ccm_list > li ol > li.msg p {
                display: inline; } }
            section.about ul.ccm_list > li ol > li.msg .msgBtn {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 160px;
              margin: 10px auto 6px;
              padding: 10px 0;
              border: 2px solid #191919;
              border-radius: 30px; }
              section.about ul.ccm_list > li ol > li.msg .msgBtn::after {
                content: '';
                width: 8px;
                height: 8px;
                margin-left: 10px;
                border-right: 2px solid #191919;
                border-bottom: 2px solid #191919;
                transform: rotate(45deg); }
              @media screen and (max-width: 768px) {
                section.about ul.ccm_list > li ol > li.msg .msgBtn ~ p {
                  display: none; } }
