@charset "UTF-8";
.sns-button {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.service-container {
  margin-bottom: 0;
}
.service-container > .content-wrap {
  padding-top: 35px;
  padding-bottom: 50px;
  background: #333;
}
.service-container .btn.btn-ghost.purple {
  border: 1px solid #ec9bfa;
  color: #ec9bfa;
}
.service-container .find-result {
  margin: 90px 0 0 0;
}
.service-container .find-result .title {
  text-align: center;
  color: #636466;
  width: 100%;
  background: url(../images/service/bg_line_w.gif) left 7px repeat-x;
}
.service-container .find-result .title strong {
  color: #9447a1;
  font-size: 22px;
  line-height: 12px;
  padding: 0 14px;
  background-color: #333;
}
.service-container .find-result > .txt {
  margin: 25px 0 0 0;
  text-align: center;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 300;
}
.service-container .find-result .result-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.service-container .find-result .result-list > .txt {
  color: red;
  padding-top: 20px;
  flex: 1 1 100%;
  text-align: center;
  line-height: 1.6;
}
.service-container .find-result .result-list .product-item {
  text-align: left;
}
@media (min-width: 0px) {
  .service-container .find-result .result-list .product-item .product-item {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .service-container .find-result .result-list .product-item .product-item {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .service-container .find-result .result-list .product-item .product-item {
    width: 47.7%;
  }
}
@media (min-width: 992px) {
  .service-container .find-result .result-list .product-item .product-item {
    width: 47.7%;
  }
}
@media (min-width: 1170px) {
  .service-container .find-result .result-list .product-item .product-item {
    width: 23.6%;
  }
}
@media (min-width: 1500px) {
  .service-container .find-result .result-list .product-item .product-item {
    width: 23.6%;
  }
}
@media (min-width: 1600px) {
  .service-container .find-result .result-list .product-item .product-item {
    width: 24%;
  }
}
.service-title {
  position: relative;
  margin: 70px 0 0 0;
  /*	.sns-button {
		text-align: right;
		// position: absolute;
		// right: 0;
		// top: 0px;

		@media (max-width: @screen-sm ) {
			// display: none;
			// zoom:0.5;
		}



		a {
			background: url(../images/common/img_sns_line.gif) left center no-repeat;
			padding: 0 2px 0 4px;
			&:first-child {
				background: none;
			}
			&:nth-child(2) {
				padding: 0 2px 0 6px;
			}
			&:nth-child(3) {
				padding: 0 0 0 4px;
			}
		}
		}
		*/
}
.service-title .title {
  font-size: 16px;
  color: #58595b;
  line-height: 24px;
  /*word-break: keep-all;*/
  width: 100%;
}
.service-title .title h2,
.service-title .title strong {
  font-size: 48px;
  color: #231f20;
  display: block;
  line-height: 46px;
  /*word-break: keep-all;*/
}
.service-title .title span {
  display: block;
  margin: 12px 0 0 2px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .service-title {
    margin: 40px 0 0 0;
  }
  .service-title .title h2,
  .service-title .title strong {
    font-size: 25px;
    line-height: 1.2;
  }
  .service-title .title span {
    font-size: 14px;
    line-height: 1.47;
  }
}
.service-title .title {
  color: #FFF;
}
.service-title .title h2,
.service-title .title strong {
  color: #FFF;
}
.find-btn-wrap span {
  color: #FFF;
}
.find-notic {
  background-color: #eeeeee;
}
.products-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .products-container {
    width: 712px;
  }
}
@media (min-width: 992px) {
  .products-container {
    width: 952px;
  }
}
@media (min-width: 1170px) {
  .products-container {
    width: 1092px;
  }
}
@media (min-width: 1600px) {
  .products-container {
    width: 1600px;
  }
}
.product-item .way-tag {
  z-index: 1;
}
.products-container .product-type-tab {
  flex: 0 0 100%;
}
.products-container .product-type-tab {
  text-align: center;
  margin-bottom: 35px;
  border-bottom: none;
}
@media (max-width: 991px) {
  .products-container .product-type-tab {
    margin-bottom: 15px;
  }
}
.products-container .product-type-tab li {
  display: inline-block;
  padding: 3px 0;
  float: none;
}
.products-container .product-type-tab li a {
  padding: 0px 15px;
  background-color: transparent;
  margin: 0;
  text-align: center;
  color: #ffffff;
  border: none;
  display: inline-block;
  line-height: 1;
  border-left: 1px solid #686868;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 767px) {
  .products-container .product-type-tab li a {
    font-size: 12px;
  }
}
.products-container .product-type-tab li a:hover {
  border: none;
  border-left: 1px solid #686868;
  background-color: transparent;
}
.products-container .product-type-tab li a.all {
  margin: 0px 15px;
  color: transparent;
  text-indent: -1000px;
  overflow: hidden;
  background: url(/international/assets/images/product.v2/all.svg) no-repeat center center;
  height: 11px;
  width: 11px;
  display: inline-block;
  padding-left: 0px;
}
.products-container .product-type-tab li.active a.all {
  background: url(/international/assets/images/product.v2/all.svg) no-repeat center center;
}
.products-container .product-type-tab li.active a {
  border: none;
  border-left: 1px solid #686868;
  color: #ffffff;
  background-color: transparent;
}
.products-container .product-type-tab li:first-child a {
  border: none;
}
.btn-search a {
  cursor: pointer;
}
.service-cont .title-line {
  color: #FFF;
}
.service-cont .tire-find .step p.tit {
  color: #999;
}
.service-cont .name-find li {
  color: #BBB;
  background: transparent;
  padding-left: 0;
}
.service-cont .name-find li::before {
  display: inline-block;
  padding-right: 5px;
  content: "·";
  color: #BBB;
}
.btn-search a {
  background-color: transparent;
  border: 1px solid #a34eb1;
  color: #a34eb1;
}
.service-cont .tire-find .selectBox {
  background-color: transparent;
  padding: 0 8px 0 8px;
}
.service-cont .tire-find .selectBox .list-group-item {
  background-color: transparent;
  color: #999;
  border-radius: 5px;
}
.service-cont .tire-find .selectBox .sel label {
  color: #999;
}
.service-cont .tire-find .selectBox .sel select {
  border: 1px solid #999;
  background-color: transparent;
  color: #bbb;
}
.service-cont .tire-find .selectBox .sel select option {
  background-color: #555;
}
.service-cont .name-find .search-box input[type="text"] {
  background-color: transparent;
  color: #BBB;
}
.service-cont .title-line {
  background: none;
  position: relative;
}
.service-cont .title-line::before {
  content: "";
  height: 2px;
  width: 30px;
  background: #a34eb1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
