/* RO画像 */
.main_co00 {
  margin-bottom: 2.5em;
}

.main_co00 .main_top00 {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.5em;
}

.main_co00 .main_top00 .main_top00_pic {
  width: 15%;
  margin: 0 auto;
  text-align: center;
}

.main_co00 .main_top00 .main_top00_pic picture img {
    max-width: 100%;
}

.main_co00 .main_top00 .main_top00_pic span {
    font-size: 1rem;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding-top: 5px;
    display: inline-block;
}

.main_co00 .main_top00 .main_top00_p {
    width: 82%;
    margin: 0 auto 0 3%;
}

.main_co00 .main_top00 .main_top00_p p {
  font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}

/* h2 */
.main_co00 h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}

/* 他メンバー画像 */
.main_co00 .main_top00_dl {
    display: flex
;
    flex-flow: row wrap;
}

.main_co00 .main_top00_dl dl {
    width: 11%;
    margin: 0.5em auto;
    text-align: center;
}

.main_co00 .main_top00_dl dl dt {
    width: 100%;
}

.main_co00 .main_top00_dl dl dt picture img {
    max-width: 100%;
}

.main_co00 .main_top00_dl dl dd {
    font-size: 0.9rem;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding-top: 5px;
}


/* Chapter */
.ml0 {
  margin-left: 0 !important;
}

.pb0 {
  padding-left: 0 !important;
}

.new_anchor .txt_anchor ul {
  position: relative;
}

.new_anchor .txt_anchor li.li_square {
  width: 100%;
  padding-left: 0;
}

.new_anchor .txt_anchor li.li_square a::before {
  content: none !important;
}
/* 
.new_anchor .txt_anchor ul li.li_square {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  text-indent: initial;
  padding-left: 20px;
  list-style: none;
}

.new_anchor .txt_anchor ul li.li_square::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  background-color: transparent; 
}
*/

@media screen and (max-width: 640px) {
  /* RO画像 */
  .main_co00 .main_top00 .main_top00_pic {
    width: 33%;
    margin: 0 auto;
    text-align: center;
  }

  .main_co00 .main_top00 .main_top00_p {
    width: 62%;
    margin: 0 auto 0 3%;
  }

  .main_co00 .main_top00 .main_top00_p p {
    font-size: 3.4vw;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0.1em;
  }

  .main_co00 .main_top00 .main_top00_pic span {
    font-size: 3.6vw;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding-top: 5px;
    display: inline-block;
  }

  /* h2 */
  .main_co00 h2 {
    font-size: 4vw;
  }

  /* 他メンバー画像 */
  .main_co00 .main_top00_dl {
    display: flex;
    flex-flow: row wrap;
  }

  .main_co00 .main_top00_dl dl {
    width: 33%;
    margin: 0.5em auto;
    text-align: center;
  }

 .main_co00 .main_top00_dl dl dt {
    width: 100%;
  }

  .main_co00 .main_top00_dl dl dd {
    font-size: 3vw;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding-top: 5px;
  }

/* 本文中 */
.conts .not_con_subh3 {
  font-size: 3.7vw !important;
}

}