p2 {
    position: relative;
    display: block;
    padding-left: 22px;
    color: #333;
    line-height: 1.5;
    font-size:14px;
    margin-bottom:10px;
}
.centertable * {text-align:center}

p2::before {
    content: "\f06a";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.05em;
    color: #3fb3b8;
}
p2:last-child {margin-bottom:0px}

li p2 {margin-bottom:0px}

p20 {
    position: relative;
    display: block;

    color: #333;
    line-height: 1.5;
    font-size:14px;
    margin-bottom:10px;
}

.download-form-btn {
	
    position: relative;
    max-width: 90%;

    height: 50px;
    line-height:50px;
    display: inline-block;
    align-items: center;
    padding: 0 34px 0 43px;
    box-sizing: border-box;
    border: 1px solid #3fb3b8;
    border-radius: 8px;
    background: #fff;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
    margin-top:30px;
    margin-right:10px;
}

.download-form-btn::before {
    content: "\f15c";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border-radius: 7px;
    background: #f1f8ec;
    color: #3fb3b8;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 12px;
}

.download-form-btn::after {
    content: "\f019";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #b7b7b7;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 10px;
    transition: color 0.2s ease;
}

.download-form-btn:hover {
    background: #f1f8ec;
}

.download-form-btn:hover::after {
    color: #3fb3b8;
}



.contest-info-wrap {
    width: 90%;
    max-width: 1100px;
    box-sizing: border-box;
    margin:0 auto;
}

.contest-table-box {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #3fb3b8;
    background: #fff;
    box-sizing: border-box;
    border-radius:10px;
}

.contest-table-title {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 22px;
    border-bottom: 1px solid #3fb3b8;
    background: #eafeff;
    color: #111;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.04em;
    border-radius: 10px 10px 0 0;
}

.contest-table-title button {
    margin-left: auto;


    display: flex;
    align-items: center;
    justify-content: center;
}

.contest-table-title button i {
    display: block;
    line-height: 1;
    color:#3fb3b8;
}



.contest-table-title i {
    color: #3fb3b8;
    font-size: 17px;
    margin-right:5px;
}

.contest-table-body {
    padding: 30px;
    box-sizing: border-box;
}

.contest-info-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #3fb3b8;
    border-left: 1px solid #dcebd7;
    background: #fff;
}

.contest-info-table th,
.contest-info-table td {
    padding: 18px 20px;
    border-right: 1px solid #dcebd7;
    border-bottom: 1px solid #dcebd7;

    font-size: 15px !important;
    line-height: 1.75;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle;
    box-sizing: border-box;
}
.contest-info-table {margin-top:0px; margin-bottom:30px !important;}
.contest-info-table thead th {
    background: #f5fefe;
    color: #222;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

.contest-info-table tbody th {
    background: #fff;
    color: #111;
    font-weight: 800;
    text-align: center;
}

.contest-info-table td {
    background: #fff;
    font-weight: 500;

}

.contest-info-table td strong {
    display: block;
    color: #111;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
}

.table-small-text {
    display: block;
    margin-top: 6px;
    color: #3fb3b8;
    font-size: 15px;
    font-weight: 700;
}

.contest-part-table tbody td:last-child {
    text-align: center;
    color: #3fb3b8;
    font-weight: 800;
}

.contest-table-notice {
    position: relative;
    margin: 16px 0 0;
    padding-left: 18px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.contest-table-notice::before {
    content: "!";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #3fb3b8;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    line-height: 13px;
    text-align: center;
}



/* mobile */
@media (max-width:1000px) {

.table-small-text {

    font-size: 13px;

}

    .contest-table-box {
        margin-bottom: 24px;
    }

    .contest-table-title {
        min-height: 50px;
        padding: 0 16px;
        font-size: 16px;
    }

    .contest-table-body {
        padding: 16px;
        overflow-x: auto;
    }

    .contest-info-table {
        min-width: 720px;
    }

    .contest-info-table th,
    .contest-info-table td {
        padding: 14px 12px;
        font-size: 14px;
        line-height: 1.65;
    }

    .contest-info-table td strong {
        font-size: 18px;
    }

    .contest-table-notice {
        font-size: 13px;
    }
}



















 .contest-part-line-list {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .contest-part-line-card {
            display: grid;
            grid-template-columns: 130px 1fr;
            gap: 28px;
            align-items: center;
            padding: 34px 36px;
            border: 1px solid #e8f3f3;
            border-radius: 18px;
            background: #fff;
            box-sizing: border-box;

        }

        .contest-part-line-head {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 116px;
           
            text-align: center;
        }

        .contest-part-line-head i {
            color: #008c81;
            font-size: 58px;
            line-height: 1;
        }

        .contest-part-line-head h3 {
            margin: 0;
             color: #008c81;
    
            font-weight: 900;
            line-height: 1.25;
            letter-spacing: -0.05em;
        }

        .contest-part-line-content {
            display: flex;
            flex-direction: column;
            gap: 14px;
            min-width: 0;
        }

        .contest-part-line-row {
            display: grid;
            grid-template-columns: 122px 1fr;
            gap: 26px;
            align-items: start;
        }

        .contest-part-line-label {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 122px;
            height: 42px;
            padding: 0 18px;
            border-radius: 999px;
            background: #3fb3b8;
            color: #ffffff;
      font-size:0.9rem;
         font-weight:800;
            letter-spacing: -0.05em;
            box-sizing: border-box;
            white-space: nowrap;
        }

        .contest-part-line-text {
            margin: 0;
color:#000;
          font-weight: 700;
            line-height: 1.45;
            letter-spacing: -0.05em;
            word-break: keep-all;
        }



        @media (max-width:1000px) {
            .contest-part-line-card {
                grid-template-columns: 1fr;
                gap: 18px;
                padding: 26px 20px;
            }

            .contest-part-line-head {
                min-height: auto;
                flex-direction: row;
                justify-content: flex-start;
                text-align: left;
            }

            .contest-part-line-head i {
                width: 44px;
                font-size: 42px;
                text-align: center;
            }

            .contest-part-line-head h3 {
                font-size: 18px;
            }

            .contest-part-line-row {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .contest-part-line-label {
                width: fit-content;
                min-width: 100px;
                height: 34px;
                font-size: 16px;
            }

            .contest-part-line-text {
                font-size: 16px;
            }

            .contest-part-line-note {
                font-size: 13px;
            }
        }