@charset "UTF-8";
body.not-scroll {
  overflow: hidden;
}

form {
  background: #fff;
  padding: 56px 90px;
  border-radius: 8px;
}
form.infringement-removal {
  padding: 80px 120px;
}
form.infringement-removal * {
  word-break: break-all;
}
@media screen and (max-width: 1280px) {
  form.infringement-removal {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 450px) {
  form.infringement-removal {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 1280px) {
  form {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 450px) {
  form {
    padding: 40px 20px;
  }
}
form.error {
  background: none;
  padding: 0;
}
form.error .back-btn {
  width: 300px;
  height: 56px;
  background: #fff;
  border-radius: 100px;
  border: solid 1px #0B7BEC;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  form.error .back-btn {
    width: 280px;
    height: auto;
  }
}
form.error .back-btn button {
  width: 100%;
  height: 100%;
  padding: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0B7BEC;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
}
form.error .back-btn button span {
  padding-left: 24px;
}
@media screen and (max-width: 450px) {
  form.error .back-btn button span {
    line-height: 1.4;
  }
}
form.error .back-btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
form.error .back-btn-icon img {
  filter: invert(100%) sepia(0%) saturate(7463%) hue-rotate(125deg) brightness(106%) contrast(100%);
}
form.error .back-btn:hover {
  background: linear-gradient(90deg, #004FC8, #00A3EC);
}
form.error .back-btn:hover button {
  color: #fff;
}
form.error .back-btn:hover .back-btn-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0;
  transition: 0.3s;
}
form.error .back-btn:hover .back-btn-icon img {
  filter: invert(58%) sepia(100%) saturate(6141%) hue-rotate(197deg) brightness(101%) contrast(91%);
}

.form__logo {
  display: block;
  width: 166.15px;
  height: auto;
  margin: 0 auto;
  margin-top: 96px;
  margin-bottom: 48px;
}
@media screen and (max-width: 450px) {
  .form__logo {
    width: 114px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.form__first-text {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.448;
  color: #0B7BEC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .form__first-text {
    font-size: 24px;
    line-height: 1.4479166667;
    margin-bottom: 40px;
  }
}
.form__top-text {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: left;
  color: #526471;
}
@media screen and (max-width: 450px) {
  .form__top-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
.form__wrapper {
  width: 1200px;
  margin: 0 auto 120px;
}
.form__wrapper.infringement-removal {
  width: 1020px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  .form__wrapper.infringement-removal {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .form__wrapper.infringement-removal {
    margin: 0;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .form__wrapper.infringement-removal {
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .form__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .form__wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .form__wrapper {
    padding: 0 20px;
  }
}
.form__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1280px) {
  .form__lead {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .form__lead {
    padding: 0 20px;
  }
}
.form__lead a {
  display: inline-block;
  color: #0B7BEC;
  margin: 0 4px;
}
.form__container {
  display: flex;
}
.form__container.infringement-removal {
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .form__container.infringement-removal {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .form__container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 850px) {
  .form__container {
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 450px) {
  .form__container {
    margin: 0;
    row-gap: 24px;
  }
}
.form__title {
  width: 240px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #10181D;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .form__title {
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  .form__title {
    padding-left: 22px;
  }
}
.form__title.infringement-removal {
  color: #10181D;
  margin-bottom: 48px;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 450px) {
  .form__title.infringement-removal {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.form__title.infringement-removal::before {
  height: 30px;
}
@media screen and (max-width: 450px) {
  .form__title.infringement-removal::before {
    height: 24px;
  }
}
.form__title::before {
  content: "";
  width: 6px;
  height: 21px;
  border-radius: 20px;
  position: absolute;
  top: 6px;
  left: 0px;
  background: #0B7BEC;
}
@media screen and (max-width: 450px) {
  .form__title::before {
    height: 24px;
    top: 4px;
  }
}
.form__content {
  flex: 1;
}
.form__content.infringement-removal {
  width: 100%;
  overflow: hidden;
}
.form__row {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 32px;
  position: relative;
}
.form__row.infringement-removal {
  row-gap: 20px;
  margin-bottom: 48px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .form__row.infringement-removal {
    row-gap: 16px;
    margin-bottom: 32px;
  }
}
.form__label {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 450px) {
  .form__label {
    font-size: 14px;
  }
}
.form__label.infringement-removal {
  color: #10181D;
  font-size: 18px;
}
.form__label.infringement-removal span {
  margin-right: 8px;
}
@media screen and (max-width: 450px) {
  .form__label.infringement-removal {
    font-size: 16px;
  }
}
.form__label.infringement-removal.required::after {
  display: none;
}
.form__label.infringement-removal.required .required-badge {
  display: inline-block;
}
.form__label.required::after {
  content: "必須";
  width: 42px;
  height: 20px;
  border: solid 1px #F86890;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: -56px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #F86890;
  line-height: 19px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .form__label.required::after {
    top: 0;
    right: -52px;
  }
}
.form__label.date-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-left: 4px;
}
@media screen and (max-width: 450px) {
  .form__label.date-unit {
    margin: 0;
  }
}
.form__group.form__publish {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 560px) {
  .form__group.form__publish {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.form__input {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 4px;
  padding: 16px;
  background: #F7F8F9;
  border: solid 2px transparent;
}
.form__input.infringement-removal {
  height: 48px;
  font-size: 14px;
}
.form__input::-moz-placeholder {
  color: #ABB8C2;
}
.form__input::placeholder {
  color: #ABB8C2;
}
.form__input:focus {
  border: solid 2px #0B7BEC;
}
.form__input.textarea {
  height: 160px;
}
@media screen and (max-width: 450px) {
  .form__input.textarea {
    height: 146px;
  }
}
.form__input.textarea.infringement-removal {
  resize: none;
  height: 200px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  .form__input.textarea.infringement-removal {
    height: 140px;
    font-size: 14px;
  }
}
.form__input.textarea.infringement-removal::-webkit-scrollbar {
  width: 12px;
}
.form__input.textarea.infringement-removal::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border: 2px solid transparent;
  background-clip: content-box;
}
.form__input.textarea.infringement-removal::-webkit-scrollbar-track {
  background-color: #F3F3F3;
}
.form__input.select {
  background: #F7F8F9 url("/common/img/icon_chevron.svg") right 12px center no-repeat;
  width: 96px;
  padding: 16px 8px;
}
.form__input.select.publish-year {
  width: 112px;
}
@media screen and (max-width: 560px) {
  .form__input.select {
    background: #F7F8F9 url("/common/img/icon_chevron.svg") right 6px center no-repeat;
    background-size: 16px;
    width: 64px;
  }
  .form__input.select.publish-year {
    width: 80px;
  }
}
.form__small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 850px) {
  .form__small {
    text-align: left;
  }
}
.form__small a {
  display: inline;
  color: #0B7BEC;
}
.form__small img {
  filter: invert(33%) sepia(82%) saturate(1660%) hue-rotate(193deg) brightness(96%) contrast(94%);
  transform: translate(-4px, 2px);
}
.form__check-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 29px;
  margin: 24px auto 32px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  cursor: pointer;
}
.form__check-label a {
  display: inline;
  color: #0B7BEC;
  word-break: break-word;
  max-width: 0 4px;
}
.form__check-label a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 450px) {
  .form__check-label {
    margin-bottom: 40px;
  }
}
.form__check-label.infringement-removal {
  margin-left: 0;
  margin-bottom: 0px;
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 450px) {
  .form__check-label.infringement-removal {
    font-size: 14px;
    padding-left: 29px;
  }
}
.form__check-label .error-message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #F86890;
  font-size: 14px;
  margin: 8px 0 0 -29px;
}
.form__error-wrapper {
  margin-bottom: 200px;
}
@media screen and (max-width: 850px) {
  .form__error-wrapper {
    margin: 168px 0 120px;
  }
}
@media screen and (max-width: 450px) {
  .form__error-wrapper {
    margin: 148px 0 80px;
    padding: 0 20px;
  }
}
.form__error-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0B7BEC;
  font-size: 26px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .form__error-title {
    font-size: 20px;
    margin-bottom: 56px;
  }
}
.form__radios {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}
.form__select {
  width: 100%;
  height: 56px;
  padding-left: 16px;
  padding-right: 56px;
  border: none;
  border-radius: 4px;
  background-color: #F7F8F9;
  font-size: 16px;
  line-height: 1.5;
  color: #10181D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border: 2px solid transparent;
}
.form__select:focus {
  border: 2px solid #0B7BEC;
}
.form__select:hover {
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .form__select {
    height: 48px;
    padding-right: 48px;
    padding-left: 16px;
  }
}
.form__select-wrapper {
  position: relative;
}
.form__select-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 450px) {
  .form__select-icon {
    width: 20px;
    height: 20px;
    top: 14px;
    right: 14px;
  }
}
.form__radio-label {
  position: relative;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-left: 32px;
  color: #10181D;
  width: -moz-fit-content;
  width: fit-content;
}
.form__radio-label:has(input:checked)::before {
  display: block;
}
.form__radio-label:has(input:checked)::after {
  border: 1px solid #0B7BEC;
}
.form__radio-label::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #CFCFCF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form__radio-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0B7BEC;
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.form__radio-label:hover {
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .form__radio-label {
    font-size: 14px;
    padding-left: 24px;
  }
}
.form__radio-label input {
  display: none;
}
.form__explain {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 450px) {
  .form__explain {
    font-size: 14px;
    line-height: 1.5;
  }
}
.form__btn {
  width: 160px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #0b7bec;
  color: #0B7BEC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.form__btn:hover {
  cursor: pointer;
  background-color: rgba(11, 123, 236, 0.0588235294);
  border: 1px solid rgba(11, 123, 236, 0.6);
}
.form__btn:disabled {
  border: 1px solid #ABB8C2;
  color: #ABB8C2;
}
.form__btn:disabled:hover {
  cursor: default;
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  .form__btn.url {
    width: 140px;
  }
}
.form__length {
  font-size: 13px;
  text-align: right;
  color: rgba(16, 24, 29, 0.4);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.form__file-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
@media screen and (max-width: 450px) {
  .form__file-block {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.form__file-attention {
  font-size: 14px;
  list-style: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgba(16, 24, 29, 0.6);
  padding-left: 16px;
  position: relative;
}
.form__file-attention::after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.form__file-error-text {
  color: #F86890;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.form__file-error-text.js-show {
  display: block;
}
.form__footer {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 450px) {
  .form__footer {
    flex-direction: column;
    row-gap: 48px;
    margin-top: 56px;
  }
}
.form__footer-links {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 450px) {
  .form__footer-links {
    flex-direction: column;
    row-gap: 16px;
  }
}
.form__footer-link {
  font-size: 14px;
  color: #526471;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  .form__footer-link {
    font-size: 13px;
    text-align: center;
  }
}
.form__footer-copy {
  font-size: 14px;
  color: #526471;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  .form__footer-copy {
    font-size: 13px;
  }
}
.form__label-row {
  display: flex;
}
.form__url-lists {
  display: none;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 25px;
}
.form__url-lists.js-show {
  display: flex;
}
@media screen and (max-width: 450px) {
  .form__url-lists {
    row-gap: 16px;
  }
}
.form__url-list {
  padding-left: 8px;
  font-size: 16px;
  color: #10181D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
}
.form__url-list::marker {
  margin-right: 20px;
}
.form__file-lists {
  display: none;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  overflow: hidden;
}
.form__file-lists.js-show {
  display: flex;
}
.form__file-list {
  height: 40px;
  padding-left: 12px;
  padding-right: 48px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f0f0f0;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.form__file-list-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form__file-list-delete-btn {
  color: #10181D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.form__file-list-delete-btn:hover {
  cursor: pointer;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #B6BECE;
  position: absolute;
  top: 3px;
  left: 0;
  cursor: pointer;
}
input[type=checkbox].infringement-removal {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  transform: none;
}
@media screen and (max-width: 450px) {
  input[type=checkbox].infringement-removal {
    top: 1px;
    transform: none;
  }
}
input[type=checkbox].infringement-removal:checked {
  background: transparent;
  background-image: url("../img/tpl/icon_check.png");
  border: none;
}
input[type=checkbox].infringement-removal:checked::before {
  display: none;
}
input[type=checkbox]:checked {
  background: #0B7BEC;
  border: 1px solid #0B7BEC;
}
input[type=checkbox]:checked::before {
  content: "";
  width: 6px;
  height: 10px;
  transform: rotate(50deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 1px;
  left: 4px;
}

hr {
  height: 2px;
  background: #0B7BEC;
  opacity: 0.2;
  border: none;
  margin-bottom: 56px;
}
@media screen and (max-width: 450px) {
  hr {
    margin-bottom: 32px;
  }
  hr.infringement-removal {
    margin-bottom: 40px;
  }
}

.form-btn {
  width: 184px;
  height: 56px;
  background: #fff;
  border-radius: 100px;
  border: solid 1px #0B7BEC;
  margin: 0 auto;
}
.form-btn.in-error-page {
  width: 208px;
}
.form-btn.in-complete-page {
  width: 368px;
}
@media screen and (max-width: 850px) {
  .form-btn.in-complete-page {
    width: min(100%, 256px);
    height: 78px;
    border-radius: 50px;
    display: flex;
    align-items: center;
  }
  .form-btn.in-complete-page a {
    padding-right: 19px;
    padding-left: 24px;
    align-items: center;
  }
  .form-btn.in-complete-page a span {
    font-size: 16px;
    line-height: 1.448125;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
}
.form-btn button, .form-btn a {
  width: 100%;
  height: 100%;
  padding: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0B7BEC;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
}
.form-btn button span, .form-btn a span {
  padding-left: 24px;
}
.form-btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.form-btn-icon img {
  filter: invert(100%) sepia(0%) saturate(7463%) hue-rotate(125deg) brightness(106%) contrast(100%);
}
.form-btn:hover {
  background: linear-gradient(90deg, #004FC8, #00A3EC);
}
.form-btn:hover button, .form-btn:hover a {
  color: #fff;
}
.form-btn:hover .form-btn-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0;
  transition: 0.3s;
}
.form-btn:hover .form-btn-icon img {
  filter: invert(58%) sepia(100%) saturate(6141%) hue-rotate(197deg) brightness(101%) contrast(91%);
}

.error-message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #F86890;
  font-size: 14px;
  margin-top: 16px;
}
.error-message.infringement-removal {
  margin-top: 0px;
}

.verification__lead {
  width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1280px) {
  .verification__lead {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .verification__lead {
    padding: 0 20px;
  }
}
.verification__container {
  display: flex;
}
.verification__container.infringement-removal {
  display: block;
}
@media screen and (max-width: 850px) {
  .verification__container {
    flex-direction: column;
    row-gap: 32px;
  }
}
.verification__title {
  width: 240px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #10181D;
  padding-left: 18px;
  position: relative;
}
.verification__title.infringement-removal {
  color: #10181D;
  margin-bottom: 48px;
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 450px) {
  .verification__title.infringement-removal {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.verification__title.infringement-removal::before {
  height: 30px;
}
@media screen and (max-width: 450px) {
  .verification__title.infringement-removal::before {
    height: 24px;
  }
}
@media screen and (max-width: 450px) {
  .verification__title {
    padding-left: 22px;
  }
}
.verification__title::before {
  content: "";
  width: 6px;
  height: 21px;
  border-radius: 20px;
  position: absolute;
  top: 6px;
  left: 0px;
  background: #0B7BEC;
}
@media screen and (max-width: 450px) {
  .verification__title::before {
    height: 24px;
    top: 4px;
  }
}
.verification__content {
  flex: 1;
}
.verification__row {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border-bottom: solid 2px rgba(16, 24, 29, 0.06);
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.verification__row.infringement-removal {
  row-gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 450px) {
  .verification__row.infringement-removal {
    row-gap: 16px;
  }
}
.verification__row.infringement-removal:last-child {
  border-bottom: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .verification__row.infringement-removal:last-child {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 450px) {
  .verification__row.infringement-removal:last-child {
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
}
.verification__row.last {
  border: none;
  margin-bottom: 56px;
}
@media screen and (max-width: 850px) {
  .verification__row.last {
    margin-bottom: 32px;
  }
}
.verification__label {
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
  position: relative;
}
.verification__label.infringement-removal {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 450px) {
  .verification__label {
    font-size: 14px;
  }
}
.verification__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
}
.verification__text.infringement-removal {
  font-size: 16px;
  white-space: pre-wrap;
}
@media screen and (max-width: 450px) {
  .verification__text.infringement-removal {
    font-size: 14px;
  }
}
.verification-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
@media screen and (max-width: 850px) {
  .verification-btn {
    flex-direction: column-reverse;
    row-gap: 16px;
  }
}
.verification-btn .form-btn.back {
  border: solid 1px #aaa;
}
.verification-btn .form-btn.back button {
  justify-content: center;
}
.verification-btn .form-btn.back span {
  padding: 0;
  color: #777;
}
.verification-btn .form-btn.back:hover {
  background: #777;
}
.verification-btn .form-btn.back:hover button span {
  color: #fff;
}
.verification__lists {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style: none;
}
@media screen and (max-width: 450px) {
  .verification__lists {
    row-gap: 16px;
  }
}
.verification__list {
  padding-left: 23px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #10181D;
}
.verification__list::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0B7BEC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.verification__order-lists {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 22px;
}
@media screen and (max-width: 450px) {
  .verification__order-lists {
    row-gap: 16px;
  }
}
.verification__order-list {
  padding-left: 8px;
  font-size: 16px;
  color: #10181D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
}
.verification__order-list::marker {
  margin-right: 20px;
}

.error__wrapper {
  width: 1200px;
  margin: 0 auto 200px;
}
.error__wrapper.infringement-removal {
  width: 1020px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  .error__wrapper.infringement-removal {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .error__wrapper.infringement-removal {
    margin: 0;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .error__wrapper.infringement-removal {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .error__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .error__wrapper {
    margin: 168px auto 0;
  }
}
@media screen and (max-width: 450px) {
  .error__wrapper {
    margin-top: 124px;
    padding: 0 20px;
  }
}
.error__content {
  width: 100%;
  background-color: #fff;
  margin-bottom: 205px;
  padding-bottom: 160px;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 1280px) {
  .error__content {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 450px) {
  .error__content {
    padding: 56px 20px;
    margin-bottom: 130px;
    row-gap: 40px;
  }
}
.error__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.448;
  color: #10181D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 450px) {
  .error__title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.complete__wrapper {
  width: 1200px;
  margin: 0 auto 200px;
}
.complete__wrapper.infringement-removal {
  width: 1020px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1280px) {
  .complete__wrapper.infringement-removal {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .complete__wrapper.infringement-removal {
    margin: 0;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .complete__wrapper.infringement-removal {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .complete__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .complete__wrapper {
    margin: 168px auto 0;
  }
}
@media screen and (max-width: 450px) {
  .complete__wrapper {
    margin-top: 124px;
    padding: 0 20px;
  }
}
.complete__content {
  width: 100%;
  background-color: #fff;
  margin-bottom: 129px;
  padding: 80px 162px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .complete__content {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 450px) {
  .complete__content {
    padding: 32px 20px;
    margin-bottom: 56px;
  }
}
.complete__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0B7BEC;
  font-size: 32px;
  margin-bottom: 56px;
  text-align: center;
}
.complete__title.infringement-removal {
  font-size: 24px;
  margin-bottom: 0px;
}
@media screen and (max-width: 450px) {
  .complete__title.infringement-removal {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  .complete__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .complete__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.complete__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  text-align: center;
  margin-bottom: 80px;
}
.complete__text.infringement-removal {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
  word-break: break-all;
}
@media screen and (max-width: 450px) {
  .complete__text.infringement-removal {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  .complete__text {
    margin-bottom: 56px;
  }
}
.complete__receiving-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
.complete__text-area {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.complete__btn {
  width: 234px;
  height: 56px;
  background: #fff;
  border-radius: 100px;
  border: solid 1px #0B7BEC;
  margin: 0 auto;
}
.complete__btn.infringement-removal {
  padding-left: 32px;
  padding-right: 32px;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B7BEC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.complete__btn.infringement-removal:hover {
  cursor: pointer;
}
.complete__btn.infringement-removal:hover a {
  color: #fff;
}
.complete__btn a {
  width: 100%;
  height: 100%;
  padding: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0B7BEC;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
}
.complete__btn a span {
  padding-left: 16px;
}
.complete__btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.complete__btn-icon img {
  filter: invert(100%) sepia(0%) saturate(7463%) hue-rotate(125deg) brightness(106%) contrast(100%);
}
.complete__btn:hover {
  background: linear-gradient(90deg, #004FC8, #00A3EC);
}
.complete__btn:hover a span {
  color: #fff;
}
.complete__btn:hover .form-btn-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0;
  transition: 0.3s;
}
.complete__btn:hover .form-btn-icon img {
  filter: invert(58%) sepia(100%) saturate(6141%) hue-rotate(197deg) brightness(101%) contrast(91%);
}
.complete__block {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 29px 30px;
  background-color: #F7F8F9;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 450px) {
  .complete__block {
    padding: 20px;
  }
}
.complete__block-title {
  font-size: 14px;
  line-height: 1.5;
  color: #526471;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.complete__block-lists {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.complete__block-list {
  font-size: 14px;
  line-height: 1.5;
  color: #10181D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-left: 21px;
  position: relative;
}
.complete__block-list::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #526471;
  position: absolute;
  top: 8px;
  left: 0;
}

.required-badge {
  width: 42px;
  height: 21px;
  border-radius: 50px;
  display: none;
  background: #fff;
  border: 1px solid #F86890;
  color: #F86890;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transform: translateY(-2px);
}

.url-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none;
}
.url-modal.js-ready {
  display: flex;
  opacity: 0;
}
.url-modal.js-show {
  display: flex;
}
.url-modal__box {
  width: min(920px, 91.4%);
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 8px;
  /* 仮　*/
  height: 80vh;
  max-height: 623px;
  display: flex;
  flex-direction: column;
}
.url-modal__title {
  width: 100%;
  padding-left: 32px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  height: 74px;
  border-bottom: 2px solid #E6E6E6;
  /* 仮　*/
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .url-modal__title {
    font-size: 15px;
    height: 54px;
    padding-left: 20px;
    border-bottom: 1px solid #E6E6E6;
  }
}
.url-modal__content {
  padding: 24px 32px;
  height: 452px;
  overflow-y: auto;
  /* 仮　*/
  flex-grow: 1;
}
.url-modal__content::-webkit-scrollbar {
  width: 12px;
}
.url-modal__content::-webkit-scrollbar-thumb {
  background-color: #D1D1D1;
  border: 2px solid transparent;
  background-clip: content-box;
}
.url-modal__content::-webkit-scrollbar-track {
  background-color: #F3F3F3;
}
@media screen and (max-width: 450px) {
  .url-modal__content {
    height: 390px;
    padding: 24px 20px 20px;
  }
  .url-modal__content::-webkit-scrollbar {
    width: 10px;
  }
}
.url-modal__order-lists {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-left: 24px;
  list-style-position: outside;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  .url-modal__order-lists {
    row-gap: 16px;
    padding-left: 17px;
  }
}
.url-modal__order-list {
  padding-left: 22px;
  padding-right: 54px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 450px) {
  .url-modal__order-list {
    padding-left: 10px;
    padding-right: 37px;
  }
}
.url-modal__input {
  padding: 12px 24px;
  background-color: #F7F8F9;
  color: #10181D;
  width: 100%;
  font-size: 15px;
  height: 48px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  outline: none;
  border: solid 2px transparent;
}
@media screen and (max-width: 450px) {
  .url-modal__input {
    height: 45px;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.url-modal__input::-moz-placeholder {
  color: #ABB8C2;
}
.url-modal__input::placeholder {
  color: #ABB8C2;
}
.url-modal__input:focus {
  border: solid 2px #0B7BEC;
}
.url-modal__list-delete-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 4px;
  border-radius: 2px;
}
.url-modal__list-delete-btn:hover {
  cursor: pointer;
  background-color: #F7F8F9;
}
.url-modal__list-delete-btn:hover::after {
  display: block;
}
.url-modal__list-delete-btn::after {
  content: "削除";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background-color: #686F77;
  width: 40px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
  display: none;
}
@media screen and (max-width: 450px) {
  .url-modal__list-delete-btn {
    top: 8px;
    width: 29px;
    height: 29px;
  }
}
.url-modal__list-delete-icon {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 450px) {
  .url-modal__list-delete-icon {
    width: 13px;
    height: 13px;
  }
}
.url-modal__list-error-text {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ff0047;
  margin-top: 8px;
  display: none;
}
@media screen and (max-width: 450px) {
  .url-modal__list-error-text {
    font-size: 13px;
    line-height: 1.3;
  }
}
.url-modal__list-error-text.js-show {
  display: block;
}
.url-modal__add-list-btn {
  padding-left: 50px;
  padding-right: 24px;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #0B7BEC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #0B7BEC;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 46px;
}
.url-modal__add-list-btn::after {
  width: 16px;
  height: 16px;
  background: url("../img/tpl/icon_plus.png");
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.url-modal__add-list-btn:hover {
  cursor: pointer;
  background-color: rgba(11, 123, 236, 0.0588235294);
  border: 1px solid rgba(11, 123, 236, 0.6);
}
@media screen and (max-width: 450px) {
  .url-modal__add-list-btn {
    height: 40px;
    margin-left: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    padding-left: 48px;
  }
}
.url-modal__add-list-btn-wrapper {
  padding-top: 24px;
}
@media screen and (max-width: 450px) {
  .url-modal__add-list-btn-wrapper {
    padding-top: 16px;
  }
}
.url-modal__buttons {
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 32px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-top: 2px solid #E6E6E6;
  /* 仮　*/
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .url-modal__buttons {
    width: 50%;
    -moz-column-gap: 13px;
         column-gap: 13px;
    width: 100%;
    padding: 16px 20px;
    border-top: 1px solid #E6E6E6;
  }
}
.url-modal__button {
  height: 47px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .url-modal__button {
    width: 50%;
    padding: 0px;
  }
}
.url-modal__button.cancel {
  border: 1px solid rgba(97, 102, 107, 0.6);
  color: #61666B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.url-modal__button.cancel:hover {
  background-color: rgba(97, 102, 107, 0.0392156863);
}
.url-modal__button.ok {
  border: 1px solid transparent;
  background-color: #0B7BEC;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.url-modal__button.ok:hover {
  cursor: pointer;
  background-color: #095FE3;
}
.url-modal__button.ok:disabled {
  background-color: #BFC6CC;
}
.url-modal__button.ok:disabled:hover {
  cursor: default;
}
.url-modal__alert-box {
  background-color: rgba(255, 0, 71, 0.05);
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 18.5px 20px;
  margin-bottom: 20px;
  display: none;
  flex-direction: column;
  row-gap: 15px;
}
.url-modal__alert-box.js-show {
  display: flex;
}
@media screen and (max-width: 450px) {
  .url-modal__alert-box {
    padding: 12px 16px;
    margin-bottom: 16px;
    row-gap: 12px;
  }
}
.url-modal__alert-box a {
  color: #0B7BEC;
  display: inline;
}
.url-modal__alert-text {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgba(16, 24, 29, 0.6);
  line-height: 1.3;
  display: none;
}
.url-modal__alert-text.js-show {
  display: block;
}
.url-modal__alert-headline {
  color: rgb(255, 0, 71);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 450px) {
  .url-modal__alert-headline {
    font-size: 14px;
  }
}

.inform-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3019607843);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.inform-modal.js-show {
  display: flex;
}
.inform-modal__box {
  width: min(400px, 91.4%);
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 8px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.12);
  border: 1px solid rgb(158, 168, 177);
}
.inform-modal__box.result {
  border: 1px solid rgb(0, 174, 125);
}
@media screen and (max-width: 450px) {
  .inform-modal__box {
    width: min(320px, 90%);
    height: 96px;
  }
}
.inform-modal__loading-content, .inform-modal__result-content {
  display: none;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 450px) {
  .inform-modal__loading-content, .inform-modal__result-content {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.inform-modal__loading-content.js-show, .inform-modal__result-content.js-show {
  display: flex;
}
.inform-modal__loading-spinner {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: conic-gradient(#b7bec5 75%, rgba(0, 0, 0, 0) 85%);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), #000 0);
  mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), #000 0);
  animation: spin 1s infinite linear;
}
@media screen and (max-width: 450px) {
  .inform-modal__loading-spinner {
    width: 27px;
    height: 27px;
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 3.16px), #000 0);
  }
}
.inform-modal__loading-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: rgb(97, 102, 107);
}
@media screen and (max-width: 450px) {
  .inform-modal__loading-text {
    font-size: 18px;
  }
}
.inform-modal__result-icon {
  width: 34.12px;
  height: 34.12px;
}
@media screen and (max-width: 450px) {
  .inform-modal__result-icon {
    width: 28px;
    height: 28px;
  }
}
.inform-modal__result-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: rgb(0, 174, 125);
}
@media screen and (max-width: 450px) {
  .inform-modal__result-text {
    font-size: 18px;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.clone-element {
  display: none;
}/*# sourceMappingURL=form.css.map */