@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  border: 0;
}
.renewal-wrapper div,
.renewal-wrapper span,
.renewal-wrapper h1,
.renewal-wrapper h2,
.renewal-wrapper h3,
.renewal-wrapper h4,
.renewal-wrapper h5,
.renewal-wrapper h6,
.renewal-wrapper p,
.renewal-wrapper img,
.renewal-wrapper ul,
.renewal-wrapper li,
.renewal-wrapper section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}
.renewal-wrapper section {
  display: block;
}
.renewal-wrapper ul {
  list-style: none;
}
.renewal-wrapper a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}
/* ------------------------------
  text-link
------------------------------ */
.renewal-wrapper a.tpl-line-link {
  text-decoration: underline;
  color: #2879e8;
}
.renewal-wrapper a.tpl-line-link[target]::after {
  display: inline-block !important;
  /*content: "\e89e" !important;*/
  color: #ff8d0f !important;
  text-decoration: none !important;
}
.renewal-wrapper.tpl-account-flow-item:nth-of-type(n+2)::before, .tpl-box-toggle-btn::after, .tpl-line-link.next::after, .tpl-line-link[target]::after, .tpl-icon-arrow-corner::before, .tpl-icon-arrow::before {
  font-family: "Material Icons";
  font-style: normal !important;
}

.renewal-wrapper a.tpl-line-link.next::after {
  display: inline-block;
  content: "\e409";
  color: #ff8d0f;
  font-size: 1.5em;
  vertical-align: -0.3em;
  text-decoration: none !important;
}
.renewal-wrapper a.not-touch .tpl-line-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .renewal-wrapper .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .pc-only {
    display: none !important;
  }
}
/*renewal-wrapper*/
.renewal-wrapper {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP", "Noto Sans JP", "Material Icons" sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 170%;
  letter-spacing: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  margin: 0;
  position: relative;
  clear: both;
}
.renewal-wrapper *,
.renewal-wrapper *::before,
.renewal-wrapper *::after {
  box-sizing: border-box;
}
.renewal-wrapper *,
.renewal-wrapper *::before,
.renewal-wrapper *::after {
  background-repeat: no-repeat;
  background-size: contain;
}
/*layout*/
.renewal-wrapper .main-contents {
  width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .main-contents {
    width: 100%;
    gap: 72px;
    margin-top: 40px;
    order: 2;
  }
}
.renewal-wrapper .section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .section {
    padding: 0 20px;
  }
}
.renewal-wrapper .inner-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
/*-center*/
.renewal-wrapper .as-center {
  align-self: center !important;
}
.renewal-wrapper .ta-center {
  text-align: center !important;
}
/*btn-cta*/
.renewal-wrapper a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s, background-color 0.3s ease;
  cursor: pointer;
}
.renewal-wrapper a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.renewal-wrapper .btn-cta {
  font-weight: 700;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
  cursor: pointer;
  max-width: 400px;
  width: 100%;
  padding: 24px;
  font-size: 20px;
  border-radius: 16px;
  gap: 16px;
  box-shadow: 0px 4px 15px 0px rgba(183, 92, 52, 0.1);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .btn-cta {
    max-width: 288px;
    padding: 16px;
    white-space: normal;
  }
}
.renewal-wrapper .btn-cta--icon::before {
  content: "";
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
}
.renewal-wrapper .btn-cta--pri {
  color: #ffffff;
  background-color: #e60000;
}
.renewal-wrapper .btn-cta--pri:active {
  background-color: #e60000;
}
.renewal-wrapper .btn-cta--pri:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fbaf84;
}
.renewal-wrapper .btn-cta--pri.btn-cta--icon::before {
  background-image: url("../img/icon_entry_wh.svg");
}
/*deco-heading*/
.renewal-wrapper .deco-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.renewal-wrapper .deco-heading .heading {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 140%;
}
.renewal-wrapper .deco-heading .decoration {
  margin-top: 8px;
  width: calc(100% + 10px);
  margin-left: -5px;
  height: 13px;
  position: relative;
  background-image: url("../img/icon_header_arrow_gr.svg");
  background-position: center;
}
.renewal-wrapper .deco-heading .decoration::before {
  content: "";
  position: absolute;
  width: calc(50% - 10px);
  top: 0;
  left: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #838383;
}
.renewal-wrapper .deco-heading .decoration::after {
  content: "";
  position: absolute;
  width: calc(50% - 10px);
  top: 0;
  right: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #838383;
}
.renewal-wrapper .deco-heading--02 .heading {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .deco-heading--02 .heading {
    font-size: 22px;
  }
}
.renewal-wrapper .deco-heading--05 .heading {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .deco-heading--05 .heading {
    font-size: 16px;
  }
}
.renewal-wrapper .heading--pop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .heading--pop {
    font-size: 16px;
    gap: 7px;
  }
}
.renewal-wrapper .heading--pop::before {
  content: "";
  width: 16px;
  height: 14px;
  background-image: url("../img/icon_heading_pop.svg");
}
.renewal-wrapper .heading--pop::after {
  content: "";
  width: 16px;
  height: 14px;
  background-image: url("../img/icon_heading_pop.svg");
  transform: scaleX(-1);
}
/*marked-list*/
.renewal-wrapper .marked-list {
  list-style: none;
}
.renewal-wrapper .marked-list > li {
  position: relative;
}
.renewal-wrapper .marked-list > li::before {
  position: absolute;
  left: 0;
  font-weight: inherit;
}
.renewal-wrapper .marked-list > li a {
  color: #0066aa;
  text-decoration: underline;
}
.renewal-wrapper .marked-list--kome {
  font-size: 14px;
}
.renewal-wrapper .marked-list--kome > li {
  padding-left: 1.5em;
}
.renewal-wrapper .marked-list--kome > li::before {
  content: "※";
}
/*underlined-link*/
.renewal-wrapper .underlined-link {
  color: #0066aa;
  text-decoration: underline;
}
.renewal-wrapper .text-red {
  color: #e60000 !important;
}

/*table*/
.renewal-wrapper .table-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .table-wrap.sp-scroll > .table {
    width: 920px;
  }
}
.renewal-wrapper .table {
  width: 100%;
  table-layout: fixed;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
}
.renewal-wrapper .table th,
.renewal-wrapper .table td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  font-weight: var(--fw-normal);
}
.renewal-wrapper .table td {
  background-color: #ffffff;
}
.renewal-wrapper .table th {
  background-color: #f8f8f8;
}
.renewal-wrapper .table thead th {
  background-color: #e9e9e9;
}
.renewal-wrapper .table--va-middle th,
.renewal-wrapper .table--va-middle td {
  vertical-align: middle;
}
.renewal-wrapper .table--ta-center th,
.renewal-wrapper .table--ta-center td {
  text-align: center;
}
.renewal-wrapper .table--no-fixed {
  table-layout: auto;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .table--responsive {
    display: block;
  }
  .renewal-wrapper .table--responsive thead,
  .renewal-wrapper .table--responsive tbody,
  .renewal-wrapper .table--responsive tr,
  .renewal-wrapper .table--responsive th,
  .renewal-wrapper .table--responsive td {
    display: block;
  }
  .renewal-wrapper .table--responsive tr {
    border: 1px solid #dddddd;
  }
  .renewal-wrapper .table--responsive tr:not(:last-child) {
    border-bottom: none;
  }
  .renewal-wrapper .table--responsive th,
  .renewal-wrapper .table--responsive td {
    width: 100% !important;
    border: none;
  }
  .renewal-wrapper .table--responsive th {
    border-bottom: 1px solid #dddddd;
  }
}
/*support-cont*/
.renewal-wrapper .frame-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fdf6f7;
  border-radius: 24px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .frame-box {
    padding: 40px 20px;
  }
}
.renewal-wrapper .frame-box--gray {
  background-color: #f8f8f8;
}
.renewal-wrapper .grid {
  display: grid;
  align-items: stretch;
  gap: 16px;
  max-width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .grid {
    grid-template-columns: 1fr;
  }
}
.renewal-wrapper .grid--2cols {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .renewal-wrapper .grid--2cols {
    grid-template-columns: 1fr;
  }
}
.renewal-wrapper .grid .grid-item > a:first-child {
  display: flex;
  height: 100%;
}
.renewal-wrapper .grid .grid-item > a:first-child:hover {
  text-decoration: none;
}
.renewal-wrapper .gen-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
}
.renewal-wrapper .support-cont {
  gap: 24px;
  align-items: center;
}
.renewal-wrapper .support-cont .grid {
  width: 100%;
}
.renewal-wrapper .support-cont .gen-cont {
  height: 100%;
  align-items: center;
  background-color: #ffffff;
}
.renewal-wrapper .contact-info-cont {
  display: flex;
  gap: 16px;
  place-items: center;
}
.renewal-wrapper .contact-info-cont .sub-text {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
}
.renewal-wrapper .contact-info-cont .to {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #e60000;
  line-height: 1;
}
.renewal-wrapper .pad-lr-s {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
