@charset "utf-8";

/*------------------------------------------------------------
	.nursing-work
------------------------------------------------------------*/

.content {
    max-width: 1400px;
}

.comDetailBox h1 {
    padding: 47px 10px 52px;
}

.comNewsList {
    height: 996px;
    overflow-y: auto;
    max-width: 1400px;
    position: relative;
    border: 2px solid #205EA5;
    background-color: #E8ECEF;
}

.comDetailBox h1 {
    margin-bottom: 78px;
}

.tabUl {
    margin-bottom: -2px;
    display: flex;
    flex-wrap: wrap;
    font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}

.tabUl li {
    margin-right: 10px;
}

.tabUl li:last-child {
    margin-right: 0;
}

.tabUl li a {
    padding: 0 20px;
    min-width: 222px;
    min-height: 78px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.15em;
    text-align: center;
    border: 2px solid transparent;
    border-bottom: none;
    background: #E8ECEF;
    box-sizing: border-box;
}

.tabUl li a:hover {
    opacity: 1 !important;
}

.tabUl li a::after {
    width: 8px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    content: '';
    background: url("../../assets/img/common/icon20.png") no-repeat center right / 8px;
    transform: translateY(-50%);
}

.tabUl li .on {
    z-index: 10;
    border-color: #205EA5;
}

.tabUl li .on::after {
    right: 12px;
    top: 53%;
    transform: translateY(-50%) rotate(90deg);
}

.tabUl li .tag {
    background-color: #9DC5F6;
}

.tabUl li .tag01 {
    background-color: #CFD83F;
}

.tabUl li .tag02 {
    background-color: #57CBC5;
}

.tabBox {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}

.botmBox .yearUl {
    padding: 0 8px 0 13px;
    display: flex;
    flex-wrap: wrap;
    background-color: #E8ECEF;
}

.botmBox .yearUl li {
    position: relative;
}

.botmBox .yearUl li a::before {
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #000;
    content: '';
}

.botmBox .yearUl li .none::before {
    content: none
}

.botmBox .yearUl li a {
    padding: 16px 13px 16px;
    display: block;
    color: #205FA6;
    font-size: 1.796rem;
    letter-spacing: 0.15em;
    text-decoration: underline;
}

.botmBox .rBox {
    display: flex;
}

.comNewsList li {
    padding: 42px 0 14px;
    border-color: #D9DEE1;
}

.comNews .botmBox .rssBox {
    margin-left: 9px;
}

.comNews .botmBox .rssBox a {
    padding: 16px 5px;
    min-width: 98px;
    background-color: #E8ECEF;
}

.comNews .botmBox .rssBox01 a {
    padding-left: 22px;
    min-width: 158px;
}

@media all and (max-width: 897px) {
    #pagePath {
        margin-bottom: 4px;
    }
    .comDetailBox {
        margin-bottom: 11px;
    }
    .comDetailBox h1 {
        margin-bottom: 12px;
        padding: 25px 14px 24px;
    }
    .tabUl {
        margin-bottom: -1px;
    }
    .tabUl li {
        margin-right: 4px;
        width: calc((100% - 13px)/4);
    }
    .tabUl li a {
        padding: 0 5px;
        min-width: auto;
        min-height: 38px;
        font-size: 0.8rem;
        background-position: center right 8px;
        background-size: 4px;
        border-width: 1px;
    }
    .tabUl li a::after {
        width: 4px;
        height: 7px;
        right: 6px;
        transform: translateY(-33%);
    }
    .tabUl li .on::after {}
    .tabUl li .on {
        border-width: 1px;
        background-position: center right 10px;
        background-size: 8px;
    }
    .comNewsList {
        margin-bottom: 10px;
        height: 700px;
        border-width: 1px;
    }
    .comNewsList li {
        padding-top: 18px;
        padding-bottom: 10px;
        border-color: #D9DEE1;
    }
    .comNewsList .data {
        color: #848484;
    }
    .comNewsList .tag {
        margin: -4px 7px 0;
        padding: 0 4px 0 8px;
    }
    .comNews .botmBox {
        flex-direction: column;
        align-items: flex-end;
    }
    .botmBox .yearUl {
        padding: 0 5px 0 8px;
        margin: 0 -9px 5px 0;
    }
    .botmBox .yearUl li a {
        padding: 8px 6px;
        font-size: 0.898rem;
    }
    .botmBox .yearUl li a::before {
        height: 10px;
        top: 12px;
    }
    .botmBox .rBox {
        margin: 0 -10px;
        justify-content: flex-end;
    }
    .comNews .botmBox .rssBox {
        margin-left: 4px;
    }
    .comNews .botmBox .rssBox01 a {
        padding-left: 9px;
        min-width: 90px;
    }
    .comNews .botmBox .rssBox a {
        padding: 4px 5px 5px;
        min-width: 50px;
    }
}

@media all and (max-width: 374px) {
    .tabUl li a {
        min-width: 69px;
    }
    .botmBox .yearUl {
        margin-left: 0;
    }
    .botmBox .yearUl li a {
        font-size: 0.8rem;
    }
}