@charset "utf-8";

.unblock .btn-unstyled {margin: 0;padding: 0;border: 0;background: none;color: inherit;font: inherit;line-height: inherit;letter-spacing: inherit;text-align: inherit;appearance: none;-webkit-appearance: none;cursor: pointer;}
.unblock {
  --unblock-primary: #0082ff;
  min-height: 55dvh;
  background: #fff;

  .color-primary {
    color: var(--unblock-primary);
  }

  .mt1 {
    margin-top: 1rem !important;
  }
}

.unblock .hero-section {
  text-align: center;

  *:not(b) {
    font-weight: normal;
  }

  h3 {
    padding-block: 7vw;
    font-size: max(15px, 4.5vw);
    background: #d9e8ff;
  }

  p {
    margin-top: max(10px, 2.5vw);
    font-size: max(12px, 3.8vw);
    line-height: 1.25;
    opacity: .8;
  }
}

.unblock .hero-section .list {
  padding: 5vw 5vw 3vw;
  text-align: left;

  li {
    position: relative;
    padding-left: 1em;
    line-height: 1.2;
    word-break: keep-all;

    & + & {
      margin-top: .5rem;
    }

    &::before {
      content: '-';
      position: absolute;
      left: 0;
      top: 0;
    }
  }
}

.unblock .hero-section .func {
  display: flex;
  gap: 2vw;
  padding: 0 5vw 5vw;
  border-bottom: 1px solid #e4e4e4;

  & > * {
    flex: 1;
    position: relative;
    padding-block: 1.5vw;
    border: 1px solid #666;
    box-sizing: border-box;
  }

  .btn-terms {
    color: #666;

    &::after {
      content: '';
      display: inline-block;
      margin-left: 2vw;
      width: clamp(4px, 1.6vw, 10px);
      aspect-ratio: 1 / 1;
      border-top: 1px solid #666;
      border-right: 1px solid #666;
      transform: rotate(45deg);
    }
  }

  .btn-download {
    color: #fff;
    background: #000;
    border-color: #000;
  }
}

.unblock .primary-func {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 5vw;

  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    padding-block: 3.5vw;
    font-size: max(15px, 3.8vw);
    color: #fff;
    background: #f46b6f;

    &::after {
      content: '';
      display: inline-block;
      margin-left: 2vw;
      width: clamp(6px, 1.8vw, 12px);
      aspect-ratio: 1 / 1;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
    }
  }

  .bg-blue {
    background: #2f476d;
  }
}

.unblock .helpMy__write--subject sup,
.unblock .helpMy__write--text sup {
  color: red;
  vertical-align: 5px;
}

.unblock .password-field {
  display: flex;
  gap: .5rem;

  input {
    flex: 1;
  }

  .btn-pw-toggle {
    padding: 2vw;
    width: fit-content;
    color: #555;
    border: 1px solid #bbb;
    box-sizing: border-box;
  }

  & + .desc {
    margin-top: .5rem;
    color: red;
  }
}

.unblock .helpList--flex--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unblock .helpList {
  border-top: 1px solid #e4e4e4;
}

.unblock .cont-title {
  margin: 5vw 1rem .7rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}

.unblock .helpList_stat.statColor03 {
  background: #555;
}

.unblock .helpMy__write--subject:has(.cont-row) {
  display: block;

  .tit {
    margin-bottom: .5rem;
  }
}

.unblock .helpMy__write--subject .cont-row dl {
  display: flex;

  & + & {
    margin-top: .5rem;
  }

  dt,
  dd {
    display: flex;
    align-items: center;
  }

  dd {
    flex: 7;

    &:has(input[type='email']) {
      gap: 5px;
    }
  }

  .sel_st1 {
    height: auto;
  }
}

.unblock .helpMy__write--subject input[type='date'] {
  padding-right: .6rem;
  /* width: fit-content; */
}

.unblock .helpMy__write--subject label:has(input[type='checkbox']) {
  display: inline-block;
  margin-right: 0;
}

.unblock .helpMy__write--text:has(input[type='checkbox']) .cont-row {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 33.333333%;
  gap: 10px 15px;

  label {
    display: flex;
    align-items: center;

    input {
      margin: 0 5px 0 0;
    }
  }
}

.unblock .helpMy__write--text textarea {
  line-height: 1.3;
}
.unblock .helpMy__write--text .tit {
  margin-bottom: .5rem;
}

.unblock .color-red {
  color: #f46b6f;
}

.unblock .desc.color-red {
  font-size: .9rem;
}

.unblock .tit:has(.desc) > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.unblock .desc-box {
  padding: 2.5vw;
  word-break: keep-all;
  background: #f6f7f8;
}

.unblock .helpMy__write--text .inp1.w100 {
  width: 100%;
  box-sizing: border-box;
}

.unblock .agree-box {
  border: 1px solid #bbb;
}

.unblock .agree-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3vw;
}

.unblock .agree-head input[type='checkbox'] {
  margin: 0 5px 0 0;
}

.unblock .agree-head label {
  font-weight: 600;
  cursor: pointer;
}

.unblock .btn-agree-toggle {
  padding: 5px 1.5rem;
  color: #555;
  border: 1px solid #bbb;
}

.unblock .agree-cont {
  padding: 3vw;
  color: #666;
  line-height: 1.4;
  border-top: 1px solid #bbb;

  &.is-hidden {
    display: none;
  }
}

.unblock .helpMy__write--etc:has(.agree-box) {
  margin-top: 2rem;
}

.unblock .agree-list {
  margin-block: .2rem .5rem;
}

.unblock .agree-list strong {
  text-decoration: underline;
  text-underline-position: under;
}

.unblock .agree-list li,
.unblock .desc-list {
  position: relative;
  padding-left: .8rem;
}

.unblock .agree-list li::before,
.unblock .desc-list li::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.unblock .helpMy__write.view .tit {
  flex: 2.2
}

.unblock .helpMy__write--subject:has(.flexRight.text) .tit strong,
.unblock .helpMy__write.view .tit strong {
  vertical-align: top;
}

.unblock .flexRight.text {
  /* min-height: 4rem; */
}

.unblock .view .faq_fbox {
  padding: 0;

  .Prop_file--img {
    margin-top: 0;
  }
}

.unblock .helpMy__write.view > div {
  margin-top: 1.3rem;

  &:first-child {
    margin-top: .5rem;
  }
}

.unblock .helpMy__write--subject .status b {
  display: block;
  margin-bottom: .5rem;
}

.unblock .helpMy__write--subject .status .color-gray {
  color: #999;
}

.unblock .helpMy__write--subject .status .color-red {
  color: #fc5252;
}

.unblock .helpMy__write--subject .status .color-blue {
  color: #1677cb;
}

.unblock .helpBtn-left {
  display: flex;
  gap: 5px;
}

.unblock .helpBtn-left > a {
  float: none;

  &:first-child + a {
    margin-left: auto;
  }
}

.unblock .desc-list {
  margin-top: .5rem;
  line-height: 1.3;
  word-break: keep-all;
}

.unblock .faq_fbox {
  padding-bottom: 0;
}

.unblock .helpBtn-full {
  display: flex;
  margin-top: 5vw;

  a {
    padding-block: 5vw;
    width: 100%;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background: #a1a4ac;

    &.on {
      background: #1677cb;
    }
  }

  span {
    background: #a1a4ac;
  }

  &.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 2;
  }
}

.unblock:has(.view) .hero-section,
.unblock:has(.view) .hero-section + .primary-func {
  display: none;
}

.unblock .cont-row:has(input[name='blockType']) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.unblock label:has(input[name='blockType']) {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  input[name='blockType'] {
    margin-top: 0;
  }
}

.unblock .helpMy__write--subject .tit,
.unblock .helpMy__write--subject .cont-row dt {
  flex: 2;
}

.contents__inner:has(.helpBtn-full.fixed) {
  padding-bottom: 15vw;
}