@charset "UTF-8";

#link + .composite_box01 .inner_item_img img {
    width: 100%;
    object-fit: contain;
    font-family: 'object-fit: cover;';
}



#caseblock+section .wrapper_item {
    display: none;
}

.heading.block_header_3.align-left.clicked {
}

#caseblock+section .heading.clicked+.wrapper_item {
    display: block;
}

#caseblock+section .heading:after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#caseblock+section .heading.clicked:after {
    content: '-';
}

#caseblock+section .heading:hover {
    opacity: 0.8;
}
