@charset "UTF-8";

.total__container {
  position: relative;
}

.total__links {
  width: 20%;
  max-width: 175px;
  height: auto;
  position: absolute;
}

.item-01 {
  top: 40%;
  right: 38%;
}

.item-02 {
  top: 40%;
  right: 6%;
}

.item-03 {
  bottom: 11%;
  right: 38%;
}

.item-04 {
  bottom: 11%;
  right: 6%;
}

/*-------------------------------------
p-front-privacy
---------------------------------------*/
.p-front-privacy {
  display: block;
  position: absolute;
  top: 82px;
  right: 40px;
}

.p-front-privacy__inner {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 4px;
}
.p-front-privacy__inner p a span {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (max-width:749px) {
  .p-front-privacy {
    width: 100%;
    top: 48%;
    right: 0;
}
  .p-front-privacy__inner {
  justify-content: center;
  gap: 6px;
}
  .p-front-privacy__inner p a span {
    margin-left: 5px;
}
  
}
@media screen and (max-width: 600px) {
  .p-front-privacy {
    top: 26vw;
}
  
}
