
#wrapper {
  background-color: #f2fcfe;
}

.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.demoArea {
  width: 100%;
  height: 346px;
  background-color: #EEE;
  margin-top: 60px;
}

#topButtonWrap {
  text-align: center;
}

#topButton {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 14px 20px;
  width: 80%;
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: #222;
  margin-top: 60px;
}

#topButton:hover {
  background-color: #f5f5f5;
}

.carouselTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 0 60px;
  width: 880px;
}

.businessPerson {
  width: 100%;
}

.businessPersonButtonWrap {
  max-height: 170px;
  padding: 20px 20px 30px 20px;
  position: relative;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  width: 880px;
  margin: 0 auto;
  transition: all 1s;
}

.businessPersonList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.businessPersonList img {
  width: 100%;
}

.businessPersonList li {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.businessPersonList li h2 {
  font-weight: bold;
  font-size: 16px;
  color: #157FC3;
}

.businessPersonList li p {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.5;
}

.businessPersonList li>div {
  flex-shrink: 0;
}

.businessPersonList li>div:nth-child(1) {
  width: 20%;
}

.businessPersonList li>div:nth-child(2) {
  padding: 15px;
  width: 80%;
}

.businessPersonButton {
  text-align: center;
  width: 100%;
  height: 30px;
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #157FC3;
  font-weight: bold;
}

.businessPersonButton::before {
  content: "仲間をもっと見る";
  position: relative;
  color: #157FC3;
  font-weight: bold;
}

#businessPersonButtonInput {
  display: none;
}

input[type="checkbox"]:checked+div.businessPersonButtonWrap {
  max-height: 2000px;
  transition: all 2s;
}

input[type="checkbox"]:checked+div>label.businessPersonButton::before {
  content: "閉じる";
  transition: all .5s;
}

.prfileContainer {
  margin-top: 60px;
}

#newDodaStoryContents {
  position: relative;
  width: 1200px;
  padding: 90px 100px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 2.1;
  z-index: 2;
  margin-bottom: 30px;
}

#newDodaStoryContainer {
  position: relative;
  background-color: #F2FCFE;
}

#newDodaStoryContainer * {
  box-sizing: border-box;
}

#newDodaStoryHeaderWrap {
  position: relative;
  width: 1920px;
  height: 450px;
  margin: 0 auto 20px auto;
  z-index: 1;
}

#newDodaStoryHeader {
  position: absolute;
  width: 1920px;
  height: 450px;
  top: 0;
  left: -360px;
}

#newDodaStoryHeader img {
  width: 100%;
}

#newDodaStoryHeaderText {
  color: #5C5C5C;
  margin-bottom: 60px;
}

#newDodaStoryHeaderText h1 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

#newDodaStoryHeaderText h2 {
  font-size: 16px;
}

#newDodaStoryHeaderText h3 {
  font-size: 10px;
  margin-bottom: 30px;
}

.persolLogo {
  position: absolute;
  overflow: hidden;
  background-color: #FFF;
  text-align: center;
  width: 180px;
  height: 180px;
  top: 40px;
  right: 150px;
}

.persolLogo>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.companyAbout {
  position: relative;
  width: 100%;
  background: #EFEFEF;
  padding: 50px 65px 50px 95px;
  font-size: 15px;
  margin-bottom: 20px;
}

.companyAbout::before {
  position: absolute;
  content: "Company";
  left: 20px;
  top: 30px;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.profileWrap {
  display: flex;
  margin-top: 15px;
}

.profileLeftArea {
  box-sizing: border-box;
  color: #5C5C5C;
}

.profileLeftArea h2 {
  font-size: 27px;
  font-weight: bold;
  margin-top: 20px;
}

.profileLeftArea h3 {
  font-size: 12px;
  margin-top: 10px;
}

.profileLeftArea h4 {
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.8;
}

.profileImg {
  width: 183px;
  height: 183px;
  border-radius: 50%;
}

.profileImg img {
  width: 100%;
}

.profileRightArea {
  padding-left: 55px;
}

.profileTitle {
  color: #157FC3;
  font-size: 30px;
  font-weight: bold;
}

.profileTag {
  padding: 0;
  list-style: none;
  font-size: 0;
}

.profileTag li {
  display: inline-block;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 8px;
  background-color: #D3EFFC;
  color: #1581C4;
}

.profileTag li+li {
  margin-right: 9px;
}

.profileTag li:nth-child(1) {
  margin-right: 9px;
}

.profileLabelWrap {
  margin-top: 30px;
  width: 100%;
}

.profileLabel {
  font-size: 16px;
  font-weight: bold;
  color: #5C5C5C;
}

.profileLabelWrap h3 {
  color: #5C5C5C;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.profileLabelWrap p {
  color: #5C5C5C;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
}

.profileLabel::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 5px;
  height: 18px;
  margin-right: 10px;
  top: 3px;
  background-color: #157FC3;
  border-radius: 3px;
}

.profileTimeline {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.profileTimeline dt {
  width: 5em;
  padding: 10px 0;
  color: #157FC3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.profileTimeline dd {
  width: calc(100% - 5em);
  color: #7B7B7B;
  font-size: 16px;
  border-left: 1px solid #ccc;
  padding: 10px 10px 10px 20px;
  line-height: 1.4;
}

.profileTimeline dt.firstTimeLine {
  padding: 0 0 10px 0;
}

.profileTimeline dd.firstTimeLine {
  padding: 0 10px 10px 20px;
}

.profileTimeline dt.lastTimeLine {
  padding: 10px 0 0 0;
}

.profileTimeline dd.lastTimeLine {
  padding: 10px 0 0 20px;
}

.contentBlueBack {
  width: 100%;
  padding: 20px 0;
  background-color: #157FC3;
  border-radius: 8px;
  margin-top: 100px;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.nameWrap {
  display: inline-block;
  background-color: #FFF;
  padding: 4px 10px;
  color: #157FC3;
  text-align: center;
  line-height: 1;
}

.contentsAnchorLink {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #8FC7E4;
  margin-top: 30px;
  margin-bottom: 100px;
}

.contentsAnchorLink>div {
  flex-shrink: 0;
  width: 14.28%;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}

.contentsAnchorLink>div+div {
  border-left: 1px dotted #8FC7E4;
}

.contentsAnchorLink>div::after {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 45%;
  content: "";
  font-weight: bold;
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
  transition: all .5s;
}

.contentsAnchorLink>div:hover::after {
  top: 40%;
  transition: all 0.2s;
  transform: rotate(45deg);
}

.contentsAnchorLink>div a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #5C5C5C;
  text-decoration: none;
  text-align: left;
  padding: 10px 0 10px 10px;
}

.questionNumber {
  display: flex;
  margin: 0 auto;
  font-size: 21px;
  font-weight: bold;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #157FC3;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.questionWrap>h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: #5C5C5C;
}

.questionContents {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.questionContents>div>img {
  position: relative;
  display: block;
  width: 200px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: -10px;
}

.questionContentsLeft, .questionContentsRight {
  width: 48%;
}

.questionContentsLeft>.answerBackColor, .questionContentsRight>.answerBackColor {
  border-radius: 10px;
  background-color: #F0F0F0;
  color: #D6D6D6;
  text-align: center;
  width: 100%;
  padding: 30px 0;
  font-size: 24px;
  font-weight: bold;
  transition: all .2s;
  position: relative;
}

.questionContentsLeft.select>.answerBackColor {
  background-color: #F3FF93;
  color: #5C5C5C;
}

.questionContentsRight.select>.answerBackColor {
  background-color: #B8EDE5;
  color: #5C5C5C;
}

.answerBackColor>p {
  display: inline-block;
  position: relative;
}

.questionContentsLeft.active>p::before, .questionContentsRight.active>p::before {
  content: "\02661";
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 26px;
  transition: all .2s;
}

.questionComment {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.questionCommentImg {
  padding: 20px;
}

.questionCommentImg>img {
  width: 78px;
  border-radius: 50%;
}

.questionCommentBalloon {
  width: 40px;
}

.questionCommentText {
  padding: 20px;
  width: 100%;
}

.balloon {
  position: relative;
  background-color: #fff;
  border-bottom: solid 1px #525252;
  width: 70px;
  text-align: center;
  transform: rotate(90deg);
}

.balloon:before, .balloon:after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.balloon:before {
  border: solid 10px transparent;
  border-top: solid 10px #525252;
}

.balloon:after {
  border: solid 13px transparent;
  border-top: solid 13px #fff;
  margin-top: -5px;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.dotLine {
  margin: 60px auto 30px auto;
  width: 80%;
  border-bottom: 10px dotted #DDDDDD;
}

.newDodaStoryText {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #7B7B7B;
}

.newDodaStoryTextCaution {
  font-size: 12px;
  color: #7B7B7B;
}

.newDodaStoryBtn {
  margin-top: 60px;
  margin-bottom: 100px;
}

.btnTypeA02 {
  width: 392px;
}

.btnTypeA01 {
  margin: 0 auto;
}

/* 新規追加分 */

.listTitleWrap {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.listTitle {
  display: inline;
  background: linear-gradient(transparent 0.8em, #FFF100 0, #FFF100 calc(1.3em), transparent 0);
  font-size: 28px;
  font-weight: bold;
}

.sectionWrap {
  margin: 50px 0 0 0;
}

.ver1ListTitle {
  background-color: #007FC3;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.ver1List {
  margin-top: 50px;
}

.ver1List, .ver1List li>a, .oldList {
  display: flex;
  width: 100%;
  text-decoration: none;
  justify-content: space-between;
}

.ver1listButton {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  color: #222;
  padding: 10px;
  margin-top: 30px;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ver1List hr, .oldList hr {
  border-top: 2px solid #E6E6E6;
  width: 100%;
  margin: 15px 0;
}

.ver1List li {
  width: 49%;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.ver1List li, .oldList li {
  margin-bottom: 15px;
}

.ver1List li img {
  width: 100%;
  max-width: 140px;
  border-radius: 50%;
}

.ver1ListLeftWrap {
  width: 160px;
  padding: 25px 0 25px 20px;
}

.ver1ListRightWrap {
  width: calc(100% - 160px);
  padding: 25px 20px 25px 25px;
}

.ver1List h2, .oldList h2 {
  font-weight: bold;
  font-size: 18px;
  color: #157FC3;
  line-height: 1.3em;
}

.ver1List h3, .oldList h3 {
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  line-height: 1.3em;
  margin-top: 15px;
}

.oldList h3 {
  margin-bottom: 30px;
}

.ver1List h4, .oldList h4 {
  font-weight: bold;
  font-size: 11px;
  color: #157FC3;
  letter-spacing: .1em;
  line-height: 1.3em;
  margin-top: 15px;
}

.ver1List p, .oldList p {
  font-weight: bold;
  font-size: 12px;
  color: #222;
  line-height: 1.3em;
}

.oldList li {
  width: 32%;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.oldList li>a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.oldList li img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}


.ver1List li:hover .ver1listButton, .oldList li:hover .ver1listButton {
  background-color: #E5E5E5;
}

.ver1List li:hover .lineTitle, .oldList li:hover .lineTitle {
  text-decoration: underline;
}


.oldListTag {
  display: inline-block;
  background-color: #F1F1F1;
  border-radius: 8px;
  padding: 3px 10px;
  color: #222;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.oldList .ver1listButton {
  margin-top: auto;
}

.listButtonWrap {
  background-color: #F9F9F9;
  width: 100%;
  padding: 55px 20px;
  text-align: center;
  margin-bottom: 70px;
}

.listButtonWrap h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #70AD47;
  margin: 0 auto 30px auto;
}

/*dodaテンプレート*/
.matchListTitle {
  background-color: #007fc3;
  color: #fff;
  font-size: 20px;
  padding: 12px 30px 8px;
  margin-bottom: 0;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.matchListWrap {
  background-color: #edfaff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 30px;
}

.matchList {
  padding: 30px 40px;
  line-height: 1.3em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.matchList li {
  width: 49%;
  margin-bottom: 15px;
}

.matchList img {
  width: 100%;
  border-radius: 6px;
}

.matchListFlex {
  display: flex;
  text-decoration: none;
}

.matchListFlex:hover {
  text-decoration: none;
}

.leftMatchArea {
  width: 60px;
}

.lightMatchArea {
  width: calc(100% - 60px);
  padding: 0 0 0 20px;
}

.lightMatchArea h2 {
  font-size: 14px;
  color: #007FC3;
  font-weight: bold;
  margin-bottom: 10px;
}

.lightMatchArea h3 {
  font-size: 12px;
  color: #222;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #content {
    width: 100%;
  }

  .content1200 {
    width: 100%;
  }

  #newDodaStoryContainer {
    width: 100%;
  }

  #newDodaStoryContents {
    margin: 0 auto;
    width: 95%;
    padding: 0;
  }

  #newDodaStoryHeaderWrap {
    position: static;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  #newDodaStoryHeader {
    position: static;
    width: 100%;
    height: auto;
  }

  #newDodaStoryWrap {
    width: 100%;
    padding: 20px 15px 0 15px;
    font-size: 14px;
    margin-top: 0;
  }

  section.full1200 {
    width: 100%;
  }

  section.mainCms {
    width: 100%;
  }

  .pc_none {
    display: inline-block;
  }

  .sp_none {
    display: none;
  }

  #newDodaStoryHeaderText {
    padding: 10px;
  }

  .persolLogo {
    position: static;
    margin: 0 auto;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }

  #newDodaStoryHeaderText h1 {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }

  #newDodaStoryHeaderText h2 {
    font-size: 10px;
  }

  #newDodaStoryHeaderText h3 {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .questionWrap>h2 {
    font-size: 24px;
  }

  .companyAbout {
    position: relative;
    width: 100%;
    background: #FFF;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .companyAbout::before {
    display: none;
  }

  .carouselTitle {
    padding: 0 10px;
    font-size: 16px;
  }

  .prfileContainer {
    padding: 0 10px;
  }

  .profileWrap {
    flex-flow: column;
  }

  .profileLeftArea {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
  }

  .profileStatus {
    text-align: left;
  }

  .profileRightArea {
    margin-top: 30px;
    padding: 0;
  }

  .profileTag li+li {
    margin-top: 15px;
  }

  .profileTag li:nth-child(1) {
    margin-right: 9px;
  }

  .contentBlueBack {
    border-radius: 0;
    font-size: 18px;
    padding: 20px 10px;
  }

  .contentsAnchorLink {
    margin-top: 0;
  }

  .contentsAnchorLink>div {
    width: 50%;
  }

  .contentsAnchorLink>div+div {
    border-left: none;
  }

  .contentsAnchorLink>div:nth-child(odd) {
    border-right: 1px dotted #8FC7E4;
  }

  .questionContentsLeft, .questionContentsRight {
    display: none;
    width: 100%;
    padding: 0 10px;
  }

  .questionContentsLeft.select {
    display: block;
  }

  .questionContentsRight.select {
    display: block;
  }

  .answerBackColor>p::before {
    top: 4px;
  }

  .questionComment {
    padding: 0 10px;
    align-items: flex-start;
  }

  .questionCommentImg {
    padding: 0;
  }

  .questionCommentBalloon {
    display: none;
  }

  .questionCommentText {
    padding: 0;
    padding-left: 10px;
  }

  .newDodaStoryText {
    width: 100%;
    text-align: left;
    padding: 0 10px;
  }

  .newDodaStoryTextCaution {
    padding: 0 10px;
  }

  .newDodaStoryBtn {
    padding: 0 10px;
  }

  .questionSpMargin {
    margin: 0 10px;
  }

  .questionSpText {
    font-size: 14px;
    color: #5C5C5C;
    width: 100%;
    text-align: center;
  }

  .btnTypeA02 {
    width: 100%;
  }

  #topButton {
    font-size: 18px;
    color: #333;
  }

  .businessPersonButtonWrap {
    width: 95%;
    margin: 0 auto;
  }

  .businessPersonList li {
    width: 100%;
  }

  .businessPersonButtonWrap {
    max-height: 150px;
    padding: 0 20px 30px 20px;
  }

  .businessPersonList li>div:nth-child(1) {
    width: 25%;
  }

  .businessPersonList li>div:nth-child(2) {
    padding: 15px;
    width: 75%;
  }

  input[type="checkbox"]:checked+div.businessPersonButtonWrap {
    max-height: 5000px;
    transition: all 2s;
  }

  /* 新規追加分 */
  .sectionWrap {
    margin: 30px 0 0 0;
  }

  .listTitle {
    font-size: 26px;
    line-height: 1.4;
  }

  .listTitleText {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }

  .ver1List, .oldList {
    flex-direction: column;
  }

  .ver1List li, .oldList li {
    width: 100%;
  }

  .ver1List li, .oldList li {
    margin-bottom: 30px;
  }

  .ver1List li:last-child, .oldList li:last-child {
    margin-bottom: 0;
  }

  .ver1List li a {
    flex-direction: column;
  }

  .ver1ListLeftWrap, .ver1ListRightWrap {
    width: 100%;
  }

  .ver1ListLeftWrap img {
    margin: 0 auto;
    display: block;
    padding-bottom: 0;
  }

  .ver1listButton {
    display: none;
  }

  .listButtonWrap {
    background-color: #FFF;
    padding: 30px 0;
  }

  .listButtonWrap h3 {
    font-size: 18px;
    letter-spacing: .01em;
  }

  /* dodaテンプレート */

  .dodaTemplateWrap {
    width: 100%;
    padding-bottom: 30px;
  }

  .matchListWrap{
    background-color: #FFF;
  }

  .matchListTitle {
    background-color: #edfaff;
    color: #333;
    font-size: 20px;
    padding: 12px 30px 8px;
    margin-bottom: 0;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .matchList {
    padding: 20px 10px;
  }

  .matchList li {
    width: 100%;
    margin-bottom: 20px;
  }

  .lightMatchArea h2 {
    font-size: 14px;
    color: #007FC3;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .lightMatchArea h3 {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 1.1em;
  }

  .btnTypeA01, .btnTypeA02 {
    font-size: 12px;
  }
}

/* メンバーまとめページ */

.memberListWrap * {
  color: #222;
}

.memberListTopImg {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.memberListTitle {
  font-size: 16px;
}

.memberList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}

.memberList li {
  width: 310px;
  padding: 20px 25px 45px 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-bottom: 50px;
}

.memberList li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.memberListImg {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.memberTitle {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #007FC3;
  line-height: 1.4;
}

.memberCompany {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-top: 24px;
  line-height: 1;
}

.memberName {
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  line-height: 1.5;
}

.memberTimeline {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
  border-top: 2px solid #E6E6E6;
  padding-top: 13px;
}

.memberTimeline p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 30px;
}

.memberTimeline dt {
  width: 5em;
  padding: 5px 0;
  color: #157FC3;
  font-weight: bold;
  line-height: 1.4;
}

.memberTimeline dd {
  width: calc(100% - 5em);
  padding: 5px 5px 5px 35px;
  line-height: 1.4;
  color: #5C5C5C;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .memberListWrap * {
    color: #333;
  }

  .memberListWrap {
    padding: 30px 15px 0 15px;
  }

  .memberList li {
    width: 100%;
  }
}



