@charset "utf-8";

/* ===========================================
 * インフォメーション
 * ======================================== */
.news_content {
    padding: 40px 40px 64px;
}

.news_content .news_title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
}

.news_content .news_title_wrapper .news_title_info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 30px;
}

.news_content .news_title_wrapper .par-title01 {
    background-color: #FFE8C7;
    color: #000000;
    border-left: none;
}

.news_content .news_title_wrapper .news_title_info .update_date {
    color: #313131;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.news_content .event_image_wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 72px auto 0;
}

.news_content .free-flg {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 32px;
    background: #313131;
    color: var(--MAIN_WHITE, #FFF);
    text-align: center;
    font-weight: bold;
    line-height: 32px;
}

.news_content img.event_image {
    display: block;
    width: 60%;
}

.news_content .kiji_contents_wrapper {
    width: 100%;
}

.news_content .event-infoarea {
    display: flex;
    flex-direction: column;
    gap: 10.5px;
    padding-bottom: 2opx;
    margin: 0 auto 20px;
}

.news_content .event-infoarea .evt_ttl {
    display: flex;
    height: 24px;
    gap: 8px;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 1px;
}

.news_content .event-infoarea .item_day {
    padding-top: 4px;
}

.news_content .event-infoarea .item_weekday {
    width: 24px;
    height: 24px;
    background: #113952;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
}

.news_content .event-infoarea .event-announce {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news_content .event-infoarea .event-announce .event-opendate {
    position: relative;
    display: flex;
    gap: 4px;
}

.news_content .event-infoarea .event-locate {
    position: relative;
    display: flex;
    gap: 4px;
}

.news_content .event-infoarea .event-announce .event-opendate img,
.news_content .event-infoarea .event-announce .event-locate img {
    display: flex;
    align-items: flex-start;
    width: 20px;
    height: 20px;
}

.news_content .event-infoarea .event-announce .event-opendate span,
.news_content .event-infoarea .event-announce .event-locate span {
    font-size: 16px;
    padding-top: 2px;
    line-height: 20px;
}

.news_content .event-infoarea .event-textarea {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}

.kiji_contents_inner {
    padding-top: 3px;
    font-size: 16px;
    line-height: 24px;
}

.news_content .news_link {
    width: 320px;
    height: 54px;
    margin: 0 auto;
}

.kiji_contents_inner a {
    font-style: normal;
    width: 640px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
}

.kiji_contents_inner img {
    max-width: 1120px;
}

/* 一覧に戻る */
.news_content .news_link {
    width: 32rem;
    height: 5.4rem;
    margin: 0 auto;
}

.news_content .news_link .par-btn01 {
    display: flex;
    width: 32rem;
    height: 5.4rem;
    align-items: center;
    justify-content: center;
    border: 0.2rem solid var(--MAIN_COLOR, #003288);
    color: var(--MAIN_COLOR, #003288);
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.news_content .news_link .par-btn01.left-arrow::before {
    width: 1rem;
    background-size: 1.0rem;
    background-image: url(/cdn/sp/images/common/arrow_right_blue.svg);
    transform: rotate(180deg);
}