.flow_fv img{
  border-radius: 1rem 1rem 0 0;
}
.flow_fv div{
  margin: 1rem auto 0;
  @media screen and (min-width:1000px) {
    font-size: 1.5rem;
    text-align: center;
  }
}
.flow_fv .service_fv_point{
  padding-bottom: 0;
}
.tab-menu{
  width: calc(100% / 2);
  border: none;
}
#tab01:checked ~ #tabMenu01,
#tab02:checked ~ #tabMenu02{
  background-color: #f5f5f5;
  border: none;
}
.tab-menu:hover {
  color: #2282c5;
  background-color: #f5f5f5;
}
.tab-content-item{
  background-color: #f5f5f5;
  border: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.tab-content-item h3{
  color: #2282c5;
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem auto;
}
.tab-content-item ul{
  display: grid;
  gap: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 6rem;
  }
}
.flow_ul{
  margin-bottom: 2rem;
}
.flow_ul li{
  display: grid;
  grid-template-columns: auto 1fr;
  background-color: #FFF !important;
  padding: 0 !important;
  position: relative;
  @media screen and (min-width:1000px) {
    display: block;
    text-align: center;
  }
}
.flow_ul li p{
  font-family: 'oswald', sans-serif;
  color: #FFF;
  font-weight: 900;
  background-color: #2282c5;
  padding: 0.5rem 1rem;
  @media screen and (min-width:1000px) {
    font-size: 1.5rem;
  }
}
.flow_ul li div{
  color: #2282c5;
  font-weight: 600;
  padding: 0.5rem 1rem;
  @media screen and (min-width:1000px) {
    display: inline-block;
    writing-mode: vertical-rl;
  }
}
.flow_ul li::after{
  content: '';
  width: 1.5rem;
  height: 1rem;
  background-image: url(https://trashup.co.jp/wp-content/themes/arkhe_child/img/service/flow_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.7rem;
  margin: auto;
  @media screen and (min-width:1000px) {
    transform: rotate(-90deg);
    right: -4rem;
    bottom: 0;
    top: 0;
    left: auto;
  }
}
.flow_ul li:last-child::after{
  background-image: none;
}
.flow_explanation{
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
  }
}
.flow_explanation li{
  background-color: inherit !important;
  padding: 0 !important;
}
.flow_explanation li:nth-child(1),
.flow_explanation li:nth-child(3),
.flow_explanation li:nth-child(5){
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem;
  }
}
.flow_explanation li:nth-child(1) p,
.flow_explanation li:nth-child(3) p,
.flow_explanation li:nth-child(5) p{
  @media screen and (min-width:1000px) {
    order: 2;
  }
}
.flow_explanation li:nth-child(1) h3,
.flow_explanation li:nth-child(3) h3,
.flow_explanation li:nth-child(5) h3{
  @media screen and (min-width:1000px) {
    order: 1;
  }
}
.flow_explanation li:nth-child(1) div,
.flow_explanation li:nth-child(3) div,
.flow_explanation li:nth-child(5) div{
  @media screen and (min-width:1000px) {
    order: 3;
  }
}
.flow_explanation li:nth-child(2),
.flow_explanation li:nth-child(4),
.flow_explanation li:nth-child(6){
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem;
  }
}
.flow_explanation p{
  @media screen and (min-width:1000px) {
    grid-row: span 2 / span 2;
  }
}
.flow_explanation li h3{
  text-align: left;
  margin: 1rem auto 1rem 0;
}
.flow_explanation li:nth-child(1) h3::before{
  content: '1';
}
.flow_explanation li:nth-child(2) h3::before{
  content: '2';
}
.flow_explanation li:nth-child(3) h3::before{
  content: '3';
}
.flow_explanation li:nth-child(4) h3::before{
  content: '4';
}
.flow_explanation li:nth-child(5) h3::before{
  content: '5';
}
.flow_explanation li:nth-child(6) h3::before{
  content: '6';
}
.flow_explanation h3::before{
  color: #FFF;
  font-family: 'oswald', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  background-color: #2282c5;
  border-radius: 100rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
.safety_and_security ul{
  display: grid;
  margin: 2rem auto 3rem;
  gap: 2rem;
  @media screen and (min-width:1000px) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.safety_and_security h3{
  color: #2282c5;
  text-align: center;
  margin: 1rem auto;
}
.flow_company ul{
  margin-top: 2rem;
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.flow_company img{
  border-radius: 1rem;
}