@charset "UTF-8";
/* -----------------------------------------------
  既存モジュール調整
----------------------------------------------- */
/* .unq-account-adj
----------------------------------------------- */
.acq-hdg-l1.unq-account-adj {
  font-size: var(--acq-font-size-xl);
  font-weight: var(--acq-font-weight-bold);
}
.acq-hdg-l1-03.unq-account-adj {
  padding-bottom: 95px;
}
.acq-content-area.unq-account-adj {
  padding-top: 48px;
}
.acq-list-anchor-fv.unq-account-adj {
  margin: 40px 0 0;
}
.acq-media.unq-account-ol {
  margin-top: 48px;
}
.acq-hdg-icon.-left-pc.unq-account-adj {
  justify-content: center;
}
.acq-box.unq-account-adj .acq-box_hdg {
  font-size: 3.2rem;
}

@media only screen and (min-width: 1025px) {
  .acq-header_row.unq-account-adj {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
.acq-list-link.-col3-pc.unq-account-adj {
  row-gap: 52px;
}
}

@media only screen and (max-width: 767px) {
  .acq-hdg-l1-03.unq-account-adj {
    padding-bottom: 50px;
  }
  .acq-list-anchor-fv.unq-account-adj {
    margin-top: 32px;
  }
  .acq-hdg-icon.-left-pc.unq-account-adj {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .acq-hdg-icon_img > img {
    width: 42px;
    height: auto;
  }
}

/* .unq-account-acq-tab
----------------------------------------------- */
.unq-account-acq-tab {
  margin-bottom: 0;
}
.unq-account-ol-acq-tab_list-wrap {
  padding-inline: var(--acq-gutter-content);
}
.unq-account-acq-tab_list,
.unq-account-acq-tab_panel {
  margin-inline: auto;
  width: 100%;
  max-width: var(--acq-width-content);
}
.unq-account-acq-tab_list {
  border-bottom: none;
}
.unq-account-acq-tab_content {
  padding-bottom: 120px;
}
.unq-account-acq-tab_content .acq-hdg-l1_inner {
  padding: 10px 0 48px;
}
.unq-account-acq-tab_content .acq-icon-label {
  margin-left: 0;
  padding-inline: var(--acq-spacing-xs);
  font-size: var(--acq-font-size-md);
  line-height: 1.7;
  white-space: nowrap;
}
.unq-account-acq-tab_content .acq-hdg-l2 {
  margin: var(--acq-spacing-lg) 0 var(--acq-spacing-md);
}
.unq-account-acq-tab_content .acq-list-step_content .acq-lyt-col.-col2-pc {
  gap: 24px;
}
/* -------------------------------------------- */

@media only screen and (max-width: 767px) {
  .unq-account-acq-tab_content {
    padding-bottom: 48px;
  }

  .acq-lyt-col_item.-order {
    order: 1;
  }
}

/* -----------------------------------------------
  /users/beginner/account-ol/index.html 固有
----------------------------------------------- */
/* .account-ol-hdg-icon
----------------------------------------------- */
.account-ol-hdg-icon {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: var(--acq-gutter);
}
.account-ol-hdg-icon_item > :last-child {
  margin-bottom: 0;
}
.account-ol-hdg-icon_hdg {
  font-size: var(--acq-font-size-xl);
}
.account-ol-hdg-icon_subtext {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .account-ol-hdg-icon {
    flex-direction: column-reverse;
  }
  .account-ol-hdg-icon_item {
    text-align: center;
  }
}

/* .unq-account-modal
----------------------------------------------- */
.unq-account-modal_img {
  position: relative;
  display: flex;
  justify-content: center;
}
.unq-account-modal_img::before,
.unq-account-modal_img::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.unq-account-modal_img::before {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
}
.unq-account-modal_img::after {
  width: 44px;
  height: 28px;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background-color: var(--acq-color-white);
  left: calc(50% + 15px);
}

.acq-media.unq-account-adj {
  margin-bottom: 0;
}
.acq-media.unq-account-adj .acq-media_link::before {
  z-index: 1;
}

.unq-account-acq-list-step_nbr-text {
  display: flex;
  align-items: flex-start;
}

.account-ol-list {
  margin-top: 48px;
}

.account-ol-list_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px;
}
.account-ol-list_item-hdg {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: var(--acq-font-weight-bold);
}

.account-ol-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.account-ol-list-grid_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 40px;
  place-items: center;
  padding: 32px;
  background-color: var(--acq-color-white);
  border: solid 1px var(--acq-color-beige);
  border-radius: var(--acq-rounded-lg);
}

.account-ol-list-grid_item-inner > :first-child {
  margin-top: 0;
}

.account-ol-list-grid_item-inner > :last-child {
  margin-bottom: 0;
}

.account-ol-list-grid_hdg {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: var(--acq-font-weight-bold);
  text-align: center;
}

.cmp-image-link > .unq-account-modal_img {
  position: unset;
}