#disaster-prevention-set_mtx { 
    max-width: 900px;
    margin:auto;
    background-color: #43bba0; 
    color: #494949;
    padding: 0 0 1rem;
}
#disaster-prevention-set_mtx img {
    width: 100%;
    height:auto;
}
#disaster-prevention-set_mtx .inner {
    max-width: 95%;
    margin:auto;
}
#disaster-prevention-set_mtx h2 {
    margin-bottom: .8rem;
    color: #333;
}
#disaster-prevention-set_mtx h3 {
    color: #369985;
    text-align: center;
    font-size: 1.7rem;
    background-color: #fffeaa;
    padding: 1rem 0;
    margin: 0;
    border-radius: 10px 10px 0 0;
}
#disaster-prevention-set_mtx .step {
    margin-bottom: 25px;
}
/* 選択肢の見出しデザイン */
#disaster-prevention-set_mtx .search_cal .search-title {
    text-align: center;
    color: #2b9f85;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    background-color: #eefdfb;
    background-position: 7px 0, 7px 0, 0 0, 0 0;
    background-size: 7px 7px;
    background-repeat: repeat;
    padding: 1.5rem;
    letter-spacing: 2px;
}
#disaster-prevention-set_mtx .search_cal {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 1rem 0;
}
/* 選択肢のデザイン */
#disaster-prevention-set_mtx .select_item {
    padding: .8rem .5rem .8rem 2.8rem; 
    border: 2px solid #43bba0;
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
    background-color: #fff;
    /* min-width: 1.5rem; */
    display: block;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 1.1rem;
    letter-spacing: 2px;
}
#disaster-prevention-set_mtx .search-box__wrap {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
}
/* 外側の線丸 */
#disaster-prevention-set_mtx .select_item::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #43bba0;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.2s;
}

/* 内側の塗り丸（非表示がデフォルト） */
#disaster-prevention-set_mtx .select_item::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #43bba0;
    opacity: 0;
    transition: opacity 0.2s;
}

/* 選択時に内側丸を表示 */
#disaster-prevention-set_mtx .select_item.selected::after {
    opacity: 1;
}

#disaster-prevention-set_mtx .select_item:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
#disaster-prevention-set_mtx .select_item.disabled { 
    opacity: 0.5;
    pointer-events: none; 
    background-color: #e0e0e0; 
    border-color: #ccc; 
}

#disaster-prevention-set_mtx #results { 
    margin-top: 30px;
}
/* アイテムの並び */
#disaster-prevention-set_mtx .search-item__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    background-color: #fbfbfb;
    padding: 1.3rem;
    border-radius: 0 0 10px 10px;
}
#disaster-prevention-set_mtx .item {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    background-color: #ffffff;
    padding: .5rem;
    border-radius: 5px;
}

#disaster-prevention-set_mtx button {
    padding: 2% 3%;
    background-color: #369985;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    transition: background-color 0.2s;
    cursor: pointer;
}
#disaster-prevention-set_mtx button:hover { 
    background-color: #49d7ba; 
}

#disaster-prevention-set_mtx .disaster-prevention-set {
    width: 95%;
    margin: auto;
}

#disaster-prevention-set_mtx .pagination_cl {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #2ea187;
    background-color: #eefdfb;
    border-radius: 5px 5px 0 0;
    padding: 1rem;
}

#disaster-prevention-set_mtx .pagination_cl__tit,
#disaster-prevention-set_mtx .pagination_cl__num {
    font-size: 1rem;
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
}

#disaster-prevention-set_mtx .pagination_cl__num {
    font-weight: 700;
}

#disaster-prevention-set_mtx .item_name {
    font-size: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    line-height: 1.2;
}

#disaster-prevention-set_mtx .item_price {
    color: #df452d;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
    margin: 3% 0 2%;
}

#disaster-prevention-set_mtx .item_btn {
    text-align: center;
    color: #fff;
    background-color: #7c7d7d;
    border-radius: 2rem;
    display: block;
    padding: 1% 0;
    border: solid 1px;
    transition: .3s;
}

#disaster-prevention-set_mtx .item_btn:hover {
    color: #7c7d7d;
    background-color: #fff;
    border: solid 1px #7c7d7d;
    transition: .3s;
}

#disaster-prevention-set_mtx .item_point {
    display: flex;
    justify-content: center;
    height: 1rem;
    align-items: center;
}

#disaster-prevention-set_mtx .item_point span {
    padding: 0 3%;
    border-radius: 3px;
    color: #fff;
    margin: 0 0 0 2%;
    font-size: .8rem;
}

#disaster-prevention-set_mtx .item_point span:first-child {
    margin: 0;
}

#disaster-prevention-set_mtx .item_point span.amount1 {
    background-color: #75c587;
}

#disaster-prevention-set_mtx .item_point span.type2 {
    background-color: #dd7272;
}

#disaster-prevention-set_mtx .item_point span.type3 {
    background-color: #6ecce9;
}

#disaster-prevention-set_mtx .item_point span.type4 {
    background-color: #ffa5de;
}

#disaster-prevention-set_mtx .item_point span.amount2 {
    background-color: #695cad;
}



