@charset "UTF-8";

/* kobetsu */
.busi-item {
  margin-bottom: 60px;
}

.map_flex {
  flex-wrap: wrap;
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0;
}

.map_flex li {
  width: 49%;
  margin-right: 2%;
}

.map_flex li:nth-of-type(2n) {
  margin-right: 0;
}

.map_flex li:nth-of-type(n + 3) {
  margin-top: 2%;
}

.map_flex .site_link {
  display: block;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  text-align: left;
  position: relative;
}

.map_flex .site_link::after {
  content: "";
  display: block;
  background-image: url(../../common/img/readmore.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s ease;
}

.map_flex .site_link:hover {
  opacity: 0.7;
}

.map_flex .site_link:hover::after {
  transform: translateY(-50%) scale(1.2);
}

.map_flex .multiple li {
  width: 100%;
}

.map_flex .multiple li:nth-of-type(n + 2) {
  margin-top: 4%;
}

.map_flex .under_link {
  margin: 20px 0 0 1.5em;
}

 .map_flex .under_link li:nth-of-type(n + 2) {
  margin-top: 10px;
}

 .map_flex .under_link li a {
  padding-left: 1.3em;
  position: relative;
  transition: all 0.5s;
}

.map_flex .under_link li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.map_flex .under_link li a:hover {
  opacity: 0.7;
}

.map_flex .under_link li a:hover::before {
  transform: translateY(-50%) scale(1.2);
}

/* tab */
@media (max-width: 1180px) {
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .busi-item {
    margin-bottom: 0;
  }

.map_flex {
    margin-top: 40px;
  }

 .map_flex li {
    width: 100%;
    margin-right: 0;
  }

 .map_flex li:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .map_flex .site_link::after {
    width: 21px;
    height: 21px;
  }

  .map_flex .site_link:hover::after {
    transform: translateY(-50%) scale(1);
  }

  .map_flex .under_link li a:hover::before {
  transform: translateY(-50%) scale(1);
}
}
