/* MediaQuery */

section.sub-staffcast .sub-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 123px;
  padding-left: 123px;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 4vw 10.9vw;
  }
}

section.sub-staffcast .sub-article section {
  margin: 0 0 50px;
}

section.sub-staffcast .sub-article section:last-child {
  margin: 0;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section {
    margin: 0 0 7.3vw;
  }
}

section.sub-staffcast .sub-article section h3 {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section h3 {
    display: block;
    margin: 0 auto 5vw;
    text-align: center;
  }
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section h3 img {
    height: 5vw;
    width: auto;
    margin: auto;
  }
}

section.sub-staffcast .sub-article section h4 {
  font-size: 14px;
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #32565b;
  margin: 0;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section h4 {
    font-size: 3vw;
    margin: 0 0 0.5vw;
  }
}

section.sub-staffcast .sub-article section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.sub-staffcast .sub-article section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section ul li {
    margin: 0 0 5.3vw;
  }
}

section.sub-staffcast .sub-article section ul li em {
  font-size: 19px;
  font-weight: bold;
  width: 330px;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section ul li em {
    font-size: 4vw;
    width: 75%;
  }
}

section.sub-staffcast .sub-article section ul li a {
  margin: 0 5px;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section ul li a {
    margin: 0 1vw;
  }
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article section ul li a img {
    width: 5.5vw;
  }
}

section.sub-staffcast .sub-article > div:nth-child(1) {
  width: 50%;
  padding: 0 45px 0 0;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article > div:nth-child(1) {
    width: 100%;
    padding: 0;
    margin-bottom: 7.3vw;
  }
}

section.sub-staffcast .sub-article > div:nth-child(2) {
  width: 50%;
  padding: 0 0 0 45px;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article > div:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-bottom: 7.3vw;
  }
}

section.sub-staffcast .sub-article > div:nth-child(3) {
  width: 100%;
  margin: 60px 0 0;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article > div:nth-child(3) {
    margin: 0;
  }
}

section.sub-staffcast .sub-article > div:nth-child(3) section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

section.sub-staffcast .sub-article > div:nth-child(3) section div {
  width: 50%;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article > div:nth-child(3) section div {
    width: 100%;
  }
}

section.sub-staffcast .sub-article > div:nth-child(3) section div:nth-child(odd) {
  padding: 0 0 0 45px;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article > div:nth-child(3) section div:nth-child(odd) {
    padding: 0;
  }
}

section.sub-staffcast .sub-article > div:nth-child(3) section div:nth-child(even) {
  padding: 0 45px 0 0;
}

@media only screen and (max-width: 749px) {
  section.sub-staffcast .sub-article > div:nth-child(3) section div:nth-child(even) {
    padding: 0;
  }
}

