.research_bnr.bnr_list{
    align-items: unset;   
}

.research_bnr.bnr_list li.w100{
    width: 100%;
}

.research_bnr.bnr_list li{
    flex-grow: 1;
    width: calc((100% - 40px) / 3);
}

.monograph_list_year{
    font-size: 20px;
    font-weight: bold;
}

.monograph_wrap{
    padding: 0 20px;
}

.monograph_item{
    margin-top: 20px;
    padding: 5px 20px 25px;
    background: #F0F0F0;
}

.monograph_member {
    font-weight: bold;
}

.monograph_title{
    font-size: 22px;
    margin: 15px 0;
    line-height: 1.2;
    font-weight: bold;
}

details + details{
    margin-top:20px;
    padding-top:20px;
    border-top: 1px solid #ddd;
}

summary{
    cursor:pointer;
    transition:.4s;
}

.details_inner{
    padding:0 20px;
}

.monograph_icon{
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #00517e;
    line-height: 1;
    font-size: 14px;
    
}

.monograph_icon.icon_01{
    color: #fff;
    background-color: #00517e;
}

.monograph_icon.icon_02{
    color: #fff;
    background-color: #067e00;
}

.bnr_info{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px 10px 70px;
    height: 100%;
    background: #00507e;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
}

.bnr_info .bnr_info_text{
    width: 100%;
    text-align: left;
    color: #ffffff;
}

.bnr_info .icon_file{
    position: absolute;
    min-width: 50px;
    left: 10px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.bnr_info::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 3px;
    right: 3px;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0)
}

.full_img img {
    border: 1px solid #dedede;
}

.home_mv .swiper-wrapper::before {
    display: none;
}

.home_mv .catch .jp {
    text-shadow: 0px 0px 5px rgb(85 77 102 / 75%);
}

.surgeries_graph_wrap{
    position: relative;
    padding: 0 30px;
}

.graph_wrap .surgeries_graph_wrap{
    width: calc(100% - 340px);
}

.graph_block_col table{
    margin-top: 0;
}

.graph_wrap table{
    width: 340px;
}

.graph_wrap.graph_03 .surgeries_graph_wrap{
    width: calc(100% - 400px);
}

.graph_wrap.graph_03 table{
    width: 400px;
}

.graph_block_col{
    display: flex;
    align-items: center;
}

table .bk02{
    background: #F5F5F5!important;
}

@media screen and (max-width: 767px) {
    .graph_block_col{
        flex-direction: column;
        padding: 0 20px;
    }
    .surgeries_graph_wrap{
        padding: 0;
    }
    .graph_wrap.graph_03 .surgeries_graph_wrap,
    .graph_wrap .surgeries_graph_wrap,
    .graph_wrap table,.graph_wrap.graph_03 table{
        width: 100%;
    }
    .contents_body table{
        margin-top: 10px;
    }
    .page_patient .research_block_wrap{
        padding: 0 20px;
    }

    .page_patient .research_bnr.bnr_list{
        flex-direction: column;
    }

    .page_patient .research_bnr.bnr_list li{
        width: 100%;
    }
    details{
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*
.home_mv .swiper-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgb(0 0 0 / 34%)  0%, rgb(0 0 0 / 18%) 20%, rgb(255 255 255 / 0%) 100%);
    z-index: 1;
}*/

.research_block .bnr_info{
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 6px;
    padding: 12px 15px 10px;
}

.research_block .bnr_info .icon_file{
    position: static;
}

@media screen and (min-width: 768px) {
    .bnr_info{
        min-height: 110px;
    }
}

@media screen and (max-width: 767px) {
    .research_bnr.bnr_list li{
        width: 100% ;
    }
    .bnr_info{
        padding: 10px 10px 10px 70px;
        font-size: 12px;
    }
    .bnr_info[href$=".docx"]::before,
    .bnr_info[href$=".xls"]::before,
    .bnr_info[href$=".xlsx"]::before,
    .bnr_info[href$=".pdf"]::before {
        left: 5px;
    }
    .btn_list01.col4 dd {
        padding-top:50%
    }
    .btn_list01.col4>:nth-child(n+3){
        margin-top: 10px;
    }
    .swiper-wrapper{
        margin-top: 60px;
    }
    .home_mv,
    .home_mv .swiper-wrapper,
    .home_mv .swiper-wrapper .swiper-slide,
    .home_mv .swiper-wrapper .pic {
        height: auto
    }
    .home_mv .swiper-wrapper img {
        width: 100%;
        height: unset
    }
    .home_mv .swiper-wrapper::before {
        background: linear-gradient(180deg,rgb(0 0 0 / 30%)  0%, rgb(0 0 0 / 20%) 15%, rgb(255 255 255 / 0%) 100%);
    }
    .home_mv .catch {
        top: 82px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .page_home .contents_body .btn_list01 + *{
        margin-top: 40px;
    }
    .details_inner .com_btn01{
        margin: 30px 0 0;
    }
    .monograph_wrap .details_inner{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (hover: hover) {
    summary:hover{opacity:.7;}
}