@charset "UTF-8";

/*MV*/
.spHeader {
  background: #DAF4F8 url(/img/sitemap_mv_sp.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.spHeader {
    background: #DAF4F8 url(/img/sitemap_mv_pc.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  body {
    background: #DAF4F8 url(/img/sitemap_mv_pc.png) no-repeat center top;
    background-size: 1366px;
  }
}

.heading__lv2 {
  padding: 0;
}

a {
  text-decoration: none;
  color: #73d4e6;
}

.link__box__Txt {
  font-size: 14px;
  position: relative;
  padding: 2px 0 0 35px;
  margin-bottom: 20px;
}
.link__box__catTxt {
  font-size: 14px;
  position: relative;
  padding: 2px 0 0 0;
  margin-bottom: 20px;
}
.link__box__Txt:hover {
  opacity: 0.8;
}
.link__box__Txt a {
  color: #555555;
  text-decoration: none;
}
.link__box__Txt span {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background: #9dd6e1;
  border-radius: 50%;
  color: #fff;
  transition: transform 0.5s ease;
  transform: rotate(0deg);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.link__box__Txt span::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: -3px;
  right: 0;
  margin: auto;
}
.link__box__Txt__disarea {
  display: block;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
}
.link__box__Txt__dis {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
  margin-bottom: 15px;
}
.link__box__Txt__dis:hover {
  text-decoration: underline;
}
.link__box__Txt__dis:before {
  display: inline-block;
  content: "＞";
  padding-right: 2px;
  font-size: 14px;
  color: #73d4e6;
}
@media screen and (min-width: 769px) {
  .link__box__Txt {
    font-size: 14px;
    position: relative;
    padding: 2px 0 0 35px;
    margin-bottom: 20px;
  }

  .link__box__catTxt {
    font-size: 14px;
    position: relative;
    padding: 2px 0 0 0px;
    margin-bottom: 20px;
  }

  .link__box__Txt a {
    color: #555555;
    text-decoration: none;
  }
  .link__box__Txt span {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background: #9dd6e1;
    border-radius: 50%;
    color: #fff;
    transition: transform 0.5s ease;
    transform: rotate(0deg);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .link__box__Txt span::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    position: absolute;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: -3px;
    right: 0;
    margin: auto;
  }
  .link__box__Txt__disarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 0 35px;
    margin-bottom: 20px;
  }
  .link__box__Txt__dis {
    width: calc(100% / 3);
    display: block;
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .link__box__Txt__dis:before {
    display: inline-block;
    content: "＞";
    padding-right: 2px;
    font-size: 14px;
    color: #73d4e6;
  }
}
