@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap"); */

.p-front {
    position: relative;
}

.p-front-mv {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 210px;
    background-color: #fefbf2;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .p-front-mv {
        display: none;
    }
}
.p-front-mv__left {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    width: calc(50% - 340px);
}
.p-front-mv__left-imgs {
    display: flex;
    flex-wrap: wrap;
    width: 560px;
    position: absolute;
    top: 0;
}
.p-front-mv__left-imgs--01 {
    right: 0;
}
.p-front-mv__left-imgs--02 {
    right: 560px;
}
.p-front-mv__left-imgs--03 {
    right: 1120px;
}
.p-front-mv__center {
    width: 680px;
    height: 210px;
    margin-inline: auto;
    padding: 28px 0;
    text-align: center;
}
.p-front-mv__lead {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.p-front-mv__logo {
    margin-bottom: 12px;
    line-height: 1;
}
.p-front-mv__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 515px;
    margin: auto;
    font-size: 13px;
    line-height: 1.5;
    gap: 0 20px;
}
.p-front-mv__item {
    display: flex;
}
.p-front-mv__item > dt {
    padding: 0;
    color: #777;
}
.p-front-mv__item > dd {
    padding: 0;
    color: #339ecc;
}
.p-front-mv__date {
    color: #777;
    font-size: 13px;
    line-height: 1.5;
}
.p-front-mv__right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    width: calc(50% - 340px);
}
.p-front-mv__right-imgs {
    display: flex;
    flex-wrap: wrap;
    width: 560px;
    position: absolute;
    top: 0;
}
.p-front-mv__right-imgs--01 {
    left: 0;
}
.p-front-mv__right-imgs--02 {
    left: 560px;
}
.p-front-mv__right-imgs--03 {
    left: 1120px;
}

.p-front-heading {
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-heading {
        margin-bottom: 30px;
    }
}
.p-front-heading > a {
    display: inline-block;
}
.p-front-heading__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    font-size: 22px;
    position: relative;
    top: -1.5px;
}
@media screen and (max-width: 767px) {
    .p-front-heading__inner {
        gap: 0 5px;
        font-size: 20px;
    }
}
.p-front-heading__inner > img {
    position: relative;
    top: 1.5px;
}
@media screen and (max-width: 767px) {
    .p-front-heading__inner > img {
        width: 38px;
        height: auto;
    }
}

.p-front-search {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-front-search {
        padding: 17px 10px 20px;
        background-color: #70b9dc;
    }
}
.p-front-search__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-front-search__title {
        display: none;
    }
}

.p-front-search-block01 {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01 {
        margin-bottom: 20px;
    }
}
.p-front-search-block01__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.p-front-search-block01__title {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__title {
        display: block;
        color: var(--btn-blue);
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1;
    }
}
.p-front-search-block01__search-area {
    width: 298px;
    height: 50px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__search-area {
        width: calc(50% - 45px);
        padding: 10px;
    }
}
.p-front-search-block01__search-area::placeholder {
    font-size: 18px;
    color: #999;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__search-area::placeholder {
        font-size: 16px;
        font-weight: 400;
    }
}
.p-front-search-block01__multiply {
    position: relative;
    width: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__multiply {
        width: 18px;
    }
}
.p-front-search-block01__multiply::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 1px;
    height: 16px;
    background-color: var(--btn-blue);
    rotate: 45deg;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__multiply::before {
        top: 18px;
        left: 8px;
        width: 2px;
        height: 13px;
    }
}
.p-front-search-block01__multiply::after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 1px;
    height: 16px;
    background-color: var(--btn-blue);
    rotate: -45deg;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__multiply::after {
        top: 18px;
        left: 8px;
        width: 2px;
        height: 13px;
    }
}
.p-front-search-block01__search-medical {
    width: 298px;
    height: 50px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__search-medical {
        width: calc(50% - 45px);
        padding: 10px;
    }
}
.p-front-search-block01__search-medical::placeholder {
    font-size: 18px;
    color: #999;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__search-medical::placeholder {
        font-size: 16px;
        font-weight: 400;
    }
}
.p-front-search-block01__search-submit {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 50px;
    margin-left: 30px;
    padding: 10px 40px 12px;
    color: #fff;
    background-color: var(--btn-blue);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .p-front-search-block01__search-submit {
        width: 60px;
        height: 50px;
        margin-left: 12px;
        padding: 10px 5px 12px;
        border-radius: 3px;
        font-size: 16px;
    }
}

.p-front-search-block02 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.p-front-search-block02__left {
    width: 360px;
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__left {
        display: none;
    }
}
.p-front-search-block02__medical {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.p-front-search-block02__datetime {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.p-front-search-block02__content {
    border-bottom: 2px solid var(--border-gray);
    padding: 20px 0;
}
.p-front-search-block02__content:first-of-type {
    padding: 0 0 20px;
}
.p-front-search-block02__content:last-of-type {
    padding: 20px 0 0;
    border-bottom: none;
}
.p-front-search-block02__content--datetime {
    padding: 0 !important;
    border-bottom: none !important;
}
.p-front-search-block02__right {
    width: 840px;
}
.p-front-search-block02__area {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__area {
        display: none;
    }
}
.p-front-search-block02__btn-area-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__btn-area-sp {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1px 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__btn-sp {
        width: 100%;
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__btn-sp a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        height: 50px;
        padding: 0 40px 3px 50px;
        color: #fff;
        background-color: var(--btn-blue);
        box-sizing: border-box;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        text-decoration: none !important;
        border-radius: 0;
    }
}
.p-front-search-block02__btn-sp a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__btn-sp--medical a {
        background: url("/assets/img/clinicList/icon_medical.png") no-repeat
            12px 12px;
        background-size: 28px auto;
        background-color: var(--btn-blue);
    }
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__btn-sp--area a {
        background: url("/assets/img/clinicList/icon_area.png") no-repeat 12px
            12px;
        background-size: 28px auto;
        background-color: var(--btn-blue);
    }
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__btn-sp--detail a {
        background: url("/assets/img/clinicList/icon_detail.png") no-repeat 12px
            12px;
        background-size: 28px auto;
        background-color: var(--btn-blue);
    }
}
.p-front-search-block02__freeword {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__freeword {
        padding: 0;
        background-color: transparent;
    }
}
.p-front-search-block02__freeword-row {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__freeword-row {
        gap: 0;
    }
}
.p-front-search-block02__search-freeword {
    width: calc(100% - 210px - 20px);
    height: 50px;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    background-color: var(--gray-light);
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__search-freeword {
        width: calc(100% - 74px);
        padding: 10px;
        background-color: #fff;
    }
}
.p-front-search-block02__search-freeword::placeholder {
    font-size: 18px;
    color: #999;
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__search-freeword::placeholder {
        font-size: 16px;
    }
}
.p-front-search-block02__freeword-search-submit {
    display: inline-block;
    position: relative;
    width: 210px;
    height: 50px;
    padding: 10px 40px 12px;
    color: #fff;
    background-color: var(--btn-blue);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .p-front-search-block02__freeword-search-submit {
        width: 60px;
        height: 50px;
        margin-left: 14px;
        padding: 10px 5px 12px;
        border-radius: 3px;
        font-size: 16px;
    }
}

.p-front-search-medical-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
    /* 色変更 */
}
.p-front-search-medical-list__item > a {
    display: block;
    padding: 8px 16px;
    background-color: var(--gray-light);
    text-align: center;
    color: var(--gray-dark);
    cursor: pointer;
    font-size: 14px;
}
.p-front-search-medical-list--clinic > li > a {
    background-color: var(--orange-light);
}
.p-front-search-medical-list--clinic > li > a:hover {
    background-color: var(--orange-dark);
    color: #fff;
    opacity: 1;
}
.p-front-search-medical-list--dental > li > a {
    background-color: var(--green-light);
}
.p-front-search-medical-list--dental > li > a:hover {
    background-color: var(--green-dark);
    color: #fff;
    opacity: 1;
}
.p-front-search-medical-list--animal > li > a {
    background-color: var(--blue-light);
}
.p-front-search-medical-list--animal > li > a:hover {
    background-color: var(--blue-dark);
    color: #fff;
    opacity: 1;
}

.p-front-search-area-list,
.p-front-search-datetime-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.p-front-search-area-list__item > a,
.p-front-search-datetime-list__item > a {
    display: block;
    padding: 8px 16px;
    background-color: var(--gray-light);
    text-align: center;
    color: var(--gray-dark);
    cursor: pointer;
    font-size: 14px;
}
.p-front-search-area-list__item > a:hover,
.p-front-search-datetime-list__item > a:hover {
    background-color: var(--main-color);
    color: #fff;
    opacity: 1;
}

.p-front-useful {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-front-useful {
        display: block;
        padding: 20px 10px;
        background-color: var(--gray-exlight);
    }
}
.p-front-useful__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--btn-blue);
}
.p-front-useful__title > span {
    position: relative;
}
.p-front-useful__title > span::before {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 15px;
    height: 2px;
    content: "";
    background-color: var(--btn-blue);
}
.p-front-useful__title > span::after {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 15px;
    height: 2px;
    content: "";
    background-color: var(--btn-blue);
}
.p-front-useful__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-right: 1px solid var(--btn-blue);
    border-bottom: 1px solid var(--btn-blue);
}
.p-front-useful__list > li {
    width: 33.3333333333%;
    border-top: 1px solid var(--btn-blue);
    border-left: 1px solid var(--btn-blue);
}
.p-front-useful__list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    padding: 8px 0;
    font-size: 14px;
    color: var(--btn-blue);
}
.p-front-useful__list > li > a img {
    width: 35px;
    height: auto;
}

.p-front-clinic {
    padding: 40px 40px 60px;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-clinic {
        padding: 30px 10px;
    }
}

.p-front-clinic-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
}
@media screen and (max-width: 767px) {
    .p-front-clinic-block01 {
        gap: 30px 40px;
    }
}
.p-front-clinic-block01__col {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-front-clinic-block01__col {
        position: relative;
        width: 100%;
        padding-bottom: 30px;
    }
    .p-front-clinic-block01__col::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -10px;
        width: calc(100% + 20px);
        height: 2px;
        background-color: var(--border-gray);
    }
    .p-front-clinic-block01__col:last-of-type {
        padding-bottom: 0;
    }
    .p-front-clinic-block01__col:last-of-type::after {
        display: none;
    }
}
.p-front-clinic-block01__item {
    margin-bottom: 40px;
    min-height: 250px;
}
@media screen and (max-width: 767px) {
    .p-front-clinic-block01__item {
        margin-bottom: 30px;
    }
    .p-front-clinic-block01__item:last-of-type {
        margin-bottom: 30px;
    }
}
.p-front-clinic-block01__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 40px;
    margin-inline: auto;
    padding-bottom: 2px;
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-clinic-block01__btn > a {
        width: 80%;
        height: 55px;
    }
}
.p-front-clinic-block01__btn--clinic > a {
    background-color: var(--orange-dark);
}
.p-front-clinic-block01__btn--dental > a {
    background-color: var(--green-dark);
}
.p-front-clinic-block01__btn--animal > a {
    background-color: var(--blue-dark);
}

.p-front-condition {
    padding: 40px 40px 60px;
    border-top: 2px solid var(--border-gray);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-condition {
        padding: 30px 10px;
    }
}
.p-front-condition__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 40px;
    margin-inline: auto;
    padding-bottom: 2px;
    background-color: var(--btn-blue);
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-condition__btn > a {
        width: 80%;
        height: 55px;
    }
}

.p-front-condition-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-condition-block01 {
        gap: 20px 40px;
        margin-bottom: 30px;
    }
}
.p-front-condition-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-front-condition-block01__item {
        width: 100%;
    }
}

.p-front-disease {
    padding: 40px 40px 60px;
    border-top: 2px solid var(--border-gray);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-disease {
        padding: 30px 10px;
    }
}
.p-front-disease__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 40px;
    margin-inline: auto;
    padding-bottom: 2px;
    background-color: var(--btn-blue);
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-disease__btn > a {
        width: 80%;
        height: 55px;
    }
}

.p-front-disease-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-disease-block01 {
        margin-bottom: 30px;
    }
}
.p-front-disease-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-front-disease-block01__item {
        width: 100%;
    }
}

.p-front-recommend {
    padding: 40px 40px 60px;
    border-top: 2px solid var(--border-gray);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-recommend {
        padding: 30px 10px;
    }
}
.p-front-recommend__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 40px;
    margin-inline: auto;
    padding-bottom: 2px;
    background-color: var(--btn-blue);
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-recommend__btn > a {
        width: 80%;
        height: 55px;
    }
}

.p-front-recommend-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-recommend-block01 {
        margin-bottom: 30px;
    }
}
.p-front-recommend-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-front-recommend-block01__item {
        width: 100%;
    }
}

.p-front-review {
    padding: 40px 40px 60px;
    border-top: 2px solid var(--border-gray);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-review {
        padding: 30px 10px;
    }
}
.p-front-review__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 40px;
    margin-inline: auto;
    padding-bottom: 2px;
    background-color: var(--btn-blue);
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-review__btn > a {
        width: 80%;
        height: 55px;
    }
}

.p-front-review-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-review-block01 {
        margin-bottom: 30px;
    }
}
.p-front-review-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-front-review-block01__item {
        width: 100%;
    }
}

.p-front-pickup {
    padding: 40px 40px 60px;
    border-top: 2px solid var(--border-gray);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-pickup {
        padding: 30px 10px;
    }
}
.p-front-pickup__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 40px;
    margin-inline: auto;
    padding-bottom: 2px;
    background-color: var(--btn-blue);
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-pickup__btn > a {
        width: 80%;
        height: 55px;
    }
}

.p-front-pickup-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-pickup-block01 {
        margin-bottom: 30px;
        gap: 20px 10px;
    }
}
.p-front-pickup-block01__item {
    width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
    .p-front-pickup-block01__item {
        width: calc(50% - 5px);
    }
}

.p-front-job {
    padding: 40px 40px 60px;
    border-top: 2px solid var(--border-gray);
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-job {
        padding: 30px 10px;
    }
}
.p-front-job__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 120px;
    height: 40px;
    margin-inline: auto;
    padding-bottom: 2px;
    background-color: var(--btn-blue);
    color: #fff;
    border-radius: 3px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-front-job__btn > a {
        width: 80%;
        height: 55px;
    }
}

.p-front-job-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-job-block01 {
        margin-bottom: 30px;
    }
}
.p-front-job-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-front-job-block01__item {
        width: 100%;
    }
}

/* よく検索される・・・ */
.p-front-searched-list {
    background-color: var(--main-color);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-front-searched-list {
        color: #000;
    }
}
.p-front-searched-list__inner {
    padding: 40px 40px 20px;
}
@media screen and (max-width: 767px) {
    .p-front-searched-list__inner {
        padding: 30px 10px;
    }
}
.p-front-searched-list__content {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-front-searched-list__content {
        width: 100%;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid var(--main-color);
    }
}
.p-front-searched-list__title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-front-searched-list__title {
        position: relative;
        margin-bottom: 0;
        padding: 20px;
        font-weight: 400;
        cursor: pointer;
    }
}

@media screen and (max-width: 767px) {
    .p-front-searched-list__children {
        display: none;
    }
}
.p-front-searched-list__subtitle {
    position: relative;
    margin-top: 10px;
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-front-searched-list__subtitle {
        position: relative;
        margin: 0;
        padding: 20px 20px 20px calc(20px + 1em);
        font-weight: 400;
        cursor: pointer;
        border-top: 1px solid var(--main-color);
        font-size: 16px;
    }
}
.p-front-searched-list__subtitle:first-of-type {
    margin-top: 0;
}
.p-front-searched-list__subtitle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "■";
}
@media screen and (max-width: 767px) {
    .p-front-searched-list__subtitle::after {
        display: none;
    }
}

.p-front-searched-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .p-front-searched-list__list {
        display: none;
        line-height: 1.6;
    }
}
.p-front-searched-list__list > li {
    font-size: 14px;
}
.p-front-searched-list__list > li > a {
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .p-front-searched-list__list > li > a {
        display: block;
        padding: 10px 20px 10px 36px;
        color: #000;
        border-top: 1px solid var(--border-gray);
        position: relative;
    }
    .p-front-searched-list__list > li > a::after {
        content: "";
        position: absolute;
        top: calc(50% - 4.5px);
        right: 21px;
        width: 9px;
        height: 9px;
        border-top: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
        transform: rotate(45deg);
    }
}
.p-front-searched-list__list > li > a:hover {
    text-decoration: underline;
    opacity: 1;
}
.p-front-searched-list__more {
    display: inline;
}

/* banner01 */
.p-front-banner01 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background-color: var(--footer-black01);
}
@media screen and (max-width: 767px) {
    .p-front-banner01 {
        padding: 20px 0;
    }
}
.p-front-banner01__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-inline: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-banner01__inner {
        gap: 20px;
        padding-inline: 10px;
    }
}
@media screen and (max-width: 767px) {
    .p-front-banner01__item {
        margin-inline: auto;
    }
}

/* info */
.p-front-info {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background-color: var(--footer-black02);
}
@media screen and (max-width: 767px) {
    .p-front-info {
        padding: 20px 0;
    }
}
.p-front-info__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding-inline: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-info__inner {
        gap: 20px;
        padding-inline: 10px;
    }
}
.p-front-info__item {
    width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
    .p-front-info__item {
        width: 100%;
    }
}
.p-front-info__item--pt2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 40px;
}
@media screen and (max-width: 767px) {
    .p-front-info__item--pt2 {
        gap: 20px;
    }
}
.p-front-info__banner {
    width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
    .p-front-info__banner {
        width: 100%;
    }
}
.p-front-info__banner > a > img {
    width: 100%;
}

/* NEWS */
.p-front-news {
    width: 100%;
}
.p-front-news__head {
    height: 42px;
    background-color: #000;
    color: var(--footer-black01);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-front-news__title {
    font-weight: bold;
}
.p-front-news__list {
    height: 218px;
    list-style: none;
    background-color: var(--footer-black01);
    padding: 25px 30px 15px;
    color: var(--gray-light);
    overflow-y: scroll;
}
.p-front-news__list > li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 1.2em;
}
.p-front-news__list > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "●";
}
.p-front-news__list > li > a:hover {
    text-decoration: underline;
    opacity: 1;
}

/* banner02 */
.p-front-banner02 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-front-banner02 {
        padding: 20px 0;
    }
}
.p-front-banner02__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding-inline: 40px;
}
@media screen and (max-width: 767px) {
    .p-front-banner02__inner {
        gap: 10px;
        padding-inline: 10px;
    }
}
.p-front-banner02__item {
    width: calc(16.6% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
    .p-front-banner02__item {
        width: calc(50% - 5px);
    }
    .p-front-banner02__item > a > img {
        width: 100%;
        height: auto;
    }
}

/* mypage
--------------------------- */
.p-clinic-single__inner {
    padding: 0 40px 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinic-single__inner {
        padding: 0 10px 30px;
    }
}
.p-clinic-single__heading-wrap {
    min-height: 200px;
    padding: 60px 0;
}
@media screen and (max-width: 767px) {
    .p-clinic-single__heading-wrap {
        min-height: auto;
        padding: 30px 0;
    }
}
.p-clinic-single__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinic-single__title {
        font-size: 22px;
        line-height: 1.2;
    }
}
.p-clinic-single__place {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
    justify-content: center;
    padding: 0;
    margin: 0 0 4px;
    list-style: none;
}
.p-clinic-single__place > li {
    position: relative;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single__place > li {
        font-size: 14px;
    }
}
.p-clinic-single__place > li + li::after {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0;
    height: 0;
    content: "／";
}
.p-clinic-single__category {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.p-clinic-single__category > li {
    position: relative;
    font-size: 18px;
    color: var(--gray-dark);
}
@media screen and (max-width: 767px) {
    .p-clinic-single__category > li {
        font-size: 14px;
    }
}
.p-clinic-single__category > li::before {
    position: relative;
    top: 0;
    left: 0;
    content: "●";
}
.p-clinic-single__category--clinic > li {
    color: var(--orange-dark);
}
.p-clinic-single__category--dental > li {
    color: var(--green-dark);
}
.p-clinic-single__category--animal > li {
    color: var(--blue-dark);
}

.p-clinic-single-block01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-block01 {
        margin-bottom: 10px;
    }
}
.p-clinic-single-block01__left {
    width: 560px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-block01__left {
        width: 100%;
    }
}
.p-clinic-single-block01__right {
    width: 560px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-block01__right {
        width: 100%;
    }
}

/* slick */
/* .p-clinic-single-thumb {
} */

.p-clinic-single-thumb__main-img {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-thumb__main-img {
        display: none;
    }
}
.p-clinic-single-thumb__main-img img {
    width: 100%;
    aspect-ratio: 560/420;
    object-fit: cover;
    object-position: center;
}
.p-clinic-single-thumb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--gray-light);
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-clinic-single-thumb__list {
        display: block;
        width: 640px;
        max-width: 100%;
        margin: 0 auto 20px;
        padding: 0;
    }
}
.p-clinic-single-thumb__list--clinic {
    background-color: var(--orange-light);
    /* slick */
}
.p-clinic-single-thumb__list--clinic .slick-dots li button::before {
    color: var(--orange-light);
}
.p-clinic-single-thumb__list--clinic
    .slick-dots
    li.slick-active
    button::before {
    color: var(--orange-dark);
}
.p-clinic-single-thumb__list--dental {
    background-color: var(--green-light);
    /* slick */
}
.p-clinic-single-thumb__list--dental .slick-dots li button::before {
    color: var(--green-light);
}
.p-clinic-single-thumb__list--dental
    .slick-dots
    li.slick-active
    button::before {
    color: var(--green-dark);
}
.p-clinic-single-thumb__list--animal {
    background-color: var(--blue-light);
    /* slick */
}
.p-clinic-single-thumb__list--animal .slick-dots li button::before {
    color: var(--blue-light);
}
.p-clinic-single-thumb__list--animal
    .slick-dots
    li.slick-active
    button::before {
    color: var(--blue-dark);
}
.p-clinic-single-thumb__item {
    width: 160px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-thumb__item {
        width: 100%;
    }
}
.p-clinic-single-thumb__item img {
    width: 100%;
    aspect-ratio: 160/120;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    transition: 0.2s;
}
.p-clinic-single-thumb__item img:hover {
    opacity: 0.7;
}
.p-clinic-single-thumb .slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.p-clinic-single-thumb .slick-prev,
.p-clinic-single-thumb .slick-next {
    width: 36px;
    height: 36px;
}
.p-clinic-single-thumb .slick-prev {
    left: 5px;
    z-index: 2;
}
.p-clinic-single-thumb .slick-next {
    right: 5px;
    z-index: 2;
}
.p-clinic-single-thumb .slick-prev::before,
.p-clinic-single-thumb .slick-next::before {
    font-size: 36px;
    color: #696969;
}
.p-clinic-single-thumb .slick-dots {
    height: 27px;
}
.p-clinic-single-thumb .slick-dots li button::before {
    font-size: 14px;
    opacity: 1;
}

.p-clinic-single-reserve {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 10px;
    background-color: var(--gray-light);
    /* 色変更 */
}
.p-clinic-single-reserve__lead {
    width: 40%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-reserve__lead {
        width: 100%;
        margin-bottom: 6px;
    }
}
.p-clinic-single-reserve__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: var(--gray-dark);
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-reserve__btn {
        width: 100%;
        height: 55px;
    }
}
.p-clinic-single-reserve__btn > img {
    margin-right: 15px;
}
.p-clinic-single-reserve--clinic {
    background-color: var(--orange-light);
}
.p-clinic-single-reserve--clinic .p-clinic-single-reserve__btn {
    background-color: var(--orange-dark);
}
.p-clinic-single-reserve--dental {
    background-color: var(--green-light);
}
.p-clinic-single-reserve--dental .p-clinic-single-reserve__btn {
    background-color: var(--green-dark);
}
.p-clinic-single-reserve--animal {
    background-color: var(--blue-light);
}
.p-clinic-single-reserve--animal .p-clinic-single-reserve__btn {
    background-color: var(--blue-dark);
}

.p-clinic-single-self-intro {
    margin-bottom: 40px;
    padding: 35px 40px;
    background-color: var(--bg-gray);
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-self-intro {
        margin-bottom: 30px;
        padding: 20px;
    }
}
.p-clinic-single-self-intro p {
    font-size: 16px;
    line-height: 1.6;
}
.p-clinic-single-available {
    margin-bottom: 40px;
    padding: 35px 40px;
    line-height: 1.6;
    background-color: var(--gray-exlight);
}
@media screen and (max-width: 767px) {
    .p-clinic-single-available {
        margin-bottom: 30px;
        padding: 20px;
    }
}
.p-clinic-single-available__title,
.p-clinic-single-self-intro__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.p-clinic-single-available__list {
    list-style-type: none;
    padding: 0;
}
.p-clinic-single-available__list > li {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.6;
}
.p-clinic-single-available__list > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.p-clinic-single-interview {
    margin-bottom: 40px;
    padding: 35px 40px;
    line-height: 1.6;
    background-color: var(--gray-light);
    border-radius: 10px;
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-clinic-single-interview {
        margin-bottom: 30px;
        padding: 20px;
    }
}
.p-clinic-single-interview__title {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
    color: var(--gray-dark);
}
.p-clinic-single-interview__content {
    margin-bottom: 14px;
}
.p-clinic-single-interview__content:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-interview__content + .p-clinic-single-interview__content {
        display: none;
    }
}
.p-clinic-single-interview__subtitle {
    position: relative;
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-interview__subtitle {
        margin-bottom: 8px;
        font-size: 20px;
    }
}
.p-clinic-single-interview__subtitle::before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: -4px;
    content: "■";
}
.p-clinic-single-interview__text p {
    font-size: 16px;
}
.p-clinic-single-interview__more {
    padding-top: 8px;
    font-size: 18px;
    text-align: right;
}
.p-clinic-single-interview__more > a:hover {
    text-decoration: underline;
    opacity: 1;
}
.p-clinic-single-interview--clinic {
    background-color: var(--orange-light);
}
.p-clinic-single-interview--clinic .p-clinic-single-interview__title {
    color: var(--orange-dark);
}
.p-clinic-single-interview--clinic .p-clinic-single-interview__more > a {
    color: var(--orange-dark);
}
.p-clinic-single-interview--dental {
    background-color: var(--green-light);
}
.p-clinic-single-interview--dental .p-clinic-single-interview__title {
    color: var(--green-dark);
}
.p-clinic-single-interview--dental .p-clinic-single-interview__more > a {
    color: var(--green-dark);
}
.p-clinic-single-interview--animal {
    background-color: var(--blue-light);
}
.p-clinic-single-interview--animal .p-clinic-single-interview__title {
    color: var(--blue-dark);
}
.p-clinic-single-interview--animal .p-clinic-single-interview__more > a {
    color: var(--blue-dark);
}

.p-clinic-single-map {
    padding: 20px;
    text-align: center;
    background-color: var(--bg-gray);
    /* 色変更 */
}
.p-clinic-single-map__btn {
    width: 560px;
    max-width: 100%;
    margin: 0 auto 15px;
    font-weight: bold;
    color: #fff;
}
.p-clinic-single-map__btn > a {
    display: block;
    width: 100%;
    height: 80px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background-color: var(--gray-dark);
    transition: 0.5s;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-map__btn > a {
        border-radius: 3px;
    }
}
.p-clinic-single-map__btn > a:hover {
    opacity: 0.6;
}
.p-clinic-single-map--clinic .p-clinic-single-map__btn > a {
    background-color: var(--orange-dark);
}
.p-clinic-single-map--dental .p-clinic-single-map__btn > a {
    background-color: var(--green-dark);
}
.p-clinic-single-map--animal .p-clinic-single-map__btn > a {
    background-color: var(--blue-dark);
}

.p-clinic-single-access {
    padding: 0;
    background-color: #fff;
}
.p-clinic-single-access__youtube {
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-access__youtube {
        padding: 0 10px;
    }
}
.p-clinic-single-access__youtube-inner {
    padding: 60px 0;
    text-align: center;
    background-color: #1e1e1e;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-access__youtube-inner {
        padding: 0;
    }
}
.p-clinic-single-access__youtube-inner > iframe,
.p-clinic-single-access__youtube-inner > .js-yt-lazy {
    width: 854px;
    max-width: 100%;
    aspect-ratio: 854/480;
    margin: auto;
    object-fit: cover;
    object-position: center;
    border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-access__youtube-inner > iframe,
    .p-clinic-single-access__youtube-inner > .js-yt-lazy {
        aspect-ratio: 16/9;
    }
}
.p-clinic-single-access__content {
    padding: 20px 0 60px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-access__content {
        padding: 20px 0 30px;
    }
}
.p-clinic-single-access__route {
    font-size: 16px;
}
.p-clinic-single-access__time {
    font-size: 16px;
}
.p-clinic-single-access__time > span {
    color: #f00;
}

.p-clinic-single-recommend {
    padding: 0 40px 60px;
    background-color: #fff;
    border-top: solid 10px var(--border-gray);
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend {
        padding: 0 10px 30px;
    }
}
.p-clinic-single-recommend__title {
    padding: 30px 0;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend__title {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

/* 色変更 */
/* .p-clinic-single-recommend-block01 {
} */

.p-clinic-single-recommend-block01__item {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__item {
        margin-bottom: 20px;
    }
}
.p-clinic-single-recommend-block01__item:last-of-type {
    margin-bottom: 0;
}
.p-clinic-single-recommend-block01__link {
    display: grid;
    grid-template-columns: 320px calc(100% - 320px - 40px);
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__link {
        grid-template-columns: 100px calc(100% - 100px - 15px);
        grid-template-rows: auto auto;
    }
}
.p-clinic-single-recommend-block01__img {
    grid-row: 1/3;
    width: 320px;
    height: 240px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__img {
        order: 2;
        grid-column: 1/2;
        grid-row: 2/3;
        width: 100px;
        height: 75px;
    }
}
.p-clinic-single-recommend-block01__img > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 32/24;
}
.p-clinic-single-recommend-block01__fukidashi {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    background-color: var(--gray-light);
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__fukidashi {
        order: 1;
        grid-column: 1/3;
        grid-row: 1/2;
        font-size: 16px;
    }
}
.p-clinic-single-recommend-block01__fukidashi::before {
    position: absolute;
    top: 30px;
    left: -16px;
    z-index: -1;
    width: 40px;
    height: 14px;
    content: "";
    background: url("../img/triangle-orange.png") no-repeat 0 0;
    background-size: cover;
}
.p-clinic-single-recommend-block01__content {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__content {
        order: 3;
        grid-column: 2/3;
        grid-row: 2/3;
        width: 100%;
    }
}
.p-clinic-single-recommend-block01__clinic {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__clinic {
        line-height: 1;
        margin-bottom: 4px;
    }
}
.p-clinic-single-recommend-block01__name {
    font-size: 14px;
}
.p-clinic-single-recommend-block01__place {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
}
.p-clinic-single-recommend-block01__place > li {
    display: inline;
    position: relative;
    padding: 0;
}
.p-clinic-single-recommend-block01__place > li + li {
    margin-left: -3px;
}
.p-clinic-single-recommend-block01__place > li + li::before {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "／";
}
.p-clinic-single-recommend-block01__category {
    position: relative;
    padding: 0 10px 0 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__category {
        padding: 0 16px 0 0;
    }
}
.p-clinic-single-recommend-block01__category::before {
    content: "...";
    position: absolute;
    top: -11px;
    right: 0;
    width: 1.8em;
    height: 3em;
    font-size: 1.428em;
    background-color: #fff;
    text-align: center;
    color: inherit;
}
/* ==== clamp override: remove manual pseudo-element ellipsis (project) ==== */
.p-clinic-single-recommend-block01__category::before,
.p-clinic-single-recommend-block01__category::after {
    content: none !important;
    background: none !important;
}
.p-clinic-single-recommend-block01__category::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}
.p-clinic-single-recommend-block01__category > li {
    display: inline;
    position: relative;
    padding: 0 0.3em 0 0;
    color: var(--gray-dark);
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01__category > li {
        padding: 0 0.53em 0 0;
    }
}
.p-clinic-single-recommend-block01__category > li::before {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "●";
}
.p-clinic-single-recommend-block01--clinic
    .p-clinic-single-recommend-block01__fukidashi {
    background-color: var(--orange-light);
}
.p-clinic-single-recommend-block01--clinic
    .p-clinic-single-recommend-block01__fukidashi::before {
    background: url("../img/triangle-orange.png") no-repeat 0 0;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .p-clinic-single-recommend-block01--clinic
        .p-clinic-single-recommend-block01__fukidashi::before {
        top: auto;
        bottom: -17px;
        left: 40px;
        width: 15px;
        height: 17px;
        background: url("../img/triangle-down-orange.png") no-repeat 0 0;
        background-size: cover;
    }
}
.p-clinic-single-recommend-block01--clinic
    .p-clinic-single-recommend-block01__category {
    color: var(--orange-dark);
}
.p-clinic-single-recommend-block01--clinic
    .p-clinic-single-recommend-block01__category
    li {
    color: var(--orange-dark);
}
.p-clinic-single-recommend-block01--dental
    .p-clinic-single-recommend-block01__fukidashi {
    background-color: var(--green-light);
}
.p-clinic-single-recommend-block01--dental
    .p-clinic-single-recommend-block01__fukidashi::before {
    background: url("../img/triangle-green.png") no-repeat 0 0;
    background-size: cover;
}
.p-clinic-single-recommend-block01--dental
    .p-clinic-single-recommend-block01__category {
    color: var(--green-dark);
}
.p-clinic-single-recommend-block01--dental
    .p-clinic-single-recommend-block01__category
    li {
    color: var(--green-dark);
}
.p-clinic-single-recommend-block01--animal
    .p-clinic-single-recommend-block01__fukidashi {
    background-color: var(--blue-light);
}
.p-clinic-single-recommend-block01--animal
    .p-clinic-single-recommend-block01__fukidashi::before {
    background: url("../img/triangle-blue.png") no-repeat 0 0;
    background-size: cover;
}
.p-clinic-single-recommend-block01--animal
    .p-clinic-single-recommend-block01__category {
    color: var(--blue-dark);
}
.p-clinic-single-recommend-block01--animal
    .p-clinic-single-recommend-block01__category
    li {
    color: var(--blue-dark);
}

/* clinicList
--------------------------- */
.p-clinicList-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-clinicList-search {
        padding: 20px 10px;
    }
}
/* .p-clinicList-search__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 40px;
} */
.p-clinicList-search__btn-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1px 15px;
    margin-bottom: 20px;
}
.p-clinicList-search__btn {
    width: calc(25% - 11.25px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__btn {
        width: 100%;
    }
}
.p-clinicList-search__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    height: 50px;
    padding: 0 40px 3px 35px;
    color: #fff;
    background-color: var(--btn-blue);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__btn a {
        padding: 0 40px 3px 50px;
        border-radius: 0;
        justify-content: flex-start;
    }
}
.p-clinicList-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__btn--medical a {
        background: url("/assets/img/clinicList/icon_medical.png") no-repeat
            12px 12px;
        background-size: 28px auto;
        background-color: var(--btn-blue);
    }
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__btn--area a {
        background: url("/assets/img/clinicList/icon_area.png") no-repeat 12px
            12px;
        background-size: 28px auto;
        background-color: var(--btn-blue);
    }
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__btn--detail a {
        background: url("/assets/img/clinicList/icon_detail.png") no-repeat 12px
            12px;
        background-size: 28px auto;
        background-color: var(--btn-blue);
    }
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__btn--datetime a {
        background: url("/assets/img/clinicList/icon_datetime.png") no-repeat
            12px 11px;
        background-size: 28px auto;
        background-color: var(--btn-blue);
    }
}
.p-clinicList-search__free-search {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-clinicList-search__free-search {
        width: 100%;
        padding-top: 20px;
    }
}
.p-clinicList-search__free-search-text {
    position: relative;
    width: 635px;
    height: 50px;
    padding: 10px;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__free-search-text {
        top: 0.5px;
        width: calc(100% - 20px - 60px);
    }
}
.p-clinicList-search__free-search-text::placeholder {
    font-size: 18px;
    color: #999;
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__free-search-text::placeholder {
        font-size: 16px;
    }
}
.p-clinicList-search__free-search-submit {
    display: inline-block;
    position: relative;
    height: 50px;
    margin-left: 15px;
    padding: 10px 40px 12px;
    color: #fff;
    background-color: var(--btn-blue);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .p-clinicList-search__free-search-submit {
        width: 70px;
        margin-left: 6px;
        padding: 10px 10px 12px;
        border-radius: 3px;
    }
}
.p-clinicList-search--clinic .p-clinicList-search__btn > a,
.p-clinicList-search--clinic .p-clinicList-search__free-search-submit {
    background-color: var(--orange-dark);
}
.p-clinicList-search--dental .p-clinicList-search__btn > a,
.p-clinicList-search--dental .p-clinicList-search__free-search-submit {
    background-color: var(--green-dark);
}
.p-clinicList-search--animal .p-clinicList-search__btn > a,
.p-clinicList-search--animal .p-clinicList-search__free-search-submit {
    background-color: var(--blue-dark);
}

.p-clinicList {
    background-color: #fff;
}
.p-clinicList__no-result {
    text-align: center;
    padding: 40px 0;
}
.p-clinicList__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinicList__inner {
        padding: 0 10px;
    }
}
.p-clinicList__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-clinicList__heading-wrap {
        padding: 30px 0 0;
    }
}
.p-clinicList__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinicList__title {
        font-size: 22px;
        line-height: 1.2;
    }
}
.p-clinicList__record {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinicList__record {
        font-size: 14px;
    }
}

.p-clinicList-breadcrumbs {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    gap: 0 2em;
}

/* ==== Overrides: clinicList breadcrumbs equal width for 2 or 3 options (SP/PC) ==== */
@media screen and (max-width: 767px) {
    .p-clinicList-breadcrumbs
        .p-clinicList-breadcrumbs__item:not(
            .p-clinicList-breadcrumbs__item--title
        ) {
        flex: 1 1 0 !important;
        width: auto !important;
        min-width: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-clinicList-breadcrumbs {
        justify-content: space-between;
        gap: 0;
        width: calc(100% + 20px);
        border-top: 1px solid var(--border-gray);
        margin: 30px -10px 0;
    }
}
.p-clinicList-breadcrumbs__item {
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinicList-breadcrumbs__item {
        width: 33.33%;
        padding: 10px 0;
        font-size: 14px;
        line-height: 1;
    }
    .p-clinicList-breadcrumbs__item:has(a) {
        padding: 0;
    }
}
.p-clinicList-breadcrumbs__item + li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -1em;
    width: 1px;
    height: 16px;
    background-color: #000;
}
@media screen and (max-width: 767px) {
    .p-clinicList-breadcrumbs__item + li::before {
        top: 0;
        left: 0;
        height: 100%;
        background-color: var(--border-gray);
    }
}
.p-clinicList-breadcrumbs__item > a {
    color: var(--main-color);
}
.p-clinicList-breadcrumbs__item > a:hover {
    text-decoration: underline;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .p-clinicList-breadcrumbs__item > a {
        display: block;
        padding: 10px 0;
        line-height: 1;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .p-clinicList-breadcrumbs__item--title {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .p-clinicList-breadcrumbs__item--active {
        background-color: var(--gray-exlight);
    }
}

.p-clinicList-block01 {
    padding: 40px;
    background-color: #fff;
    border-top: solid 10px var(--border-gray);
}
@media screen and (max-width: 767px) {
    .p-clinicList-block01 {
        padding: 40px 10px 10px;
    }
}
.p-clinicList-block01__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.p-clinicList-block01__left {
    width: 560px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-block01__left {
        width: 100%;
    }
}
.p-clinicList-block01__right {
    width: 560px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-block01__right {
        width: 100%;
    }
}
.p-clinicList-block01__head-link {
    display: block;
    width: fit-content;
}
.p-clinicList-block01__title {
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .p-clinicList-block01__title {
        font-size: 22px;
        line-height: 1.2;
    }
}
.p-clinicList-block01__category {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    /* 色変更 */
}
.p-clinicList-block01__category > li {
    position: relative;
    padding-left: 1em;
    font-size: 16px;
    color: var(--gray-dark);
}
@media screen and (max-width: 767px) {
    .p-clinicList-block01__category > li {
        font-size: 14px;
    }
}
.p-clinicList-block01__category > li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "●";
}
.p-clinicList-block01__category--clinic li {
    color: var(--orange-dark);
}
.p-clinicList-block01__category--dental li {
    color: var(--green-dark);
}
.p-clinicList-block01__category--animal li {
    color: var(--blue-dark);
}

.p-clinicList-map {
    border-top: solid 10px var(--border-gray);
    padding: 40px 40px 60px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-map {
        padding: 30px 10px;
    }
}
.p-clinicList-map__map > iframe {
    width: 100%;
    height: 570px;
}

.p-clinicList-supplement {
    padding: 0 40px 60px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-supplement {
        padding: 0 10px 30px;
    }
}
.p-clinicList-supplement__inner {
    padding: 40px;
    line-height: 1.6;
    background-color: var(--bg-gray);
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-supplement__inner {
        padding: 20px;
    }
}
.p-clinicList-supplement__content {
    margin-bottom: 20px;
}
.p-clinicList-supplement__content:last-of-type {
    margin-bottom: 0;
}
.p-clinicList-supplement__title {
    position: relative;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinicList-supplement__title {
        font-size: 18px;
    }
}
.p-clinicList-supplement__text p {
    font-size: 16px;
}

.p-clinicList-searched-list {
    background-color: var(--main-color);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list {
        color: #000;
    }
}
.p-clinicList-searched-list__inner {
    padding: 40px 40px 20px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__inner {
        padding: 30px 10px;
    }
}
.p-clinicList-searched-list__content {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__content {
        width: 100%;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid var(--main-color);
    }
}
.p-clinicList-searched-list__title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__title {
        position: relative;
        margin-bottom: 0;
        padding: 20px;
        font-weight: 400;
        cursor: pointer;
    }
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__children {
        display: none;
    }
}
.p-clinicList-searched-list__subtitle {
    position: relative;
    margin-top: 10px;
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__subtitle {
        position: relative;
        margin: 0;
        padding: 20px 20px 20px calc(20px + 1em);
        font-weight: 400;
        cursor: pointer;
        border-top: 1px solid var(--main-color);
        font-size: 16px;
    }
}
.p-clinicList-searched-list__subtitle:first-of-type {
    margin-top: 0;
}
.p-clinicList-searched-list__subtitle::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "■";
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__subtitle::after {
        display: none;
    }
}
.p-clinicList-searched-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__list {
        display: none;
        line-height: 1.6;
    }
}
.p-clinicList-searched-list__list > li {
    font-size: 14px;
}
.p-clinicList-searched-list__list > li > a {
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .p-clinicList-searched-list__list > li > a {
        display: block;
        padding: 10px 20px 10px 36px;
        color: #000;
        border-top: 1px solid var(--border-gray);
        position: relative;
    }
    .p-clinicList-searched-list__list > li > a::after {
        content: "";
        position: absolute;
        top: calc(50% - 4.5px);
        right: 21px;
        width: 9px;
        height: 9px;
        border-top: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
        transform: rotate(45deg);
    }
}
.p-clinicList-searched-list__list > li > a:hover {
    text-decoration: underline;
    opacity: 1;
}

/* 検索条件なし */
.p-clinicList-none {
    padding: 20px 40px 60px;
    background-color: #fff;
}
.p-clinicList-none__img {
    margin-bottom: 40px;
    text-align: center;
}
.p-clinicList-none__text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* クリニック MAP
--------------------------- */
.p-clinic-map {
    background-color: #fff;
}
.p-clinic-map__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinic-map__inner {
        padding: 0 10px;
    }
}
.p-clinic-map__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-clinic-map__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-clinic-map__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinic-map__title {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.p-clinic-map__lead {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinic-map__lead {
        font-size: 22px;
    }
}

.p-clinic-map-block01 {
    padding: 0 40px 60px;
}
@media screen and (max-width: 767px) {
    .p-clinic-map-block01 {
        padding: 0 10px 30px;
    }
}
.p-clinic-map-block01__head {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-clinic-map-block01__head {
        display: block;
        margin-bottom: 20px;
        background-color: var(--gray-light);
        padding: 20px;
    }
}
.p-clinic-map-block01__head-lead {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.p-clinic-map-block01__btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 215px;
    margin-inline: auto;
    padding: 15px 10px;
    background-color: #fff;
    text-align: center;
    gap: 10px;
    font-size: 14px;
}
.p-clinic-map-block01__map > iframe {
    width: 100%;
    height: 1100px;
}
@media screen and (max-width: 767px) {
    .p-clinic-map-block01__map > iframe {
        height: 400px;
    }
}
.p-clinic-map-block01__content {
    padding-top: 20px;
}
.p-clinic-map-block01__address {
    text-align: center;
}
.p-clinic-map-block01__place {
    text-align: center;
}

/* クリニック お知らせ
--------------------------- */
.p-clinic-pr {
    background-color: #fff;
}
.p-clinic-pr__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinic-pr__inner {
        padding: 0 10px;
    }
}
.p-clinic-pr__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-clinic-pr__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-clinic-pr__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinic-pr__title {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.p-clinic-pr__lead {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinic-pr__lead {
        font-size: 22px;
    }
}

.p-clinic-pr-lead {
    width: 800px;
    max-width: 100%;
    margin-inline: auto;
    padding: 20px;
    background-color: var(--bg-gray);
}
@media screen and (max-width: 767px) {
    .p-clinic-pr-lead {
        margin-inline: 10px;
        max-width: calc(100% - 20px);
    }
}

.p-clinic-pr-img {
    width: 800px;
    max-width: 100%;
    margin-inline: auto;
    border: 1px solid var(--main-color);
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .p-clinic-pr-img {
        margin-inline: 10px;
        max-width: calc(100% - 20px);
    }
}

.p-clinic-pr-img__item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* クリニック インタビュー
--------------------------- */
.p-clinic-interview {
    background-color: #fff;
}
.p-clinic-interview__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview__inner {
        padding: 0 10px;
    }
}
.p-clinic-interview__inner-small {
    width: 980px;
    max-width: 100%;
    padding: 0 40px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview__inner-small {
        padding: 0 10px;
    }
}
.p-clinic-interview__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-clinic-interview__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview__title {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.p-clinic-interview__lead {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview__lead {
        font-size: 22px;
    }
}

.p-clinic-interview-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-head {
        flex-direction: column-reverse;
        padding: 0 10px;
    }
}
.p-clinic-interview-head__img {
    width: 420px;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-head__img {
        width: 275px;
        max-width: 100%;
        margin-inline: auto;
    }
}
.p-clinic-interview-head__img > img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 420/560;
}
.p-clinic-interview-head__content {
    width: 700px;
    max-width: 100%;
}
.p-clinic-interview-head__lead {
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-head__lead {
        font-size: 20px;
    }
}
.p-clinic-interview-head__info {
    padding: 20px;
    background-color: var(--bg-gray);
}
.p-clinic-interview-head__name {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}
.p-clinic-interview-head__kana {
    padding-left: 20px;
    font-size: 16px;
}
.p-clinic-interview-head__category {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
    padding: 0;
    margin: 0 0 4px;
    list-style: none;
    /* 色変更 */
}
.p-clinic-interview-head__category > li {
    position: relative;
    padding-left: 1em;
    color: #365f9f;
}
.p-clinic-interview-head__category > li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "●";
}
.p-clinic-interview-head__category--clinic {
    color: var(--orange-dark);
}
.p-clinic-interview-head__category--dental {
    color: var(--green-dark);
}
.p-clinic-interview-head__category--blue {
    color: var(--blue-dark);
}
.p-clinic-interview-head__text {
    line-height: 1.6;
}

.p-clinic-interview-body__content {
    margin-bottom: 40px;
    /* 偶数コンテンツ */
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-body__content {
        margin-bottom: 30px;
    }
}
.p-clinic-interview-body__content:nth-child(even)
    .p-clinic-interview-body__img {
    float: left;
    margin: 0 30px 30px 0;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-body__content:nth-child(even)
        .p-clinic-interview-body__img {
        float: none;
        margin: 20px auto 0;
        text-align: center;
    }
}
.p-clinic-interview-body__title {
    position: relative;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-body__title {
        font-size: 20px;
    }
}
.p-clinic-interview-body__title::before {
    position: relative;
    top: 0;
    left: 0;
    content: "■";
}
.p-clinic-interview-body__text {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-body__text {
        display: flex;
        flex-flow: column-reverse wrap;
    }
}
.p-clinic-interview-body__text:last-of-type {
    margin-bottom: 0;
}
.p-clinic-interview-body__text::after {
    content: "";
    display: block;
    clear: both;
}
.p-clinic-interview-body__img {
    float: right;
    width: 320px;
    margin: 0 0 30px 30px;
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-body__img {
        float: none;
        margin: 20px auto 0;
        text-align: center;
    }
}
.p-clinic-interview-body__img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 340/240;
}

.p-clinic-interview-body-memo {
    padding: 20px;
    background-color: var(--bg-gray);
}
.p-clinic-interview-body-memo__title {
    margin-bottom: 6px;
    font-weight: bold;
}
.p-clinic-interview-body-memo__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
}
.p-clinic-interview-body-memo__item {
    display: flex;
    flex-wrap: wrap;
}
.p-clinic-interview-body-memo__item > dt {
    position: relative;
    padding-left: 1em;
}
.p-clinic-interview-body-memo__item > dt::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "■";
}

.p-clinic-interview-link__inner {
    display: block;
    position: relative;
    padding: 20px 40px 20px 20px;
    border: 2px solid var(--main-color);
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-link__inner {
        padding: 20px 30px 20px 20px;
    }
}
.p-clinic-interview-link__inner::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 30px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .p-clinic-interview-link__inner::after {
        right: 10px;
    }
}
.p-clinic-interview-link__lead {
    margin-bottom: 6px;
    color: var(--main-color);
}
.p-clinic-interview-link__title {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
}

/* クリニック 患者レビュー
--------------------------- */
.p-clinic-review {
    background-color: #fff;
}
.p-clinic-review__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-clinic-review__inner {
        padding: 0 10px;
    }
}
.p-clinic-review__inner-small {
    width: 980px;
    max-width: 100%;
    padding: 0 40px;
    margin-inline: auto;
}
.p-clinic-review__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-clinic-review__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-clinic-review__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-clinic-review__title {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.p-clinic-review__lead {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-clinic-review__lead {
        font-size: 22px;
    }
}

.p-clinic-review-mv {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background-color: #1e1e1e;
}
@media screen and (max-width: 767px) {
    .p-clinic-review-mv {
        position: relative;
        width: calc(100% - 20px);
        margin-inline: 10px;
        padding: 0 0 20px;
    }
}
.p-clinic-review-mv__youtube > iframe {
    width: 854px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 854/480;
    margin: auto;
    object-fit: cover;
    object-position: center;
    border: 1px solid transparent;
    border: none;
}
.p-clinic-review-mv__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 1em;
    padding: 20px 0 0;
}
.p-clinic-review-mv__list > li {
    position: relative;
    color: #fff;
    list-style: none;
    padding: 0;
}
.p-clinic-review-mv__list > li + li::after {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0;
    height: 0;
    content: "／";
}

.p-clinic-review-block-container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
    .p-clinic-review-block-container {
        padding: 0 10px 10px;
    }
}

.p-clinic-review-block01 {
    margin-bottom: 40px;
    padding-top: 60px;
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-clinic-review-block01 {
        margin-bottom: 20px;
        padding-top: 20px;
    }
}
.p-clinic-review-block01__title {
    height: 86px;
    background: url("/assets/img/clinicList/medal.png") no-repeat 35px 0;
    color: #fff;
    background-color: var(--gray-dark);
    padding: 30px 20px 10px 100px;
    font-weight: bold;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .p-clinic-review-block01__title {
        height: 66px;
        padding: 20px 20px 10px 65px;
        font-size: 18px;
        background-position: 15px 0;
        background-size: 35px auto;
    }
}
.p-clinic-review-block01__text {
    padding: 40px;
    background-color: var(--gray-light);
}
@media screen and (max-width: 767px) {
    .p-clinic-review-block01__text {
        padding: 20px;
    }
}
.p-clinic-review-block01--clinic .p-clinic-review-block01__title {
    background-color: var(--orange-dark);
}
.p-clinic-review-block01--clinic .p-clinic-review-block01__text {
    background-color: var(--orange-light);
}
.p-clinic-review-block01--dental .p-clinic-review-block01__title {
    background-color: var(--green-dark);
}
.p-clinic-review-block01--dental .p-clinic-review-block01__text {
    background-color: var(--green-light);
}
.p-clinic-review-block01--animal .p-clinic-review-block01__title {
    background-color: var(--blue-dark);
}
.p-clinic-review-block01--animal .p-clinic-review-block01__text {
    background-color: var(--blue-light);
}

.p-clinic-review-block02 {
    margin-bottom: 40px;
    padding: 40px;
    background-color: var(--gray-light);
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-clinic-review-block02 {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.p-clinic-review-block02__title {
    margin-bottom: 30px;
    color: var(--gray-dark);
    padding: 0 0 3px 35px;
    font-weight: bold;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .p-clinic-review-block02__title {
        margin-bottom: 20px;
        padding: 1px 0 1px 35px;
        font-size: 18px;
        background-size: 22px auto !important;
    }
}
.p-clinic-review-block02__list {
    margin: 0;
    padding: 0;
}
.p-clinic-review-block02__list > dt {
    position: relative;
    padding-left: 1.1em;
    line-height: 1.6;
    font-weight: bold;
}
.p-clinic-review-block02__list > dt::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.p-clinic-review-block02__list > dd {
    position: relative;
    margin-bottom: 20px;
    padding-left: 1.1em;
    line-height: 1.6;
}
.p-clinic-review-block02__list > dd::before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    color: #f30;
    font-weight: bold;
}
.p-clinic-review-block02__list > dd:last-of-type {
    margin-bottom: 0;
}
.p-clinic-review-block02--clinic {
    background-color: var(--orange-light);
}
.p-clinic-review-block02--clinic .p-clinic-review-block02__title {
    color: var(--orange-dark);
}
.p-clinic-review-block02--clinic.p-clinic-review-block02--woman
    .p-clinic-review-block02__title {
    background: url("/assets/img/clinicList/icon-woman.png") no-repeat 0 1px;
}
.p-clinic-review-block02--clinic.p-clinic-review-block02--man
    .p-clinic-review-block02__title {
    background: url("/assets/img/clinicList/icon-man.png") no-repeat 0 1px;
}
.p-clinic-review-block02--dental {
    background-color: var(--green-light);
}
.p-clinic-review-block02--dental .p-clinic-review-block02__title {
    color: var(--green-dark);
}
.p-clinic-review-block02--dental.p-clinic-review-block02--woman
    .p-clinic-review-block02__title {
    background: url("/assets/img/clinicList/icon-woman-d.png") no-repeat 0 1px;
}
.p-clinic-review-block02--dental.p-clinic-review-block02--man
    .p-clinic-review-block02__title {
    background: url("/assets/img/clinicList/icon-man-d.png") no-repeat 0 1px;
}
.p-clinic-review-block02--animal {
    background-color: var(--blue-light);
}
.p-clinic-review-block02--animal .p-clinic-review-block02__title {
    color: var(--blue-dark);
}
.p-clinic-review-block02--animal.p-clinic-review-block02--woman
    .p-clinic-review-block02__title {
    background: url("/assets/img/clinicList/icon-woman-a.png") no-repeat 0 1px;
}
.p-clinic-review-block02--animal.p-clinic-review-block02--man
    .p-clinic-review-block02__title {
    background: url("/assets/img/clinicList/icon-man-a.png") no-repeat 0 1px;
}

/* 教えてドクター
--------------------------- */
.p-disease-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-disease-search {
        padding: 20px 10px;
    }
}
.p-disease-search__btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-disease-search__btn-area {
        gap: 2px;
    }
}
.p-disease-search__btn {
    width: calc(33.3% - 26.6666666667px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-disease-search__btn {
        width: 100%;
    }
}
.p-disease-search__btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 40px 12px 35px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-disease-search__btn a {
        padding: 15px 40px 12px 20px;
        font-size: 16px;
        text-align: left;
        border-radius: 0;
    }
}
.p-disease-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.p-disease-search__btn--clinic a {
    background-color: var(--orange-dark);
}
.p-disease-search__btn--dental a {
    background-color: var(--green-dark);
}
.p-disease-search__btn--animal a {
    background-color: var(--blue-dark);
}

.p-disease {
    padding-bottom: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-disease {
        padding-bottom: 30px;
    }
}
.p-disease__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-disease__inner {
        padding: 0 10px;
    }
}
.p-disease__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-disease__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-disease__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-disease__title {
        font-size: 22px;
    }
}
.p-disease__record {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-disease__record {
        font-size: 14px;
    }
}

.p-disease-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-disease-block01 {
        gap: 20px;
        padding-bottom: 30px;
    }
}
.p-disease-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-disease-block01__item {
        width: 100%;
    }
}

/* 患者レビュー
--------------------------- */
.p-patient-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-patient-search {
        padding: 20px 10px;
    }
}
.p-patient-search__btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-patient-search__btn-area {
        gap: 2px;
    }
}
.p-patient-search__btn {
    width: calc(33.3% - 26.6666666667px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-patient-search__btn {
        width: 100%;
    }
}
.p-patient-search__btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 27px 12px 16px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-patient-search__btn a {
        padding: 15px 40px 12px 20px;
        font-size: 16px;
        border-radius: 0;
        text-align: left;
    }
}
.p-patient-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.p-patient-search__btn--clinic a {
    background-color: var(--orange-dark);
}
.p-patient-search__btn--dental a {
    background-color: var(--green-dark);
}
.p-patient-search__btn--animal a {
    background-color: var(--blue-dark);
}

.p-patient {
    padding-bottom: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-patient {
        padding-bottom: 30px;
    }
}
.p-patient__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-patient__inner {
        padding: 0 10px;
    }
}
.p-patient__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-patient__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-patient__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-patient__title {
        font-size: 22px;
    }
}
.p-patient__record {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-patient__record {
        font-size: 14px;
    }
}

.p-patient-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-patient-block01 {
        gap: 20px;
        padding-bottom: 30px;
    }
}
.p-patient-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-patient-block01__item {
        width: 100%;
    }
}

/*  各検索ページ 共通
--------------------------- */
.p-search-input-area {
    margin-bottom: 132px;
}
@media screen and (max-width: 767px) {
    .p-search-input-area {
        margin-bottom: 90px;
    }
}
.p-search-input-area > section:first-child {
    border-top: solid 10px #e0e0e0;
}

.p-search-common {
    background-color: #fff;
}
.p-search-common__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-search-common__inner {
        padding: 0 10px;
    }
}
.p-search-common__heading-wrap {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-search-common__heading-wrap {
        padding: 30px 0;
    }
}
.p-search-common__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-search-common__title {
        font-size: 22px;
    }
}

/* 各サイトマップ
--------------------------- */
.p-search-sitemap {
    background-color: #fff;
}
.p-search-sitemap__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-search-sitemap__inner {
        padding: 0 10px;
    }
}
.p-search-sitemap__heading-wrap {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-search-sitemap__heading-wrap {
        padding: 30px 0;
    }
}
.p-search-sitemap__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-search-sitemap__title {
        font-size: 22px;
    }
}

.p-search-sitemap-common {
    border-top: solid 2px #e0e0e0;
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-search-sitemap-common {
        padding: 30px 10px 10px;
    }
}
.p-search-sitemap-common__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
}

.p-search-sitemap-common-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    /* 色変更 */
}
.p-search-sitemap-common-list__head-text {
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.p-search-sitemap-common-list__head-text::before {
    content: "■";
    position: relative;
    top: 0;
    left: 0;
}
.p-search-sitemap-common-list__body {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.p-search-sitemap-common-list__item > a {
    display: block;
    padding: 8px 16px 9px;
    background-color: var(--gray-light);
    text-align: center;
    color: var(--gray-dark);
    cursor: pointer;
    font-size: 14px;
}
.p-search-sitemap-common-list--clinic .p-search-sitemap-common-list__item > a {
    background-color: var(--orange-light);
}
.p-search-sitemap-common-list--dental .p-search-sitemap-common-list__item > a {
    background-color: var(--green-light);
}
.p-search-sitemap-common-list--animal .p-search-sitemap-common-list__item > a {
    background-color: var(--blue-light);
}

/* 医師・歯科医師・獣医師の一覧
--------------------------- */
.p-interviewList-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-interviewList-search {
        padding: 20px 10px;
    }
}
.p-interviewList-search__btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-interviewList-search__btn-area {
        gap: 2px;
    }
}
.p-interviewList-search__btn {
    width: calc(33.3% - 26.6666666667px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-interviewList-search__btn {
        width: 100%;
    }
}
.p-interviewList-search__btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 40px 12px 35px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-interviewList-search__btn a {
        padding: 15px 40px 12px 20px;
        font-size: 16px;
        text-align: left;
        border-radius: 0;
    }
}
.p-interviewList-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.p-interviewList-search__btn--clinic a {
    background-color: var(--orange-dark);
}
.p-interviewList-search__btn--dental a {
    background-color: var(--green-dark);
}
.p-interviewList-search__btn--animal a {
    background-color: var(--blue-dark);
}

.p-interviewList {
    padding-bottom: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-interviewList {
        padding-bottom: 30px;
    }
}
.p-interviewList__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-interviewList__inner {
        padding: 0 10px;
    }
}
.p-interviewList__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-interviewList__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-interviewList__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-interviewList__title {
        font-size: 22px;
    }
}
.p-interviewList__record {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-interviewList__record {
        font-size: 14px;
    }
}

.p-interviewList-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-interviewList-block01 {
        gap: 20px 10px;
        padding-bottom: 30px;
    }
}
.p-interviewList-block01__item {
    width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
    .p-interviewList-block01__item {
        width: calc(50% - 5px);
    }
}
.p-interviewList-block01__link {
    display: block;
}

/* 健康豆知識 一覧ページ
--------------------------- */
.p-pickupList-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-pickupList-search {
        padding: 20px 10px;
    }
}
.p-pickupList-search__btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-pickupList-search__btn-area {
        gap: 2px;
    }
}
.p-pickupList-search__btn {
    width: calc(25% - 30px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-pickupList-search__btn {
        width: calc(50% - 1px);
    }
}
.p-pickupList-search__btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 40px 12px 35px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-pickupList-search__btn a {
        padding: 15px 40px 12px 20px;
        font-size: 16px;
        border-radius: 0;
        text-align: left;
    }
}
.p-pickupList-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.p-pickupList-search__btn--beauty a {
    background-color: var(--orange);
}
.p-pickupList-search__btn--women a {
    background-color: var(--pink);
}
.p-pickupList-search__btn--sick a {
    background-color: var(--green);
}
.p-pickupList-search__btn--pet a {
    background-color: var(--purple);
}

.p-pickupList {
    padding-bottom: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-pickupList {
        padding-bottom: 30px;
    }
}
.p-pickupList__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-pickupList__inner {
        padding: 0 10px;
    }
}
.p-pickupList__heading-wrap {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-pickupList__heading-wrap {
        padding: 30px 0;
    }
}
.p-pickupList__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-pickupList__title {
        font-size: 22px;
    }
}
.p-pickupList__record {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-pickupList__record {
        font-size: 14px;
    }
}

.p-pickupList-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-pickupList-block01 {
        gap: 20px 10px;
        padding-bottom: 30px;
    }
}
.p-pickupList-block01__item {
    width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
    .p-pickupList-block01__item {
        width: calc(50% - 5px);
    }
}

/* 健康豆知識 詳細ページ
--------------------------- */
.p-pickup {
    background-color: #fff;
}
.p-pickup__inner {
    padding: 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-pickup__inner {
        padding: 30px 10px;
    }
}

.p-pickup-heading {
    display: flex;
    flex-wrap: wrap;
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-pickup-heading {
        position: relative;
    }
}
.p-pickup-heading__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .p-pickup-heading__content {
        position: absolute;
        inset: 0;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        margin: auto;
        padding: 60px 30px;
        z-index: 2;
        background-color: var(--gray-dark);
        opacity: 0.9;
    }
}
.p-pickup-heading__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-pickup-heading__title {
        font-size: 22px;
    }
}
.p-pickup-heading__img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 767px) {
    .p-pickup-heading__img {
        width: 100%;
    }
}
.p-pickup-heading__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 580/435;
}
@media screen and (max-width: 767px) {
    .p-pickup-heading__img > img {
        height: auto;
        aspect-ratio: unset;
    }
}
.p-pickup-heading--beauty .p-pickup-heading__content {
    background-color: var(--orange);
}
.p-pickup-heading--women .p-pickup-heading__content {
    background-color: var(--pink);
}
.p-pickup-heading--sick .p-pickup-heading__content {
    background-color: var(--green);
}
.p-pickup-heading--pet .p-pickup-heading__content {
    background-color: var(--purple);
}
.p-pickup-heading__date {
    padding-top: 10px;
    text-align: right;
    font-size: 12px;
    color: var(--gray-text);
}
.p-pickup-heading__new {
    padding-right: 0.5em;
    color: #900;
}

.p-pickup-block01__inner {
    width: 1000px;
    max-width: 100%;
    margin-inline: auto;
    padding: 0 40px 60px;
}
@media screen and (max-width: 767px) {
    .p-pickup-block01__inner {
        padding: 0 10px 30px;
    }
}
.p-pickup-block01__content {
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-pickup-block01__content {
        font-size: 16px;
    }
}
.p-pickup-block01__content a {
    color: var(--main-color);
}
.p-pickup-block01__content a:hover {
    text-decoration: underline;
    opacity: 1;
}

.p-pickup-block02 {
    padding: 40px 40px 60px;
    background-color: #fff;
    border-top: solid 10px #e0e0e0;
}
@media screen and (max-width: 767px) {
    .p-pickup-block02 {
        padding: 30px 10px;
    }
}
.p-pickup-block02__title {
    padding: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-pickup-block02__title {
        padding: 0 0 30px;
        font-size: 18px;
    }
}
.p-pickup-block02__title > span {
    position: relative;
}
.p-pickup-block02__title > span::before {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 15px;
    height: 2px;
    content: "";
    background-color: #000;
}
.p-pickup-block02__title > span::after {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 15px;
    height: 2px;
    content: "";
    background-color: #000;
}
.p-pickup-block02__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-pickup-block02__row {
        gap: 20px 10px;
    }
}
.p-pickup-block02__row__item {
    width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
    .p-pickup-block02__row__item {
        width: calc(50% - 5px);
    }
}

/* 症状から病気を探す
--------------------------- */
.p-condition-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-condition-search {
        padding: 20px 10px;
    }
}
.p-condition-search__btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 40px;
}
.p-condition-search__btn {
    width: calc(50% - 20px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-condition-search__btn {
        width: 100%;
    }
}
.p-condition-search__btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 40px 12px 35px;
    color: #fff;
    background-color: var(--btn-blue);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-condition-search__btn a {
        padding: 15px 40px 12px 20px;
        text-align: left;
        border-radius: 0;
    }
}
.p-condition-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.p-condition-search__btn--beauty a {
    background-color: var(--orange);
}
.p-condition-search__btn--women a {
    background-color: var(--pink);
}
.p-condition-search__btn--sick a {
    background-color: var(--green);
}
.p-condition-search__btn--pet a {
    background-color: var(--purple);
}

.p-condition {
    background-color: #fff;
}
.p-condition__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-condition__inner {
        padding: 0 10px;
    }
}
.p-condition__heading-wrap {
    padding: 40px 0;
    min-height: 48px; /* 見出し1行分の高さを先取り（PC） */
    display: grid;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .p-condition__heading-wrap {
        padding: 30px 0;
        min-height: 36px; /* 見出し1行分の高さを先取り（SP） */
    }
}
.p-condition__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-condition__title {
        font-size: 22px;
    }
}

.p-condition-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-condition-block01 {
        padding-bottom: 30px;
    }
}
.p-condition-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-condition-block01__item {
        width: 100%;
    }
}

/* 症状から病気を探す 第2階層
--------------------------- */
.p-condition-cat-block01 {
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-condition-cat-block01 {
        padding-bottom: 30px;
    }
}
.p-condition-cat-block01__item:nth-child(even) > a {
    background-color: var(--gray-light);
}
.p-condition-cat-block01__item > a {
    display: block;
    position: relative;
    background-color: var(--gray-exlight);
    padding: 30px 60px 30px 30px;
}
@media screen and (max-width: 767px) {
    .p-condition-cat-block01__item > a {
        padding: 20px 40px 20px 20px;
    }
}
.p-condition-cat-block01__item > a::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 30px;
    width: 20px;
    height: 20px;
    border-top: 1px solid var(--gray-dark);
    border-right: 1px solid var(--gray-dark);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .p-condition-cat-block01__item > a::after {
        top: calc(50% - 7.5px);
        right: 20px;
        width: 15px;
        height: 15px;
    }
}
.p-condition-cat-block01__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-condition-cat-block01__title {
        font-size: 18px;
    }
}
.p-condition-cat-block01__list {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .p-condition-cat-block01__list {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}
.p-condition-cat-block01__list > li {
    position: relative;
    display: inline;
    padding: 0 1em 0 1.1em;
}
@media screen and (max-width: 767px) {
    .p-condition-cat-block01__list > li {
        display: inline-block;
    }
}
.p-condition-cat-block01__list > li::before {
    content: "●";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--gray-dark);
}
.p-condition-cat-block01__memo {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #f00;
}

/* 症状から病気を探す 第3階層
--------------------------- */
.p-condition-tag-lead {
    margin-bottom: 40px;
    padding: 30px;
    background-color: var(--gray-exlight);
}
@media screen and (max-width: 767px) {
    .p-condition-tag-lead {
        margin-bottom: 20px;
        padding: 20px;
    }
}

.p-condition-tag-block01 {
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-condition-tag-block01 {
        padding-bottom: 10px;
    }
}
.p-condition-tag-block01__item {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-condition-tag-block01__item {
        margin-bottom: 20px;
    }
}
.p-condition-tag-block01__item > a {
    display: block;
}
.p-condition-tag-block01__head {
    position: relative;
    padding: 30px 60px 30px 30px;
    background-color: var(--gray-dark);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-condition-tag-block01__head {
        padding: 20px 40px 20px 20px;
    }
}
.p-condition-tag-block01__head::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 30px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .p-condition-tag-block01__head::after {
        top: calc(50% - 7.5px);
        right: 20px;
        width: 15px;
        height: 15px;
    }
}
.p-condition-tag-block01__title {
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-condition-tag-block01__title {
        font-size: 18px;
    }
}
.p-condition-tag-block01__body {
    padding: 30px;
    background-color: var(--gray-exlight);
}
@media screen and (max-width: 767px) {
    .p-condition-tag-block01__body {
        padding: 20px;
    }
}
.p-condition-tag-block01__description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.p-condition-tag-block01__category-title {
    font-size: 16px;
}
.p-condition-tag-block01__category-title--clinic {
    color: var(--orange-dark);
}
.p-condition-tag-block01__category-title--dental {
    color: var(--green-dark);
}
.p-condition-tag-block01__category-title--animal {
    color: var(--blue-dark);
}
.p-condition-tag-block01__category {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
    padding: 0;
    margin: 0;
    list-style: none;
}
.p-condition-tag-block01__category > li {
    position: relative;
    padding-left: 1em;
    font-size: 16px;
}
.p-condition-tag-block01__category > li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "●";
}
.p-condition-tag-block01__category--clinic > li {
    color: var(--orange-dark);
}
.p-condition-tag-block01__category--dental > li {
    color: var(--green-dark);
}
.p-condition-tag-block01__category--animal > li {
    color: var(--blue-dark);
}
.p-condition-tag-block01__memo {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #f00;
}

/* 症状から病気を探す 詳細ページ
--------------------------- */
.p-condition-detail-block01 {
    margin-bottom: 40px;
    padding: 30px;
    background-color: var(--gray-exlight);
}
@media screen and (max-width: 767px) {
    .p-condition-detail-block01 {
        margin-bottom: 30px;
        padding: 20px;
    }
}
.p-condition-detail-block01__title {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}
.p-condition-detail-block01__text {
    margin-bottom: 20px;
}
.p-condition-detail-block01__category-title {
    font-size: 16px;
}
.p-condition-detail-block01__category-title--clinic {
    color: var(--orange-dark);
}
.p-condition-detail-block01__category-title--dental {
    color: var(--green-dark);
}
.p-condition-detail-block01__category-title--animal {
    color: var(--blue-dark);
}
.p-condition-detail-block01__category {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
    padding: 0;
    margin: 0;
    list-style: none;
}
.p-condition-detail-block01__category > li {
    position: relative;
    padding-left: 1em;
    font-size: 16px;
}
.p-condition-detail-block01__category > li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "●";
}
.p-condition-detail-block01__category--clinic > li {
    color: var(--orange-dark);
}
.p-condition-detail-block01__category--dental > li {
    color: var(--green-dark);
}
.p-condition-detail-block01__category--animal > li {
    color: var(--blue-dark);
}
.p-condition-detail-block01__memo {
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #f00;
}

.p-condition-detail-block02 {
    padding: 0 40px 20px;
    background-color: #fff;
    border-top: solid 10px #e0e0e0;
}
@media screen and (max-width: 767px) {
    .p-condition-detail-block02 {
        padding: 0 10px 10px;
    }
}
.p-condition-detail-block02__heading-wrap {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-condition-detail-block02__heading-wrap {
        padding: 30px 0;
    }
}
.p-condition-detail-block02__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-condition-detail-block02__title {
        font-size: 22px;
    }
}
.p-condition-detail-block02__record {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-condition-detail-block02__record {
        font-size: 14px;
    }
}
.p-condition-detail-block02__item {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .p-condition-detail-block02__item {
        margin-bottom: 20px;
    }
}

.p-condition-detail-similar {
    padding: 60px 40px;
}
@media screen and (max-width: 767px) {
    .p-condition-detail-similar {
        padding: 30px 10px;
    }
}
.p-condition-detail-similar__inner {
    padding: 30px;
    line-height: 1.6;
    background-color: var(--gray-exlight);
}
.p-condition-detail-similar__title {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-condition-detail-similar__title {
        font-size: 18px;
    }
}
.p-condition-detail-similar__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
    padding: 0;
    margin: 0;
    list-style: none;
}
.p-condition-detail-similar__list > li {
    position: relative;
    padding-left: 1em;
    font-size: 16px;
}
.p-condition-detail-similar__list > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "●";
    color: var(--gray-dark);
}
.p-condition-detail-similar__list > li > a:hover {
    text-decoration: underline;
    opacity: 1;
}

/* NEWS 一覧ページ
--------------------------- */
.p-newsList {
    padding-bottom: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-newsList {
        padding-bottom: 30px;
    }
}
.p-newsList__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-newsList__inner {
        padding: 0 10px;
    }
}
.p-newsList__heading-wrap {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .p-newsList__heading-wrap {
        padding: 30px 0;
    }
}
.p-newsList__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-newsList__title {
        font-size: 22px;
    }
}
.p-newsList__record {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-newsList__record {
        font-size: 14px;
    }
}

.p-newsList-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-newsList-block01 {
        gap: 20px 10px;
        padding-bottom: 30px;
    }
}
.p-newsList-block01__item {
    width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
    .p-newsList-block01__item {
        width: calc(50% - 5px);
    }
}

/* NEWS 詳細ページ
--------------------------- */
.p-news {
    background-color: #fff;
}
.p-news__inner {
    padding: 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-news__inner {
        padding: 30px 10px;
    }
}

.p-news-heading {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--blue-dark);
}
@media screen and (max-width: 767px) {
    .p-news-heading {
        position: relative;
        background-color: transparent;
    }
}
.p-news-heading__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .p-news-heading__content {
        position: absolute;
        inset: 0;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        margin: auto;
        padding: 60px 30px;
        z-index: 2;
        background-color: var(--blue-dark);
        opacity: 0.9;
    }
}
.p-news-heading__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-news-heading__title {
        font-size: 22px;
    }
}
.p-news-heading__img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 767px) {
    .p-news-heading__img {
        width: 100%;
    }
}
.p-news-heading__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 580/435;
}
@media screen and (max-width: 767px) {
    .p-news-heading__img > img {
        height: auto;
        aspect-ratio: unset;
    }
}
.p-news-heading__date {
    padding-top: 10px;
    text-align: right;
    font-size: 12px;
    color: var(--gray-text);
}
.p-news-heading__new {
    padding-right: 0.5em;
    color: #900;
}

.p-news-block01__inner {
    width: 1000px;
    max-width: 100%;
    margin-inline: auto;
    padding: 0 40px 60px;
}
@media screen and (max-width: 767px) {
    .p-news-block01__inner {
        padding: 0 10px 30px;
    }
}
.p-news-block01__content {
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-news-block01__content {
        font-size: 16px;
    }
}
.p-news-block01__content a {
    color: var(--main-color);
}
.p-news-block01__content a:hover {
    text-decoration: underline;
    opacity: 1;
}

.p-news-block02 {
    padding: 40px 40px 60px;
    background-color: #fff;
    border-top: solid 10px #e0e0e0;
}
@media screen and (max-width: 767px) {
    .p-news-block02 {
        padding: 30px 10px;
    }
}
.p-news-block02__title {
    padding: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-news-block02__title {
        padding: 0 0 30px;
        font-size: 18px;
    }
}
.p-news-block02__title > span {
    position: relative;
}
.p-news-block02__title > span::before {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 15px;
    height: 2px;
    content: "";
    background-color: #000;
}
.p-news-block02__title > span::after {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 15px;
    height: 2px;
    content: "";
    background-color: #000;
}
.p-news-block02__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-news-block02__row {
        gap: 20px 10px;
    }
}
.p-news-block02__row__item {
    width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
    .p-news-block02__row__item {
        width: calc(50% - 5px);
    }
}

/* 医師が推薦するクリニック・医院
--------------------------- */
.p-recommend-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-recommend-search {
        padding: 20px 10px;
    }
}
.p-recommend-search__btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-recommend-search__btn-area {
        gap: 2px;
    }
}
.p-recommend-search__btn {
    width: calc(33.3% - 26.6666666667px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-recommend-search__btn {
        width: 100%;
    }
}
.p-recommend-search__btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 40px 12px 35px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-recommend-search__btn a {
        padding: 15px 40px 12px 20px;
        border-radius: 0;
        text-align: left;
    }
}
.p-recommend-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.p-recommend-search__btn--clinic a {
    background-color: var(--orange-dark);
}
.p-recommend-search__btn--dental a {
    background-color: var(--green-dark);
}
.p-recommend-search__btn--animal a {
    background-color: var(--blue-dark);
}

.p-recommend {
    padding-bottom: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-recommend {
        padding-bottom: 30px;
    }
}
.p-recommend__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-recommend__inner {
        padding: 0 10px;
    }
}
.p-recommend__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-recommend__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-recommend__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-recommend__title {
        font-size: 22px;
    }
}
.p-recommend__record {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-recommend__record {
        font-size: 14px;
    }
}

.p-recommend-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-recommend-block01 {
        gap: 20px;
        padding-bottom: 30px;
    }
}
.p-recommend-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-recommend-block01__item {
        width: 100%;
    }
}

/* 病名から病気を探す
--------------------------- */
.p-search-condition {
    border-top: solid 2px #e0e0e0;
    padding: 40px 40px 60px;
}
.p-search-condition--first {
    border-top: solid 10px #e0e0e0;
}
@media screen and (max-width: 767px) {
    .p-search-condition {
        padding: 30px 10px;
    }
}
.p-search-condition__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-search-condition__title {
        margin-bottom: 30px;
        font-size: 18px;
    }
}
.p-search-condition__select-wrap {
    position: relative;
    width: 800px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
    .p-search-condition__select-wrap {
        margin: 0 auto 20px;
    }
}
.p-search-condition__select-wrap::before {
    content: "";
    position: absolute;
    top: 53%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--gray-dark);
    transform: translateY(-50%);
    pointer-events: none;
}
.p-search-condition__select {
    width: 800px;
    max-width: 100%;
    height: 50px;
    padding: 10px;
    border: none;
    background-color: var(--gray-light);
    color: var(--gray-dark);
    outline: none;
    appearance: none;
    font-size: 16px;
}
.p-search-condition__select option {
    color: #000;
    background-color: #fff;
}
.p-search-condition__input {
    display: block;
    width: 240px;
    transition: 0.3s;
    position: relative;
    height: 50px;
    margin-inline: auto;
    padding: 10px 20px 12px;
    color: #fff;
    background-color: var(--btn-blue);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .p-search-condition__input {
        width: 100%;
        font-size: 16px;
        border-radius: 0;
    }
}

/* 教えてドクター 検索
--------------------------- */
.p-search-disease {
    border-top: solid 2px #e0e0e0;
    padding: 40px 40px 60px;
}
.p-search-disease--first {
    border-top: solid 10px #e0e0e0;
}
@media screen and (max-width: 767px) {
    .p-search-disease {
        padding: 30px 10px;
    }
}
.p-search-disease__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-search-disease__title {
        margin-bottom: 30px;
        font-size: 18px;
    }
}
.p-search-disease__select-wrap {
    position: relative;
    width: 800px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
    .p-search-disease__select-wrap {
        margin: 0 auto 20px;
    }
}
.p-search-disease__select-wrap::before {
    content: "";
    position: absolute;
    top: 53%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--gray-dark);
    transform: translateY(-50%);
    pointer-events: none;
}
.p-search-disease__select {
    width: 800px;
    max-width: 100%;
    height: 50px;
    padding: 10px;
    border: none;
    background-color: var(--gray-light);
    color: var(--gray-dark);
    outline: none;
    appearance: none;
    font-size: 16px;
}
.p-search-disease__select option {
    color: #000;
    background-color: #fff;
}
.p-search-disease__input {
    display: block;
    width: 240px;
    transition: 0.3s;
    position: relative;
    height: 50px;
    margin-inline: auto;
    padding: 10px 20px 12px;
    color: #fff;
    background-color: var(--btn-blue);
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .p-search-disease__input {
        width: 100%;
        font-size: 16px;
        border-radius: 0;
    }
}

/* 求人
--------------------------- */
.p-job {
    background-color: #fff;
}
.p-job__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-job__inner {
        padding: 0 10px;
    }
}
.p-job__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-job__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-job__title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-job__title {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.p-job__lead {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-job__lead {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .p-job-content-wrap {
        padding-inline: 10px;
    }
}

.p-job-head {
    margin-bottom: 40px;
    width: 920px;
    max-width: 100%;
    margin-inline: auto;
    background-color: var(--gray-light);
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-job-head {
        margin-bottom: 20px;
    }
}
.p-job-head__title {
    position: relative;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-job-head__title {
        font-size: 18px;
    }
}
.p-job-head__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #fff;
}
.p-job-head__text {
    padding: 20px;
    line-height: 1.6;
}
.p-job-head--clinic {
    background-color: var(--orange-light);
}
.p-job-head--dental {
    background-color: var(--green-light);
}
.p-job-head--animal {
    background-color: var(--blue-light);
}

.p-job-body {
    margin-bottom: 40px;
    width: 920px;
    max-width: 100%;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-job-body {
        margin-bottom: 20px;
    }
}
.p-job-body__table {
    width: 100%;
    margin-bottom: 20px;
    border: none;
}
.p-job-body__table th {
    width: 150px;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    background-color: var(--bg-gray);
    border: none;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
    border-left: 1px solid var(--border-gray);
    line-height: 1.6;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .p-job-body__table th {
        width: 80px;
        font-size: 14px;
    }
}
.p-job-body__table td {
    padding: 10px;
    text-align: left;
    background-color: #fff;
    border: none;
    border-top: 1px solid var(--border-gray);
    border-right: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-job-body__table td {
        font-size: 14px;
    }
}
.p-job-body__table td a {
    color: var(--main-color);
}
.p-job-body__table td a:hover {
    text-decoration: underline;
    opacity: 1;
}
.p-job-body__list01 {
    list-style: none;
    padding: 0;
}

.p-job-apply {
    margin-bottom: 60px;
    width: 920px;
    max-width: 100%;
    margin-inline: auto;
    padding: 20px;
    text-align: center;
    background-color: var(--bg-gray);
    /* 色変更 */
}
@media screen and (max-width: 767px) {
    .p-job-apply {
        margin-bottom: 30px;
    }
}
.p-job-apply__head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 560px;
    height: 80px;
    max-width: 100%;
    margin: 0 auto 15px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background-color: var(--gray-dark);
}
@media screen and (max-width: 767px) {
    .p-job-apply__head {
        height: 55px;
        margin: 0 auto 10px;
        font-size: 18px;
    }
}
.p-job-apply__tel {
    padding-top: 4px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-job-apply__tel {
        padding-top: 6px;
    }
}
.p-job-apply--clinic {
    background-color: var(--orange-light);
}
.p-job-apply--clinic .p-job-apply__head {
    background-color: var(--orange-dark);
}
.p-job-apply--clinic .p-job-apply__tel > a {
    color: var(--orange-dark);
}
.p-job-apply--dental {
    background-color: var(--green-light);
}
.p-job-apply--dental .p-job-apply__head {
    background-color: var(--green-dark);
}
.p-job-apply--dental .p-job-apply__tel > a {
    color: var(--green-dark);
}
.p-job-apply--animal {
    background-color: var(--blue-light);
}
.p-job-apply--animal .p-job-apply__head {
    background-color: var(--blue-dark);
}
.p-job-apply--animal .p-job-apply__tel > a {
    color: var(--blue-dark);
}

/* 求人 一覧
--------------------------- */
.p-jobList-search {
    margin-bottom: 20px;
    background-color: var(--bg-gray);
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .p-jobList-search {
        padding: 20px 10px;
    }
}
.p-jobList-search__btn-area {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-jobList-search__btn-area {
        gap: 2px;
    }
}
.p-jobList-search__btn {
    width: calc(33.3% - 26.6666666667px);
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-jobList-search__btn {
        width: 100%;
    }
}
.p-jobList-search__btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 15px 40px 12px 35px;
    color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-jobList-search__btn a {
        padding: 15px 40px 12px 20px;
        font-size: 16px;
        border-radius: 0;
        text-align: left;
    }
}
.p-jobList-search__btn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.p-jobList-search__btn--clinic a {
    background-color: var(--orange-dark);
}
.p-jobList-search__btn--dental a {
    background-color: var(--green-dark);
}
.p-jobList-search__btn--animal a {
    background-color: var(--blue-dark);
}

.p-jobList {
    padding-bottom: 60px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-jobList {
        padding-bottom: 30px;
    }
}
.p-jobList__inner {
    padding: 0 40px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-jobList__inner {
        padding: 0 10px;
    }
}
.p-jobList__heading-wrap {
    padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
    .p-jobList__heading-wrap {
        padding: 30px 0 10px;
    }
}
.p-jobList__title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-jobList__title {
        font-size: 22px;
    }
}
.p-jobList__record {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-jobList__record {
        font-size: 14px;
    }
}

.p-jobList-block01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .p-jobList-block01 {
        gap: 20px 10px;
        padding-bottom: 30px;
    }
}
.p-jobList-block01__item {
    width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
    .p-jobList-block01__item {
        width: 100%;
    }
}

/* 休日・夜間・救急の診療案内
--------------------------- */
.p-night {
    padding: 50px 20px 0;
    background-color: #fff;
}
.p-night__inner {
    width: 1000px;
    max-width: 100%;
    margin-inline: auto;
}

.p-night-kv {
    padding-bottom: 17px;
}
.p-night-kv__title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-night-kv__title {
        margin-bottom: 67px;
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) and (width <= 415px) {
    .p-night-kv__title > span {
        display: block;
    }
}

.p-night-kv-block01 {
    position: relative;
}
.p-night-kv-block01__img01 {
    position: absolute;
    inset: -42px auto auto -24px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-night-kv-block01__img01 {
        width: 43%;
        height: auto;
    }
}
.p-night-kv-block01__img02 {
    position: relative;
    right: 19px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-night-kv-block01__img02 {
        right: -2px;
    }
    .p-night-kv-block01__img02 img {
        width: 75%;
        height: auto;
    }
}
.p-night-kv-block01__img03 {
    position: absolute;
    inset: -23px 9px auto auto;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-night-kv-block01__img03 {
        inset: -38px -20px auto auto;
        width: 40%;
        height: auto;
    }
}

.p-night-sec01 {
    padding: 0 0 60px;
}
.p-night-sec01__title {
    width: fit-content;
    position: relative;
    margin: 0 auto 85px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 40px;
    color: #3fb2e0;
}
@media screen and (max-width: 767px) {
    .p-night-sec01__title {
        margin: 0 auto 68px;
        font-size: 28px;
    }
}
.p-night-sec01__title::before {
    content: "";
    position: absolute;
    top: -74px;
    left: -171px;
    width: 132px;
    height: 126px;
    background: url("/assets/img/nightCare/sec01-title-img01.png") no-repeat 0%
        0%;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .p-night-sec01__title::before {
        display: none;
    }
}
.p-night-sec01__title::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -171px;
    width: 132px;
    height: 126px;
    background: url("/assets/img/nightCare/sec01-title-img02.png") no-repeat 0%
        0%;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .p-night-sec01__title::after {
        display: none;
    }
}
.p-night-sec01__style01 {
    letter-spacing: 0.1em;
}
.p-night-sec01__title-big {
    padding-left: 4px;
    font-size: 50px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .p-night-sec01__title-big {
        font-size: 35px;
        padding-left: 0;
    }
}

.p-night-strong {
    position: relative;
}
.p-night-strong::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    mix-blend-mode: multiply;
    border-radius: 10px;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #f7ff04, #f7ff04);
}

.p-night-sec01-block01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}
.p-night-sec01-block01__item {
    width: calc(50% - 20px);
    padding: 35px 25px;
    border-radius: 30px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__item {
        width: 100%;
        padding: 35px 20px;
    }
}
.p-night-sec01-block01__item:first-of-type {
    background: linear-gradient(
        0deg,
        rgba(164, 77, 77, 0.23) 0%,
        rgba(164, 77, 77, 0.23) 38%,
        rgb(253, 133, 133) 38%,
        rgb(253, 133, 133) 100%
    );
    background-color: #fd8585;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__item:first-of-type {
        background: linear-gradient(
            0deg,
            rgba(164, 77, 77, 0.23) 0%,
            rgba(164, 77, 77, 0.23) 43%,
            rgb(253, 133, 133) 43%,
            rgb(253, 133, 133) 100%
        );
        background-color: #fd8585;
    }
}
.p-night-sec01-block01__item:last-of-type {
    background: linear-gradient(
        0deg,
        rgba(155, 103, 0, 0.23) 0%,
        rgba(155, 103, 0, 0.23) 38%,
        rgb(254, 208, 25) 38%,
        rgb(254, 208, 25) 100%
    );
    background-color: #fed019;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__item:last-of-type {
        background: linear-gradient(
            0deg,
            rgba(155, 103, 0, 0.23) 0%,
            rgba(155, 103, 0, 0.23) 43%,
            rgb(254, 208, 25) 43%,
            rgb(254, 208, 25) 100%
        );
        background-color: #fed019;
    }
}
.p-night-sec01-block01__title {
    margin-bottom: 35px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__title {
        font-size: 26px;
    }
}
.p-night-sec01-block01__title > span {
    display: block;
    padding-top: 12px;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__title > span {
        font-size: 22px;
    }
}
.p-night-sec01-block01__push {
    margin-bottom: 18px;
    padding: 11px 10px 30px;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.6;
}
.p-night-sec01-block01__push-num {
    width: fit-content;
    margin: 0 auto;
    font-size: 60px;
    font-weight: bold;
    padding-left: 44px;
    background: url("/assets/img/nightCare/icon-tel.png") no-repeat 0% 55%;
    background-size: 33px auto;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__push-num {
        font-size: 52px;
    }
}
.p-night-sec01-block01__push-text {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__push-text {
        letter-spacing: 0;
    }
}
.p-night-sec01-block01__dial {
    margin-bottom: 21px;
    padding: 10px 10px 20px;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    font-family: "Zen Maru Gothic", serif;
    line-height: 1.6;
}
.p-night-sec01-block01__dial-num {
    width: fit-content;
    margin: 0 auto 1px;
    font-size: 35px;
    font-weight: bold;
    padding-left: 44px;
    background: url("/assets/img/nightCare/icon-tel.png") no-repeat 0% 60%;
    background-size: 33px auto;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__dial-num {
        font-size: 30px;
    }
}
.p-night-sec01-block01__dial-text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .p-night-sec01-block01__dial-text {
        letter-spacing: 0;
    }
}
.p-night-sec01-block01__memo {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.p-night-sec02 {
    padding: 69px 0 100px;
}
.p-night-sec02__title {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 0 33px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 40px;
    line-height: 1.63;
    color: #3fb2e0;
}
@media screen and (max-width: 767px) {
    .p-night-sec02__title {
        padding: 0 0 0 25px;
        font-size: 28px;
    }
}
.p-night-sec02__title::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 56px;
    border-radius: 3px;
    background-color: #f7ff03;
}
@media screen and (max-width: 767px) {
    .p-night-sec02__title::before {
        top: 2px;
        width: 10px;
        height: 96%;
    }
}
.p-night-sec02__text {
    margin-bottom: 100px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-night-sec02__text {
        margin-bottom: 50px;
    }
}

.p-night-table-contents {
    width: 500px;
    max-width: 100%;
    border-radius: 15px;
    border: solid 1px #349ecc;
}
.p-night-table-contents__title {
    padding: 12px 23px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #349ecc;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-night-table-contents__title {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
    }
}
.p-night-table-contents__list {
    list-style-type: none;
    padding: 30px;
}
@media screen and (max-width: 767px) {
    .p-night-table-contents__list {
        padding: 30px 25px;
    }
}
.p-night-table-contents__list > li {
    margin-bottom: 10px;
}
.p-night-table-contents__list > li > a {
    font-weight: bold;
    text-decoration: underline;
}
.p-night-table-contents__list-child {
    list-style-type: none;
    padding: 15px 0 13px 25px;
}
.p-night-table-contents__list-child > li {
    margin-bottom: 10px;
}
.p-night-table-contents__list-child > li > a {
    text-decoration: underline;
}

.p-night-sec03 {
    padding: 0 0 185px;
}
.p-night-sec03__lead {
    margin-bottom: 92px;
    line-height: 2;
}

.p-night-heading {
    position: relative;
    margin-bottom: 42px;
    padding: 21px 20px 22px 75px;
    border-radius: 10px;
    background-color: #1077a4;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.28;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-night-heading {
        padding: 21px 20px 22px 53px;
        font-size: 20px;
    }
}
.p-night-heading::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 28px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: #f7ff04;
}
@media screen and (max-width: 767px) {
    .p-night-heading::before {
        top: 25px;
        left: 20px;
        width: 19px;
        height: 19px;
    }
}

.p-night-sec03-block01 {
    margin-bottom: 130px;
}
.p-night-sec03-block01--last {
    margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
    .p-night-sec03-block01--last {
        margin-bottom: 67px;
    }
}
.p-night-sec03-block01__last-text {
    padding-top: 60px;
}
@media screen and (max-width: 767px) {
    .p-night-sec03-block01__last-text {
        padding-top: 30px;
    }
}
.p-night-sec03-block01__last-text p {
    line-height: 2;
}

.p-night-category {
    display: flex;
    flex-wrap: wrap;
}
.p-night-category__head {
    position: relative;
    width: 246px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-night-category__head {
        width: 100%;
        text-align: center;
    }
}
.p-night-category__title {
    position: absolute;
    top: -12px;
    left: 106px;
    width: fit-content;
    min-width: 140px;
    height: 55px;
    padding: 16px 20px;
    border-radius: 50px;
    background-color: #f2b964;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1090px) {
    .p-night-category__title {
        left: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .p-night-category__title {
        min-width: 120px;
        height: 50px;
        padding: 14px 20px;
        font-size: 20px;
    }
}
.p-night-category__title--01 {
    background-color: #f2b964;
}
.p-night-category__title--02 {
    background-color: #71ba9a;
}
.p-night-category__title--03 {
    background-color: #c49cbd;
}
.p-night-category__title--04 {
    width: 376px;
    background-color: #3fb2e0;
}
@media screen and (max-width: 767px) {
    .p-night-category__title--04 {
        top: -63px;
        left: 40%;
        max-width: 60%;
        height: auto;
        line-height: 1.2;
    }
}
.p-night-category__content {
    width: calc(100% - 246px);
    padding: 52px 0 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-night-category__content {
        width: 100%;
        padding: 32px 0 20px;
        font-size: 18px;
    }
}
.p-night-category__text {
    position: relative;
}
.p-night-category__text::after {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 0;
    width: calc(100% + 50px);
    border-bottom: 4px dotted #ffdaa4;
}
@media screen and (max-width: 767px) {
    .p-night-category__text::after {
        display: none;
    }
}
.p-night-category__text--01::after {
    border-bottom: 4px dotted #ffdaa4;
}
.p-night-category__text--02::after {
    border-bottom: 4px dotted #a0e089;
}
.p-night-category__text--03::after {
    border-bottom: 4px dotted #e1bddb;
}
.p-night-category__text--04::after {
    border-bottom: 4px dotted #3fb2e0;
}

.p-night-point {
    width: calc(100% - 246px);
    margin: -28px 0 70px 246px;
}
@media screen and (max-width: 767px) {
    .p-night-point {
        width: 100%;
        margin: 25px 0 70px;
    }
}
.p-night-point__title {
    position: relative;
    margin-bottom: 34px;
    padding: 4px 10px 4px 38px;
    border-radius: 8px;
    background-color: #f2b964;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    color: #fff;
}
.p-night-point__title::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 16px;
    width: 12px;
    height: 12px;
    background-color: #f7ff04;
    border-radius: 20px;
}
.p-night-point__title--01 {
    background-color: #f2b964;
}
.p-night-point__title--02 {
    background-color: #71ba9a;
}
.p-night-point__title--03 {
    background-color: #c49cbd;
}
.p-night-point__title--04 {
    background-color: #3fb2e0;
}
.p-night-point__list {
    list-style-type: none;
    padding: 0;
}
.p-night-point__list > li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 65px;
    z-index: 2;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .p-night-point__list > li {
        padding-left: 47px;
    }
}
.p-night-point__list > li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 24.5px;
    width: 21px;
    height: 21px;
    background-color: #ffdaa4;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .p-night-point__list > li::before {
        left: 12.5px;
    }
}
.p-night-point__list > li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 30px;
    width: 11px;
    height: 11px;
    background: url("/assets/img/nightCare/icon-check.png") no-repeat 0;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .p-night-point__list > li::after {
        left: 18px;
    }
}
.p-night-point__list--01 > li::before {
    background-color: #ffdaa4;
}
.p-night-point__list--02 > li::before {
    background-color: #a0e089;
}
.p-night-point__list--03 > li::before {
    background-color: #e1bddb;
}
.p-night-point__list--04 > li::before {
    background-color: #3fb2e0;
}

.p-night-exsample__title {
    position: relative;
    padding: 4px 10px 5px 38px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f2b964;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    color: #fff;
}
.p-night-exsample__title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    width: 12px;
    height: 12px;
    background-color: #f7ff04;
    border-radius: 20px;
}
.p-night-exsample__title--01 {
    background-color: #f2b964;
}
.p-night-exsample__title--02 {
    background-color: #71ba9a;
}
.p-night-exsample__title--03 {
    background-color: #c49cbd;
}
.p-night-exsample__title--04 {
    background-color: #3fb2e0;
}
.p-night-exsample__body {
    position: relative;
    padding: 45px 46px 48px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff7eb;
}
@media screen and (max-width: 767px) {
    .p-night-exsample__body {
        padding: 35px 22px 48px;
    }
}
.p-night-exsample__body::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 25px;
}
@media screen and (max-width: 767px) {
    .p-night-exsample__body::after {
        display: none;
    }
}
.p-night-exsample__body--01 {
    background-color: #fff7eb;
}
.p-night-exsample__body--01::after {
    width: 186px;
    height: 226px;
    background: url("/assets/img/nightCare/illust-list01-02.png") no-repeat 0%
        0%;
    background-size: cover;
}
.p-night-exsample__body--02 {
    background-color: #f7fff5;
}
.p-night-exsample__body--02::after {
    width: 183px;
    height: 234px;
    background: url("/assets/img/nightCare/illust-list02-02.png") no-repeat 0%
        0%;
    background-size: cover;
}
.p-night-exsample__body--03 {
    background-color: #fffeff;
}
.p-night-exsample__body--03::after {
    width: 194px;
    height: 215px;
    background: url("/assets/img/nightCare/illust-list03-02.png") no-repeat 0%
        0%;
    background-size: cover;
}
.p-night-exsample__body-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "area1 area2" "area3 area2";
}
@media screen and (max-width: 767px) {
    .p-night-exsample__body-inner {
        display: block;
    }
}
.p-night-exsample__list-wrap--pt01 {
    grid-area: area1;
    margin-bottom: 50px;
}
.p-night-exsample__list-wrap--pt02 {
    grid-area: area2;
}
@media screen and (max-width: 767px) {
    .p-night-exsample__list-wrap--pt02 {
        margin-bottom: 50px;
    }
}
.p-night-exsample__list-wrap--pt03 {
    grid-area: area3;
}
.p-night-exsample__list-title {
    width: 118px;
    height: 42px;
    margin-bottom: 20px;
    padding: 10px 5px 6px;
    background-color: #c28d3e;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}
@media screen and (max-width: 767px) {
    .p-night-exsample__list-title {
        width: 110px;
        height: 40px;
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.p-night-exsample__list-title--01 {
    background-color: #c28d3e;
}
.p-night-exsample__list-title--02 {
    background-color: #4c9675;
}
.p-night-exsample__list-title--03 {
    background-color: #92698b;
}
.p-night-exsample__list {
    list-style-type: none;
    padding: 0 20px 0 0;
}
.p-night-exsample__list > li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 27px;
    line-height: 1.6;
}
.p-night-exsample__list > li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #ffdaa4;
    border-radius: 20px;
}
.p-night-exsample__list--01 li::before {
    background-color: #ffdaa4;
}
.p-night-exsample__list--02 li::before {
    background-color: #a0e089;
}
.p-night-exsample__list--03 li::before {
    background-color: #e1bddb;
}
.p-night-exsample__list--04 li::before {
    background-color: #3fb2e0;
}

.p-night-flow__title {
    position: relative;
    margin-bottom: 65px;
    padding: 4px 10px 5px 38px;
    border-radius: 8px;
    background-color: #3fb2e0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    color: #fff;
}
.p-night-flow__title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    width: 12px;
    height: 12px;
    background-color: #f7ff04;
    border-radius: 20px;
}

.p-night-ol01 {
    margin-bottom: 11px;
}
.p-night-ol01__item {
    display: flex;
    justify-content: space-between;
}
.p-night-ol01__no {
    position: relative;
    width: 50px;
    background-color: #fff;
    z-index: 2;
    padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
    .p-night-ol01__no {
        width: 44px;
    }
}
.p-night-ol01__no::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    width: 2px;
    height: 90%;
    margin: auto;
    border-left: 2px dotted #64aed7;
    z-index: -1;
}
.p-night-ol01__no--last::before {
    display: none;
}
.p-night-ol01__no > p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .p-night-ol01__no > p {
        width: 44px;
        height: 44px;
    }
}
.p-night-ol01__content {
    flex: 1;
    padding: 8px 0 0 24px;
}
@media screen and (max-width: 767px) {
    .p-night-ol01__content {
        padding: 5px 0 0 14px;
    }
}
.p-night-ol01__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.78;
}

.p-night-sec04 {
    padding: 0 0 140px;
    line-height: 2;
}
.p-night-sec04__lead {
    margin-bottom: 95px;
    line-height: 2;
}
.p-night-sec04__title {
    position: relative;
    margin-bottom: 35px;
    padding: 4px 10px 5px 38px;
    border-radius: 10px;
    background-color: #349ecc;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.78;
    color: #fff;
}
.p-night-sec04__title::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    width: 12px;
    height: 12px;
    background-color: #f7ff04;
    border-radius: 20px;
}
.p-night-sec04__content {
    margin-bottom: 115px;
}
.p-night-sec04__content:last-of-type {
    margin-bottom: 0;
}

.p-night-list01 {
    margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
    .p-night-list01 {
        margin-bottom: 55px;
    }
}
.p-night-list01__title {
    margin-bottom: 5px;
    font-weight: bold;
    color: #349ecc;
}
.p-night-list01__list {
    width: fit-content;
    padding: 40px 80px 35px 58px;
    border-radius: 10px;
    background-color: #eefaff;
}
@media screen and (max-width: 767px) {
    .p-night-list01__list {
        padding: 40px 20px 35px 38px;
    }
}
.p-night-list01__list li {
    margin-bottom: 12px;
    font-weight: bold;
}

.p-night-list02 {
    list-style-type: none;
    padding: 0;
}
.p-night-list02 li {
    margin-bottom: 2px;
}
.p-night-list02 li a {
    text-decoration: underline;
    font-weight: bold;
}
.p-night-list02 li:last-of-type {
    padding-top: 4px;
}
.p-night-list02 li:last-of-type a {
    text-decoration: none;
}
