#tab ul {
  width: 100%;
  display: flex;
  left: auto;
}
#tab .t-l-li {
  margin: 0;
  box-sizing: border-box;
}
#tab .t-l-li button {
  padding: 30px 0.5em;
}

#tab_wrap {
  background: #fff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #tab_wrap {
    padding: 5%;
  }
}

#tab1, #tab2, #tab3 {
  display: none;
}
#tab1.on, #tab2.on, #tab3.on {
  display: block;
}
#tab1 h2, #tab2 h2, #tab3 h2 {
  text-align: center;
  margin: 10px auto 60px;
  font-size: 36px;
}
#tab1 h2 img, #tab2 h2 img, #tab3 h2 img {
  vertical-align: bottom;
}
#tab1 h2 .sp, #tab2 h2 .sp, #tab3 h2 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #tab1 h2, #tab2 h2, #tab3 h2 {
    font-size: 20px;
  }
  #tab1 h2 .sp, #tab2 h2 .sp, #tab3 h2 .sp {
    display: inline;
  }
  #tab1 h2 .pc, #tab2 h2 .pc, #tab3 h2 .pc {
    display: none;
  }
}
#tab1 .item_wrap, #tab2 .item_wrap, #tab3 .item_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px 20px;
  flex-wrap: wrap;
  left: auto;
}
#tab1 .item_wrap:after, #tab1 .item_wrap:before, #tab2 .item_wrap:after, #tab2 .item_wrap:before, #tab3 .item_wrap:after, #tab3 .item_wrap:before {
  order: 1;
  content: "";
  width: 23%;
  max-width: 190px;
  height: 0;
}
#tab1 .item_wrap li, #tab2 .item_wrap li, #tab3 .item_wrap li {
  width: 23%;
  max-width: 190px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #tab1 .item_wrap, #tab2 .item_wrap, #tab3 .item_wrap {
    gap: 20px 4%;
  }
  #tab1 .item_wrap li, #tab2 .item_wrap li, #tab3 .item_wrap li {
    width: 48%;
    max-width: 100%;
  }
}

#tab1 h2 {
  margin: 30px auto 70px;
}
#tab1 h2 img {
  max-width: 720px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #tab1 h2 {
    margin: 20px auto 40px;
  }
}

#tab2 h2 img {
  max-width: 330px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #tab2 h2 img {
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #tab3 h2 {
    margin: 30px auto 40px;
  }
}