.p-maker-dl {
  padding: 50px 0 90px;
}
@media (max-width: 47.9375em) {
  .p-maker-dl {
    padding: 30px 0 20px;
  }
}

.p-maker-dl__text {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media (max-width: 47.9375em) {
  .p-maker-dl__text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.p-maker-dl__link {
  margin-top: 30px;
  text-align: center;
}
.p-maker-dl__link a {
  transition: opacity 0.3s;
  text-decoration: underline;
}
@media not all and (max-width: 47.9375em) {
  .p-maker-dl__link a:hover {
    opacity: 0.7;
  }
}

.p-local-nav {
  margin-block: 48px 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-color: #fff;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #b5cdf2;
  box-shadow: 3px 3px 0 rgba(92, 136, 201, 0.11);
}
@media (max-width: 47.9375em) {
  .p-local-nav {
    margin-block: 18px 40px;
    border-radius: 5px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-local-nav__item {
  text-align: center;
  border-left: 1px solid #b5cdf2;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: center;
  position: relative;
  padding-block: 22px 42px;
}
@media (max-width: 47.9375em) {
  .p-local-nav__item {
    padding-block: 20px 28px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.p-local-nav__item::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-bottom: solid 2px #6686ba;
  border-right: solid 2px #6686ba;
  width: 9px;
  height: 9px;
  content: "";
  transition: bottom 0.3s;
}
@media (max-width: 47.9375em) {
  .p-local-nav__item::after {
    bottom: 6px;
  }
}
.p-local-nav__item:first-child {
  border-left: 0;
}
@media (max-width: 47.9375em) {
  .p-local-nav__item:nth-child(3n+1) {
    border-left: 0;
  }
}
@media (max-width: 47.9375em) {
  .p-local-nav__item:nth-child(n+4) {
    border-top: 1px solid #b5cdf2;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-local-nav__item:hover::after {
    bottom: 8px;
  }
}

.p-maker + .p-maker {
  margin-top: 54px;
}
@media (max-width: 47.9375em) {
  .p-maker + .p-maker {
    margin-top: 8px;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-maker:last-child {
    padding-bottom: 22px;
    border-bottom: 1px solid #cbd8e8;
  }
}

.p-maker__heading {
  background-color: #6686ba;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  border-radius: 10px;
  padding: 12px;
}
@media (max-width: 47.9375em) {
  .p-maker__heading {
    font-size: 1.6rem;
    padding: 10px 15px 6px;
    text-align: left;
    border-radius: 0;
    margin-inline: -15px;
  }
}

.p-maker__app {
  display: grid;
  grid-template-columns: 80px 1fr 300px;
  align-items: center;
  padding-left: 20px;
  padding-top: 32px;
}
@media (max-width: 47.9375em) {
  .p-maker__app:has(.p-maker__btn) {
    grid-template-areas: "icon details" "btn btn";
    grid-template-rows: auto auto;
  }
}
@media (max-width: 47.9375em) {
  .p-maker__app {
    align-items: flex-start;
    padding-left: 0;
    padding-block: 20px;
    grid-template-columns: 80px 1fr;
    gap: 15px 14px;
    grid-template-areas: "icon details";
  }
}
.p-maker__app + .p-maker__app {
  border-top: 1px solid #cbd8e8;
  margin-top: 25px;
  padding-top: 22px;
}
@media (max-width: 47.9375em) {
  .p-maker__app + .p-maker__app {
    margin-top: 0;
  }
}

.p-maker__app-icon {
  border-radius: 14px;
  display: block;
  overflow: hidden;
  width: 80px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 47.9375em) {
  .p-maker__app-icon {
    grid-area: icon;
  }
}

.p-maker__app-details {
  display: flex;
  align-items: center;
  padding-left: 24px;
  align-items: center;
  padding-right: 48px;
}
@media (max-width: 47.9375em) {
  .p-maker__app-details {
    display: block;
    padding: 0;
    grid-area: details;
  }
}

.p-maker__app-name {
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  flex-shrink: 0;
}
@media (max-width: 47.9375em) {
  .p-maker__app-name {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.p-maker__app-download {
  display: flex;
  margin-left: auto;
  gap: 13px;
}
@media (max-width: 47.9375em) {
  .p-maker__app-download {
    margin-top: 8px;
    gap: 1.9920318725%;
  }
}

.p-maker__app-link {
  display: block;
  transition: opacity 0.3s;
}
.p-maker__app-link--apple {
  width: 162px;
}
@media (max-width: 47.9375em) {
  .p-maker__app-link--apple {
    width: 43.8247011952%;
  }
}
.p-maker__app-link--googleplay {
  width: 198px;
}
@media (max-width: 47.9375em) {
  .p-maker__app-link--googleplay {
    width: 54.1832669323%;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-maker__app-link:hover {
    opacity: 0.7;
  }
}

@media (max-width: 47.9375em) {
  .p-maker__btn {
    grid-area: btn;
  }
}

.p-maker__bubble {
  width: 900px;
  padding-block: 13px;
  margin: 40px auto 0;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #284db4;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.625;
  text-align: center;
  position: relative;
}
@media (max-width: 47.9375em) {
  .p-maker__bubble {
    width: 100%;
    border-radius: 5px;
    padding-block: 7px;
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
.p-maker__bubble::before, .p-maker__bubble::after {
  width: 10px;
  height: 9px;
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.p-maker__bubble::before {
  background-color: #284db4;
  bottom: -9px;
}
.p-maker__bubble::after {
  background-color: #fff;
  bottom: -7px;
}