.pages-recycle {
  color: #333333;
  background: #FFF;
  overflow-x: hidden;
}
.pages-recycle .block-inner {
  max-width: 980px;
  margin: 0 auto;
}
.pages-recycle img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.pages-recycle a {
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.pages-recycle a:hover {
  opacity: 0.6;
}

/* .btn {
  margin: 0 auto;
  display: block;
  background: #7bbe35;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.btn::after {
  content: "";
  margin: auto 0;
  display: block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
} */

.btn-search {
  background: #004990;
  display: block;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
  border-right: 0;
  position: fixed;
  right: 0;
}
.btn-search::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  background: url("/ec/img/usr/pages/service/recycle/icon_search.png") no-repeat center top;
}

.bg_blue {
  background: #004990;
}

.bg_green {
  background: #7bbe35;
}

.bg_paleGreen {
  background: #f2f8ea;
}

.kv h1 {
  width: 100%;
  min-width: 1980px;
  background-color: #5BB431;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.kv h1 img {
  margin: auto;
}

.store_start {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 2px #333333;
  padding: 5px 0;
}
.store_start span {
  font-size: 24px;
  vertical-align: baseline;
}

.award {
  width: 732px;
  display: block;
  margin: 0 auto;
}
.award .eco-mark {
  margin: 80px auto;
}
.award .eco-mark p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
.award .award_deta {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.award .award_deta .info {
  font-family: "Noto Sans JP", sans-serif;
  width: 320px;
}
.award .award_deta .info p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.award .award_deta .info .title {
  text-align: center;
  font-size: 19px;
  color: #52AE26;
}
.award .award_deta .info .small {
  font-size: 14px;
  line-height: 1.8;
}
.award .award_deta .info .yushusho {
  width: 163px;
  margin: 0 auto;
  display: block;
}

.eco_btn {
  max-width: 482px;
  margin: 0 auto;
  padding: 100px 0 90px;
  text-align: center;
}

.top-btn-wrap {
  position: relative;
  margin: 0 auto 100px;
  height: 100px;
}

.mv {
  width: 473px;
  display: block;
  margin: 0 auto;
}

.intro__title {
  font-weight: bold;
  color: #7bbe35;
  text-align: center;
}

.intro__price {
  text-align: center;
  margin: 0 auto 45px;
}

.intro__lead {
  text-align: center;
}

.example {
  position: relative;
}

.example__title {
  margin: 0 auto;
  background: #FFF;
  font-weight: bold;
  color: #7bbe35;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -1em;
}

.example__img {
  display: block;
  text-align: center;
}

.example__text {
  text-align: center;
}

.tradein {
  position: relative;
  color: #FFF;
}

.tradein__baloon {
  margin: 0 auto;
  background: #FFF;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  border-style: solid;
}

.blue .tradein__baloon {
  border-color: #004990;
  color: #004990;
}

.green .tradein__baloon {
  border-color: #7bbe35;
  color: #7bbe35;
}

.tradein__baloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.tradein__title {
  text-align: center;
}
.tradein__title .imgText {
  display: block;
}

.tradein__title-small {
  font-weight: bold;
  text-align: center;
}

.tradein-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tradein-list__item {
  text-align: center;
}

.tradein-list__item-text .small {
  display: block;
}

.tradein-list li {
  width: 15%;
  max-width: 153px;
  margin-right: 2%;
  margin-top: 4.1%;
}
.tradein-list li:nth-child(6n) {
  margin-right: 0;
}
.tradein-list li:nth-child(-n+6) {
  margin-top: 0;
}

.step__title {
  font-weight: bold;
  text-align: center;
}
.step__title .green {
  font-weight: bold;
  color: #7bbe35;
}

.step-list__item-title {
  font-weight: bold;
  color: #7bbe35;
  text-align: center;
  line-height: 1;
}

.notes__title {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  text-align: center;
}

.wear_shift {
  text-align: center;
  margin-bottom: 100px;
}
.wear_shift .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.wear_shift .bnr {
  width: 225px;
  margin: 30px auto;
  display: block;
}

.eco {
  position: relative;
}

.eco__btn {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.csr__box-title {
  color: #7bbe35;
  font-weight: bold;
}

.sdgs .block-inner {
  padding: 40px 0 60px;
  background-color: #7BBE35;
  text-align: center;
}
.sdgs .block-inner .t_eco {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 55px 0 20px 0;
}
.sdgs .block-inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sdgs .block-inner .link .link_list {
  max-width: 374px;
  width: 100%;
  display: block;
}
.sdgs .block-inner .link .link_list:first-child {
  margin-right: 70px;
}
.sdgs .block-inner .link .link_list__btn {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto 0;
  padding: 18px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 2px #000000;
  color: #333333;
  line-height: 1.125;
}
.sdgs .block-inner .link .link_list__btn b {
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.sdgs .block-inner .link .link_list__btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
}
.sdgs .block-inner .link .link_list__btn .arrow_right:after {
  background-image: url(/ec/img/usr/pages/service/recycle/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 29px;
  height: 8px;
}

.detail {
  line-height: 1;
  text-align: center;
}

.detail_border {
  border-bottom: 10px solid #004990;
}

.detail__case {
  background-color: #004990;
  padding: 40px 0;
  position: relative;
}
.detail__case .case__tit {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 34px;
  margin: 0 auto 15px;
  line-height: 1.3;
}
.detail__case .case__txt {
  max-width: 814px;
  background-color: #FFFFFF;
  color: #004990;
  border-radius: 59px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 22px;
}

.detail__tit {
  font-weight: bold;
  font-size: 24px;
  margin: 40px auto 65px;
}

.detail__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 982px;
  margin: 0 auto;
}
.detail__contents li {
  max-width: 180px;
  width: 19%;
  margin: 0 0 50px;
}
.detail__contents li .img {
  max-width: 120px;
  margin: 0 auto 20px;
}
.detail__contents li .attribute {
  font-size: 14px;
  margin: 0 auto 10px;
}
.detail__contents li .name {
  position: relative;
  font-size: 18px;
  margin: 0 auto 25px;
}
.detail__contents li .b_price {
  font-size: 14px;
  margin: 0 auto 45px;
  line-height: 1.4;
  position: relative;
}
.detail__contents li .b_price::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000000;
}
.detail__contents li .discount {
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Jost";
  font-style: normal;
  font-size: 28px;
  margin: 0 auto 10px;
  padding: 5px 0;
}
.detail__contents li .a__price {
  color: #FF0000;
  font-size: 38px;
  font-weight: bold;
  font-family: "Jost";
  font-style: normal;
}
.detail__contents li .a__price span {
  font-size: 20px;
}

.detail:nth-child(2) {
  border-bottom: 10px solid #7BBE35;
}
.detail:nth-child(2) .detail__case {
  background-color: #7BBE35;
}
.detail:nth-child(2) .detail__case::after {
  border-top: 15px solid #7BBE35;
}
.detail:nth-child(2) .detail__case .case__txt {
  color: #7BBE35;
}

/* flyer
---------------------------------*/
.flyer {
  margin: 80px auto 0;
  text-align: center;
}

.flyer__title {
  max-width: 502px !important;
  width: 100% !important;
  margin-bottom: 36px;
}

.flyer__main {
  max-width: 640px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/* sustainable
---------------------------------*/
.sustainable {
  margin: 0 auto 100px;
}

.sustainable_title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.sustainable_bnr {
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

/* bnr
---------------------------------*/
.bnr {
  background: #E9E6D5;
  margin-top: 100px;
  padding: 60px 0 72px;
}

.bnr_list {
  max-width: 784px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
}

.bnr_item {
  width: 48.21%;
  margin-right: 10.8%;
}

.bnr_item_img {
  display: block;
  max-width: 349px;
  width: 100%;
  margin: 0 auto 10px;
}

.bnr_item_text {
  width: 378px !important;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.bnr_item:last-of-type {
  margin-right: 0;
}

[data-browse-mode=S] .pages-recycle {
  padding: 0vw 0vw 0vw;
  font-size: 3.6vw;
  line-height: 1.6;
}
[data-browse-mode=S] .pages-recycle .sp_none {
  display: none;
}
/* [data-browse-mode=S] .btn {
  width: 72.9vw;
  padding: 2.6vw 6.3vw;
  font-size: 3.6vw;
  border-radius: 1.3vw;
}
[data-browse-mode=S] .btn::after {
  width: 1.2vw;
  height: 1.2vw;
  right: 2.6vw;
} */
[data-browse-mode=S] .btn-search {
  width: 31.3vw;
  padding: 0vw 2vw 0vw 3.9vw;
  font-size: 3.4vw;
  border-radius: 1vw 0vw 0vw 1vw;
  bottom: 32.2vw;
  line-height: 11.7vw;
}
[data-browse-mode=S] .btn-search::before {
  width: 5.2vw;
  height: 5.1vw;
  margin: 0vw 3.3vw 0vw 0vw;
  background-size: 100% auto;
}
[data-browse-mode=S] .bg_green {
  margin-top: 1.3vw;
}
[data-browse-mode=S] .kv h1 {
  min-width: 100%;
}
[data-browse-mode=S] .store_start {
  font-size: 4.427vw;
  border-bottom: solid 0.26vw #333333;
  padding: 2.604vw 0 3.255vw;
}
[data-browse-mode=S] .store_start span {
  font-size: 5.339vw;
}
[data-browse-mode=S] .award {
  width: 90%;
}
[data-browse-mode=S] .award .eco-mark {
  margin: 15% auto;
}
[data-browse-mode=S] .award .eco-mark p {
  margin-top: 5%;
}
[data-browse-mode=S] .award .award_deta {
  width: 100%;
  display: block;
}
[data-browse-mode=S] .award .award_deta .info {
  width: 90%;
  margin: 15% auto 0;
  text-align: center;
}
[data-browse-mode=S] .award .award_deta .info p {
  font-size: 4vw;
}
[data-browse-mode=S] .award .award_deta .info .title {
  font-size: 4.2vw;
}
[data-browse-mode=S] .award .award_deta .info .small {
  font-size: 3.8vw;
}
[data-browse-mode=S] .award .award_deta .info .yushusho {
  width: 80%;
}
[data-browse-mode=S] .eco_btn {
  max-width: 100%;
  width: 90%;
  padding: 15.625vw 0;
}
[data-browse-mode=S] .top-btn-wrap {
  margin: 0 auto 15%;
  height: 50px;
}
[data-browse-mode=S] .mv {
  width: 70%;
}
[data-browse-mode=S] .intro__price {
  width: 90%;
  margin: 0 auto 8.67vw;
}
[data-browse-mode=S] .intro {
  padding: 7.8vw 0vw;
}
[data-browse-mode=S] .intro__title {
  margin: 0vw 0vw 3.4vw;
  font-size: 4.7vw;
  line-height: 1.7;
}
[data-browse-mode=S] .example {
  margin: 10.4vw 7vw 0vw;
  padding: 7.8vw 2.6vw 3.9vw;
  border: 3px solid #7bbe35;
  border-radius: 2.1vw;
}
[data-browse-mode=S] .example__title {
  width: 20.8vw;
  font-size: 4.2vw;
}
[data-browse-mode=S] .example__img {
  width: 72.9vw;
  margin: 0vw auto 4.3vw;
}
[data-browse-mode=S] .example__text {
  font-size: 3.1vw;
  line-height: 1.7;
}
[data-browse-mode=S] .tradein.blue {
  padding: 22.1vw 2.6vw 26vw;
}
[data-browse-mode=S] .tradein.green {
  padding: 22.1vw 2.6vw 14.3vw;
}
[data-browse-mode=S] .tradein__baloon {
  letter-spacing: -0.05em;
  width: 67.8vw;
  min-height: 30.2vw;
  padding: 2.9vw 3.3vw;
  border-width: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.8vw;
  font-size: 3.9vw;
  line-height: 1.4;
  top: -15.4vw;
}
[data-browse-mode=S] .tradein__baloon::after {
  border-top: 1.8vw solid #FFF;
  border-left: 1.8vw solid transparent;
  border-right: 1.8vw solid transparent;
  bottom: -1.7vw;
}
[data-browse-mode=S] .tradein__title {
  margin: 0vw auto 9.1vw;
  font-size: 3vw;
  line-height: 1.7;
}
[data-browse-mode=S] .tradein__title .imgText {
  margin: 5.2vw 0vw 0vw;
  padding: 17.7vw 0vw 0vw;
  width: 100%;
  height: 0;
  background: url("/ec/img/usr/pages/service/recycle/text_10peroff_sp.png") no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
[data-browse-mode=S] .tradein__title-small {
  font-size: 4.2vw;
  margin: 0vw auto 5.2vw;
}
[data-browse-mode=S] .tradein-list::after {
  content: "";
  display: block;
  width: 28.6vw;
}
[data-browse-mode=S] .tradein-list + .tradein-list {
  margin: 5.2vw 0vw 0vw;
}
[data-browse-mode=S] .tradein-list__item {
  width: 28.6vw;
  margin: 5.2vw 0vw 0vw;
}
[data-browse-mode=S] .tradein-list__item-img img {
  width: 21.1vw;
}
[data-browse-mode=S] .tradein-list__item-text {
  padding: 2vw 0vw 0vw;
  font-size: 3.6vw;
  line-height: 1.3;
}
[data-browse-mode=S] .tradein-list__item-text .small {
  font-size: 3.1vw;
}
[data-browse-mode=S] .tradein-list li {
  width: 30.8%;
  max-width: 100%;
  margin-right: 3.8%;
  margin-top: 4.1%;
}
[data-browse-mode=S] .tradein-list li:nth-child(6n) {
  margin-right: 2%;
}
[data-browse-mode=S] .tradein-list li:nth-child(3n) {
  margin-right: 0;
}
[data-browse-mode=S] .tradein-list li:nth-child(-n+6) {
  margin-top: 4.1%;
}
[data-browse-mode=S] .tradein-list li:nth-child(-n+3) {
  margin-top: 0%;
}
[data-browse-mode=S] .step {
  padding: 15.6vw 2.6vw 14.3vw;
}
[data-browse-mode=S] .step__title {
  margin: 0vw 0vw 7.8vw;
  font-size: 4.7vw;
}
[data-browse-mode=S] .step__title::before, [data-browse-mode=S] .step__title::after {
  width: 0.3vw;
  height: 6.8vw;
}
[data-browse-mode=S] .step__title::before {
  margin: 0vw 3.9vw 0vw 0vw;
}
[data-browse-mode=S] .step__title::after {
  margin: 0vw 0vw 0vw 3.9vw;
}
[data-browse-mode=S] .step-list__item {
  width: 72.9vw;
  margin: 6.5vw auto 0vw;
}
[data-browse-mode=S] .step-list__item:first-child {
  margin-top: 0;
}
[data-browse-mode=S] .step-list__item-img {
  width: 39.1vw;
  margin: 0vw auto 5.2vw;
}
[data-browse-mode=S] .step-list__item-title {
  margin: 0vw auto 5.2vw;
  font-size: 5.2vw;
}
[data-browse-mode=S] .step-list__item-text {
  font-size: 3.1vw;
  line-height: 1.7;
}
[data-browse-mode=S] .notes {
  margin: 14.3vw 0vw 0vw;
}
[data-browse-mode=S] .notes__title {
  margin: 0vw 0vw 3.9vw;
  padding: 2.6vw;
  font-size: 4.2vw;
}
[data-browse-mode=S] .notes__list {
  font-size: 2.9vw;
}
[data-browse-mode=S] .wear_shift {
  margin-bottom: 7.8vw;
}
[data-browse-mode=S] .wear_shift .title {
  font-size: 5.2vw;
  margin-bottom: 3.9vw;
}
[data-browse-mode=S] .wear_shift .bnr {
  margin: 3.9vw auto;
  width: 41.7vw;
}
[data-browse-mode=S] .eco {
  padding: 11.7vw 13vw 14.3vw;
}
[data-browse-mode=S] .eco__btn {
  bottom: -5.7vw;
}
[data-browse-mode=S] .csr__img {
  width: 39.1vw;
  margin: 0vw auto 6.5vw;
}
[data-browse-mode=S] .csr__box-title {
  text-align: center;
  font-size: 4.7vw;
  line-height: 1.7;
  margin: 0vw 0vw 6vw;
}
[data-browse-mode=S] .sdgs .block-inner {
  padding: 10.4vw 0vw;
}
[data-browse-mode=S] .sdgs .block-inner .t_eco {
  font-size: 5.5vw;
  padding: 10.4vw 0vw 5.2vw 0vw;
}
[data-browse-mode=S] .sdgs .block-inner .link {
  display: block;
}
[data-browse-mode=S] .sdgs .block-inner .link .link_list {
  max-width: 100%;
  margin: 0 auto;
  width: 89.6vw;
}
[data-browse-mode=S] .sdgs .block-inner .link .link_list:first-child {
  margin-right: auto;
  margin-bottom: 5.2vw;
}
[data-browse-mode=S] .sdgs .block-inner .link .link_list__btn {
  width: 100%;
  font-size: 4.2vw;
  margin: 0 auto;
  padding: 3.4vw 0vw;
  border: solid 0.3vw #333333;
}
[data-browse-mode=S] .sdgs .block-inner .link .link_list__btn .arrow_right {
  right: 4%;
}
[data-browse-mode=S] .sdgs .block-inner .link .link_list__btn .arrow_right:after {
  width: 4.8vw;
  height: 1.3vw;
}
[data-browse-mode=S] .detail__case {
  padding: 5vw 0;
}
[data-browse-mode=S] .detail__case .case__tit {
  width: 95%;
  font-size: 6.14vw;
}
[data-browse-mode=S] .detail__case .case__txt {
  width: 95%;
  font-weight: bold;
  font-size: 4.27vw;
}
[data-browse-mode=S] .detail__tit {
  font-size: 4.27vw;
  margin: 8.4vw auto 6.67vw;
}
[data-browse-mode=S] .detail__contents {
  width: 91%;
}
[data-browse-mode=S] .detail__contents li {
  max-width: 100%;
  width: 30%;
  margin: 0 0 10vw;
}
[data-browse-mode=S] .detail__contents li .img {
  max-width: 165px;
  margin: 0 auto 4vw;
}
[data-browse-mode=S] .detail__contents li .attribute {
  font-size: 3vw;
  margin: 0 auto 2vw;
}
[data-browse-mode=S] .detail__contents li .name {
  font-size: 3.1vw;
  margin: 0 auto 3.34vw;
}
[data-browse-mode=S] .detail__contents li .b_price {
  font-size: 3.2vw;
  margin: 0 auto 6vw;
}
[data-browse-mode=S] .detail__contents li .b_price::after {
  top: 10vw;
  margin-left: -2.8vw;
  border: 2.8vw solid transparent;
  border-top: 3vw solid #000000;
}
[data-browse-mode=S] .detail__contents li .discount {
  font-size: 4vw;
  margin: 0 auto 1.6vw;
  padding: 1vw;
}
[data-browse-mode=S] .detail__contents li .a__price {
  font-size: 5.8vw;
}
[data-browse-mode=S] .detail__contents li .a__price span {
  font-size: 3.2vw;
}
[data-browse-mode=S] .flyer__title {
  max-width: 90.4vw !important;
  margin-bottom: 7.1vw;
}
[data-browse-mode=S] .flyer__main {
  max-width: 674px;
  width: 87.76%;
}
[data-browse-mode=S] .sustainable {
  margin-bottom: 10.4vw;
}
[data-browse-mode=S] .sustainable_title {
  font-size: 5.2vw;
  margin-bottom: 5.2vw;
}
[data-browse-mode=S] .sustainable_bnr {
  width: 83.3%;
}
[data-browse-mode=S] .bnr {
  margin-top: 9.1vw;
  padding: 12.1vw 0;
}
[data-browse-mode=S] .bnr_list {
  max-width: 81.38vw;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-browse-mode=S] .bnr_item {
  width: 83.59vw;
  margin: 0 0 10.54vw;
}
[data-browse-mode=S] .bnr_item_img {
  max-width: 81.38vw;
  margin: 0 auto 2.6vw;
}
[data-browse-mode=S] .bnr_item_text {
  width: 100% !important;
  font-size: 4.4vw;
  margin: 0 auto;
}
[data-browse-mode=S] .bnr_item:last-of-type {
  margin-bottom: 0;
}

[data-browse-mode=P] .pages-recycle {
  padding: 0% 0% 0%;
  font-size: 1.6rem;
  line-height: 1.8;
}
[data-browse-mode=P] .pages-recycle .pc_none {
  display: none;
}
/* [data-browse-mode=P] .btn {
  width: 430px;
  padding: 15px 50px;
  font-size: 1.8rem;
  border-radius: 10px;
}
[data-browse-mode=P] .btn::after {
  width: 9px;
  height: 9px;
  right: 21px;
} */
[data-browse-mode=P] .btn-search {
  width: 180px;
  padding: 0 20px;
  font-size: 1.8rem;
  border-radius: 8px 0 0 8px;
  bottom: 18.5%;
  line-height: 60px;
}
[data-browse-mode=P] .btn-search::before {
  width: 30px;
  height: 29px;
  margin: 0 18px 0 0;
  background-size: 30px 29px;
}
[data-browse-mode=P] .bg_green {
  margin-top: 10px;
}
[data-browse-mode=P] .intro {
  padding: 7% 0;
}
[data-browse-mode=P] .intro__title {
  margin: 0% 0% 4.1%;
  font-size: 2.4rem;
  line-height: 1.5;
}
[data-browse-mode=P] .example {
  width: 73.5%;
  margin: 5.1% auto 0%;
  padding: 4.6% 2.8% 2.8%;
  border: 5px solid #7bbe35;
  border-radius: 16px;
}
[data-browse-mode=P] .example__title {
  width: 100px;
  font-size: 2rem;
}
[data-browse-mode=P] .example__img {
  margin: 0% 0% 2.1%;
}
[data-browse-mode=P] .example__text {
  font-size: 1.4rem;
  line-height: 1.7;
}
[data-browse-mode=P] .tradein.blue {
  padding: 13.3% 0% 16.8%;
}
[data-browse-mode=P] .tradein.green {
  padding: 13.3% 0% 11.2%;
}
[data-browse-mode=P] .tradein__baloon {
  width: 600px;
  padding: 1.7%;
  border-width: 5px;
  border-radius: 16px;
  font-size: 2.8rem;
  line-height: 1.3;
  top: -76px;
}
[data-browse-mode=P] .tradein__baloon::after {
  border-top: 13px solid #FFF;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: -12px;
}
[data-browse-mode=P] .tradein__title {
  margin: 0% auto 5.1%;
  font-size: 2rem;
  line-height: 1.7;
}
[data-browse-mode=P] .tradein__title .imgText {
  margin: 3.1% auto 0%;
  padding: 5.7% 0% 0%;
  width: 87.9%;
  height: 0;
  background: url("/ec/img/usr/pages/service/recycle/text_10peroff.png") no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
[data-browse-mode=P] .tradein__title-small {
  font-size: 2.4rem;
  margin: 0% auto 4.1%;
}
[data-browse-mode=P] .tradein-list {
  padding: 0% 2.1% 0%;
}
[data-browse-mode=P] .tradein-list + .tradein-list {
  margin: 4.1% 0% 0%;
}
[data-browse-mode=P] .tradein-list__item {
  width: 16.3%;
}
[data-browse-mode=P] .tradein-list__item-img img {
  width: 73.8%;
}
[data-browse-mode=P] .tradein-list__item-text {
  padding: 8.5% 0% 0%;
  font-size: 1.8rem;
  line-height: 1.5;
}
[data-browse-mode=P] .tradein-list__item-text .small {
  font-size: 1.4rem;
}
[data-browse-mode=P] .step {
  padding: 12.2% 0%;
}
[data-browse-mode=P] .step__title {
  margin: 0% 0% 5.1%;
  font-size: 2.8rem;
}
[data-browse-mode=P] .step__title::before, [data-browse-mode=P] .step__title::after {
  width: 2px;
  height: 40px;
}
[data-browse-mode=P] .step__title::before {
  margin: 0 25px 0 0;
}
[data-browse-mode=P] .step__title::after {
  margin: 0 0 0 25px;
}
[data-browse-mode=P] .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-browse-mode=P] .step-list__item {
  width: 26.5%;
}
[data-browse-mode=P] .step-list__item-img {
  width: 61.5%;
  margin: 0% auto 15.4%;
}
[data-browse-mode=P] .step-list__item-title {
  margin: 0% 0% 5.8%;
  font-size: 3rem;
}
[data-browse-mode=P] .step-list__item-text {
  font-size: 1.4rem;
  line-height: 1.7;
}
[data-browse-mode=P] .notes {
  width: 66.3%;
  margin: 9.2% auto 0%;
}
[data-browse-mode=P] .notes__title {
  margin: 0% 0% 2.3%;
  padding: 1.5%;
  font-size: 2rem;
}
[data-browse-mode=P] .notes__list {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
[data-browse-mode=P] .eco {
  padding: 6.5% 0% 6.9% 2.1%;
}
[data-browse-mode=P] .eco__btn {
  bottom: -30px;
}
[data-browse-mode=P] .csr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-browse-mode=P] .csr__img {
  width: 22.9%;
}
[data-browse-mode=P] .csr__box {
  width: 65.7%;
}
[data-browse-mode=P] .csr__box-title {
  font-size: 2.8rem;
  margin: 0.5% 0% 3.1%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bnr_item {
    margin-right: 7%;
  }
  .bnr_item_text {
    width: 100% !important;
    font-size: 18px;
  }
}