/*
Theme Name: Onoterasu Theme
Theme URI: http://onoterasu.com.testrs.jp/blog
Author: Onoterasu
Author URI: http://onoterasu.com
Description: Onoterasu Test Theme
Version: 1.0
*/

/* ====== SOLD対策 ====== */

.matchHeight {
    overflow: visible !important;
    position: relative;
}

.matchHeight a {
    overflow: visible !important;
    position: relative;
}

.sold img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.sold figure {
    position: relative;
}

.sold-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 10;
}

.negotiating img {
    opacity: 0.6;
}

.negotiating-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: orange;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 10;
}

.available-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 10;
}

/* ====== FAQ ====== */

.faq_item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    cursor: pointer;
}

.faq_q {
    font-weight: bold;
    position: relative;
}

.faq_q:after {
    content: "+";
    position: absolute;
    right: 0;
}

.faq_item.active .faq_q:after {
    content: "-";
}

.faq_a {
    display: none;
    padding-top: 10px;
    line-height: 1.6;
}