#contents.cont-trainer .section_box01 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    #contents.cont-trainer .section_box01 {
      display: block;
      text-align: center; } }
  #contents.cont-trainer .section_box01 img.rank {
    width: 190px;
    margin: 0 20px 0 0; }
    @media only screen and (max-width: 640px) {
      #contents.cont-trainer .section_box01 img.rank {
        width: 160px;
        margin-bottom: 15px; } }
  #contents.cont-trainer .section_box01 p {
    width: calc(100% - 190px - 90px - 40px);
    float: none; }
    @media only screen and (max-width: 640px) {
      #contents.cont-trainer .section_box01 p {
        width: auto;
        text-align: left; } }
  #contents.cont-trainer .section_box01 img.badge {
    height: auto;
    width: 90px;
    margin: 0 0 0 20px; }
#contents.cont-trainer .rank-table {
  text-align: center; }
  #contents.cont-trainer .rank-table table {
    width: auto;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      #contents.cont-trainer .rank-table table {
        margin: auto;
        border: none; }
        #contents.cont-trainer .rank-table table tbody {
          display: block;
          display: flex;
          flex-flow: row nowrap; } }
    #contents.cont-trainer .rank-table table th, #contents.cont-trainer .rank-table table td {
      padding: 6px;
      line-height: normal; }
      @media only screen and (max-width: 640px) {
        #contents.cont-trainer .rank-table table th, #contents.cont-trainer .rank-table table td {
          padding: 4px;
          height: 4em;
          border-bottom: none; } }
    #contents.cont-trainer .rank-table table td {
      text-align: center; }
      @media only screen and (max-width: 640px) {
        #contents.cont-trainer .rank-table table td {
          text-align: left;
          border-left: none;
          display: flex;
          flex-flow: row nowrap;
          align-items: center; } }
										
#contents.cont-trainer a.ranklink {
    display: block;
    color: #6c265a;
    border: 2px solid #6c265a;
    background: #FFF;
    border-radius: 6px;
    font-weight: bold;
    padding: 8px 30px 8px 10px;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 50%;
}
@media only screen and (max-width: 640px) {
#contents.cont-trainer a.ranklink {
    width: 80%;
}
}
#contents.cont-trainer a.ranklink:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #6c265a;
    border-right: solid 2px #6c265a;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}
.trainer_fee {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
}
.trainer_fee img {
    width: 100%;
				height: auto;
}
/*# sourceMappingURL=trainer.css.map */
