.w-10percent {
    width: 10%;
}

.w-15percent {
    width: 15%;
}

.w-25percent {
    width: 25%;
}

.w-30percent {
    width: 30%;
}

.green_btn {
    background-color: green;
    color: #fff;
    border-radius: 25px;
    font-size: .875rem;
    line-height: 30px;
    padding: 0px 15px;
}

.blue_btn {
    background-color: #10759a;
    color: #fff;
    border-radius: 25px;
    line-height: 30px;
}

.orange_btn {
    background-color: #ed8530;
    color: #fff;
    border-radius: 25px;
    line-height: 30px;
}

.red_btn {
    background-color: #e8383d;
    color: #fff;
    border-radius: 25px;
    line-height: 30px;
}

.grey_btn {
    background-color: gray;
    color: #fff;
    border-radius: 25px;
    font-size: .875rem;
    line-height: 30px;
    padding: 0px 15px;
}

/* .responsive-button {
    padding: 0px 15px;
    font-size: .875rem;
}

@media (max-width: 768px) {
    .responsive-button {
        padding: 0px 10px;
        font-size: 10px;

    }
}

@media (max-width: 480px) {
    .responsive-button {
        writing-mode: vertical-rl;
        text-orientation: upright;
        padding: 0px 10px;
        font-size: 10px;
    }
} */

.border-li {
    font-size: 12px;
    border: 1px solid #ddd; /* 各リスト項目にボーダー */
    padding: 10px; /* パディングを付けて内容を見やすく */
    margin-bottom: 5px; /* 項目間のスペース */
    align-items: center;
    vertical-align: center;
}

.responsive-button {
    padding: 0px 15px;
    font-size: .875rem;
    min-width: 70px;
}
.search-form-item.right {
    text-align: right;
}
.search-btn {
    width: 70px;
}
.search-item {
    width: 80%;
}
@media (max-width: 1023px) {
    .title-pattern {
        width: 49%;
    }
    .title-pattern-item {
        font-size: 14px;
        display: flex;
        line-height: 1;
        min-height: 43px;
        text-align: justify;
        align-items: center;
    }
    .custom-list {
        padding: 5px 0px;
    }
    .item-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px; 
        text-align: left;
        color: #000;
    }
    .item-content {
        font-size: 14px;
        color: #292929;
        text-align: left;
        padding-left: 5px;
        display:flex;
        margin-top: 10px;
    }
    .item-content label {
        color: #5c5c5c;
        font-size: 13px;
    }
    .search-form-item.right {
        text-align: right;
    }
    .search-form-keyword {
        width: 100%;
    }
    .search-btn {
        margin-top: 5px;
    }
    .search-item {
        width: 100%;
    }
}