.ranking h1 {
    font-size: 1.2rem;
    margin: 2rem 0 1rem 0;
    line-height: 1;

    text-align: center;
}


.ranking .therapist-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
        margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
}

.therapist-box.rank1box {
    /* background: #fffad3; */
    padding: 0 1rem;
    border-bottom: none;
}

.therapist-box.rank2box {
    /* background: #f2f2f2; */
    padding: 10px;
    border-bottom: none;
}

.therapist-box.rank3box {
    /* background: #fbe9dc; */
    padding: 10px;
    border-bottom: none;
}

.ranking .therapist-box .photo{
    width: 37%;
    margin: 0 0 10px 0;
}

.ranking .therapist-box .cast_data{
    width: 58%;
}


.ranking .therapist-box .rank{
    width: 100%;
    text-align: center;
    font-size: 20px;
    background: #e7e7e7;
    color: #666;
    margin: 0 0 1.25rem 0;
    font-weight: 600;
        display: flex;
    align-items: baseline;
    justify-content: center;
}

.ranking .therapist-box .rank img {
    width: 23px;
    height: auto;
    margin: 0 8px 0 0;
}

.ranking .therapist-box .rank1{
   border-bottom: 1px solid #d3bd7e;
    color: #c59719;
    background: none;
}

.ranking .therapist-box .rank2{
   border-bottom: 1px solid #ccc;
    color: #909fab;
    background: none;
}


.ranking .therapist-box .rank3{
   border-bottom: 1px solid #91675a;
    color: #8d4523;
    background: none;
}


.ranking .therapist-box .photo .grade-icon {
    bottom: 0px;
}
.ranking .therapist-box .sns-icon {
    bottom: 30px;
}


.ranking .therapist-box .profile-icon{
    margin: 10px 0 0 0;
}
.ranking .therapist-box .comment{
    width: 100%;
}

.ranking .therapist-box .comment dt {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem;
    line-height: 1;
    border-bottom: 1px dashed #666;
}

.ranking .therapist-box .comment dd {
    /* font-size: 13px; */
    line-height: 1.4;
    padding-top: 1rem
}



/*list*/

ul.ranking_list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

ul.ranking_list li {
    font-size: 18px;
    padding: 15px;
    border: 1px solid #CCC;
    margin: 15px 0;
}

ul.ranking_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



@media screen and (min-width: 480px) {

    .ranking.single{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        max-width:800px;
            margin: 30px auto;
    }


    .therapist-box.rank1box,.therapist-box.rank2box,.therapist-box.rank3box {
    padding: 20px;
}

    .ranking .therapist-box .rank {
    font-size: 30px;
}

    .ranking .therapist-box .rank img {
    width: 35px;
}

    .ranking .therapist-box {
    display: block;
    overflow: hidden;
}
    .ranking .therapist-box .photo {
    float: left;
}
    .ranking .therapist-box .cast_data {
    float: right;
}
    .ranking .therapist-box .cast_data h3 {
    font-size: 22px;
}

    .ranking .therapist-box .comment {
    float: right;
    width: 58%;
}
}

@media screen and (min-width: 640px){
  .ranking.single{
    width:100%;
    /* max-width: 1200px!important; */
  }
  .top-ran{
    display: flex;
  }
  .top-ran li{
  width:30%;
  }
  .top-ran .therapist-box .photo{
    width:100%!important;
  }
  .top-ran .therapist-box .cast_data{
    width:100%!important;
  }
  .top-ran .therapist-box .comment{
    width:100%!important;
  }
  .top-ran .profile-icon li{
    width:100%;
  }

}
