@charset "UTF-8";
.page_fac_txt {
    font-weight: 500;
    margin-bottom: 45px;
}
.hospital_txt {
    margin-bottom: 86px;
}
.hospital_txt .txt {
    line-height: 2;
    font-weight: 500;
}
.hospital_txt .btn {
    margin-top: 15px;
    font-weight: 500;
}
.hospital_txt .btn a {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 1ex;
    position: relative;
    padding-left: 15px;
}
.hospital_txt .btn a:before {
    position: absolute;
    content: "";
    background: url(/cmn/img/arw.png) no-repeat 0 0 / 100% auto;
    width: 9px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.webp .hospital_txt .btn a:before {
    background: url(/cmn/img/arw.webp) no-repeat 0 0 / 100% auto;
}
.category_wrap {
    background:#f4f4f4 url(/cmn/img/hospital_img.png) no-repeat right 80px bottom 40px;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 58px 40px;
    margin: 45px 0 60px 0;
}
.category_ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 40px;
    color: #333333;
}
.category_ttl::before {
    content: "";
    background: url(../../cmn/img/icn_supply.png);
    width: 27px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 9;
}
.category_list {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.category_list ul {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-left: 28px;
}
.category_list ul:first-child {
    margin-top: 0;
}
.category_list ul li {
    margin-right: 1em;
    line-height: 1;
}
.category_list ul li:last-child {
    margin-right: 0;
}
.category_list ul li a {
    font-size: 16px;
    color: #3a7a8a;
    font-weight: 500;
}
.knowhow_wrap {
    margin-bottom: 86px;
}
.hosPref_wrap {
    margin-bottom: 80px;
}
.hosPref_ttl {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}
.hosPref_ttl:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid #3cbd70;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hosPref_tbl {
    width: 100%;
    border-top: 1px solid #d9e0e4;
    border-left: 1px solid #d9e0e4;
}
.hosPref_tbl th {
    width: 34.7%;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    background: #fafafa;
    border-bottom: 1px solid #d9e0e4;
    border-right: 1px solid #d9e0e4;
    padding: 0 20px;
    box-sizing: border-box;
}
.hosPref_tbl th a {
    color: #2389a3;
}
.hosPref_tbl td {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #d9e0e4;
    border-right: 1px solid #d9e0e4;
    padding: 0 20px;
    box-sizing: border-box;
}
.hosDtl_wrap {
    margin-bottom: 56px;
}
.hosDtl_tbl {
    width: 100%;
    border-top: 1px solid #d9e0e4;
    border-left: 1px solid #d9e0e4;
    margin: 20px 0;
}
.hosDtl_tbl tr th {
    height: 56px;
    background: #3cbd70;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #d9e0e4;
    border-right: 1px solid #d9e0e4;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.hosDtl_tbl tr td {
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #d9e0e4;
    border-right: 1px solid #d9e0e4;
    padding: 0 20px;
    box-sizing: border-box;
}
.hosDtl_tbl tr td a {
    color: #2389a3;
}
.hosPg_box {
    background: #e9f7f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 28px;
}
.hosPg_result .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.hosPg_result .txt span {
    font-size: 24px;
    color: #3cbd70;
}
.hosPg_lst ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hosPg_lst ul li {
    margin-right: 12px;
}
.hosPg_lst ul li:last-child {
    margin-right: 0;
}
.hosPg_lst ul li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.4s;
    background: #fff;
    color: #3cbd70;
    border: 1px solid #dadada;
    text-decoration: none;
    overflow: hidden;
}
.hosPg_lst ul li.on a {
    background: #3cbd70;
    color: #fff;
    border: 1px solid #3cbd70;
    pointer-events: none;
}
.hosPg_lst ul li.prev a,
.hosPg_lst ul li.next a {
    background: transparent !important;
    border: none !important;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -6px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.4s;
    background: #fff;
    color: #3cbd70;
    border: 1px solid #dadada;
    text-decoration: none;
    overflow: hidden;
    padding: 0;
    margin: 6px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #3cbd70;
    color: #fff;
    border: 1px solid #3cbd70;
}
.wp-pagenavi span.extend {
    width: auto;
    height: auto;
    border-radius: 0;
    font-weight: normal;
    background: none;
    color: #000;
    border: none;
}
.wp-pagenavi span.extend:before {
    content: '…';
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
}
.wp-pagenavi a.previouspostslink {
    background: url(/cmn/img/sp/result_arw_left.png) no-repeat center;
}
.wp-pagenavi a.nextpostslink {
    background: url(/cmn/img/sp/result_arw_right.png) no-repeat center;
}
@media (min-width: 896px) {
    .page_main.is-lower {
        margin-top: 32px;
    }
    .hospital_txt .btn a:hover {
        text-decoration: none;
    }
    .hosPg_lst ul li a:hover {
        background: #3cbd70;
        color: #fff;
        border: 1px solid #3cbd70;
    }
    .hosPg_lst ul li.prev a:hover,
    .hosPg_lst ul li.next a:hover {
        opacity: .8;
    }
    .hosDtl_tbl tr th:nth-child(1) {
        width: 24%;
    }
    .hosDtl_tbl tr th:nth-child(2) {
        width: 36%;
    }
    .hosDtl_tbl tr th:nth-child(3) {
        width: 18%;
    }
    .hosDtl_tbl tr th:nth-child(4) {
        width: 22%;
    }
    .hosPg_result {
        min-width: 240px;
    }
}
@media only screen and (max-width: 896px) {
    .page_flow_btn.ver1 {
        width: 100%;
    }
    .page_flow_btn.ver2 {
        display: none;
    }
    .page_fac_txt {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 40px;
    }
    .hospital_txt {
        margin-bottom: 45px;
    }
    .hospital_txt .txt {
        font-size: 16px;
        line-height: 1.75;
    }
    .hospital_txt .btn {
        margin-top: 10px;
    }
    .hospital_txt .btn a {
        font-size: 16px;
        line-height: 1.75;
    }
    .hospital_txt .btn a:before {
        background: url(/cmn/img/sp/arw.png) no-repeat center/8px auto;
        width: 8px;
        height: 14px;
    }
    .webp .hospital_txt .btn a:before {
        background: url(/cmn/img/sp/arw.webp) no-repeat center/8px auto;
    }
    .category_wrap {
        background: #f4f4f4;
        padding: 20px 15px;
        margin: 0 0 45px;
    }
    .category_ttl {
        font-size: 16px;
        padding-left: 25px;
    }
    .category_ttl::before {
        background: url(../../cmn/img/sp/icn_supply.png);
        background-size: 19px auto;
        width: 19px;
        height: 16px;
    }
    .category_list {
        margin-top: 16px;
    }
    .category_list ul {
        margin-top: 8px;
        padding-left: 0;
    }
    .category_list ul li {
        margin-top: 10px;
    }
    .category_list ul li a {
        font-size: 14px;
    }
    .knowhow_wrap {
        margin-bottom: 45px;
    }
    .hosPref_wrap {
        margin-bottom: 45px;
    }
    .hosPref_tbl {
        width: 100%;
        margin-bottom: 10px;
    }
    .hosPref_tbl:last-child {
        margin-bottom: 0;
    }
    .hosPref_tbl th {
        display: block;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 10px 15px;
        line-height: 1.4;
    }
    .hosPref_tbl td {
        display: block;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 10px 15px;
        line-height: 1.4;
    }
    .hosDtl_wrap {
        margin-bottom: 45px;
    }
    .hosDtl_tbl {
        width: 100%;
        margin: 0 0 10px;
    }
    .hosDtl_tbl:last-child {
        margin-bottom: 20px;
    }
    .hosDtl_tbl:first-child {
        margin-top: 20px;
    }
    .hosDtl_tbl tr th {
        width: 90px;
        height: auto;
        font-size: 14px;
        padding: 10px 15px;
        line-height: 1.4;
    }
    .hosDtl_tbl tr td {
        height: auto;
        font-size: 14px;
        padding: 10px 15px;
        line-height: 1.4;
    }
    .hosPg_box {
        display: block;
        padding: 20px 0;
    }
    .hosPg_result {
        text-align: center;
        margin-bottom: 20px;
    }
    .hosPg_result .txt {
        font-size: 16px;
    }
    .hosPg_result .txt span {
        font-size: 20px;
    }
    .hosPg_lst ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hosPg_lst ul li {
        margin: 0 4px;
    }
    .hosPg_lst ul li a {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    .page_lowdtl_ttl {
        line-height: 1.2;
        padding-bottom: 18px;
    }
    .wp-pagenavi {
        margin: -4px;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 25px;
        height: 25px;
        font-size: 14px;
        margin: 4px;
    }
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {
        background-size: 8px auto;
    }
}
@media only screen and (max-width: 374px) {
    .hosPg_result .txt {
        font-size: 13px;
    }
    .hosPg_result .txt span {
        font-size: 17px;
    }
    .hosPg_lst ul li {
        margin: 0 2px;
    }
}
