@charset "utf-8";


/* =========================== 全体 =========================== */
.contents_produce{padding-top: 0;}
.h1_en{font-size: 50px;}
@media (min-width:768px) {
    .h1_en{font-size: 100px;}

}

/* =========================== セレクトボックス =========================== */
.select_wrap{margin-bottom: 20px;}
.number_select{margin-bottom: 10px;}
.part_select select {width: 150px;padding: 3px 40px 3px 15px;font-size: 16px;background-color: #fff;border: 1px solid #707070;border-radius: 0px;appearance: none;-webkit-appearance: none;-moz-appearance: none;background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 7 6-7' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 12px center;background-size: 12px;cursor: pointer;transition: 0.2s ease;}
.part_select select:focus {border-color: #0078d7;box-shadow: 0 0 0 3px rgba(0, 120, 215, 0.2);outline: none;}
.part_select {display: flex;align-items: center;gap: 10px;}
.results_count{font-size: 30px;color: #529535;display: inline-block;margin-left: 5px;}
@media (min-width:768px) {
.select_wrap{display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin-bottom: 20px;}
    .part_select {justify-content: end;}
}



/* =========================== カード =========================== */
.favo{display: none;}
.card_detail{height: 48px;}
.card_property .checkboxItem { display: none; }


/* =========================== ページネーション =========================== */
.pagination{display: flex;justify-content: center;gap: 15px;margin-top: 50px;}
