:root {
  --ets-red: #c02420;
}


.p-e-tax-service-portal img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}
.c-lp-portal__label-portalsite,
.c-lp-portal__label-municipality {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  height: 2.2em;
  border-radius: 1.1em;
  color: #fff;
  line-height: 1;
  font-size: 13px;
}
@media (min-width: 768px) {
  .c-lp-portal__label-portalsite,
  .c-lp-portal__label-municipality {
    padding: 0 16px;
    font-size: 24px;
  }
}
.c-lp-portal__list-item--portalsite,
.c-lp-portal__list-item--municipality,
.c-lp-portal__list-item {
  position: relative;
  padding-left: 20px;
}
.c-lp-portal__list-item--portalsite:not(:first-child),
.c-lp-portal__list-item--municipality:not(:first-child),
.c-lp-portal__list-item:not(:first-child) {
  margin-top: 4px;
}
.c-lp-portal__list-item--portalsite::before,
.c-lp-portal__list-item--municipality::before,
.c-lp-portal__list-item::before {
  display: block;
  position: absolute;
  top: calc((1.7em - 10px) / 2);
  left: 2px;
  width: 12px;
  height: 12px;
  border: 4px solid #ccc;
  border-radius: 50%;
  content: "";
}
.c-lp-portal {
  line-height: 1.7;
  font-size: clamp(1.5rem, 4.2vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media (min-width: 768px) {
  .c-lp-portal {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
  }
}
.c-lp-portal::after {
  position: fixed;
  width: 100%;
  height: 1px;
  top: 60px;
  left: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  content: "";
}
@media (min-width: 1024px) {
  .c-lp-portal::after {
    top: 69px;
  }
}
.c-lp-portal__content > * {
  margin-bottom: 48px;
}
.c-lp-portal * {
  font-weight: bold;
}
.c-lp-portal a {
  text-decoration: underline;
  color: #069;
}
.c-lp-portal .c-text--normal *:not(.c-text--bold) {
  font-weight: normal;
}
.c-text--normal,
.c-lp-portal__list {
  font-size: 15px;
}
@media (min-width: 768px) {
  .c-text--normal,
  .c-lp-portal__list {
    font-size: 18px;
  }
}
.c-lp-portal .c-break--xxs-lte {
  display: block;
}
@media (min-width: 520px) {
  .c-lp-portal .c-break--xxs-lte {
    display: none;
  }
}
.c-lp-portal .c-break--xs-lte {
  display: block;
}
@media (min-width: 768px) {
  .c-lp-portal .c-break--xs-lte {
    display: none;
  }
}
.c-lp-portal .c-break--sm-lte {
  display: block;
}
@media (min-width: 992px) {
  .c-lp-portal .c-break--sm-lte {
    display: none;
  }
}
.c-lp-portal .c-break--lg-lte {
  display: block;
}
@media (min-width: 1280px) {
  .c-lp-portal .c-break--lg-lte {
    display: none;
  }
}
.c-lp-portal__label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}
.c-lp-portal__label-wrapper * {
  letter-spacing: 0;
}
.c-lp-portal__label-municipality {
  background-image: linear-gradient(-90deg, #e53f2f 0%, #ea8177 100%);
}
.c-lp-portal__label-portalsite {
  background-image: linear-gradient(-90deg, #0ea896 0%, #15bfab 100%);
}
.c-lp-portal__note {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
.c-lp-portal__heading--portalsite {
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 8px;
  background-color: #0ea896;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
}
@media (min-width: 768px) {
  .c-lp-portal__heading--portalsite {
    margin-bottom: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .c-lp-portal__heading--portalsite {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 1.5em;
  }
}
.c-lp-portal__sub-heading {
  font-size: 20px;
  line-height: 1.5;
}
.c-lp-portal__sub-heading strong {
  color: #5e4d23;
}
@media (min-width: 768px) {
  .c-lp-portal__sub-heading {
    font-size: 32px;
  }
}
.c-lp-portal__list {
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-lp-portal__list-item--municipality::before {
  border-color: #e53f2f;
}
.c-lp-portal__list-item--portalsite::before {
  border-color: #0ea896;
}
.c-lp-portal__bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 8px;
  padding: 8px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin-top: 16vw;
}
@media (min-width: 768px) {
  .c-lp-portal__bar {
    flex-direction: row;
    justify-content: center;
    font-size: 24px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__bar {
    padding: 12px 16px;
  }
}
.c-lp-portal__bar-year {
  padding: 0.4em 16px;
  border-radius: 0.865em;
  font-size: 13px;
  color: #fff;
  background-color: #e53f2f;
  background-image: linear-gradient(-90deg, #e53f2f 0%, #ea8177 100%);
}
.c-lp-portal__bar-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.c-lp-portal__bar-text em {
  font-style: normal;
}
@media (min-width: 768px) {
  .c-lp-portal__bar-text {
    font-size: 24px;
  }
}
.c-lp-portal__bar-text strong {
  color: #a61419;
  padding: 4px;
  border-bottom: 2px solid #ea8177;
  font-size: 16px;
}
@media (min-width: 768px) {
  .c-lp-portal__bar-text strong {
    font-size: 28px;
  }
}
.c-lp-portal__service-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #ea8177 url("/assets/images/e-tax-service/portal/bg-header-sm.png") center top no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .c-lp-portal__service-name {
    background-image: url("/assets/images/e-tax-service/portal/bg-header.png");
  }
}
.c-lp-portal__service-name .c-lp-portal__logo {
  border-radius: 50px;
  padding: 16px 40px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
}
@media (min-width: 1280px) {
  .c-lp-portal__service-name .c-lp-portal__logo {
    border-radius: 70px;
    padding: 24px 80px;
  }
}
.c-lp-portal__service-name .c-lp-portal__logo img {
  width: clamp(200px, 40vw, 280px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-lp-portal__announce {
  position: relative;
  padding: 32px 24px 0px;
}
@media (min-width: 768px) {
  .c-lp-portal__announce {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__announce {
    padding-right: calc((100% - 1100px - 48px) / 2);
    padding-left: calc((100% - 1100px - 48px) / 2);
  }
}
.c-lp-portal__announce::before,
.c-lp-portal__announce::after {
  position: absolute;
  display: block;
  top: 0;
  width: 32px;
  height: 58px;
  background: transparent url("/assets/images/e-tax-service/portal/deco-seikaiha.png") left top no-repeat;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .c-lp-portal__announce::before,
  .c-lp-portal__announce::after {
    width: 64px;
    height: 116px;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__announce::before,
  .c-lp-portal__announce::after {
    width: 96px;
    height: 174px;
  }
}
@media (min-width: 1600px) {
  .c-lp-portal__announce::before,
  .c-lp-portal__announce::after {
    width: 128px;
    height: 232px;
  }
}
.c-lp-portal__announce::before {
  left: 0;
}
.c-lp-portal__announce::after {
  right: 0;
  transform: rotateY(180deg);
}
.c-lp-portal__announce-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-header {
    padding-top: 0;
    flex-direction: row;
    font-size: 24px;
  }
}
.c-lp-portal__announce-header::before,
.c-lp-portal__announce-header::after {
  width: 2px;
  height: 3em;
  background-color: #777;
  content: "";
}
@media (min-width: 768px) {
  .c-lp-portal__announce-header::before,
  .c-lp-portal__announce-header::after {
    height: 1.7em;
  }
}
.c-lp-portal__announce-header::before {
  transform: rotate(-20deg);
  transform-origin: left bottom;
}
.c-lp-portal__announce-header::after {
  transform: rotate(20deg);
  transform-origin: right bottom;
}
.c-lp-portal__announce-header i {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 56px;
  height: 56px;
  background: transparent url("/assets/images/e-tax-service/portal/icon-megaphone.svg") center center no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-lp-portal__announce-header i {
    position: static;
    transform: translateX(0);
  }
}
.c-lp-portal__announce-content {
  position: relative;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-content {
    margin-top: 32px;
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .c-lp-portal__announce-content {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-content::before,
  .c-lp-portal__announce-content::after {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    background-size: cover;
    content: "";
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__announce-content::before,
  .c-lp-portal__announce-content::after {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-content::before {
    left: 0;
    background: transparent url("/assets/images/e-tax-service/portal/deco-frame-l.svg") center center no-repeat;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-content::after {
    right: 0;
    background: transparent url("/assets/images/e-tax-service/portal/deco-frame-r.svg") center center no-repeat;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-content > *:last-child::before,
  .c-lp-portal__announce-content > *:last-child::after {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    bottom: 0;
    background-size: cover;
    content: "";
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__announce-content > *:last-child::before,
  .c-lp-portal__announce-content > *:last-child::after {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-content > *:last-child::before {
    left: 0;
    background: transparent url("/assets/images/e-tax-service/portal/deco-frame-r.svg") center center no-repeat;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-content > *:last-child::after {
    right: 0;
    background: transparent url("/assets/images/e-tax-service/portal/deco-frame-l.svg") center center no-repeat;
    transform: rotate(180deg);
  }
}
.c-lp-portal__announce-start {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-start {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.c-lp-portal__announce-start-time {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-bottom: 4px;
  background-image: linear-gradient(-90deg, #e53f2f 0%, #ea8177 100%);
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  z-index: 2;
}
@media (min-width: 520px) {
  .c-lp-portal__announce-start-time {
    width: 136px;
    height: 136px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-start-time {
    width: 24vw;
    height: 24vw;
    max-width: 280px;
    max-height: 280px;
    font-size: 40px;
  }
}
.c-lp-portal__announce-start-time strong {
  font-size: 1.12em;
}
.c-lp-portal__announce-start-time .c-lp-portal__announce-start-em {
  position: relative;
}
.c-lp-portal__announce-start-time .c-lp-portal__notice-mark {
  position: absolute;
  bottom: 0;
  right: -1em;
  font-size: 10px;
  font-style: normal;
}
.c-lp-portal__announce-start-text {
  margin-top: -90px;
  z-index: 1;
}
@media (min-width: 520px) {
  .c-lp-portal__announce-start-text {
    margin-top: -108px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-start-text {
    flex-grow: 1;
    margin-top: 0;
  }
}
.c-lp-portal__announce-start-lead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0 -24px;
  padding: 0 48px 0 124px;
  background-color: #0ea896;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 20px;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-start-lead {
    display: block;
    margin: 0;
    padding: 8px 16px;
    height: auto;
    border-radius: calc((1.3em + 16px) / 2);
    font-size: 28px;
  }
}
.c-lp-portal__announce-start-catch {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 520px) {
  .c-lp-portal__announce-start-catch {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-start-catch {
    margin-top: 16px;
    font-size: 44px;
  }
}
.c-lp-portal__announce-start-catch em,
.c-lp-portal__announce-start-catch strong {
  color: #a61419;
  font-size: 1.16em;
}
.c-lp-portal__announce-start-catch em {
  margin-right: 4px;
  font-style: normal;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-start-catch strong {
    font-size: 1.25em;
  }
}
.c-lp-portal__announce-start .c-lp-portal__note {
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .c-lp-portal__announce-start .c-lp-portal__note {
    text-align: right;
  }
}
.c-lp-portal__announce-detail {
  background-color: #f8f5ee;
  margin-top: 16px;
  border-radius: 16px;
  padding: 24px 20px;
}
@media (min-width: 520px) {
  .c-lp-portal__announce-detail {
    margin-top: 24px;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__announce-detail {
    display: grid;
    grid-gap: 16px 24px;
    grid-template-columns: 1fr clamp(160px, 20vw, 280px);
    padding: 32px;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__announce-detail {
    margin-top: 40px;
    padding-left: 48px;
    padding-right: 48px;
    grid-template-columns: 1fr 280px;
  }
}
.c-lp-portal__announce-detail h3 {
  color: #5e4d23;
}
.c-lp-portal__announce-detail-header {
  text-align: center;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-detail-header {
    text-align: left;
  }
}
.c-lp-portal__announce-detail-header .c-lp-portal__sub-header-text {
  color: #5e4d23;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-detail-header .c-lp-portal__label-wrapper {
    justify-content: flex-start;
  }
}
.c-lp-portal__announce-detail-img {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-detail-img {
    display: flex;
    align-items: center;
    padding: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.c-lp-portal__announce-detail-img img {
  display: block;
  margin: auto;
  width: 56%;
  max-width: 280px;
}
@media (min-width: 768px) {
  .c-lp-portal__announce-detail-img img {
    width: 100%;
    max-width: 100%;
  }
}
.c-lp-portal__merit {
  padding: 32px 24px;
  background: #f8f5ee url("/assets/images/e-tax-service/portal/bg-asanoha.png") center center repeat;
  background-size: 32px auto;
}
@media (min-width: 768px) {
  .c-lp-portal__merit {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__merit {
    padding-right: calc((100% - 1100px - 48px) / 2);
    padding-left: calc((100% - 1100px - 48px) / 2);
  }
}
.c-lp-portal__merit .c-lp-portal__sub-header-text {
  font-size: 2.2rem;
}
.c-lp-portal__merit .c-lp-portal__sub-header-text strong {
  color: #5e4d23;
}
.c-lp-portal__merit .c-lp-portal__sub-heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.c-lp-portal__compare {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .c-lp-portal__compare {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 24px;
  }
}
.c-lp-portal__compare > * {
  position: relative;
  border-radius: 12px;
  border: 2px solid #888;
  padding: 0 24px 24px;
  background-color: #fff;
  text-align: center;
}
.c-lp-portal__compare > *:not(:first-child)::before {
  position: absolute;
  display: block;
  top: -46px;
  left: 50%;
  border-style: solid;
  border-width: 24px 30px 0 30px;
  border-color: #e53f2f transparent transparent;
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-lp-portal__compare > *:not(:first-child)::before {
    top: 50%;
    left: -30px;
    border-width: 30px 0 30px 24px;
    border-color: transparent transparent transparent #e53f2f;
  }
}
.c-lp-portal__compare-item-header {
  margin: 0 -24px 24px;
  padding: 8px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #888;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-lp-portal__compare-item-header {
    font-size: 22px;
  }
}
.c-lp-portal__compare-item-img {
  display: block;
  width: 64%;
  max-width: 240px !important;
  margin: auto;
}
@media (min-width: 768px) {
  .c-lp-portal__compare-item-img {
    width: 80%;
  }
}
.c-lp-portal__compare-item-text {
  margin-top: 16px;
}
.c-lp-portal__compare-item--before {
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .c-lp-portal__compare-item--before {
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .c-lp-portal__compare-item--before {
    width: 40%;
    flex-shrink: 0;
  }
}
.c-lp-portal__compare-item--before .c-lp-portal__compare-item-text {
  font-size: 15px;
}
@media (min-width: 768px) {
  .c-lp-portal__compare-item--before .c-lp-portal__compare-item-text {
    font-size: 18px;
  }
}
.c-lp-portal__compare-item--before .c-lp-portal__compare-item-text strong {
  font-size: 1.2em;
  color: #5e4d23;
}
.c-lp-portal__compare-item--after {
  width: 100%;
  border-width: 4px;
  border-color: #e53f2f;
}
.c-lp-portal__compare-item--after .c-lp-portal__compare-item-header {
  padding: 16px 0;
  background-color: #e53f2f;
  font-size: 22px;
}
@media (min-width: 768px) {
  .c-lp-portal__compare-item--after .c-lp-portal__compare-item-header {
    font-size: 26px;
  }
}
.c-lp-portal__compare-item--after .c-lp-portal__compare-item-img {
  width: 78%;
  max-width: 260px !important;
}
.c-lp-portal__compare-item--after .c-lp-portal__compare-item-text {
  font-size: 18px;
  color: #a61419;
}
@media (min-width: 768px) {
  .c-lp-portal__compare-item--after .c-lp-portal__compare-item-text {
    font-size: 32px;
  }
}
.c-lp-portal__detail {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .c-lp-portal__detail {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__detail {
    padding-left: calc((100% - 1100px) / 2);
    padding-right: calc((100% - 1100px) / 2);
  }
}
.c-lp-portal__detail-content > *:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-lp-portal__detail-content > *:not(:first-child) {
    margin-top: 80px;
  }
}
.c-lp-portal__detail .c-lp-portal__section-title {
  position: relative;
  margin-bottom: 16px;
  color: #5e4d23;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-lp-portal__detail .c-lp-portal__section-title {
    font-size: 32px;
  }
}
.c-lp-portal__detail .c-lp-portal__section-title::before {
  position: absolute;
  display: block;
  width: calc(100% + 48px);
  height: 6px;
  top: 50%;
  left: 0;
  margin: 0 -24px;
  border-style: solid;
  border-width: 2px 0;
  border-color: #c1a359 transparent #e6cd47;
  content: "";
  transform: translateY(-3px);
  z-index: -1;
}
@media (min-width: 768px) {
  .c-lp-portal__detail .c-lp-portal__section-title::before {
    margin: 0;
    width: 100%;
  }
}
.c-lp-portal__detail .c-lp-portal__section-title span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 16px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-lp-portal__detail .c-lp-portal__section-title span {
    margin-bottom: 24px;
    padding: 0 40px;
  }
}
.c-lp-portal__detail .c-lp-portal__available-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: normal;
  font-size: 15px;
}
@media (min-width: 768px) {
  .c-lp-portal__detail .c-lp-portal__available-text {
    font-size: 18px;
  }
}
.c-lp-portal__detail .c-lp-portal__site-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 16px -24px 0;
  padding: 24px 48px;
  background: #fff url("/assets/images/e-tax-service/portal/bg-dot.png") center center repeat;
  background-size: 36px auto;
}
@media (min-width: 768px) {
  .c-lp-portal__detail .c-lp-portal__site-list {
    flex-direction: row;
    justify-content: center;
    gap: clamp(24px, 3.1vw, 56px);
    margin-right: -48px;
    margin-left: -48px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__detail .c-lp-portal__site-list {
    margin-left: calc(-1 * (100vw - 1100px) / 2);
    margin-right: calc(-1 * (100vw - 1100px) / 2);
    padding-left: calc((100vw - 1100px) / 2);
    padding-right: calc((100vw - 1100px) / 2);
  }
}
@media (min-width: 768px) {
  .c-lp-portal__detail .c-lp-portal__site-list > li {
    width: 50%;
    max-width: 480px;
    flex-grow: 0;
  }
}
.c-lp-portal__detail .c-lp-portal__site-list > li a {
  color: #111;
  text-decoration: none;
}
.c-lp-portal__detail .c-lp-portal__site-name {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-lp-portal__detail .c-lp-portal__site-name {
    font-size: 24px;
  }
}
.c-lp-portal__detail .c-lp-portal__site-name::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0ea896;
  content: "";
}
@media (min-width: 768px) {
  .c-lp-portal__howto-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: clamp(16px, 3.1vw, 80px);
    padding: 16px 0 0 16px;
  }
}
.c-lp-portal__howto-content h4 {
  margin-bottom: 24px;
  color: #a61419;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .c-lp-portal__howto-content h4 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .c-lp-portal__howto-content h4 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .c-lp-portal__howto-img {
    width: 36%;
    max-width: 352px;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .c-lp-portal__howto-img {
    max-width: 280px;
  }
}
.c-lp-portal__howto-img img {
  display: block;
  margin: 24px auto 0;
  width: 50%;
  height: auto;
}
@media (min-width: 768px) {
  .c-lp-portal__howto-img img {
    width: 100%;
    margin: auto;
  }
}
.c-lp-portal__qa-title {
  padding: 4px 24px 8px;
  background-color: #836b31;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-lp-portal__qa-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.c-lp-portal__qa-content {
  @media (min-width: 768px) {
    min-height: 200px;
  }
}
.c-lp-portal__qa-list,
.c-lp-portal__qa-content {
  padding: 24px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .c-lp-portal__qa-list,
  .c-lp-portal__qa-content {
    padding-right: 48px;
    padding-left: 48px;
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .c-lp-portal__qa-list,
  .c-lp-portal__qa-content {
    padding-right: calc((100% - 1100px) / 2);
    padding-left: calc((100% - 1100px) / 2);
    font-size: 18px;
  }
}
.c-lp-portal__qa-list dl dt,
.c-lp-portal__qa-list dl dd {
  position: relative;
  padding: 12px 0 12px 32px;
}
.c-lp-portal__qa-list dl dt::before,
.c-lp-portal__qa-list dl dd::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding-bottom: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.c-lp-portal__qa-list dl dt::before {
  background-color: #c82819;
  content: "Q";
}
.c-lp-portal__qa-list dl dd {
  border-top: 1px dashed #aaa;
  font-weight: normal;
}
.c-lp-portal__qa-list dl dd::before {
  background-color: #c1a359;
  content: "A";
  font-weight: bold;
}
.c-lp-portal__qa-list dl dd * {
  font-weight: normal;
}
.c-lp-portal__qa-list dl + dl {
  margin-top: 24px;
}

.c-lp-portal__button-wrapper {
  width: 100%;
  padding: 24px 16px;

  @media screen and (min-width: 769px) {
    margin: auto;
    width: 400px;
  }
}
.c-lp-portal .c-lp-portal__button.button--primary {
  position: relative;
  display: block;
  padding: 16px 40px;
  color: #fff;
  background-color: var(--ets-red);
  text-decoration: none;
  font-size: clamp(18px, 2.6vw, 20px);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-radius: 8px;
  transition: background-color 300ms ease-out, color 300ms ease-out;

  &:disabled,
  &.ets-button--disabled {
    background-color: #ccc;
    pointer-events: none;
  }

  &::before,
  &::after {
    position: absolute;
    display: inline-block;
    content: "";
    transition: right 300ms ease-in-out;
  }
  &::before {
    top: calc(50% - 8px);
    right: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
  }

  &::after {
    top: calc(50% + 1px);
    right: 22px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid var(--ets-red);
    border-right: 2px solid var(--ets-red);
    transform: rotate(45deg);
  }

  &:hover{
    color: #fff;
    &::before {
      right: 11px;
    }
    &::after {
      right: 17px;
    }
  }
}
