@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 LPページ用
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
/* 画面サイズが768px未満はここを読み込む */
/* stylelint-disable-next-line */
@media (max-width: 767.9px) {
  /* ------------------------------
    base SP
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  a {
    transition: 0.3s all;
  }
  button {
    transition: 0.3s all;
  }
  button:hover {
    cursor: pointer;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-pc {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  .main {
    flex: 1;
  }
  /* ------------------------------
    button SP
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #e80b66;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary:hover {
    background: #ffe8f0;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #08b5ae;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user:hover {
    background: #0b928c;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner:hover {
    background: #00215c;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #fff;
    color: #e80b66;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover {
    border-color: #def2ef;
    background: #f5fffe;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #fff;
    color: #08b5ae;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover {
    border-color: #def2ef;
    background: #f5fffe;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 8px;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 2px;
    background: #fff;
    color: #17349c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover {
    border-color: #aeb7ef;
    background: #edf3ff;
  }
  .button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    gap: 16px;
  }
  /* ------------------------------
    footer PC
  ------------------------------ */
  .footer-bottom__desc {
    font-size: 12px;
  }
  /* ------------------------------
    term SP
  ------------------------------ */
  .term {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px 20px 64px;
  }
  .term-text-note {
    margin: 8px 0 0;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.35;
    text-indent: -1em;
  }
  .term-text-note + .term-text-note {
    margin-top: 4px;
  }
  .term-text-note:first-child {
    margin-bottom: 0;
  }
  .term-headline {
    font-size: 22px;
    font-weight: 700;
  }
  #term .term-content {
    margin-top: 24px;
  }
  #term .term-content__section {
    margin-top: 40px;
  }
  #term .term-content__section:first-child {
    margin-top: 0;
  }
  #term .term-content__block {
    margin-top: 40px;
  }
  #term .term-content__block:first-child {
    margin-top: 0;
  }
  #term .term-content__block--close {
    margin-top: 16px;
  }
  #term .term-content__heading {
    font-size: 20px;
    font-weight: 700;
  }
  #term .term-content__heading02 {
    font-size: 18px;
    font-weight: 700;
  }
  #term .term-content__desc {
    margin-top: 8px;
  }
  #term .term-content__block #term .term-content__desc {
    margin-left: 3em;
  }
  #term .term-content__desc:first-child {
    margin-top: 0;
  }
  #term .term-indent {
    margin-left: 3em;
  }
  #term .term-content-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 3em;
    text-indent: -32px;
    /* stylelint-disable-next-line */
  }
  #term .term-content-list__item.two-digit {
    text-indent: -48px;
  }
  #term .term-content-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-list__item .term-content-bracket-list__item {
    margin-left: 1em;
  }
  #term .term-content-bracket-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-bracket-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 3em;
    text-indent: -42px;
  }
  #term .term-content-bracket-list__item.two-digit {
    text-indent: -52px;
  }
  #term .term-content-bracket-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-circle-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-circle-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
  }
  #term .term-content-circle-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-dot-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-dot-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
  }
  #term .term-content-dot-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-dot-list__item a {
    text-indent: 0;
  }
  #term .term-content-katakana-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-katakana-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
  }
  #term .term-content-katakana-list__item:first-child {
    margin-top: 0;
  }
  .term-payment {
    list-style-type: none;
  }
  .term-payment__item {
    margin-top: 8px;
    padding-left: 1em;
    font-weight: 700;
    text-indent: -1em;
  }
  .term-payment__item:first-child {
    margin-top: 0;
  }
  .term-payment__inner {
    margin: 4px 0 0 1em;
    font-weight: 400;
  }
  .term-payment__block {
    margin-top: 16px;
  }
  .term-payment__note {
    padding-left: 1em;
    text-indent: -1em;
  }
  .term-payment__dot {
    list-style-type: none;
  }
  .term-payment__dot-item {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ------------------------------
    text SP
  ------------------------------ */
  .text-link {
    display: inline-block;
    margin-top: 8px;
    padding: 0;
    color: #17349c !important;
    text-align: left;
    text-decoration: underline;
  }
  .text-link::before {
    content: none;
  }
  .text-link:first-child {
    margin-top: 0;
  }
  .text-link-inline {
    color: #17349c;
  }
  /* ------------------------------
    icon PC
  ------------------------------ */
  [class^=icon-] {
    flex-shrink: 0;
    font-size: 0;
  }
  .icon-blank {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: 0.3s all;
    background: #17349c;
    mask: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
    font-size: 0;
    vertical-align: text-top;
  }
  .text-link:hover .icon-blank {
    background: #00215c;
  }
  .text-link-inline:hover .icon-blank {
    background: #00215c;
  }
}
/* 画面サイズが768px以上はここを読み込む */
@media (768px <= width) {
  /* ------------------------------
    base PC
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  a {
    transition: 0.3s all;
  }
  button {
    transition: 0.3s all;
  }
  button:hover {
    cursor: pointer;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-sp {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .main {
    flex: 1;
  }
  /* ------------------------------
    button PC
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #e80b66;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary:hover {
    background: #ffe8f0;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #08b5ae;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user:hover {
    background: #0b928c;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner:hover {
    background: #00215c;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #e80b66;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover {
    border-color: #def2ef;
    background: #f5fffe;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #08b5ae;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover {
    border-color: #def2ef;
    background: #f5fffe;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #17349c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover {
    border-color: #aeb7ef;
    background: #edf3ff;
  }
  .button-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 64px;
    gap: 24px;
  }
  /* ------------------------------
    footer PC
  ------------------------------ */
  .footer-bottom__desc {
    font-size: 14px;
    text-align: center;
  }
  /* ------------------------------
    term PC
  ------------------------------ */
  .term {
    box-sizing: border-box;
    width: 750px;
    margin: 0 auto;
    padding: 64px 40px;
  }
  .term-text-note {
    margin: 8px 0 0;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.35;
    text-indent: -1em;
  }
  .term-text-note + .term-text-note {
    margin-top: 4px;
  }
  .term-text-note:first-child {
    margin-bottom: 0;
  }
  .term-headline {
    font-size: 24px;
    font-weight: 700;
  }
  #term .term-content {
    margin-top: 40px;
  }
  #term .term-content__section {
    margin-top: 40px;
  }
  #term .term-content__section:first-child {
    margin-top: 0;
  }
  #term .term-content__block {
    margin-top: 40px;
  }
  #term .term-content__block:first-child {
    margin-top: 0;
  }
  #term .term-content__block--close {
    margin-top: 16px;
  }
  #term .term-content__heading {
    font-size: 22px;
    font-weight: 700;
  }
  #term .term-content__heading02 {
    font-size: 16px;
    font-weight: 700;
  }
  #term .term-content__desc {
    margin-top: 8px;
  }
  #term .term-content__desc:first-child {
    margin-top: 0;
  }
  #term .term-indent {
    margin-left: 3em;
  }
  #term .term-content-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 3em;
    text-indent: -32px;
    /* stylelint-disable-next-line */
  }
  #term .term-content-list__item.two-digit {
    text-indent: -48px;
  }
  #term .term-content-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-list__item .term-content-bracket-list__item {
    margin-left: 1em;
  }
  #term .term-content-bracket-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-bracket-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 3em;
    text-indent: -42px;
  }
  #term .term-content-bracket-list__item.two-digit {
    text-indent: -52px;
  }
  #term .term-content-bracket-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-circle-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-circle-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
  }
  #term .term-content-circle-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-dot-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-dot-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
  }
  #term .term-content-dot-list__item:first-child {
    margin-top: 0;
  }
  #term .term-content-dot-list__item a {
    text-indent: 0;
  }
  #term .term-content-katakana-list {
    margin-top: 8px;
    list-style-type: none;
  }
  #term .term-content-katakana-list__item {
    position: relative;
    margin-top: 8px;
    margin-left: 1em;
    text-indent: -1em;
  }
  #term .term-content-katakana-list__item:first-child {
    margin-top: 0;
  }
  .term-payment {
    list-style-type: none;
  }
  .term-payment__item {
    margin-top: 8px;
    padding-left: 1em;
    font-weight: 700;
    text-indent: -1em;
  }
  .term-payment__item:first-child {
    margin-top: 0;
  }
  .term-payment__inner {
    margin: 4px 0 0 1em;
    font-weight: 400;
  }
  .term-payment__block {
    margin-top: 16px;
  }
  .term-payment__note {
    padding-left: 1em;
    text-indent: -1em;
  }
  .term-payment__dot {
    list-style-type: none;
  }
  .term-payment__dot-item {
    padding-left: 1em;
    text-indent: -1em;
  }
  /* ------------------------------
    text PC
  ------------------------------ */
  .text-link {
    display: inline-block;
    margin-top: 8px;
    padding: 0;
    transition: 0.3s all;
    color: #17349c !important;
    text-align: left;
    text-decoration: underline;
  }
  .text-link:hover {
    color: #00215c !important;
    text-decoration: none;
  }
  .text-link::before {
    content: none;
  }
  .text-link:first-child {
    margin-top: 0;
  }
  .text-link-inline {
    color: #17349c;
  }
  .text-link-inline:hover {
    color: #00215c !important;
    text-decoration: none;
  }
  /* ------------------------------
    icon PC
  ------------------------------ */
  [class^=icon-] {
    flex-shrink: 0;
    font-size: 0;
  }
  .icon-blank {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: 0.3s all;
    background: #17349c;
    mask: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
    font-size: 0;
    vertical-align: text-top;
  }
  .text-link:hover .icon-blank {
    background: #00215c;
  }
  .text-link-inline:hover .icon-blank {
    background: #00215c;
  }
}/*# sourceMappingURL=contents.css.map */