@charset "utf-8";
/* 共通部分 */
.notice_wrap {
    background-color: rgba(var(--color_bg));
}
/* 入力欄 */
background-color: rgba(var(--color_bg));
.notice_wrap #block-notification-add-wrapper select {
    border: none;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    margin-right: 5px;
    font-size: 14px;
}

.notice_wrap .blockInput_wrap_notice .flex {
    display: flex;
    justify-content: space-around;
}

.notice_wrap .blockInput_wrap .img_cover {
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

.notice_wrap .blockInput_wrap .img_cover::before {
    position: absolute;
    content: "画像を指定";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    background-color: #fff;
    border-radius: 30px;
    padding: 3px 10px;
    cursor: pointer;
}

.notice_wrap .blockInput_wrap .img_cover::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}

/* 共通 */
.notice_wrap .title {
    font-size: 40px;
    font-weight: bold;
    margin: 0px auto 30px;
    padding: 0;
    padding-top: 60px;
    color: rgba(var(--color_text));
}

.notice_wrap ul {
    padding: 0 0 20px 0;
}

/* 4.blade */
.notice_wrap_1 ul li {
    font-size: 16px;
    display: flex;
    border-bottom: 1px dashed var(--cms-gray);
    padding: 10px 0;
    color: rgba(var(--color_text));
}

.notice_wrap_1 ul li .section_ymd {
    width: 30%;
    text-align: center;
}

.notice_wrap_1 ul li a {
    text-decoration: underline;
}

.notice_wrap_1 ul li .section_detail {
    width: 70%;
    text-align: left;
    padding: 0 10px;
}

.notice_wrap_1 .cms-f-edit-input {
    width: 100%;
}

#block-notification-add-wrapper .flex {
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .notice_wrap_1 .title {
        font-size: 34px;
    }
}

@media screen and (max-width: 599px) {
    .notice_wrap_1 .title {
        margin: 0px auto 20px;
        padding-top: 40px;
        font-size: 20px;
    }

    .notice_wrap_1 ul li {
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px dashed var(--cms-gray);
    }

    .notice_wrap_1 ul li .section_detail {
        text-align: center;
        margin-top: 10px;
        width: 100%;
        line-height: 2;
    }

    .notice_wrap_1 .parts_wrap_width {
        width: auto;
    }
    .notice_wrap_1 ul li .section_ymd {
        opacity: 0.6;
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
}

/* 5.blade */
.notice_wrap_2 ul li {
    display: flex;
    border-bottom: 1px dashed var(--cms-gray);
    padding: 40px 0;
    color: rgba(var(--color_text));
    font-size: 16px;
}

.notice_wrap_2 .notice_img_wrap .img {
    width: 280px;
    height: 210px;
}

.notice_wrap_2 .section_ymd .section_ymd_item {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.notice_wrap_2 .section_texts .section_texts_item {
    font-size: 16px;
}

.notice_wrap_2 .notice_wrap_2_item_flex {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    border-bottom: 2px dotted var(--cms-border-grey);
    padding: 10px;
}

.notice_wrap_2 .notice_date {
    text-align: left;
    margin-left: 25px;
    width: 70%;
}

.notice_wrap_2 .blockInput_wrap_notice .flex {
    justify-content: flex-start;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

.notice_wrap_2 .blockInput_wrap_notice .notice_img {
    width: 280px;
    height: 210px;
    background-size: cover;
    border-radius: 10px;
}

.notice_wrap_2 .flex_date {
    width: 70%;
    margin-left: 20px;
    text-align: left;
}

.notice_wrap_2 .flex_date_item {
    margin-bottom: 10px;
}

.notice_wrap_2 .cms-f-edit-input {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .notice_wrap_2 .blockInput_wrap_notice .flex {
        width: 100%;
    }

    .notice_wrap_2 .notice_date {
        word-break: break-word;
    }
}

@media screen and (max-width: 599px) {
    .notice_wrap_2 .title {
        margin: 0px auto 20px;
        padding-top: 40px;
        font-size: 20px;
        letter-spacing: 0;
        text-indent: 0;
    }

    .notice_wrap_2 .parts_wrap_width {
        width: auto;
    }

    .notice_wrap_2 ul li {
        font-size: 14px;
        flex-direction: row-reverse;
        padding: 20px;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px dashed var(--cms-gray);
    }

    .notice_wrap_2 .textAreas_A {
        line-height: 2;
    }

    .notice_wrap_2 .notice_date {
        margin-right: 20px;
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .notice_wrap_2 .notice_img_wrap .img {
        width: 176px;
        height: 132px;
    }
    .notice_wrap_2 .section_ymd .section_ymd_item {
        opacity: 0.6;
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
    .notice_wrap_2 .notice_img_wrap .img {
        width: 140px;
    }
}
/* 78.blade */
.notice_wrap_3 {
    padding: 80px 0;
    background-color: rgba(var(--color_bg));
}
.notice_wrap_3 .notice_wrap .title {
    font-size: 30px;
    font-weight: bold;
    margin: 0px auto 20px;
    padding: 0;
    color: rgba(var(--color_primary));
    text-align: left;
}
.notice_wrap_3 .wrapper {
    width: 68%;
    padding: 54px 65px 30px 65px;
    border-radius: 25px;
    background-color: rgba(var(--color_sub));
}
.notice_wrap_3 .right {
    width: 30%;
}
.notice_wrap_3 ul li {
    font-size: 16px;
    display: flex;
    border-bottom: 1px dashed rgba(var(--color_text), 0.2);
    padding: 25px 0;
    color: rgba(var(--color_text));
}

.notice_wrap_3 ul li .section_ymd {
    width: 30%;
    text-align: center;
    color: rgba(var(--color_text), 0.6);
    font-size: 14px;
}

.notice_wrap_3 ul li a {
    text-decoration: underline;
}

.notice_wrap_3 ul li .section_detail {
    width: 70%;
    text-align: left;
    padding: 0 10px;
}

.notice_wrap_3 .cms-f-edit-input {
    width: 100%;
}

#block-notification-add-wrapper .flex {
    justify-content: center;
}

.notice_wrap_3 .notice_wrap.parts_wrap_width {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: flex-start;
}

.notice_wrap_3 .right .section_titles.page_title {
    color: rgba(var(--color_text));
    font-size: 24px;
    font-weight: bold;
}

.notice_wrap_3 .line {
    margin: 25px 0;
    border-bottom: 1px dashed rgba(var(--color_text), 0.2);
}

.notice_wrap_3 .sub_title_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.notice_wrap_3 .section_titles {
    width: calc(100% - 43px);
    color: rgba(var(--color_text));
    font-size: 16px;
    text-align: left;
}
.notice_wrap_3 .number {
    width: 35px;
    height: 35px;
    background-color: rgba(var(--color_accent));
    color: rgba(var(--color_text));
    border-radius: 50%;
    padding-top: 6px;
    margin-right: 8px;
    font-size: 16px;
}

.notice_wrap_3 .group_1 {
    margin-bottom: 35px;
}

.notice_wrap_3 .add_image_wrap{
    height: 149px;
}

.notice_wrap_3 .add_image_wrap .add_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
    .notice_wrap_3 .title {
        font-size: 34px;
    }
    .notice_wrap_3 .notice_wrap.parts_wrap_width {
        width: 90%;
    }
}

@media screen and (max-width: 599px) {
    .notice_wrap_3 {
        padding: 40px 0;
    }
    .notice_wrap_3 .title {
        margin: 0px auto 20px;
        padding-top: 40px;
        font-size: 20px;
    }

    .notice_wrap_3 ul li {
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px dashed rgba(var(--color_text), 0.2);
    }

    .notice_wrap_3 ul li .section_detail {
        text-align: center;
        margin-top: 10px;
        width: 100%;
        line-height: 2;
    }

    .notice_wrap_3 ul li .section_ymd {
        font-size: 12px;
    }

    .notice_wrap_3 .notice_wrap .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }
    .notice_wrap_3 .notice_wrap.parts_wrap_width {
        flex-direction: column;
    }
    .notice_wrap_3 .notice_wrap ul {
        margin: 0;
    }
    .notice_wrap_3 .wrapper {
        width: 100%;
        padding: 40px 25px;
    }
    .notice_wrap_3 .right {
        width: 100%;
        padding: 0 40px;
    }

    .notice_wrap_3 .number {
        width: 30px;
        height: 30px;
        padding-top: 4px;
        font-size: 14px;
    }
    .notice_wrap_3 .section_titles {
        width: 100%;
        font-size: 14px;
        line-height: 2;
    }
    .notice_wrap_3 .right .section_titles.page_title {
        margin-top: 40px;
        font-size: 18px;
        text-align: center;
    }
}

@media screen and (max-width: 359px) {
}

/* 79 blade */
.notice_wrap_4 {
    padding: 80px 0;
    background-color: rgba(var(--color_bg));
}

.notice_wrap_4 .notice_wrap {
    padding: 82px 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(var(--color_primary), 0.05),
        rgba(var(--color_primary), 0.05) 10px,
        rgba(var(--color_bg)) 10px,
        rgba(var(--color_bg)) 30px
    );
}

.notice_wrap_4 .parts_wrap_width {
    position: relative;
    padding: 63px 0 27px 0;
    background-color: rgba(var(--color_bg));
}
.notice_wrap_4 .parts_wrap_width:before {
    position: absolute;
    display: block;
    content: "NEWS";
    color: rgba(var(--color_text));
    background-color: rgba(var(--color_accent));
    height: 136px;
    width: 136px;
    text-align: center;
    border-radius: 50%;
    top: -50px;
    right: -2%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.notice_wrap_4 .notice_wrap .title {
    font-size: 30px;
    font-weight: bold;
    margin: 0px auto 20px;
    padding: 0;
    color: rgba(var(--color_primary));
    text-align: center;
}

.notice_wrap_4 ul li {
    font-size: 16px;
    display: flex;
    border-bottom: 1px dashed rgba(var(--color_text), 0.2);
    padding: 25px 0;
    color: rgba(var(--color_text));
}

.notice_wrap_4 .notice_wrap ul {
    padding: 0 65px 20px 65px;
    margin: auto;
}

.notice_wrap_4 ul li .section_ymd {
    width: 30%;
    text-align: center;
    color: rgba(var(--color_text), 0.6);
    font-size: 14px;
}

.notice_wrap_4 ul li a {
    text-decoration: underline;
}

.notice_wrap_4 ul li .section_detail {
    width: 70%;
    text-align: left;
    padding: 0 10px;
}

.notice_wrap_4 .cms-f-edit-input {
    width: 100%;
}

#block-notification-add-wrapper .flex {
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .notice_wrap_4 .title {
        font-size: 34px;
    }
}

@media screen and (max-width: 599px) {
    .notice_wrap_4 {
        padding: 40px 0;
    }
    .notice_wrap_4 .notice_wrap .title {
        font-size: 20px;
        margin-bottom: -10px;
    }
    .notice_wrap_4 .parts_wrap_width {
        padding: 42px 0 6px 0;
    }

    .notice_wrap_4 ul li {
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px dashed var(--cms-gray);
    }

    .notice_wrap_4 .notice_wrap ul {
        padding: 0 25px 20px 25px;
    }

    .notice_wrap_4 ul li .section_detail {
        text-align: center;
        margin-top: 10px;
        width: 100%;
        line-height: 2;
    }

    .notice_wrap_4 .parts_wrap_width {
        width: 90%;
    }
    .notice_wrap_4 ul li .section_ymd {
        font-size: 12px;
    }
    .notice_wrap_4 .parts_wrap_width:before {
        font-size: 14px;
        height: 93px;
        width: 93px;
    }
}

@media screen and (max-width: 359px) {
}
