@charset "utf-8";

.main-img-box {
    border: 1px solid #2d63a3;
    height: 140px;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1.5% 2%;
    display: inline-flex;
    width: 100%;
}
.main-img-box .text-area {
    font-size: 24px;
    font-weight: bold;
    height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    letter-spacing: .6px;
    width: 42%;
}

.main-img-box .text-area span {
    color: #333;
    font-size: .65em;
    position: absolute;
    bottom: 0;
}

.bg-switch {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.search-box {
    border: 5px solid #00a3df;
    padding: 2% 2.4% 0 3%;
}
.item-list .target-number,
.img-list .target-number,
.check-list .target-number {
    color: #666;
    font-size: .7rem;
    font-weight: normal;
    position: absolute;
}
.item-list .target-number,
.img-list .target-number {
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}
.check-list .target-number {
    right: 0;
}
.search-box .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.search-box .item-box:last-child {
    padding-bottom: 0;
}

.search-box .text-area {
    width: 20%;
}
.search-box .item-title {
    border-left: 6px solid #f7660d;
    color: #333;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: .9em;
    padding: 2px 0 0 8px;
}
.search-box .about-item {
    background-color: #a5a5a5;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 1em;
}
.search-box .about-item:hover {
    background-color: #f3772a;
    color: #fff;
    text-decoration: none;
}
.item-box [class*="-list"] {
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
}
.item-box [class*="-list"]:not(.check-list) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-box [class*="-list"] li {
    margin-bottom: 15px;
}
.item-box .item-list li,
.item-box .img-list li {
    background-color: #fff;
    box-shadow: 0px 3px 4px #e4e4e4;
    width: 49%;
}
.item-box .item-list li,
.item-box .img-list:not(.box-large) li {
    height: 48px;
}
.item-box .img-list.box-large li {
    height: 68px;
}

.item-box .label img {
    align-self: center;
}
.item-box .item-list img {
    margin: auto;
}

.item-box .img-list .label p {
    width: 100%;
}

.item-box .img-list .label p.icon-text {
    width: 75%;
}

.item-box .label .sub-text {
    font-size: .8em;
}
.item-box .label .sub-text:not(.pc-next) {
    display: block;
}

.accordion-btn {
    font-size: 16px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .5em;
}
.accordion-btn img {
    margin-right: .3em;
}
.accordion-btn:hover {
    color: #f7660d;
    cursor: pointer;
}
.item-box .check-list li {
    border-bottom: 1px dotted #aacaf0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 1% 0;
    width: 23%;
}
.check-list li:not(:nth-of-type(4n)) {
    margin-right: 2%;
}
.item-box input[type=checkbox]+.label {
    display: inline-block;
    padding-left: 2.2em;
    position: relative;
    width: 100%;
}

.check-list .label::before {
    content: '';
    border: 1px solid #2d63a3;
    border-radius: 3px;
    box-shadow: 0px 3px 4px #e4e4e4;
    height: 18px;
    width: 18px;
}

.result-nav {
    display: block;
    height: 38px;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

.result-nav .result-title {
    bottom: 0;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    position: absolute;
}

.display-cahange {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* right: 0;
    position: absolute; */
    height: 100%;
    /* width: 38%; */
}

.compare {
  margin-bottom: 30px;
}

.sort-order {
  right: 0;
  position: absolute;
}

.nav-item .item-title {
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0;
    margin-right: .6em;
}

.display-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.display-switch li {
    height: 100%;
    width: 38px;
}
.display-switch li:not(:last-of-type) {
    margin-right: .7em;
}
.display-switch .label {
    display: inline-block;
    border-radius: 3px;
    height: 100%;
    position: relative;
    width: 100%;
}
.nav-item input[type=radio] {
    display: none;
}
.display-switch .label {
    background-color: #c5c5c5;
}
.display-switch input[type=radio]:checked+.label {
    background-color: #f7660d;
}
.display-switch .label img {
    align-self: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60%;
    width: 60%;
}
.display-cahange .label:hover,
.display-cahange .order-box:hover {
    cursor: pointer;
}

.result-comment {
    color: #535353;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 20px auto 50px;
    width: 80%;
}
.result-comment .text {
    background-color: #e3e4e6;
    border-radius: 5px;
    padding: 1.7em 0 1.5em;
}

.result-comment .arrow-top {
    height: 24px;
    padding: 0;
    position: relative;
}
.result-comment .arrow-top::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 23px 25px;
    border-color: transparent transparent #e3e4e6 transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*result-list共通*/
.result-list.style-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.result.list-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 1px 10px #dadada;
    position: relative;
}

.ribbon-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index: 2;
}
.ribbon-item {
    display: inline-block;
    position: absolute;
    padding: .5em 0;
    right: -35px;
    top: 20px;
    width: 190px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    background: #f20000;
/*    border: 1px solid #e81818;*/
    color: #fff;
    letter-spacing: .6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 0 0 0 2px rgb(234 18 18);
}

.result.list-item .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.part-number {
    font-size: 1em;
    font-weight: bold;
}
.feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feature-list .feature-item {
    background-color: #c5c5c5;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

.labels {
    display: inline-flex;
    margin-bottom: 5px;
}
.labels .label {
    color: #fff;
}

.price02, .price02_tax_big {
    color: #f20000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
}
.price02_tax {
    font-size: 1.1rem;
    color: #f20000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .5rem;
    text-align: right;
}

.result-list.style-block .price03 {

}

.result-list .btn a {
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 100%;
    letter-spacing: .06em;
    line-height: 50px;
    position: absolute;
    top: -2px;
    width: 100%;
}
.result-list .btn::after {
    content: '';
    background: url(/easy-search/common/svg/circle_arrow.svg) no-repeat center right 1px;
    background-size: 22px;
    right: 1.2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 10%;
}

/*style-block*/
.result-list.style-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result-list.style-block::after {
    content: '';
    display: inline-block;
    width: 32.8%;
}
.result-list.style-block .list-item {
    margin-bottom: 1em;
    width: 32.8%;
}
.result-list.style-block .img-box {
    padding: 8% 7% 7%;
    position: relative;
}
.result-list.style-block .img-box::after {
    content: '';
    border-bottom: 1px solid #c9c9c9;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2;
}
.result-list.style-block .detail-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4%;
}
.result-list.style-block .detail-text {
    display: none;
}
.result-list.style-block .feature-list {
    order: 3;
    margin-bottom: .5em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result-list.style-block .feature-list::after {
    content: '';
    width: 32.5%;
}
.result-list.style-block .feature-item {
    font-size: 11px;
    padding: .3em 0;
    margin-bottom: 4px;
    width: 32.5%;
}
.result-list.style-block .label {
    padding: .2em .5em;
}
.result-list.style-block .label:not(:last-of-type) {
    margin-right: 4px;
}
.result-list.style-block .price-group {
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.result-list.style-block .price02 {

}
.result-list.style-block .price02_tax {

}
.result-list.style-block .btn {
    order: 4;
}

/*style-list */
.result-list.style-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}
.result-list.style-list .img-box {
    padding: 2% 2.4% 1.5% 1.5%;
    width: 32%;
}
.result-list.style-list .detail-box {
    padding: 1.2% 1.2% 1.2% 0;
    width: 68%;
}
.result-list.style-list .part-number {
    padding-bottom: 2px;
}
.result-list.style-list .detail-text {
    color: #222;
    font-size: 1.1em;
    letter-spacing: .9px;
    line-height: 1.4em;
}
.result-list.style-list .feature-list {
    margin-bottom: 8px;
}
.result-list.style-list .feature-item {
    font-size: 12px;
    padding: .4em 0;
    margin-bottom: 4px;
    margin-right: 6px;
    width: 24%;
}

.result-list.style-list .price-group {
    display: inline-block;
    width: 52%;
}
.result-list.style-list .labels {
    margin-bottom: 6px;
    width: 100%;
}
.result-list.style-list .label {
    padding: .2em .5em;
}
.result-list.style-list .label:not(:last-of-type) {
    margin-right: 6px;
}
.result-list.style-list .price02 {
    font-size: 2.2em;
    line-height: 1em;
    margin-bottom: 0;
}
.result-list.style-list .btn {
    width: 44%;
    align-self: flex-end;
    margin: 0 0 0 auto;
}
/*pager*/
.pager {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2rem auto;
    height: 2.3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%;
}
.pager span {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #222;
    font-size: 14px;
    line-height: 2.3rem;
    padding: 0 1em;
}

.pager span.prev {
    padding-left: 1.8em;
}
.pager span.next {
    padding-right: 1.8em;
}

.pager span.prev::before {
    content: '';
    border-bottom: 2px solid #2d63a3;
    border-left: 2px solid #2d63a3;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}
.pager span.next::before {
    content: '';
    border-top: 2px solid #2d63a3;
    border-right: 2px solid #2d63a3;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/easy-search/common/img/loading.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    z-index: 10;
}

#result-head {
  padding-top: 30px;
  margin-top: -30px;
}

#contents {
  position: relative;
}

#contents .search-counter {
  display: none;
  position: fixed;;
  bottom: 3%;
  margin-left: -100px;
  padding: 10px 20px;
  background-color: #f7660d;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  z-index: 5;
}

#contents .show {
  display: block;
}

.col3 .item-list li, .col3 .img-list li {
  width: 32%;
}

.col4 .item-list li, .col4 .img-list li {
  width: 23%;
}

.col5 .item-list li, .col5 .img-list li {
  width: 18%;
}

#keywords {
  height: 2.4em;
  width: 50%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.subsidy {
  font-weight: bold;
  text-align: center;
  padding: 5px 0 10px 0;
}

.sp {
  display: none;
}
