@charset "UTF-8";
/* =============================
  body.page-template-page-archive
============================= */
.wci-archive_header, .wci-archive_header * { box-sizing:border-box; }
.wci-archive_header {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    background-image: url("../image/layout/archive_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wci-archive_header::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url("../image/layout/archive_text.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom -10px center;
    width: 100%;
    height: 70%;
}
.wci-archive_header_text {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 40px;
    font-weight: 900;
    padding-top: 130px;
    padding-bottom: 30px;
    background-image: url("../image/layout/archive.png");
    background-repeat: no-repeat;
    background-size: auto 85px;
    background-position: center 30px;
    z-index: 1;
}

.wci-archive_container, .wci-archive_container * { box-sizing:border-box; }
.wci-archive_container {
    max-width: 980px;
    margin: 40px auto;
    padding: 0 20px 60px;
    font-family:'Zen Maru Gothic', sans-serif;
	font-weight:500;
}

.wci-archive_item {
    max-width: 1200px;
}

.wci-archive_item h3 {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    margin: 0 0 30px;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    padding-left: 0 !important;
    color: black !important;
}
.wci-archive_item h3::before {
    content: none !important;
}

.wci-archive_item_body {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 25px;
}

.wci-archive_item_date {
    font-family: 'Zen Maru Gothic', sans-serif;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    min-width: 135px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.wci-archive_item_content {
    flex: 1 1 auto;
    position: relative;
}

.wci-archive_pdf_link,
.wci-archive_link_link {
    display: inline;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
    border-bottom: 3px solid #000;
    text-decoration: none;
    word-break: break-word;
}

.wci-archive_link_link::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: baseline;
    background-image: url("../image/layout/icon_ex_link-w.png");
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0);
}

.wci-archive_pdf_link::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: baseline;
    background-image: url("../image/layout/pdficon.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width:768px) {
    .wci-archive_item_body {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .wci-archive_item_date {
        min-width: 125px;
        width: fit-content;
        margin-bottom: 8px;
        font-size: 18px;
    }

    .wci-archive_pdf_link,
    .wci-archive_link_link {
        padding-right: 0
    }

    .wci-archive_pdf_link .pdf-icon,
    .wci-archive_link_link .pdf-icon {
        position: static;
        transform: none;
        margin-left: 8px
    }
    .wci-archive_item h3 {
        font-size: 25px;
    }
    .wci-archive_pdf_link,
    .wci-archive_link_link {
        font-size: 18px;
    }
    .wci-archive_container{
        padding: 0 10px 0;
        margin-bottom: 60px;
    }
    .wci-archive_header_text {
        font-size: 22px;
        background-size: auto 70px;
        padding-top: 120px;
    }
}
