.member-blc .form-blc .btn-style02 .btn-disabled{
    opacity: 0.7;
    cursor: not-allowed;
    background: linear-gradient(to bottom, #9458c5, #845ab0);
}


#providers-list .comm-blc{
    background: #000000a6;
    border-radius: 1rem;
    padding: 1.5rem;
}
#providers-list .ttl{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
}
.not-home #keyvisual{
    max-height: 300px;
    padding-bottom: 0px;
    
}
.not-home #keyvisual .btn-register img{
    max-height: 300px;
}

.not-home #keyvisual .inner .btn-register{
    width:100%;
}
@media screen and (min-width: 1000px) {
    .not-home #keyvisual{
        display:none;
    }
}


/* list-style03 --------------- */

.list-style03 {
    display: flex;
    flex-wrap: wrap;
}

.list-style03 .item {
    width: 19.2%;
    margin: 0 1% 1% 0;
    position: relative;
    box-sizing: border-box;
}

.list-style03 .item:nth-child(5n+5) {
    margin-right: 0;
}

.list-style03 .item > a,
.list-style03 .item .tag-a {
    text-decoration: none;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 3px 1px #5bfff95c;
}

.list-style03 .item .img-blc {
    margin: 0;
}

.list-style03 .item .img-blc::before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.list-style03 .item > a:hover .img-blc::before,
.list-style03 .item .tag-a:hover .img-blc::before {
    background-color: rgba(7, 11, 26, 0.6);
    opacity: 1;
    visibility: visible;
}

.list-style03 .item .img-blc img {
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style03 .item .img-blc .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 63.3%;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style03 .item > a:hover .img-blc .img,
.list-style03 .item .tag-a:hover .img-blc .img {
    transform: scale(1.05);
    
}

.list-style03 .item .txt-blc {
    background-image: linear-gradient( rgba(0, 0, 0, 0.059),rgba(0, 0, 0, 0.859));
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-transform:uppercase;
    text-shadow: 0 0 2px #000;
}

.list-style03 .item .option {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.list-style03 .item .tag-a:hover .option {
    opacity: 1;
    visibility: visible;
}

.list-style03 .item .option .btn-play a {
    background: url(../img/common/icon_play01.png) no-repeat center center, radial-gradient(100% 100% at 50% 0,#e10a0e 0,#950000 100%);
    background-size: 14px 16px, auto auto;
    width: 42px;
    height: 42px;
    border: 2px solid #ffffffa4;
    border-radius: 999px;
    display: block;
    box-shadow: inset 0px 0px 4px 2px #e10a0e, 0px 0px 4px 2px #e10a0e, 0px 0px 10px 1px #fff;
    transition: all 0.4s ease-in-out;
}

.list-style03 .item .option .btn-play a:hover {
    transform: scale(1.05);
}

.list-style03 .item .option .btn-play-demo {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.list-style03 .item .option .btn-play-demo a {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.list-style03 .item .option .btn-play-demo a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.list-style03 .item .tag-list {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 4%;
    right: 2%;
}

.list-style03 .item .tag-list li {
    margin-top: 4%;
    margin-right: 4%;
    box-sizing: border-box;
}

.list-style03 .item .tag-list .tag {
    background-color: #333;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
    padding: 2px 0.2vw;
    box-sizing: border-box;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
}

.list-style03 .item .tag-list .tag.red {
    background-color: #ff4040;
}

.list-style03 .item .tag-list .tag.pink {
    background-color: #f3467f;
}

.list-style03 .item .tag-list .tag.green {
    background-color: #4ea0e4;
}

@media screen and (max-width: 1200px) {
    .list-style03 .item .tag-list .tag {
        font-size: 0.7vw;
    }
}

@media screen and (max-width: 1000px) {
    .list-style03 .item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .list-style03 .item:nth-child(5n+5) {
        margin-right: 2%;
    }
    .list-style03 .item:nth-child(4n+4) {
        margin-right: 0;
    }
    .list-style03 .item .tag-list .tag {
        font-size: 0.9vw;
    }
}

@media screen and (max-width: 767px) {
    .list-style03 .item {
        width: 32%;
    }
    .list-style03 .item:nth-child(4n+4) {
        margin-right: 2%;
    }
    .list-style03 .item:nth-child(3n+3) {
        margin-right: 0;
    }
    .list-style03 .item .txt-blc {
        font-size: 90%;
    }
    .list-style03 .item .tag-list .tag {
        font-size: 1.2vw;
        padding-left: 0.4vw;
        padding-right: 0.4vw;
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.25);
    }
}

@media screen and (max-width: 480px) {
    .list-style03 .item {
        width: 49%;
    }
    .list-style03 .item:nth-child(3n+3) {
        margin-right: 2%;
    }
    .list-style03 .item:nth-child(2n+2) {
        margin-right: 0;
    }
    .list-style03 .item .tag-list .tag {
        font-size: 1.8vw;
        padding-left: 0.6vw;
        padding-right: 0.6vw;
    }
}
