
@charset "UTF-8";
/*****************
common
*****************/
.el_atten{
  font-size: min(2vw,16px);  
}
.l_mainContentsTtl.el_txtleft{
  text-align: left;
  margin-left: 0;
}

@media (max-width: 768px) {
.el_atten{
    font-size: 3.75vw;  
  }
}

/*****************
l_mainContentsImg
*****************/
.l_mainContentsImgL{
  width: min(100%,566px);
}
.l_mainContentsImgFull{
  width: 100%;
}

@media (max-width: 768px) {
  .l_mainContentsImg{
    width: 82.8vw;
  }
  .l_mainContentsImgL{
    width: 82.8vw;
  }
}

/*****************
l_returnflow
*****************/
.l_returnflow_2colum{
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 50px;
}
.l_returnflow_2colum_first{

}
.l_returnflow_1colum{
  margin-bottom: 50px;
}
.l_returnflow_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  position: relative;
}
.l_returnflow_inner:after{
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 35px;
  height: 35px;
  transform: translateX(-50%);
  background: url(../img/icon_arrow.png);
  background-size: 100%;
}
.l_returnflow_2colum .l_returnflow_inner{
  width: calc(50% - 10px);
}
.l_returnflow_inner h5{
  font-size: min(2.5vw,20px); 
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
}
.l_returnflow_txtArea{
  display: flex;
  gap: 20px;
  align-items: center;
}
.l_returnflow_img{
  width: 300px;
  text-align: center;
  span{
    padding-top: 10px;
  }
}
.l_returnflow_2colum .l_returnflow_img{
  width: 120px;
}
.l_returnflow_txt{
  flex: 1;
  font-size: min(2.3vw,18px); 
  a{
    text-decoration: underline;
    &:hover{
      text-decoration: none;
    }
  }
  a[href*="tel"]{
    text-decoration: none;
  }
}
.l_returnflow_txt p:not(:last-child){
  padding-bottom: 20px;
}
.l_returnflow_1colum:has(+ .l_returnflow_2colum_last) .l_returnflow_inner:after{
  background: none;
}
.l_returnflow_2colum_last .l_returnflow_inner:after{
  top: -45px;
  bottom: inherit;
}
.l_returnflow_2colum_first .l_returnflow_inner:nth-child(1):after{
  transform: translateX(-50%) rotate(-25deg);
}
.l_returnflow_2colum_first .l_returnflow_inner:nth-child(2):after{
  transform: translateX(-50%) rotate(25deg);
}
.l_returnflow_2colum_last .l_returnflow_inner:nth-child(1):after{
  transform: translateX(-50%) rotate(25deg);
}
.l_returnflow_2colum_last .l_returnflow_inner:nth-child(2):after{
  transform: translateX(-50%) rotate(-25deg);
}
.l_returnflow_2colum_last .l_returnflow_inner{
  padding-bottom: 40px;
}
.l_returnflow_2colum_last .l_returnflow_inner:nth-child(1):before{
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  background: url(../img/icon_shuka.png) no-repeat bottom;
  background-size: 100%;
  z-index: -1;
}
.l_returnflow_2colum_last .l_returnflow_inner:nth-child(2):before{
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  background: url(../img/icon_covin.png) no-repeat bottom;
  background-size: 100%;
  z-index: -1;
}
.l_returnflow_2colum_last{
  margin-bottom: 0;
}
.l_returnflow_inner i{
  font-style: normal;
}

@media (max-width: 1000px) {
  .l_returnflow_inner i{
    display: block;
  }
}

@media (max-width: 768px) {
  .l_returnflow_2colum{
    margin-bottom: 40px;
    gap: 10px;
  }
  .l_returnflow_1colum{
    margin-bottom: 40px;
  }
  .l_returnflow_inner{
    padding: 15px 10px;
  }
  .l_returnflow_inner:after{
    bottom: -35px;
    width: 25px;
    height: 25px;
  }
  .l_returnflow_2colum .l_returnflow_inner{
    width: calc(50% - 5px);
  }
  .l_returnflow_inner h5{
    font-size: 4vw; 
  }
  .l_returnflow_txtArea{
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .l_returnflow_img{
    width: 60vw;
    text-align: center;
    span{
      padding-top: 10px;
    }
  }
  .l_returnflow_2colum .l_returnflow_img{
    width: 30vw;
  }
  .l_returnflow_txt{
    font-size: 3.6vw; 
    a[href*="tel"]{
      text-decoration: underline;
      &:hover{
        text-decoration: none;
      }
    }
  }
  .l_returnflow_txt p:not(:last-child){
    padding-bottom: 20px;
  }
  .l_returnflow_2colum_last .l_returnflow_inner:after{
    top: -35px;
    bottom: inherit;
  }
  .l_returnflow_2colum_last .l_returnflow_inner{
    padding-bottom: 100px;
  }
  .l_returnflow_2colum_last .l_returnflow_inner:nth-child(1):before{
    content: "";
    position: absolute;
    bottom: 10px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: url(../img/icon_shuka.png) no-repeat bottom;
    background-size: 100%;
    z-index: -1;
  }
  .l_returnflow_2colum_last .l_returnflow_inner:nth-child(2):before{
    content: "";
    position: absolute;
    bottom: 10px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: url(../img/icon_covin.png) no-repeat bottom;
    background-size: 100%;
    z-index: -1;
  }
  .l_returnflow_inner i{
    display: inline-block;
  }
  .l_returnflow_2colum_last{
    margin-bottom: 0;
  }
}
