@charset "utf-8";



body img {
    width: auto;
}


.wrap-members{

    }

.h1{
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    }
.h2{
    color:#21A0BC;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 1rem;
    }

.h3{
    color:#21A0BC;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    }
.h4{
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    }
.p{
    margin:0 10px;
    text-align: center;
    }


.benefit-con{
    padding:30px 20px;
    margin: 0 10px;
    border: 2px solid #bfdae0;
    }
.benefit{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }

.benefit li{
    margin-bottom: 20px;
    }
.benefit li:last-child{
    margin-bottom: 0px;
    }
.point-wrap{
    width:10%;
    }
.point{
    background: #21A0BC;
    color:#fff;
    width:70px;
    height:70px;
    border-radius: 70px;
    margin-left:0;
    font-weight: 600;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.cap{
    width:90%;
    font-weight: 600;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
.cap p{
    font-size: 1.5rem;
    text-align: left;
    }
@media screen and (max-width:760px) { 
.h1{
    font-size: 2.4rem;
    margin-bottom: 20px;
    }
.h2{
    font-size: 2.2rem;
    padding-bottom: 1rem;
    }
.h3{
    font-size: 2rem;
    margin-bottom: 10px;
    }
.h4{
    font-size: 1.9rem;
    margin-bottom: 10px;
    }
p{
    font-size: 1.3rem;
    margin:0 10px;
    text-align: center;
    }
.benefit-con{
    padding:30px 10px;
    }
.cap{
    font-size: 0.9rem;
    }
    }
@media screen and (max-width:680px) {
.point-wrap{
    width:100%;
    }
.benefit li{
    display: block;
    margin: 0 auto 25px;
    }
.point{
    width:100%;
    height:40px;
    border-radius: 0;
    margin: 0 auto 10px;
    margin-right: 0px;
    }
.benefit{
    display: block;
    }
.benefit-con{
    padding:30px 20px;
    }
    }

.small{
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 0.1rem;
    }
.font_em{
    font-weight: 600;
    font-size: 1.5rem;
    }
.btn{
    background-color: #21A0BC;
    display: block;
    width:250px;
    margin: 10px auto 20px;
    padding: 20px 20px;
    text-align: center;
    color: #fff!important;
    font-weight: 600;
    font-size: 1.7rem;
    border-radius: 10px;
    }



.table-rank {

    border: solid 1px #ccc;
    font-size: 1.3rem;
    margin: 0 auto 10px;
    }
.table-rank th {

    width:100px;
    border: solid 1px #ccc;
    padding: 10px;
    vertical-align: middle;
    }
.table-rank td {
    border: solid 1px #ccc;
    width: 200px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    }
.table-rank .tr-top{
    background: #999;
    color: #fff;
    font-weight: 600;
    }
.table-rank .tr-top th{
    background: #999;
    }
.table-rank .tr-nonm{
    background: #bebebe;
    }
.table-rank .tr-nonm th{
    background: #bebebe;
    }
.par-em-slv{
    color:#db3719;
    font-weight: 600;
    }
.par-em-gld{
    color:#db3719;
    font-size: 1.8rem;
    font-weight: 600;
    }
.rank_em_m{
        color:#fff;
        }
.rank_em_r{
    color:#333;
    }
.rank_em_b{
    font-size: 1.6rem;
    }
.rank_em_s{
    background-color: #9ba7b3;
    font-size: 1.6rem;
    color: #fff;
    }
.rank_em_g{
    background-color: #bca021;
    font-size: 1.6rem;
    color: #fff;
    }



.rank-wrap{

    margin: 0 auto;
    }
.rank-wrap p{
    font-size: 1.3rem;
    }
.rank-cap p{
    text-align: left;
    }


.strong{
    text-align: center;
    }