#space-match #case .case-list div.case-list-wrap a{
    cursor: pointer;
}

.single #space-match #space-detail .wrap{
    width: 740px;
}

.single #space-match #space-detail h1 {
    margin: 24px 0;
    font-size: 22px;
    font-weight: bold;
}
.single #space-match #space-detail h2{
    font-size: 22px;
    margin: 24px 0;
    font-weight: 700;
}
.single #space-match #space-detail .detail-wrap h3{
    margin: 16px 0;
}
#space-match #space-detail figure {
    margin: 24px 0;
    text-align: center;
    max-width: 100%
}

#space-match #space-detail img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 3px;
    margin: 24px auto;
}

#space-match .wp-caption .wp-caption-text {
    margin-bottom: .5em;
    margin-top: .5em;
    caption-side: bottom;
    font-size: 14px;
    color: #242424;
}

#space-match #space-detail .item-image-wrap .item-image img{
     width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
}
#space-match #space-detail .item-image-wrap .item-image{
    width: 740px;
    height: 460px;
    overflow: hidden;
}

#space-match #space-detail .toc_list,
#space-match #space-detail ol {
    counter-reset: count;
}
#space-match #space-detail .toc_list li{
    font-size:16px;
    height:32px;
    line-height:32px;
}

#space-match #space-detail .toc_list li::before,
#space-match #space-detail ol li::before {
    font-family: sans-serif;
    counter-increment: count;
    content: counter(count)". ";
    font-feature-settings:"palt";
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size:16px;
    height:32px;
    letter-spacing:1.12px;
    line-height:32px;
    text-rendering: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 22px;
}

#space-match #space-detail ol li::before{
    top: -4px;
}

#space-match #space-detail .toc_list li:nth-child(n+10),
#space-match #space-detail ol li:nth-child(n+10){
    padding-left: 32px;
}


#space-match #space-detail ul,
#space-match #space-detail ol {
    margin: 24px 0;
    padding: 0
}


#space-match #space-detail ul li,
#space-match #space-detail ol li {
    position: relative;
    margin: 4px 0;
    padding: 0 0 0 20px;
    list-style: none
}

#space-match #space-detail ul li:before {
    font-family: 'Material Symbols Outlined';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'50;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    content: "\e19f";
    top: 3px;
    left: 0;
    font-size: 20px;
    width: 24px;
}

ul li,
ol li {
    margin: 0 0 0 24px;
    list-style-type: disc;
    line-height: 1.61;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .single #space-match #space-detail .wrap{
        width: 100%;
    }
    div#space-match #space-detail .item-image-wrap .item-image{
        width: 100%;
        height: 55.5vw;
    }
    div#space-match #space-detail {
        padding: 0 0 20px;
    }
}
@media screen and (max-width: 1059px) {
    div#space-match #space-detail .detail-wrap {
        width: 100%;
    }
}