@charset "UTF-8";
#sut,#sut_contents {
}


/*コーナー個別*/
#archive_basic .contents {
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

#archive_basic .contents_header {
    background-color: var(--main_green);
    border-radius: 40px 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 1.7rem 1.3rem;
    color: var(--text_sub);
    font-weight: bold;
    flex-direction: column;
    width: 100%;
}

#archive_basic .oa_date {
    font-size: var(--font_l);
    margin-bottom: 10px;
}

#archive_basic .reporter_wrap {
    display: flex;
    width: auto;
    font-size: var(--font_s);
    justify-content: space-between;
}

#archive_basic .reporter {
    background-color: var(--sub_orange);
    border-radius: 10px 5px 10px 5px;
    padding: 1% 2%;
    width: 6em;
    text-align: center;
    margin-right: 10px;
}

#archive_basic .contents_inner {
    padding: 5% 0% 3%;
    margin: 0 auto;
    width: 96%;
}
#archive_basic .catch_title {
    font-size: var(--font_xl);
    margin-bottom: 10px;
    font-weight: bold;
}

#archive_basic .catch {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#archive_basic .image, #archive_basic .catch_image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #dedede;
    height: 100%;
}
#archive_basic .text_wrap {
    padding: 2% 3%;
    margin-bottom: 40px;
}

#archive_basic .item_box {
    padding: 2% 3%;
    margin-bottom: 40px;
}

#archive_basic .item_box_title {
    background-color: var(--main_green);
    padding: 0.5rem 1.5rem;
    font-size: var(--font_xl);
    width: fit-content;
    color: var(--text_sub);
    border-radius: 20px 5px 20px 5px;
    font-weight: bold;
    margin-bottom: 20px;
}

#archive_basic .item_box_container {
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}

#archive_basic .image img {
    object-fit: cover;
}

/*2.19追記*/
#archive_basic table, #archive_basic .text_box {
    width: 100%;
    margin: 2% auto;
}

#archive_basic tr, th, td {
    background: #fff;
    border: 1.5px solid #CFD0D6;
    padding: 1%;
    font-size: 14px;
}

#archive_basic .program_flex_contentswrap_01,
#archive_basic .program_flex_contentswrap_02,
#archive_basic .program_flex_contentswrap_03 {
    width: 100%;
    margin: 0 auto 2%;
}

#archive_basic .caption {
    text-align: center;
    font-size: var(--font_s);
}
#archive_basic .movie_wrap {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #dedede;
    height: 100%;
    margin-bottom: 2%;
}

#archive_basic .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#archive_basic .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

#archive_basic .link_btn {
    display: block;
    color: var(--text_sub);
    background: var(--main_orange);
    text-align: center;
    border-radius: 50px;
    font-size: var(--font_m);
    font-weight: bold;
    padding: 1.2rem;
    margin: 2% auto;
    width: min(85%, 370px);
}

#archive_basic .container .inner{
    padding-bottom: 80px;
}