#about_rank .page-title{
    flex-flow: row;
    margin-bottom: 50px;
}
#about_rank .page-title .txt{
    color: #595959;
    letter-spacing: .5rem;
    font-size: 28px;
    margin: 0;
}
#about_rank .page-title::before{
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 28px;
    background-image: url(/img/pages/img_ttl.svg);
    background-repeat: no-repeat;
    margin-top: -35px;
    margin-right: 5px;
}
#about_rank .page-title::after{
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 28px;
    background-image: url(/img/pages/img_ttl.svg);
    background-repeat: no-repeat;
    margin-bottom: -35px;
    margin-left: -5px;
    transform: rotate(170deg);
}
.ranks {
    font-size: 16px;
    margin-bottom: 3rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 3rem;
}
.ranks:last-child {
    border-bottom:none;
}
.rank_h3{
    margin: 0;
    font-weight: bold;
    font-size: 20px; 
}
.rank_h3 .span_type{
    font-size: 26px;
}
.ranks:nth-of-type(1) .rank_h3{
    color: #ffffff;
    background-color: #00a2e4;
    padding: 3px 15px;
    border-radius: 5px;
}
.ranks:nth-of-type(1) .rank_sub{
    color: #00a2e4;
}
.ranks:nth-of-type(2) .rank_h3{
    color: #ffffff;
    background-color: #e4b000;
    padding: 3px 15px;
    border-radius: 5px;
}
.ranks:nth-of-type(2) .rank_sub{
    color: #e4b000;
}
.ranks:nth-of-type(3) .rank_h3{
    color: #ffffff;
    background-color: #417185;
    padding: 3px 15px;
    border-radius: 5px;
}
.ranks:nth-of-type(3) .rank_sub{
    color: #417185;
}
.ranks:nth-of-type(4) .rank_h3{
    color: #ffffff;
    background-color: #798acc;
    padding: 3px 15px;
    border-radius: 5px;
}
.ranks:nth-of-type(4) .rank_sub{
    color: #798acc;
}
.ranks:nth-of-type(5) .rank_h3{
    color: #ffffff;
    background-color: #8e4a1e;
    padding: 3px 15px;
    border-radius: 5px;
}
.ranks:nth-of-type(5) .rank_sub{
    color: #8e4a1e;
}
.ranks:nth-of-type(6) .rank_h3{
    color: #ffffff;
    background-color: #72717d;
    padding: 3px 15px;
    border-radius: 5px;
}
.ranks:nth-of-type(6) .rank_sub{
    color: #72717d;
}

.rank_ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2rem;
}
.rank_sub{
    padding: 5px 10px;
    border-radius: 5px;
    margin:0;
    font-weight: bold;
}
.condition {
    margin-bottom: 1.5rem;
    text-align: justify;
}
.condition li::before {
    content: '■';
    font-size: 16px;
    color: #000;
    display: inline-flex;
}
.note li {
    color: #333;
    font-size: 14px;
}
main#not-covered{
    background: rgb(238, 238, 238);
    border-radius: 12px;
    margin-bottom: 20px;
}
#not-covered .color-box{
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: transparent;
}
#not-covered .color-box h3{
    margin-bottom: 20px;
}
#not-covered .color-box p{
    margin-bottom: 0;
}
#not-covered .list-box{
    border: none;
    padding-top: 20px;
}
#not-covered .list-box li::after{
    top:17px
}
.personal-id{
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #about_rank .page-title{
        margin-top: 2rem;
    }
    #about_rank .page-title .txt{
        font-size: 24px;
    }
    .ranks{
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    .ranks:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .rank_h3{
        font-size: 18px;
    }
    .rank_h3 .span_type{
        font-size: 22px;
    }
    .condition li{
        text-align: justify;
        margin-left: 1.8rem;
        text-indent: -0.8rem;
        margin-bottom: 1rem;
        font-size: 14px;
        line-height: 1.4;
    }
    .note {
        margin: 2rem auto 0;
    }
    .note li{
        text-align: justify;
        margin-left: 1.5rem;
        text-indent: -1.5rem;
        margin-bottom: 1rem;
        line-height: 1.4; 
    }
    #not-covered .color-box h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    #not-covered .color-box p{
        font-size: 14px;
    }
    #not-covered .list-box{
        padding-top: 0;
        padding-bottom: 15px;
    }
    #not-covered .list-box li{
        font-size: 14px;
    }
    #not-covered .list-box li::before{
        top: 1.3em;
    }
    #not-covered .list-box li::after{
        top: 1.6em;
    }
    #not-covered .list-box p{
        font-size: 12px;
    }
    .container_cta1{
        margin-top: 10px;
    }
    .web_c1:not(:first-child){
        margin-left: 0;
    }

}
@media screen and (min-width: 768px) {
    main#about_rank,
    main#not-covered{
        margin-bottom: 50px;
    }
    .ranks{
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-flow: wrap;
        padding: 2rem;
    }
    .rank_ttl{
        width: 35%;
        margin-bottom: 0;
        display: flex;
        flex-flow: wrap;
    }
    .condition{
        width: 65%;
    }
    .note {
        width: 65%;
        margin-left: auto;
    }
    .ranks:nth-of-type(1) {
        border: 1px solid #00a2e4;
    }
    .ranks:nth-of-type(2) {
        border: 1px solid #e4b000;
    }
    .ranks:nth-of-type(3) {
        border: 1px solid #417185;
    }
    .ranks:nth-of-type(4) {
        border: 1px solid #798acc;
    }
    .ranks:nth-of-type(5) {
        border: 1px solid #8e4a1e;
    }
    .ranks:nth-of-type(6) {
        border: 1px solid #72717d;
    }
    .personal-id{
        margin-top: 40px;
    }
    
}