.txt_hint {
  margin-top: 40px;
}
.txt_hint ul li {
  width: 100%;
  overflow: hidden;
  display: table;
  margin-bottom: 15px;
}
.txt_hint ul li .circle {
  width: 60px;
  vertical-align: middle;
  display: table-cell;
  padding-right: 1.5em;
}
.txt_hint ul li .circle span {
  display: block;
  width: 60px;
  border-radius: 50%;
  line-height: 3em;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.txt_hint ul li .circle.text01 span {
  background: #00a943;
}
.txt_hint ul li .circle.text02 span {
  background: #ffb52c;
}
.txt_hint ul li .circle.text03 span {
  background: #00b4de;
}
.txt_hint ul li .circle.text04 span {
  background: #33bccc;
}
.txt_hint ul li .circle.text05 span {
  background: #796bae;
}
.txt_hint ul li .circle.text06 span {
  background: #ff6c93;
}
.txt_hint ul li .circle.text07 span {
  background: #ff8200;
}
.txt_hint ul li .circle.text08 span {
  background: #999999;
}
.txt_hint ul li .circle.text09 span {
  background: #8dc21f;
}
.txt_hint ul li p {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 70px);
  font-size: 0.9rem;
}
.cont-section.is-member .member .info{
  margin: 24px 0 0 10px;
}
.cont-section.is-member .member .name{
  margin: 0 10px 0 0;
}
.cont-section.is-member .member img.right{
  margin-left: 50px;
}
.cont-section.is-member .member{
   margin-bottom: 20px;
}
.cont-section.is-border-pink.is-events,
.cont-section.is-border-pink.is-member{
  padding-bottom: 94px;
}
.cont-section.is-member .note_is-member {
  margin-top:60px;
}
.cont-section.is-movie .youtube:before {
  display: block;
  padding-top: 56.25%;
  content: '';
  vertical-align: middle
}
.cont-section.is-member.index_rookie .new_rookie{
  margin: 108px 0 0 0;
}
.cont-section.is-member.index_rookie {
  padding-bottom: 94px;
}

@media screen and (max-width: 48em) {
  .txt_hint {
    margin-top: 40px;
  }
  .txt_hint ul li {
    margin-bottom: 10px;
  }
  .txt_hint ul li .circle {
    width: 45px;
    padding-right: 1em;
  }
  .txt_hint ul li .circle span {
    display: block;
    width: 45px;
    border-radius: 50%;
    font-size: 15.3px;
  }
  .txt_hint ul li p {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 50px);
    font-size: 0.7rem;
  }
  .cont-section.is-line {
    margin-bottom: 100px;
    text-align: center;
  }
  .cont-section.is-line img{
    width: 90%;
  }
  .cont-section.is-member .member img.right{
    margin-left: 0px;
  }
  .cont-section.is-member .member img,
  .cont-section.is-member .member .name{
    margin-top: 40px;
  }
  .cont-section.is-member .member .info{
    width: 205px;
  }
}
