﻿.renewal{
	position: relative;
    z-index: 3;
    padding: 5px 0;
}

.renewal img{
	width: 100%;
}

.discount{
	display: flex;
	justify-content: space-between;
}

.discount div{
	width: 49.5%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.discount div img{
	width: 100%;
}

.list-members .member .thumb {
	position: relative;
}

.list-members .new2::before{
	content: "";
    width: 13rem;
    height: 4.0rem;
    background: url(../img/therapist/new.png) no-repeat 0 0 / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.list-members .x-icon::after{
	content: "";
    width: 5.4rem;
    height: 5.4rem;
    background: url(../img/therapist/x-icon.png) no-repeat 0 0 / contain;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
}

.list-members .x-link{
    width: 5.4rem;
    height: 5.4rem;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
}

.col-md-r{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-md-r {
        -ms-flex: 0 0 19.5%;
        flex: 0 0 19.5%;
        max-width: 19.5%;
	}
}

.rank{
	position: absolute;
	width: 30%;
	top: 0;
	left: 0;
}

.credit-title{
	margin: 50px 0 25px 0;
	text-align: center;
}

.credit-title .alphabet{
    font-size: 2.6rem;
}

.credit-title .japanese{
	font-size: 1.4rem;
	display: block;
	padding: 3px 0;
}
