﻿/* =============================================================
cm_audition2024
============================================================= */

a{color: #ff3d7d;}
.fCChange{color: #f4568a;}
.cmnBtn_1{color: #f4568a;}
.cmnBtn_1::after{border-left-color: #f4568a;}
.cmnTtl_2::after{background-color: #f4568a;}
.cmnTtl_3::before{background-color: #f4568a;}
.flowLst > li::after{border-left-color: #f4568a;}
.flowLst .num{background-color: #f4568a}
.flowLst .txtArea .ttl{color: #f4568a;}

.faqArea dl{border-color: #8cc5ff;}
.faqArea dt::before,
.faqArea dd::before{background-color: #8cc5ff;}
.faqArea dt a::before,
.faqArea dt a::after{background-color: #8cc5ff;}

.cmnBtn_1:hover::after{border-left-color: #ffcfdf;}
.cmnBtn_2 > a{background-color: #ffcfdf;}

.cmnTbl th,
.cmnTbl td{border-color:#8cc5ff;}
.cmnTbl th{background-color:#8cc5ff;}
.cmnTbl tr:last-child th{border-bottom-color: #8cc5ff;}
@media only screen and (max-width:640px){
    .cmnTbl.row tr:last-child td{border-bottom-color: #8cc5ff;}
}

.fCSubChange{color: #a2d577;}
.benefits .number::before{background-color: #ffcfdf;}
.cmnTtl_1 > span{background-color: #deeeff;}


.castLst .sub{
    margin-left: 10px;
    font-size: 12px;
}


.auditionLst > li{
    position: relative;
    margin-top: 20px;
    padding: 15px 20px 15px 60px;
    border: 2px solid #e0d6c0;
    border-radius: 10px;
}

.auditionLst > li:first-child{margin-top: 0;}

.auditionLst .num{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    padding-top: 5px;
    border-radius: 7px 0 0 7px;
    box-sizing: border-box;
    background: #e0d6c0;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.auditionLst .cnt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}

.auditionLst .cmnTtl_3{
    margin-bottom: 10px;
}

.auditionLst .imgArea{
    width: 100px;
    text-align: center;
}

.auditionLst .imgArea img{width: 100px;}
.auditionLst .imgArea img.small{width: 80px;}

.auditionLst .imgArea .name{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.auditionLst .imgArea .name .sub{
    display: block;
    font-size: 12px;
}

.auditionLst .txtArea{
    position: relative;
    width: calc(100% - 160px);
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #fff5f8;
}

.auditionLst .txtArea::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 0;
    border-right-width: 20px;
    border-right-color: #fff5f8;
}

.auditionLst .txtArea.bubbleNone{background-color: #fff;}
.auditionLst .txtArea.bubbleNone::before{display: none;}

@media only screen and (max-width:640px){
    .auditionLst > li{
        margin-top: 12px;
        padding: 15px 10px 15px 40px;
    }

    .auditionLst .num{
        width: 30px;
        padding-top: 10px;
        font-size: 20px;
    }

    .auditionLst .txtArea{
        padding: 10px 15px;
        font-size: 13px;
    }
}



/* EOF */
