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: #67ab40;
}
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 #67ab40;
    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: #67ab40;
    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: #67ab40;
}



.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 #67ab40;
    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 #67ab40;
    background: #f8fbf7;
    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:#67ab40;
}



.contest-table-title i {
    color: #67ab40;
    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 #67ab40;
    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: #f1f8ee;
    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: #67ab40;
    font-size: 15px;
    font-weight: 700;
}

.contest-part-table tbody td:last-child {
    text-align: center;
    color: #67ab40;
    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: #67ab40;
    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;
    }
}