@charset "UTF-8";

.nav_breadcrumb .current::after{
    display: inline-block;
}

.nav_breadcrumb li:last-child::after {
    display: none;
}

.pagination-abbreviation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 27px;
    line-height: 1;
}

.p-proposalList + .p-proposalList .p-proposal__inner {
    margin-top: 0;
}
.p-catalogFormSelectedItem {
  border: solid 2px #eb5e01; }
  .p-catalogFormSelectedItem .emphasis_text {
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(235, 1, 1, 0.37) 60%, rgba(235, 1, 1, 0.37) 80%, transparent 80%);
    padding: 2px 4px;
    border-radius: 2px; }
  .p-catalogFormSelectedItem .checkbox input[type="checkbox"] + label {
    background-image: url(/files/user/resource/pic/ico_check_off_02.png);
    cursor: pointer;
    padding-left: 30px;
    line-height: 1.8;
    background-position: left 1px;
    background-size: 20px; }
  .p-catalogFormSelectedItem .checkbox input[type="checkbox"]:checked + label {
    background-image: url(/files/user/resource/pic/ico_check_on_01.png);
    background-position: left 1px;
    background-size: 20px; }
  .p-catalogFormSelectedItem ul li + li {
    margin-top: 5px; }
  .btn-basic.btn-basic--disabled,
  .btn-basic.btn-basic--disabled:hover {
    background: #aaa;
    color: #fff !important;
    border: solid 1px #aaa;
    cursor: not-allowed;
    opacity: 0.35 !important; }
    

@media screen and (min-width: 768px) {
    .p-product__categoryNav__item.__sp {display: none}
}
@media screen and (max-width: 767px) {
    .p-product__categoryNav__item.__pc {display: none}
}