.frontpage{
    display: none;
}
.abz {
    background-color: #62bec9;
    margin-top: 100px;
    height: 350px;
}

.abz img{
    width: 100%;
    object-fit: cover;
    margin-top: 0px;
}

.abz span{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}


.lower_page_top {
    width: 100%;
    height: 350px;
    position: absolute;
    top:0px;
    left: 0;
    z-index: 1;
    background-color: rgba(99, 99, 99, 0.4);
}


.lower_page_top h2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0;
    margin: 0;
    border-left: 0;
    background-color: rgba(0,0,0,0);
}

.breadcrumbs {
    max-width: 1300px;
    padding: 10px 20px 70px;
    margin: 0 auto;
}


@media screen and (max-width: 560px) {
    .abz {
        margin-top: 60px;
        height: 250px;
    }
}
@media screen and (max-width: 560px) {
    .lower_page_top {
        height: 250px;
    }
}


/*-----------------------------

お知らせページ

-----------------------------*/

.main_lower {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 20px;
}

.news-classification {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .03em;
    padding: 4px 12px;
    border: 2px solid #DDDDDD;
    border-radius: 11px;
    color: #fff;
    background-color: #62bec9;
    margin-left: 10px;
}

.news-row_wrapper {
    list-style: none;
}

.news-date_wrapper {
    display: flex;
    padding: 10px 5px;
}

.news-row_wrapper a {
    text-decoration: none;
    color: #636363;
}

.news-content {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.main_single {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 20px;
}

.main_single_title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7
}

.main_single_title h1 {
    padding: 12px 12px 12px 30px;
    background-color: #e6f4f1;
    border-left: 10px solid #62bec9;
    color: #636363;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 22px;
}
.content h2{
    font-weight: bold;
    margin-bottom: 5px;
}

.content h3{
    font-weight: bold;
    margin-bottom: 5px;
}

.main_single_title a {
    text-decoration: none;
}

.news-detail__btn {
    margin-top: 70px;
    border-top: 1px solid #d0dcd4;
    padding-top: 35px;
}

.news-detail__btn a {
    background: #62bec9;
    color: #fff;
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.more-btn {
    background: #f5f5f5;
    color: #62bec9;
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}
.tab-btn{
    transition: all 0.3s ease;
}

.news-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tab {
    cursor: pointer;
    background: #eee;
    border-radius: 4px;
}

.tab a{
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: #eee;
    border-radius: 4px;
}

.tab.current {
    background: #62bec9;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
}
.tab-news-all {
    padding: 0.5rem 1rem;
}
.tab-news{
    padding: 0.5rem 1rem;
}

.tab-btn.active a{
    background-color: #62bec9;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

.tab-btn a{
    display: block;
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: #eee;
    color: #636363;
    border-radius: 4px;
    text-decoration: none;
}

.page-numbers {
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    background: #f5f5f5;
    text-decoration: none;
}

.page-numbers.current {
    background: #62bec9;
    color: #fff;
}

.wp-pagenavi{
    margin-top: 30px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
    border-color: #636363!important;
}


/*---------------------------------------

お知らせ詳細

----------------------------------------*/


.singlepage p {
    line-height: 1.8;
}

.singlepage li {
    line-height: 1.8;
    list-style: unset;
}
.wp-block-list li {
    margin-left: 20px;
}

.singlepage h2 a{
    color: #636363;
}


.time_cate_area{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.cate_single a{
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .03em;
    padding: 4px 12px;
    border: 2px solid #DDDDDD;
    border-radius: 11px;
    color: #fff;
    background-color: #62bec9;
    margin-left: 10px;
}

.news-detail__btn_single{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}



.news-detail__btn_single a {
    background-color: #62bec9;
    color: #fff;
    border: 1px solid #62bec9;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    max-width: 150px;
    width: 150px;
    text-align: center;
    transition: 0.3s;
}

.news-detail__btn_single a:hover {
    color: #62bec9;
    background-color: #fff;
    border: 1px solid #62bec9;
}

.more-btn_single{
    margin: 0 auto;
    background-color: #fff;
    color: #62bec9;
    border: 1px solid #62bec9;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    max-width: 310px;
    width: 310px;
    text-align: center;
    transition: 0.3s;
}

.more-btn_single:hover {
    color: #fff;
    background-color: #62bec9;
    border: 1px solid #62bec9;
}

/*---------------------------------------

病名・症状詳細

----------------------------------------*/

.singlepage02 p {
    line-height: 1.8;
}

.singlepage02 li {
    line-height: 1.8;
    list-style: unset;
}

.singlepage02 h2 a{
    color: #636363;
}

.main_single_title02{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #d7d7d7;
}

.main_single_title02 h2 a{
    color: #636363;
}

.news-detail__btn_single02 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.news-detail__btn_single02 a {
    background-color: #62bec9;
    color: #fff;
    border: 1px solid #62bec9;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    max-width: 150px;
    width: 150px;
    text-align: center;
    transition: 0.3s;
}

.news-detail__btn_single02 a:hover {
    color: #62bec9;
    background-color: #fff;
    border: 1px solid #62bec9;
}


.more-btn_single02 {
    margin: 0 auto;
    background-color: #fff;
    color: #62bec9;
    border: 1px solid #62bec9;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    max-width: 310px;
    width: 310px;
    text-align: center;
    transition: 0.3s;
}

.more-btn_single02:hover {
    color: #fff;
    background-color: #62bec9;
    border: 1px solid #62bec9;
}

@media screen and (max-width:768px){
    .main_single {
        max-width: 1300px;
        margin: 0 auto 50px!important;
        padding: 0 20px;
    }
}
@media screen and (max-width: 560px) {
    .abz {
        margin-top: 60px;
        height: 250px;
    }
}
@media screen and (max-width: 560px) {
    .lower_page_top {
        height: 250px;
    }
}