.fr-box {
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
}

.fr-box--transparent {
  background: rgba(255, 255, 255, 0.75);
  border: 0;
}

.fr-description {
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #333;
  margin: 0;
}

.fr-copy-url {
  display: flex;
  position: relative;
  height: 48px;
  width: 100%;
  max-width: 400px;
  padding: 0px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Gray-900-NormalTxt, #333);
  background: var(--White, #fff);
  margin: 16px auto 0;
}

.fr-copy-url__icon {
  margin-right: 4px;
}

.fr-copy-url__text,
.fr-copy-url__icon,
.fr-copy-url__copied {
  color: var(--Gray-900-NormalTxt, #333);
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.fr-copy-url__copied {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.js-copy-url--active .fr-copy-url__copied {
  display: flex;
  transition: opacity 300ms;
}

.js-copy-url--copied .fr-copy-url__copied {
  opacity: 1;
}

.fr-faq__trigger {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 100%;
  gap: 8px;
  background: none;
  background-color: none;
  border: 0;
  padding: 0;
}

.fr-faq__prefix {
  grid-column: span 2 / span 2;
  display: flex;
  font-size: 16px;
  color: #bf0000;
  font-weight: bold;
  margin-bottom: 8px;
}

.fr-faq__question {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 2;
  display: flex;
  font-weight: bold;
}

.fr-faq__answer,
.fr-faq__question {
  color: var(--Gray-900-NormalTxt, #333);
  font-size: 12px;
  line-height: 130%;
  text-align: left;
}

.fr-faq__icon {
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 1;
  align-self: center;
  color: #bf0000;
  font-size: 20px;
  line-height: 1;
}

.fr-faq__icon [class^='ecm-icon-'] {
  font-weight: bold;
}

.fr-faq__icon--expanded {
  display: none;
}

[aria-expanded='true'] .fr-faq__icon--expanded {
  display: block;
}

[aria-expanded='true'] .fr-faq__icon--closed {
  display: none;
}

.fr-notice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-height: 200px;
  overflow-y: scroll;
  /* scrollbar push */
  margin-right: -16px;
}

.fr-notice__title {
  color: var(--Gray-900-NormalTxt, #333);
  /* Body 2 Low Bold */
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 16px 0;
}

.fr-notice__description {
  color: var(--Gray-900-NormalTxt, #333);
  /* Body 2 Low */
  font-family: 'Hiragino Kaku Gothic ProN';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
}

.fr-notice__title,
.fr-notice__description {
  /* scrollbar push */
  padding: 0 8px 0 0;
}

.fr-pill,
.fr-pill:visited {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 320px;
  border-radius: 4px;
  background: var(--gray-200-border, #ebebeb);
  color: #333;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.fr-pill:hover {
  color: #333;
  text-decoration: none;
}

.fr-pill:not(:last-child) {
  margin-right: 10px;
}
