/* header.l-h {
    box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
} */

/* not-found */
.not-found {
    min-height: 48vh;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.not-found .not-found__inner {
    padding: 30px 0px;
}

.not-found .not-found__inner .title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
}

.not-found .not-found__inner .description {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.not-found .buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 60px;
}

.not-found .buttons .btn {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    min-width: 400px;
    border-radius: 4px;
    background-color: white;
    transition: all 350ms ease;
    border: solid 1px #d5d4d2;
}

.not-found .buttons .btn:hover {
    color: white;
    border-color: #ac9977;
    background-color: #ac9977;
}

@media only screen and (max-width: 767px) {
    .not-found .not-found__inner {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .not-found .not-found__inner .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .not-found .buttons {
        margin-top: 40px;
    }

    .not-found .buttons .btn {
        min-width: 280px;
    }
}

.p-searchMenu_select_box .p-searchMenu_select.p-searchMenu_select_freeword {
    flex-basis: 75%;
    margin-bottom: 0px;
}

.p-searchMenu_select_box .p-searchMenu_select_gender {
    margin-bottom: 0px;
}

.p-searchMenu_select_box .p-searchMenu_select {
    flex-basis: 22%;
}

.p-searchMenu_select_gender .btn {
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.btn {
    border: none;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.btn-primary {
    color: white;
    background-color: #454545;
}

@media only screen and (max-width: 1120px) {
    .p-searchMenu_select_box .p-searchMenu_select + .p-searchMenu_select {
        margin-top: 20px;
        height: 80px;
    }
}


/* Keyword Search */
.search__list {
    display: block;
    padding: 0px 0px 2rem;
}

.search__list .search__item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #ccc;
}

.search__item-inner {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    gap: 0px;
}

.search__item-inner ul {
    margin: 0px;
    padding-left: 18px;
}

.search__item-inner ul li {
    margin: 0px;
    padding: 4px 0px;
    list-style-type: disc;
}

.search__item-inner ul li::marker {
    color: #a68b62;
}

.search__item-inner ul li a {
    color: #a68b62;
    padding: 4px 0;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.4;
}

.search__item-inner ul li a:hover {
    color: #a68b62;
    text-decoration: none;
    opacity: 1;
}

.heading__title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .p-searchMenu {
        padding-top: 0px;
    }
    .p-searchMenu .p-searchMenu_in {
        padding-top: 7vw;
    }

    .p-case_list_item_ttl {
        line-height: 1.5;
    }

    .search__result {
        width: 100%;
        padding: 0px 20px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .search__item-inner ul {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px dashed #ccc;
    }

    .search__item-inner ul:nth-last-of-type(1) {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .search__item-inner ul li a {
        color: #444;
        text-decoration: underline;
    }

    .search__item-inner ul li a:hover {
        color: #a68b62;
        text-decoration: none;
    }

    .d-none-xs {
        visibility: hidden !important;
        display: none !important;
        opacity: 0;
    }
}

/* Related Keyword */
.related-keyword {
    width: 100%;
    max-width: 1120px;
    margin: 2rem auto 0px;
    padding: 0px 20px;
}
.related-keyword.bottom {
    margin-bottom: 40px;
}

.related-keyword_title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 8px solid #454545;
    margin-bottom: 20px;
}

.related-keyword .keyword-list {
    line-height: 2;
}

.related-keyword .keyword-list a {
    color: #ac9977;
    margin-right: 10px;
    display: inline-block;
    text-decoration: underline;
}

.related-keyword .keyword-list a:hover {
    color: #454545;
    text-decoration: none;
    opacity: 1;
}

/* Result */
.pc_result_number {
    width: 100%;
    margin: auto;
    display: flex;
    margin-top: 30px;
}

.all_result_number {
    font-size: 18px;
    font-weight: bold;
    margin-right: 12px;
}

.search_btn {
    background-color: #000000;
}
.search_btn:hover {
    background-color: #a68b62;
}

.sub_sentence {
    width: 100%;
    line-height: 1.6;
    margin-top: 1rem;
    margin-bottom: 12px;
    color: #f23333;
}

.p-mv.bg-banner {
    background-image: url('../images/mv_sp.jpg');
}

.empty-data .empty-message {
    line-height: 1.5;
}

.p-case_list_item_img.nsfw {
    overflow: clip;
}
.p-case_list_item_img.nsfw img {
    filter: blur(20px);
    transform: scale(1.02);
}

.p-case_list_item_menu_des {
    line-height: 1.6;
    letter-spacing: .02rem;
    margin-bottom: 16px;
}

.p-case_list_item_menu_des .text-read-more {
    margin-top: 4px;
}

.p-case_list_item_menu_des .read-more,
.p-case_list_item_menu_des .read-less {
    color: #a68b62;
    white-space: nowrap;
    cursor: pointer;
}
.p-case_list_item_menu_des .read-more:hover,
.p-case_list_item_menu_des .read-less:hover {
    text-decoration: underline;
}

.text-author-name {
    line-height: 1.35;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-case_list_item_menu_risk {
    padding-left: 1rem;
}
.p-case_list_item_link .p-case_list_item_menu_name,
.p-case_list_item_link .p-case_list_item_img {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
    .p-case_list .c-lead_mini {
        margin-left: 0px;
        margin-right: 0px;
    }
    .p-case_list_item_link .p-case_list_item_img img {
        width: 100%;
        height: auto;
    }

    .addReadMore.show-less-content .second-section,
    .addReadMore.show-less-content .read-less {
        display: none;
    }

    .addReadMore.show-more-content .read-more {
        display: none;
    }

    .l-sp_fixed .l-trouble {
        margin-top: 0;
        margin-bottom: 60px;
        padding: 24vw 4vw 12vw;
        background: url("../images/search_menu_img_sp.jpg") right top / cover;
    }
}

@media only screen and (max-width:767px) {
    .read-more-container .read-more-btn {
        text-decoration: none;
        cursor: pointer;
    }
    .read-more-container .read-more-btn:hover {
        text-decoration: underline;
    }
    .related-keyword .keyword-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2px 10px;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    .related-keyword .keyword-list a {
        margin-right: 0px;
    }
    .related-keyword .keyword-list .remaining-group {
        display: none;
    }
    .related-keyword .keyword-list.show-more-content {
        max-height: 100%;
        margin-bottom: 0px;
        overflow: inherit;
    }
    .related-keyword .keyword-list.show-more-content .remaining-group {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2px 10px;
    }
}

@media only screen and (min-width: 768px) {
    .heading__title {
        font-size: 36px;
        margin-top: 80px;
        margin-bottom: 46px;
    }

    .search__result {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .search__list .search__item {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .search__item-inner {
        gap: 0 30px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) {
    .related-keyword {
        margin-top: 80px;
    }

    .related-keyword.bottom {
        margin-bottom: 40px;
    }

    .related-keyword_title {
        font-size: 26px;
    }

    .p-mv.bg-banner {
        background-image: url('../images/mv_pc.jpg');
    }
}

@media only screen and (min-width: 1024px) {
    /*.p-case_list_item_menu_des {
        display: none !important;
        overflow: hidden;
    }*/

    .p-case_list_item_menu_doctor_name span.d-none-xs {
        word-wrap: normal;
        white-space: nowrap;
    }

    .text-author-name {
        -webkit-line-clamp: 3;
    }

    .l-h_contactLinks.is-spFixed {
        display: none !important;
    }

    .d-none-md {
        display: none !important;
        visibility: hidden !important;
        opacity: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .related-keyword {
        margin-top: 100px;
    }

    .related-keyword.bottom {
        margin-bottom: 60px;
    }

    .related-keyword_title {
        font-size: 30px;
        margin-bottom: 26px;
    }
}
