﻿/***** PostList ******/
.b_line {
    border-bottom: dashed 1px #000000;
}

.ul_css {
    margin-top: 2%;
}

.ul_css li {
    position: relative;
}

.ul_css li + li:before {
    content: '';
    height: 15px;
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ul_css li span {
    font-size: 28px;
}

.active {
    color: #5ca0d3;
    font-weight: bold;
}

.s_title_css {
    text-align: center;
    font-size: 22px;
}

@media(max-width:576px) {
}

@media(min-width:576px) {

    .ul_css li span {
        font-size: 1.11em;
    }
}

@media(min-width:768px) {

    .ul_css li span {
        font-size: 24px;
    }
}

@media(min-width:992px) {
    .ul_css li span {
        font-size: 28px;
    }
}

@media(min-width:1200px) {
}

@media(min-width:1460px) {
}
/***** PostList ******/

/***** postData ******/
.pagination {
    justify-content: center;
}

.pagination a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 20px;
}

.pt_title {
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.ul_pt_css {
    max-width: 100%;
    padding: 0;
}

.ul_pt_css li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 1% 0;
}

.ul_pt_css li:first-child {
    border-bottom: 1px solid #ccc;
}

.pt_Top {
    font-size: 20px;
    font-weight: bold;
    background-color: #ff0000;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0 5px;
    text-align: center;
}

.pt_Hosp {
    font-size: 20px;
    font-weight: bold;
    background-color: #5ca0d3;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0 5px;
    text-align: center;
}

.pt_Date {
    font-size: 20px;
    padding: 5px 10px;
    margin: 0 5px;
    text-align: center;
}

.pt_content {
    font-size: 20px;
    padding: 5px 10px;
    margin: 0 10px;
}

@media(max-width:575px) {
    .pt_Top {
        max-width: 100%;
        width: calc(25% - 10px);
    }

    .pt_Top_N {
        max-width: 100%;
        width: calc(25% - 10px);
    }

    .pt_Hosp {
        max-width: 100%;
        width: calc(25% - 10px);
    }

    .pt_Date {
        max-width: 100%;
        text-align: right;
        color: #5ca0d3;
        font-weight: bold;
        width: calc(50% - 10px);
    }

    .pt_content {
        max-width: 575px;
        width: calc(100% - 10px);
    }
}

@media(min-width:576px) {

    .pt_Top {
        max-width: 100px;
        width: calc(20% - 10px);
    }

    .pt_Hosp {
        max-width: 100px;
        width: calc(20% - 10px);
    }

    .pt_Date {
        max-width: 100%;
        text-align: right;
        color: #5ca0d3;
        font-weight: bold;
    }

    .pt_content {
        max-width: calc(100% - 40px);
        width: calc(100% - 10px);
    }
}

@media(min-width:768px) {
}

@media(min-width:992px) {
    .pt_Top {
        max-width: 100px;
        width: calc(10% - 10px);
    }

    .pt_Hosp {
        max-width: 100px;
        width: calc(10% - 10px);
    }

    .pt_Date {
        max-width: 100%;
        text-align: right;
        color: #5ca0d3;
        font-weight: bold;
    }

    .pt_content {
        width: calc(100% - 10px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(min-width:1200px) {
}

@media(min-width:1460px) {
}
/***** postData ******/
