.mv-img.air-conditioner {
  background-image: url(../img/efforts/flow-air-conditioner/mv.png.webp);
}
.mv-img.refrigerator {
  background-image: url(../img/efforts/flow-refrigerator/mv.png.webp);
}
.mv-img.washing-machine {
  background-image: url(../img/efforts/flow-washing-machine/mv.png.webp);
}
.mv-img.tv {
  background-image: url(../img/efforts/flow-tv/mv.png.webp);
}

.tab {
  position: relative;
  width: 100%;
}
.tab-section {
  padding-bottom: 0;
}

.tablist[role=tablist] {
  border-bottom: 2px solid #1454a7;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
}
@media print, screen and (max-width: 1220px) {
  .tablist[role=tablist] {
    margin: 0 20px;
  }
}

.tabbtn[role=tab] {
  border-top: 2px solid #1454a7;
  border-right: 2px solid #1454a7;
  border-left: 2px solid #1454a7;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  color: #1454a7;
  font-weight: bold;
  margin: 0 20px;
  padding: 18px;
  position: relative;
  text-align: center;
  width: 37.9%;
}
@media print, screen and (max-width: 768px) {
  .tabbtn[role=tab] {
    font-size: 14px;
    margin: 0 7px;
    padding: 15px 10px;
    width: 45%;
  }
}
.tabbtn[role=tab]::before, .tabbtn[role=tab]::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 10px;
  position: absolute;
  bottom: 0;
  width: 3px;
}
.tabbtn[role=tab]::before {
  left: -2px;
}
.tabbtn[role=tab]::after {
  right: -2px;
}
@media print, screen and (min-width: 769px) {
  .tabbtn[role=tab]:hover {
    background-color: #1454a7;
    color: #fff;
  }
  .tabbtn[role=tab]:hover::before, .tabbtn[role=tab]:hover::after {
    background-color: #1454a7;
  }
}

button[role=tab][aria-selected=true] {
  background-color: #1454a7;
  color: #fff;
  cursor: auto;
}
button[role=tab][aria-selected=true]::before, button[role=tab][aria-selected=true]::after {
  display: none;
}

.tabpanel[role=tabpanel] {
  background-color: #fff;
  cursor: auto;
  padding-top: 100px;
}
@media print, screen and (max-width: 768px) {
  .tabpanel[role=tabpanel] {
    padding-top: 50px;
  }
}

.flow-wrap {
  display: flex;
  gap: 100px;
  padding-bottom: clamp(5rem, 3.393rem + 8.04vw, 10.625rem);
}
@media print, screen and (max-width: 1024px) {
  .flow-wrap {
    gap: 50px;
  }
}
.flow-box {
  flex: 1;
  overflow: hidden;
}
.flow-list {
  padding-bottom: 50px;
}
.flow-list:last-child {
  padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .flow-list {
    padding-bottom: 100px;
    position: relative;
  }
  .flow-list::before {
    content: "";
    display: block;
    background-color: #d5d5d5;
    height: 100%;
    position: absolute;
    top: 0;
    left: 27px;
    width: 2px;
  }
  .flow-list:last-child::before {
    display: none;
  }
}
.flow-list-ttl {
  font-size: clamp(1.438rem, 1.197rem + 1.2vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .flow-list-ttl {
    margin-bottom: 20px;
  }
}
.flow-list-ttl span {
  background-color: #fff;
  border: 2px solid #1454a7;
  border-radius: 6px;
  color: #1454a7;
  display: inline-block;
  font-family: "Amiko", sans-serif;
  margin-right: 40px;
  padding: 7px 6px 0;
  vertical-align: 2px;
}
@media print, screen and (max-width: 768px) {
  .flow-list-ttl span {
    margin-right: 20px;
  }
}
.flow-list-img {
  display: block;
}
.flow-list-img img {
  border-radius: 6px;
}
@media print, screen and (min-width: 769px) {
  .flow-list-img {
    padding-left: 100px;
  }
  .flow-list-img img {
    border-radius: 12px;
  }
}
.flow-list-txt {
  margin-top: 15px;
  padding-left: 100px;
}
@media print, screen and (max-width: 768px) {
  .flow-list-txt {
    padding-left: 0;
  }
}
.flow-list.active-section .flow-list-ttl span {
  background-color: #1454a7;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .sidebar {
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    width: 230px;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .sidebar {
    width: 190px;
  }
}
@media print, screen and (min-width: 769px) {
  .sidebar .sidebar-list {
    border-top: 2px solid #d5d5d5;
    list-style-type: none;
  }
  .sidebar .sidebar-list li a {
    border-bottom: 2px solid #d5d5d5;
    display: flex;
    align-items: baseline;
    font-size: 16px;
    letter-spacing: 0;
    padding: 12px 15px 10px;
    text-decoration: none;
  }
  .sidebar .sidebar-list li a span {
    display: inline-block;
  }
  .sidebar .sidebar-list li a .en {
    border-right: 2px solid #d5d5d5;
    font-family: "Amiko", sans-serif;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .sidebar .sidebar-list li a:hover {
    background-color: #1454a7;
    color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .sidebar .sidebar-list li a.active {
    background-color: #1454a7;
    color: #fff;
  }
}
@media print, screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sidebar.wm .sidebar-list li:nth-of-type(2) a, .sidebar.wm .sidebar-list li:nth-of-type(4) a {
    font-size: 15px;
  }
}

.recovered-goods {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.recovered-goods .ttl02 {
  color: #fff;
}
.recovered-goods p {
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .recovered-goods p {
    font-size: 16px;
  }
}

.recovered-goods.outdoor-unit {
  background-image: url(../img/efforts/flow-air-conditioner/recovered-goods-bg-air-conditioner-outdoor-unit.png.webp);
}
.recovered-goods.indoor-unit {
  background-image: url(../img/efforts/flow-air-conditioner/recovered-goods-bg-air-conditioner-indoor-unit.png.webp);
}
.recovered-goods.refrigerator {
  background-image: url(../img/efforts/flow-refrigerator/recovered-goods-bg-refrigerator-flow.png.webp);
}
.recovered-goods.washing-machine {
  background-image: url(../img/efforts/flow-washing-machine/recovered-goods-bg-washing-machine-flow-01.png.webp);
}
.recovered-goods.flat-panel-tv {
  background-image: url(../img/efforts/flow-tv/recovered-goods-bg-flat-panel-tv-flow.png.webp);
}
.recovered-goods.crt-tv {
  background-image: url(../img/efforts/flow-tv/recovered-goods-bg-krsc_crt-tv-flow.png.webp);
}

.no-webp .mv-img.air-conditioner {
  background-image: url(../img/efforts/flow-air-conditioner/mv.png);
}
.no-webp .mv-img.refrigerator {
  background-image: url(../img/efforts/flow-refrigerator/mv.png);
}
.no-webp .mv-img.washing-machine {
  background-image: url(../img/efforts/flow-washing-machine/mv.png);
}
.no-webp .mv-img.tv {
  background-image: url(../img/efforts/flow-tv/mv.png);
}
.no-webp .recovered-goods.outdoor-unit {
  background-image: url(../img/efforts/flow-air-conditioner/recovered-goods-bg-air-conditioner-outdoor-unit.png);
}
.no-webp .recovered-goods.indoor-unit {
  background-image: url(../img/efforts/flow-air-conditioner/recovered-goods-bg-air-conditioner-indoor-unit.png);
}
.no-webp .recovered-goods.refrigerator {
  background-image: url(../img/efforts/flow-refrigerator/recovered-goods-bg-refrigerator-flow.png);
}
.no-webp .recovered-goods.washing-machine {
  background-image: url(../img/efforts/flow-washing-machine/recovered-goods-bg-washing-machine-01.png);
}
.no-webp .recovered-goods.flat-panel-tv {
  background-image: url(../img/efforts/flow-tv/recovered-goods-bg-flat-panel-tv-flow.png);
}
.no-webp .recovered-goods.crt-tv {
  background-image: url(../img/efforts/flow-tv/recovered-goods-bg-krsc_crt-tv-flow.png);
}
/*# sourceMappingURL=recycle-flow.css.map */