@charset "utf-8";

/*===============================
top
=================================*/
.top_fv {
margin:0 auto 40px;
text-align: center;
}

.top_endai {
/* display: flex;
align-items: center; */
margin-bottom: 2rem;
padding: 1em 2em;
background: linear-gradient(94deg, #F4FCFF 0%, #D5F4FC 97%, #CEEBF7 100%);
border-radius: 10px;
border: 3px solid #004E98;
}

.top_endai .title {
padding-right: 2rem;
/* border-right: 1px solid #004E98; */
color: #004E98;
font-size: 20px;
}

.top_endai dd {
    color: #004E98;
}

/* .top_endai .day {
color: #004E98;
margin: 0 auto;
font-size: 28px;
font-weight: bold;
letter-spacing: 0;
} */

.top_news {
padding: 1em 2em;
border: 3px solid #004E98;
border-radius: 10px;
}

.top_news .title {
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 1px solid #004E98;
color: #004E98;
font-size: 2rem;
font-weight: bold;
}

.top_news table {
    display: block;
    max-height: 400px;
    width: 100%;
    overflow-y: scroll;
}

.top_news tr {
color: #004E98;
letter-spacing: 0.05em;
}

.top_news th {
padding-right: 1.5em;
font-weight: normal;
padding-bottom: 1em;
vertical-align: top;
}

.top_news td {
padding-bottom: 1em;
}


/*===============================
overview
=================================*/

.overview-table {
width: 100%;
}

.overview-table th,
.overview-table td {
padding: 1.5rem 1rem;
border-bottom: 1px solid #DDD;
}

.overview-table th {
color: #004E98;
min-width: 5em;
}

/*===============================
program
=================================*/
.pro_ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_ttl_badge {
    display: inline-block;
    background: #d34b83;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 7px 10px;
}
.pro_info {
    display: flex;
    align-items: start;
    justify-content: end;
    margin-top: -10px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.pro_info span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    font-size: 90%;
}
.pro_info .date::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/icon_calendar.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 8px;
}
.pro_info .time::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/icon_clock.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 8px;
}
.pro_info .place::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/icon_marker.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 8px;
}

/* .table_handson tr:first-child th,
.table_handson tr:first-child td {
    border-top: 1px solid #ddd;
}

.table_handson th, .table_handson td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
} */

.table_handson th {
    width: 9em;
    text-align: center;
}

.indentback_1_5em {
    text-indent: -1.3em;
    padding-left: 1.3em;
}


/*===============================
participant
=================================*/

.participant_table td:nth-child(1),
.participant_table td:nth-child(4),
.participant_table td:nth-child(5),
.participant_table td:nth-child(7),
.participant_table td:nth-child(8) {
text-align: center;
}

.participant_table th,
.participant_table td {
vertical-align: middle;
padding: 0.5rem;
}

.participant_table th:nth-child(5),
.participant_table th:nth-child(8),
.participant_table td:nth-child(2),
.participant_table td:nth-child(4),
.participant_table td:nth-child(6),
.participant_table td:nth-child(7) {
white-space: nowrap;
}

.participant_table th {
font-size: 0.8rem;
}

.participant_table th:nth-child(8) span {
font-size: 11px;
}

.participant_table td {
font-size: 0.85rem;
}

