.section .typeSwitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section .typeSwitch > p {
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
  text-align: center;
  background: #514d4a;
  padding: 20px;
  color: #fcfcfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #514d4a;
  cursor: pointer;
}

.section .typeSwitch > p:hover {
  background: #949190;
  color: #fcfcfc;
  border: 1px solid #949190;
}

.section .typeSwitch > p.active {
  background: #fcfcfc;
  color: #514d4a;
  border-bottom: none;
}

.section .typeSwitch > p.active:hover {
  background: #fcfcfc;
  color: #514d4a;
  border: 1px solid #514d4a;
  border-bottom: none;
}

.section .details > div {
  display: none;
  border: 1px solid #514d4a;
  border-top: none;
  padding: 30px;
  background: #fcfcfc;
}

.section .details > div p.exp {
  text-align: right;
}

.section .details div > * {
  line-height: 1.7em;
}

.section .details .active {
  display: block;
}

.section .buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 30px auto;
  left: 0;
  right: 0;
}

/* .section .buttonWrap > a, */
.section .buttonWrap > a {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  height: 60px;
  text-align: center;
}

.section .buttonWrap img {
  width: 60%;
  height: 60px;
}

.section form input[type=text], textarea {
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 1.3em;
  padding: .5em .8em;
  font-family: serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section form div {
  margin: 10px 0 0 0;
}

.section form div > p.sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section form div > p.sec > span {
  display: block;
}

.section form div > p.sec > span.sec_error {
  color: #d40;
}

.section form > p {
  margin: 36px 0 0 0;
}

.section form > p > p.sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section form > p > p.sec > span {
  display: block;
}

.section form > p > p.sec > span.sec_error {
  color: #d40;
}

span.bold {
  font-weight: bold;
}

.section form .ch_btn {
  border: 1px solid #514d4a;
  background: #514d4a;
  padding: 20px;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fcfcfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.section form #ch_btn.active {
  border: 1px solid #514d4a;
  background: #514d4a;
  color: #fcfcfc;
}

.section#contact #result {
  height: 20px;
}

.section#contact #result.error {
  color: #d40;
}

@media screen and (max-width: 768px) {
  .section .typeSwitch > p {
    padding: 10px;
  }
  .section .details div {
    padding: 10px;
  }
  .section .buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin: 30px auto;
    left: 0;
    right: 0;
  }
  .section .buttonWrap > img {
    margin: 10px 0;
  }
}
/*# sourceMappingURL=member_recruiting.css.map */