/* ----- PC ----- */
.tc {
 text-align: center;
 margin-bottom: 8%;
}
.tr {
 text-align: right;
}
h3 {
 padding: 10px;
 border-left: 5px solid #840700;
 background: #ffd5e6;
 font-size: 1.2em;
 margin: 0 auto 2%;
}
h4 {
 font-size: 1.2em;
 margin: 0 auto 2%;
}
.text {
 margin-bottom: 10%;
}
.list_area {
 margin: 0 0 5%;
}
.list_area ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.list_area ul.item_name li {
 background: #840700;
 color: #fff;
 font-weight: bold;
}
.list_area li {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 border: 1px solid #840700;
 border-left: none;
 border-top: none;
 padding: 1%;
 position: relative;
}
.wide .list_area ul.item_name_h li{
 font-weight: bold;
 color: #fff;
}
.wide .list_area ul.item_name_h li.now_p{
 background: #840700;
 width: 64.5%;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
}
.wide .list_area ul.item_name_h li.new_p{
 background: #ad4d74;
 width: 30.2%;
 border-top: 1px solid #ad4d74;
 border-right: 1px solid #ad4d74;
 border-bottom: 1px solid #fff;
}
li.item_title {
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
}
.list_area ul.item_name li {
 border-right: 1px solid #fff;
}
.list_area ul.item_name li:first-child {
 border-left: 1px solid #840700;
}
.list_area ul.item_name li:last-child {
 border-right: 1px solid #ad4d74;
}
.list_area ul.item_name li.number,.list_area ul.item_name li.item_title,.list_area ul.item_name li.item_number,.list_area ul.item_name li.price,.list_area ul.item_name li.status{
 background: rgb(132 7 0 / 80%);
}
.list_area ul.item_name li.new_number,.list_area ul.item_name li.new_price,.list_area ul.item_name li.new_status,.list_area ul.item_name li.new_item{
 background: rgb(173 77 116 / 80%);
}
.list_area li.number {
 width: 5%;
 border-left: 1px solid #840700;
}
.list_area li.item_title {
 width: 23%;
}
.list_area li.item_number {
 width: 9%;
}
.list_area li.price {
 width: 11%;
}
.list_area li.status {
 width: 8%;
}
.list_area li.new_number {
 width: 8%;
}
.list_area li.new_price {
 width: 10%;
}
.list_area li.new_status {
 width: 8%;
}
.list_area li.new_item{
 width: 31%;
}
.wide .arrow {
 display: none;
}
.sp .list_area{
 margin-bottom: 15%;
}
.sp .list_area ul.item_name_h{
 display: none;
}
.sp .list_area ul.item_name {
 display: none;
}
.sp .list_area ul {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 margin-bottom: 5%;
}
.sp .list_area li {
 border: none;
 padding: 2% 6%;
 position: relative;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
 width: 100%;
 background: #ffeded;
}
.sp .list_area li.number {
 display: none;
}
.sp .list_area li.item_title {
 order: 1;
 background: #840700;
 font-size: 17px;
 font-weight: bold;
}
.sp .list_area li.item_title a {
 color: #fff;
 text-decoration: underline;
}
.sp .list_area li.item_number {
 order: 2;
}
.sp .list_area li.price {
 order: 3;
}
.sp .list_area li.status {
 order: 4;
}
.sp .list_area li.arrow {
 order: 5;
 background: #ffd9e0;
}
.sp .list_area li.new_number {
 order: 6;
 background: #ffd9e0;
}
.sp .list_area li.new_price {
 order: 7;
 background: #ffd9e0;
}
.sp .list_area li.new_status {
 order: 8;
 background: #ffd9e0;
}
.sp .list_area li.new_item{
 order: 5;
 background: #ffd9e0;
}
.sp .list_area li::before {
 min-width: 22%;
}
.sp .list_area li.item_number::before {
 content: "現行品番：";
}
.sp .list_area li.price::before {
 content: "現行価格（10%税込）：";
}
.sp .list_area li.status::before {
 content: "ステータス：";
}
.sp .list_area li.new_number::before {
 content: "新品番：";
}
.sp .list_area li.new_price::before {
 content: "新価格（10%税込）：";
}
.sp .list_area li.new_status::before {
 content: "ステータス：";
}
.sp .arrow {
 display: block;
}
.sp .att {
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 background: #840700;
 padding: 1% 2%;
}
/* ----- SP ----- */
#main h4 {
 margin-bottom: 2%;
}