

.contest-user-grid {padding:30px;}
.contest-user-grid strong     {color: #000;
    font-size: 18px;
font-weight: 900;}


.contest-part-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    height: 54px;
    padding: 0 28px;
    margin-bottom: 26px;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
    box-sizing: border-box;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.contest-part-title {
    margin: 0 0 52px;
    color: #000;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.06em;
    word-break: keep-all;
}

.contest-part-grid {
	padding:30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.contest-part-card {
    

    box-sizing: border-box;

}



.contest-part-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #28745a;
    font-size: 48px;
    line-height: 1;
}
.contest-part-icon img {width:100%}
.contest-part-card h3 {
    margin: 0 0 18px;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.06em;
    word-break: keep-all;
}

.contest-part-card p {
    margin: 0 0 8px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.contest-part-card p:last-child {
    margin-bottom: 0;
}

.contest-part-note {
    margin-top: 18px !important;
    padding-top: 16px;
    border-top: 1px solid #edf1ef;
    color: #67ab40 !important;
    font-weight: 700 !important;
    font-size:14px !important;
}



/* mobile */
@media (max-width: 1000px) {
	
	.contest-user-grid {padding:20px;}
.contest-user-grid strong     { font-size: 15px;}


.contest-part-grid {
	padding:0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.contest-part-card h3 {
    margin: 0 0 10px;

    font-size: 15px;

}

.contest-part-card p {
    margin: 0 0 8px;

    font-size: 13px;

}

    .contest-part-section {
        padding: 46px 0 56px;
    }

    .contest-part-inner {
        padding: 0 18px;
    }

    .contest-part-label {
        min-width: 132px;
        height: 46px;
        padding: 0 22px;
        margin-bottom: 22px;
        font-size: 16px;
    }

    .contest-part-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .contest-part-card {
        padding: 20px 20px 0px;
        border-radius: 24px;
    }

    .contest-part-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 28px;
        font-size: 40px;
    }


}