@charset "utf-8";

/* start お知らせ画面 */
.article_datawrap {

}
.article_datawrap div {
    min-width: 30px;
}
.article_data.area > div:not(.pb-handle) {
    display: flex;
    align-items: center;
}
.article_data.area .area-badge,
.article_data.area .area-sub {
    min-width: 30px!important;
}
.article_data.area .area-badge p {
    display: inline-block;
    width: 121px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background: #1BA1E6;
    font-weight: bold;
}
.article_data.area .area-sub p {
    color: #FF0A14;
    font-weight: bold;
}

.article_data.box > div:not(.pb-handle) {
    display: flex;
}
.article_data.box .box-title,
.article_data.box .box-text {
    min-width: 30px;
}
.article_data.box .box-title {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .article_data.box .box-text {
        width: 50%;
    }
}

/* end お知らせ画面 */

/* start 詳細画面 */

@media screen and (max-width: 767px) {
    .onlyw-250 a {
        max-width: 250px!important;
        margin: 0 auto;
    }
}

.list_dot_wrap div {
    min-width: 30px;
}

.list_dot_title {
    display: table-cell;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
}
.list_dot_wrap.typeV .list_dot_title {
    width: 100%;
    display: block;
}

.list_dot_title > div:not(.pb-handle) {
    position: relative;
    padding-left: 1.3em;
}
.list_dot_title > div:not(.pb-handle):before {
    content: "●";
    left: 0;
    top: 0;
    color: #1BA1E6;
    font-weight: bold;
    position: absolute;
}
.list_dot_text {
    display: table-cell;
    width: calc(100% - 180px);
}
.list_dot_wrap.typeV .list_dot_text {
    width: 100%;
    display: block;
}
.list_dot_wrap.typeV .list_dot_text > div:not(.pb-handle) {
    padding-left: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .list_dot_title {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list_dot_text {
        display: block;
        width: 100%;
    }
    .list_dot_text > div:not(.pb-handle) {
        padding-left: 1.3em;
    }
}

.table_layout_item > div:not(.pb-handle) {
    display: flex;
}
.table_layout_wrap .table_layout_item:not(:first-child) {
    margin: -1px 0 0;
}
.table_layout_head {
    display: flex;
    width: 308px;
    font-weight: bold;
    letter-spacing: -0.0em;
    background: #ECF0F2;
    border: 1px solid #BEBEC8;
    border-right: none;
    box-sizing: border-box;
}
.table_layout_head > div:not(.pb-handle) {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.table_layout_head.typeV {
    width: 1023px;
    border-right: 1px solid #BEBEC8;
    box-sizing: border-box;
}
.table_layout_head.typeV > div:not(.pb-handle) {
    padding: 10px 15px;
}
.table_layout_right {
    width: 751px;
    line-height: 1.5;
    letter-spacing: -1px;
    border: 1px solid #BEBEC8;
    box-sizing: border-box;
}
.table_layout_right > div:not(.pb-handle) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}

.table_layout_note,
.table_layout_head div:not(.pb-handle),
.table_layout_right div:not(.pb-handle),
.table_layout_note div:not(.pb-handle) {
    min-width: 30px;
}
.table_layout_right div:not(.pb-handle):after {
    display: none;
}
.table_layout_note > div:not(.pb-handle) {
    display: flex;
    align-self: flex-start;
    margin: 10px 0;
}

.table_layout_note_img {
    min-width: unset!important;
    overflow: unset!important;
}
.table_layout_note_text {
    min-width: unset!important;
    display: inline-block;
    width: fit-content;
}
.table_layout_note_img + .table_layout_note_text > div:not(.pb-handle) {
    padding: 0 0 0 10px;
}
@media screen and (min-width: 768px) {
    .table_layout_right.typeMultiple .table_layout_note {
        width: 49%;
    }
}
@media screen and (max-width: 767px) {
    .table_layout_item > div:not(.pb-handle) {
        flex-direction: column;
        height: auto;
    }
    .table_layout_head {
        width: 100%;
        height: auto;
        border-right: 1px solid #BEBEC8;
        border-bottom: none;
        padding: 0;
    }
    .table_layout_head > div:not(.pb-handle) {
        padding: 12px;
    }
    .table_layout_right {
        align-items: flex-start;
        width: 100%;
        padding: 0;
    }
    .table_layout_right > div:not(.pb-handle) {
        padding: 12px;
    }
    .table_layout_head.typeV {
        width: 100%;
    }
    .table_layout_head.typeV > div:not(.pb-handle) {
        padding: 12px;
    }
    .table_layout_note_img {
        width: 40%;
    }
}
/* end 詳細画面 */