@charset "UTF-8";
#sut,#sut_contents {
}


/*コーナー個別*/
#archive_basic .contents {
    border-radius: 40px;
    max-width: 1100px;
    margin: 0 auto;
    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.7rem 4rem;
    color: var(--text_sub);
    font-weight: bold;
}

#archive_basic .oa_date {
    font-size: var(--font_m);
}

#archive_basic .reporter_wrap {
    display: flex;
    width: auto;
}

#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%;
    max-width: 960px;
    margin: 0 auto;
}
#archive_basic .catch_title {
    font-size: var(--font_xl);
    margin-bottom: 20px;
    font-weight: bold;
}

#archive_basic .catch {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#archive_basic .catch_image {
    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: 1.2rem 2.5rem;
    font-size: 2.2rem;
    width: fit-content;
    color: var(--text_sub);
    border-radius: 20px 5px 20px 5px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
}

#archive_basic .item_box_container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2%;
}

#archive_basic .image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #dedede;
    height: 100%;
}

#archive_basic .image img, #archive_basic .catch_image img, #archive_basic .program_flex_contentswrap_01 .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}


/*2.19追記*/
#archive_basic .item_box_containerImage {
    width: 48%!important;
}
#archive_basic table {
    margin-bottom: 0!important;
    /*width: 49%!important;*/
}

#archive_basic tr, th, td {
    background: #fff;
    border: 1.5px solid #CFD0D6;
    padding: 1%;
}
#archive_basic .item_box_text {
    width: 100%;
    display: block!important;
}

#archive_basic .item_box_text .text_box {
    width: 100%;
}

#archive_basic .program_image_flexwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#archive_basic .program_flex_contentswrap_01 {
    width: 90%;
    margin: 0 auto 2%;
}
#archive_basic .program_flex_contentswrap_01 .image {
    width: 100%;
    height: auto;
}
#archive_basic .caption {
    text-align: center;
    font-size: 14px;
}
#archive_basic .program_flex_contentswrap_03 {
    width: 32%;
    margin-bottom: 2%;
}
#archive_basic .program_flex_contentswrap_02 {
    width: 49%;
    margin-bottom: 2%;
}
#archive_basic .program_flex_contentswrap_03 .image {
    width: 100%;
}

#archive_basic .flex_image, #archive_basic .flex_text, #archive_basic .text_box {
    width: 49%;
    margin-bottom: 2%;
}

#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;
    width: 100% !important;
    height: 100% !important;
}

#archive_basic .link_image {
    width: 55%;
    margin: 0 auto;
}

#archive_basic .link_btn {
    text-align: center;
    display: block;
    color: var(--text_sub);
    background: var(--main_orange);
    padding: 1.7rem;
    font-size: var(--font_m);
    font-weight: bold;
    border-radius: 35px;
    margin: 2% auto;
    width: 35%;
}

#archive_basic .link_btn:hover {
    transform: scale(1.1);
}