.tab1-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tab1-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #00a1c6;
  display: block;
  order: -1;
}
.tab1-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab1-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab1-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab1-switch:checked + .tab1-label {
  background: #00a1c6;
}
.tab1-switch:checked + .tab1-label + .tab1-content {
  height: auto;
  overflow: auto;
  padding: 15px 0px;
  opacity: 1;
  transition: 0.5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab1-switch {
  display: none;
}
.tab1-label {
  margin-bottom: 1rem;
  border-radius: 0;
}
.tab1-label:not(:last-of-type) {
  margin-right: 0;
}
.tab1-label {
  background: #fff;
  color: #00a1c6;
  border: 2px solid;
  /* border-left: 0; */
  z-index: 0; /*topへ戻るが隠れた為*/
}
label#tab04 {
  border-left: 2px solid #00a1c6;
  border-radius: 15px 0 0 15px;
}
label#tab06 {
  border-radius: 0 15px 15px 0;
}
.tab1-switch:checked + .tab1-label + .tab1-content {
  text-align: center;
}
.tab1-switch:checked + .tab1-label {
  background: #00a1c6;
  color: #fff;
  border-color: #00a1c6;
}

.tab2-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tab2-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  /* background: #00a1c68f; */
  display: block;
  order: -1;
}
.tab2-label {
  color: White;
  /* background: LightGray; */
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab2-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab2-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab2-switch:checked + .tab2-label {
  background: #00a1c68f;
}
.tab2-switch:checked + .tab2-label + .tab2-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
  /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); */
}
.tab2-switch {
  display: none;
}
.tab2-label {
  margin-bottom: 1rem;
  border-radius: 0;
}
.tab2-label:not(:last-of-type) {
  margin-right: 0;
}
.tab2-label {
  /* background: #fff; */
  color: #00a1c68f;
  /* border: 2px solid; */
  border-left: 0;
}
label#tab04 {
  border-left: 2px solid #00a1c68f;
  border-radius: 15px 0 0 15px;
}
label#tab06 {
  border-radius: 0 15px 15px 0;
}
.tab2-switch:checked + .tab2-label + .tab2-content {
  text-align: center;
}
.tab2-switch:checked + .tab2-label {
  background: #00a1c68f;
  color: #fff;
  border-color: #00a1c68f;
}
