@charset "UTF-8";

:root {
  --pure-white: #fff;
  --primary: #e8380d; /* ←Aichi FG RED 元は紺色(#215274) */
  --primary-midium: #fcdcd4; /* 濃いサーモンピンク */
  --primary-midium-light: #fde8e3; /* サーモンピンク中間 */
  --primary-light: #fdede9; /* サーモンピンク */
  --secondary: #fde5df; /* #21b7ad; */
  --secondary-light: #4ed3ca; /* #4ed3ca */
  --secondary-ex-light: #fef1ee; /* #e1f8f6 */
  --primary-deep: #94252a; /* Aichi FG DEEP RED */
  --pink: #ff8181;
  --yellow-light: rgba(255, 232, 0, .4);
  --yellow: #feed07;
  --yellow-medium: #ffe800;
  --yellow-dark: #b28b26;
  --gray-aichi: #595759;
  --gray-light: #e2e2e2;
  --gray: #828282;
  --gray-medium: #707070;
  --gray-dark: #111111;
  --purple: #9933ff;
  --dopink: #ff00ff;
}

:root {
  --line-height-small: 1.5;
  --line-height-medium: 1.6;
  --line-height-large: 1.8;
  --letter-spacing-small: .02em;
  --letter-spacing-medium: .04em;
  --letter-spacing-large: .1em;
  --font-size-xsmall: 12px;
  --font-size-small: 15px;
  --font-size-normal: 16px;
  --font-size-medium: 20px;
  --font-size-large: 27px;
  --font-size-xlarge: 32px
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  background-color: var(--pure-white);
  color: var(--gray-dark);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--line-height-medium);
  overflow-x: hidden;
  letter-spacing: var(--letter-spacing-medium)
}

* {
  box-sizing: border-box
}

:before,
:after {
  box-sizing: inherit
}

img {
  max-width: 100%;
  vertical-align: middle
}

a {
  text-decoration: none;
  color: var(--text);
  transition: opacity .4s ease, color .4s ease, border .4s ease
}

a:hover {
  opacity: .7
}

em {
  font-style: normal;
  font-weight: 700
}

ol li:before,
ul li:before {
  content: none
}

body,
tooltip,
popover {
  font-family: Noto Sans JP, sans-serif
}

header,
footer {
  font-family: 'NotoSansCJKjp-Regular', 'NotoSansCJKjp', Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.teikei {
  padding-top: 83px
}

.teikei .tab-only {
  display: none
}

@media screen and (max-width: 1024px) {
  .teikei .tab-only {
    display: block
  }
}

.teikei .tab-none {
  display: block
}

@media screen and (max-width: 1024px) {
  .teikei .tab-none {
    display: none
  }
}

.teikei-app {
  display: inline-block;
  padding: 0 0.5em;
  text-align: center;
  position: relative
}

.teikei-app:before,
.teikei-app:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 1.6em;
  background: var(--gray-medium)
}

.teikei-app:before {
  left: 0;
  transform: rotate(-34deg)
}

.teikei-app:after {
  right: 0;
  transform: rotate(34deg)
}

.teikei-link {
  position: relative;
  display: inline-block;
  padding: 0 1.5em .2em 0;
  border-bottom: 1px solid var(--gray-dark)
}

@media screen and (min-width: 768px) {
  .teikei-link {
    font-size: 13px
  }
}

.teikei-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url(../../../img/teikei/aichibank/icon_arrow.svg);
  width: .8em;
  height: .8em;
  right: 0
}

.teikei-indent-text,
.teikei-indent-list li {
  text-indent: -1em;
  padding-left: 1em
}

.teikei-text {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .teikei-text {
    font-size: var(--font-size-small)
  }
}

.teikei-text-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.teikei-card {
  padding: 15px
}

.teikei-card__img {
  max-width: 227px;
  margin: 0 auto
}

.teikei-card__text {
  margin-top: 15px;
  font-weight: 700
}

@media screen and (min-width: 768px) {
  .teikei-card__text {
    font-size: 17px
  }
}

.teikei-card__desc {
  font-size: 14px;
  margin-top: 5px
}

@media screen and (min-width: 768px) {
  .teikei-card__desc {
    margin-top: 15px;
    font-size: var(--font-size-small)
  }
}

.teikei-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 22px;
  letter-spacing: var(--letter-spacing-medium);
  color: var(--pure-white);
  font-weight: 700;
  line-height: var(--line-height-small);
  min-height: 80px;
  max-width: min(420px, 89.3333333333vw);
  background: var(--primary)
}

@media screen and (min-width: 768px) {
  .teikei-button {
    min-height: 88px;
    font-size: 28px
  }
}

.teikei-button span {
  font-size: 14px
}

.teikei-button:hover {
  color: var(--pure-white);
  opacity: 1
}

.teikei-button-shadow {
  position: relative;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 6px 0 var(--primary-deep)
}

.teikei-button-shadow:hover {
  transform: translateY(6px);
  box-shadow: none
}

.teikei-button-arrow {
  position: relative;
  padding: 2px 20px;
}

.teikei-button-arrow:after {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  background-image: url(../../../img/teikei/aichibank/icon_arrow-w.svg);
  width: 14px;
  height: 14px;
  right: 12px
}

.teikei-button-white {
  border: 3px solid var(--primary);
  color: var(--primary);
  background-color: var(--pure-white)
}

.teikei-button-white:hover {
  color: var(--primary)
}

.teikei-button-gray {
  color: var(--gray);
  background: var(--pure-white);
  border: 3px solid var(--gray)
}

.teikei-button-gray:hover {
  color: var(--gray)
}

.teikei-button-gray.teikei-button-shadow {
  box-shadow: 0 3px 0 var(--gray)
}

.teikei-button-gray.teikei-button-shadow:hover {
  box-shadow: none
}

.teikei-button-red {
  color: var(--gray-dark);
  background: var(--primary)
}

.teikei-button-red:hover {
  color: var(--primary-deep)
}

.teikei-button-red.teikei-button-shadow {
  box-shadow: 0 6px 0 var(--primary-deep)
}

.teikei-button-red.teikei-button-shadow:hover {
  box-shadow: none
}

.teikei-button-red.teikei-button-arrow:after {
  background-image: url(../../../img/teikei/aichibank/icon_arrow.svg)
}

.teikei-button-border {
  border: 3px var(--primary)
}

.teikei-button-medium {
  min-height: 60px;
  font-size: var(--font-size-medium);
  max-width: min(400px, 89.3333333333vw)
}

@media screen and (min-width: 768px) {
  .teikei-button-medium {
    min-height: 65px;
    font-size: 23px
  }
}

.teikei-button-medium.teikei-button-gray {
  min-height: 68px
}

.teikei-button-small {
  max-width: 150px;
  border-radius: 20px;
  min-height: 46px;
  font-size: 16px
}

@media screen and (max-width: 1024px) {
  .teikei-button-small {
    font-size: 12px
  }
}

@media screen and (max-width: 767px) {
  .teikei-button-small {
    font-size: 16px
  }
}

.teikei-button-scale {
  transition: all .25s cubic-bezier(.2, 1.15, .5, 1.2)
}

.teikei-button-scale:hover {
  transform: scale(1.1)
}

.teikei-button-round {
  border-radius: 50px
}

.teikei-block {
  padding-top: 80px;
  padding-bottom: 80px
}

.teikei-content {
  max-width: 600px;
  margin: 0 auto
}

@media screen and (min-width: 768px) {
  .teikei-content {
    max-width: 1130px
  }
}

.teikei-content-large {
  max-width: var(--main_width);
  margin: 0 auto
}

.teikei-inner {
  margin: 0 10px
}

.teikei-title {
  padding-top: 0;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2em;
  color: var(--gray-dark)
}

@media screen and (max-width: 767px) {
  .teikei-title:after {
    margin-top: 10px
  }
}

.teikei-title div {
  font-weight: 700;
  color: var(--primary-deep)
}

@media screen and (max-width: 767px) {
  .teikei-title div {
    font-size: 13px
  }
}

.teikei .headerInner.adjustPrice {
  flex-shrink: 0;
  align-items: center
}

.teikei .headerInner.adjustPrice .i.logined {
  margin-left: 0
}

.teikei .headerInner.adjustPrice .i.h_badge {
  margin: 0;
  padding: 7px 10px;
  font-size: 12px;
  color: var(--pure-white);
  font-weight: 700;
  border-radius: 15px;
  background: var(--pink)
}

@media screen and (min-width: 768px) {
  .teikei .headerInner.adjustPrice .i.h_badge {
    font-size: 15px
  }
}

@media screen and (max-width: 767px) {
  .teikei .headerInner.adjustPrice .i.h_badge {
    position: absolute;
    top: 14px;
    right: 58px;
    max-height: 26px
  }
}

@media screen and (max-width: 375px) {
  .teikei .headerInner.adjustPrice .i.h_badge {
    right: calc(35px + 1.6vw);
    bottom: .5333333333vw;
    padding: 1.8666666667vw 2.6666666667vw;
    font-size: 2.9333333333vw
  }
}

.teikei-heading {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 40px;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  text-align: center;
  position: relative;
  font: 700 36px Noto Sans JP, sans-serif;
  background-repeat: no-repeat, no-repeat;
  background-size: 12px, 12px;
  background-position: top left, top right;
  background-image: url(../../../img/teikei/aichibank/icon_border_gray.svg), url(../../../img/teikei/aichibank/icon_border_yellow.svg)
}

@media screen and (min-width: 768px) {
  .teikei-heading {
    font-size: 48px
  }
}

@media screen and (max-width: 767px) {
  .teikei-heading {
    padding: 10px 25px
  }
}

.teikei-heading:before,
.teikei-heading:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0
}

.teikei-heading:before {
  left: 0;
  transform: scaleY(-1);
  background: url(../../../img/teikei/aichibank/icon_border_gray.svg)
}

.teikei-heading:after {
  right: 0;
  transform: scale(-1);
  background: url(../../../img/teikei/aichibank/icon_border_gray.svg)
}

.teikei-heading span {
  font-size: 20px
}

@media screen and (min-width: 768px) {
  .teikei-heading span {
    font-size: 28px
  }
}

.teikei-main-visual {
  position: relative;
  padding: 40px 10px 56px;
  background: url(../../../img/teikei/aichibank/hero_aichi_sp.svg) no-repeat center top/cover
}

@media screen and (min-width: 1025px) {
  .teikei-main-visual {
    padding: 75px 0;
    background-image: url(../../../img/teikei/aichibank/hero_aichi.svg)
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .teikei-main-visual {
    padding-bottom: 45px
  }
}

@media screen and (max-width: 375px) {
  .teikei-main-visual {
    padding-bottom: 12vw
  }
}

@media screen and (min-width: 768px) {
  .teikei-main-visual .teikei-button {
    margin: 55px auto 0
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual .teikei-button {
    position: absolute;
    bottom: -40px;
    left: calc(50% - min(220px, 44.666666vw));
    margin: 0
  }
}

@media screen and (max-width: 375px) {
  .teikei-main-visual .teikei-button {
    bottom: -9.3333333333vw;
    font-size: 5.3333333333vw;
    min-height: 18.6666666667vw
  }
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__inner {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual__inner {
    flex-direction: column;
    margin: 0;
    width: 100%
  }
}

@media screen and (min-width: 1025px) {
  .teikei-main-visual__text {
    width: 49.45%;
  }
}

.teikei-main-visual__heading {
  letter-spacing: var(--letter-spacing-small);

  line-height: 1.3;
  font-size: min(5vw, 65px);
  font-weight: 700;
  color: var(--primary);
  text-align: center;
}

.teikei-main-visual__heading span.vh-1,
.teikei-main-visual__heading span.vh-2 {
  display: block;
}

.teikei-main-visual__heading span.s {
  font-size: .73em;
}

.teikei-main-visual__heading span.vh-2 {
  font-size: 1.153em;
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__heading {
    /*margin-top: 25px;*/
    margin-top: 10px;
    max-width: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual__heading {
    margin: 0 auto;
    font-size: 6.433vw;
  }
}

@media screen and (max-width: 767px) {
  .teikei-main-visual__heading {
    max-width: 58.5vw;
    font-size: 6.933vw;
  }
}

@media screen and (max-width: 375px) {
  .teikei-main-visual__heading {
    /*max-width: 53.3333333333vw*/
    max-width: 58.5vw;
  }
}

.teikei-main-visual__overview {
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  text-align: center;
  padding: .25em 0;
  font-size: min(2.9vw, 32px);
  font-weight: 700;
  letter-spacing: var(--letter-spacing-medium);
}

.teikei-main-visual__overview span.ov-1,
.teikei-main-visual__overview span.ov-2 {
  display: block;
}

.teikei-main-visual__overview span.ov-2 {
  font-size: .75em;
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__overview {
    margin-top: 25px;
    max-width: 600px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual__overview {
    margin: 10px auto 0;
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 767px) {
  .teikei-main-visual__overview {
    max-width: 58.5vw;
  }
}

@media screen and (max-width: 375px) {
  .teikei-main-visual__overview {
    max-width: 58.5vw;
  }
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__group {
    margin-left: 8%;
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual__group {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__img {
    max-width: 483px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual__img {
    margin: 10px auto 0
  }
}

@media screen and (max-width: 767px) {
  .teikei-main-visual__img {
    margin-top: 0;
    max-width: 58.6666666667vw
  }
}

@media screen and (max-width: 375px) {
  .teikei-main-visual__img {
    max-width: 53.3333333333vw
  }
}

.teikei-main-visual__circle {
  z-index: 1;
  justify-content: center;
  position: relative;
  margin-top: -29px
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__circle {
    margin-top: -38px
  }
}

.teikei-main-visual__circle__item+.teikei-main-visual__circle__item {
  margin-left: 5px
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__circle__item+.teikei-main-visual__circle__item {
    margin-left: 15px
  }
}

.teikei-main-visual__circle__link {
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--gray-aichi);
  font-size: 2.6666666667vw;
  font-feature-settings: "palt";
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: var(--line-height-small);
  letter-spacing: -.005em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__circle__link {
    width: min(21.3333333333vw, 150px);
    height: min(21.3333333333vw, 150px);
    font-size: var(--font-size-large);
    font-size: 24px;
    border-width: 4px;
    border-color: var(--primary);
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 1024px) {
  .teikei-main-visual__circle__link {
    border-color: var(--primary)
  }
}

@media screen and (max-width: 767px) {
  .teikei-main-visual__circle__link {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 3.2vw; /* 3.5vw スマホメインビジュアル円内テキスト */
  }
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__circle__link span { /* PCメインビジュアル円内テキスト */
    font-size: var(--font-size-medium);
    font-size: 18px;
  }

  .teikei-main-visual__circle__link span b {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .teikei-main-visual__circle__link span {
    font-size: .75em;
  }

  .teikei-main-visual__circle__link span b {
    font-size: 3.2vw;
  }
}

.teikei-main-visual__caution {
  margin: 5px auto 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .teikei-main-visual__caution {
    margin-top: 13px;
    font-size: var(--font-size-small);
  }
}

@media screen and (max-width: 767px) {
  .teikei-main-visual__caution {
    max-width: 420px;
    font-size: 10px
  }
}

.teikei-ranking,
.teikei-point,
.teikei-flow,
.teikei-lineup,
.teikei-question,
.teikei-faq {
  background-repeat: no-repeat, no-repeat
}

.teikei-ranking { /* 済み */
  background-position: left top, right calc(50% - 77px) bottom 40px;
  background-size: 240px, 140px;
  background-image: url(../../../img/teikei/aichibank/bg_aichi_l_empty_sp.png), url(../../../img/teikei/aichibank/bg_orb_aichi_light_r_sp.png)
}

.teikei-question { /* 済み */
  background-position: left top, right calc(50% - 77px) bottom 40px;
  background-size: 240px, 140px;
  background-image: url(../../../img/teikei/aichibank/bg_aichi_l_sp.png), url(../../../img/teikei/aichibank/bg_orb_aichi_r_sp.png)
}

@media screen and (min-width: 768px) {

  .teikei-ranking { /* 済み */
    background-position: left calc(50% - 280px) top, right calc(50% - 310px) bottom 40px;
    background-size: 790px, 720px;
    background-image: url(../../../img/teikei/aichibank/bg_aichi_l_empty.png), url(../../../img/teikei/aichibank/bg_orb_aichi_light_r.png)
  }

  .teikei-question { /* 済み */
    background-position: left calc(50% - 280px) top, right calc(50% - 310px) bottom 40px;
    background-size: 790px, 720px;
    background-image: url(../../../img/teikei/aichibank/bg_aichi_l.png), url(../../../img/teikei/aichibank/bg_orb_aichi_l.png)
  }

}

@media screen and (max-width: 375px) {
  .teikei-ranking {
    padding-top: 16vw
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .teikei-title {
    margin-bottom: 7px
  }
}

@media screen and (min-width: 768px) {
  .teikei-ranking .teikei-content {
    max-width: 1275px
  }
}

.teikei-ranking__list {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 25px;
  border: 3px solid var(--primary);
  background: var(--pure-white)
}

@media screen and (min-width: 768px) {
  .teikei-ranking__list {
    margin-top: 70px;
    padding: 30px 19px 20px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking__list {
    padding: 10px 10px 0
  }
}

.teikei-ranking__item {
  padding: 10px 0
}

@media screen and (min-width: 768px) {
  .teikei-ranking__item {
    padding: 0 10px;
    width: 20%;
    height: auto
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking__item {
    width: 33.3333333333%
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking__item {
    width: 100%
  }
}

.teikei-ranking__item+.teikei-ranking__item {
  position: relative
}

.teikei-ranking__item+.teikei-ranking__item:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background: var(--gray-light)
}

@media screen and (min-width: 768px) {
  .teikei-ranking__item+.teikei-ranking__item:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 40px)
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking__item+.teikei-ranking__item:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking__item:nth-of-type(4):before {
    content: none
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking__item:nth-of-type(4):before {
    content: ""
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking__item:not(:nth-of-type(-n + 3)) {
    margin-top: 60px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking__item:not(:nth-of-type(-n + 3)) {
    margin-top: 0
  }
}

.teikei-ranking .lankingBoxItem {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  height: 100%
}

@media screen and (max-width: 767px) {
  .teikei-ranking .lankingBoxItem {
    min-width: 100%
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .lankingBoxItem.lank_1 {
    margin-left: 0
  }
}

.teikei-ranking .lankingBoxCnt {
  margin-top: auto;
  position: static;
  transform: none
}

@media screen and (max-width: 767px) and (min-width: 401px) {
  .teikei-ranking .lankingBoxCnt {
    display: flex;
    justify-content: center
  }
}

.teikei-ranking .lankingBoxCnt .moreBtn {
  border-color: var(--primary);
  background: var(--primary);
}

@media screen and (min-width: 768px) {
  .teikei-ranking .lankingBoxCnt .moreBtn {
    margin-top: 15px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .lankingBoxCnt .moreBtn {
    padding: 8px 2px;
    margin: 14px auto 5px
  }
}

.teikei-ranking .lankingTitle {
  text-align: center;
  margin: 0
}

@media screen and (max-width: 1200px) {
  .teikei-ranking .lankingTitle {
    padding: 0 30px 0 60px
  }
}

@media screen and (max-width: 1024px) {
  .teikei-ranking .lankingTitle {
    padding: 0 25px 0 50px
  }
}

.teikei-ranking .lankingTitle .t {
  word-break: keep-all;
}

@media screen and (min-width: 768px) {
  .teikei-ranking .lankingTitle .t {
    height: 50px;
    font-size: var(--font-size-medium)
  }
}

@media screen and (max-width: 1024px) {
  .teikei-ranking .lankingTitle .t {
    font-size: 17px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .lankingTitle .t {
    justify-content: flex-start;
    height: auto;
    min-height: 35px;
    text-align: left;
  }
}

.teikei-ranking .lankingTitle .medal {
  position: absolute
}

@media screen and (min-width: 768px) {
  .teikei-ranking .lankingTitle .medal {
    top: -65px;
    left: 50%;
    transform: translate(-50%)
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking .lankingTitle .medal {
    top: 0;
    left: 0;
    transform: none
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking .lankingTitle .medal {
    max-width: 35px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .lankingTitle .medal {
    left: 8px;
    max-width: 30px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .infoBox {
    flex-shrink: 0
  }
}

.teikei-ranking .infoBox_bonus {
  text-align: center
}

.teikei-ranking .priceBox {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0
}

@media screen and (min-width: 768px) {
  .teikei-ranking .priceBox {
    margin: 30px 0 0
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .priceBox {
    margin: 0
  }
}

.teikei-ranking .priceBox .year-box,
.teikei-ranking .priceBox .bottom {
  margin: 0
}

.teikei-ranking .priceBox .bottom {
  line-height: var(--line-height-small)
}

@media screen and (min-width: 768px) {
  .teikei-ranking .priceBox .bottom {
    margin-left: auto
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking .priceBox .bottom {
    margin-left: 0
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .priceBox .bottom {
    font-size: 10px
  }
}

.teikei-ranking .priceBox .price {
  color: var(--pink);
  margin: 0
}

@media screen and (min-width: 768px) {
  .teikei-ranking .priceBox .price {
    font-size: 30px
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking .priceBox .price {
    font-size: 28px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .priceBox .price {
    font-size: 22.5px
  }
}

.teikei-ranking .priceBox .tax {
  font-size: 10px;
  line-height: 1.3
}

.teikei-ranking .imgBox {
  min-width: auto;
  padding: 0
}

@media screen and (max-width: 1200px) {
  .teikei-ranking .imgBox {
    max-width: 260px
  }
}

@media screen and (max-width: 767px) {
  .teikei-ranking .imgBox {
    min-width: 167px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .teikei-ranking .imgBox {
    min-width: auto;
    max-width: 100%;
    justify-content: center;
  }
}

.teikei-ranking .carImage {
  width: 100%;
  min-width: auto
}

@media screen and (min-width: 768px) {
  .teikei-ranking .carImage {
    max-width: 220px
  }
}

@media screen and (max-width: 1200px) {
  .teikei-ranking .carImage {
    max-width: 260px
  }
}

.teikei-ranking__note {
  margin-top: 10px;
  color: var(--gray);
  font-size: 11px;
  font-weight: 700
}

.teikei-point {
  background-position: right top, left calc(50% - 77px) bottom 40px;
  background-size: 240px, 140px;
  background-image: url(../../../img/teikei/aichibank/bg_aichi70_r_sp.png), url(../../../img/teikei/aichibank/bg_orb_aichi70_l_sp.png);
  background-color: var(--secondary-ex-light)
}

@media screen and (min-width: 768px) { /* 済み */
  .teikei-point {
    background-position: right calc(50% - 280px) top, left calc(50% - 310px) bottom 40px;
    background-size: 790px, 720px;
    background-image: url(../../../img/teikei/aichibank/bg_aichi_r.png), url(../../../img/teikei/aichibank/bg_orb_aichi70_l.png)
  }
}

@media screen and (max-width: 767px) {
  .teikei-point .teikei-inner {
    margin: 0 15px
  }
}

@media screen and (min-width: 768px) {
  .teikei-point .teikei-content {
    max-width: 1064px
  }
}

.teikei-point__list {
  margin-top: 50px
}

@media screen and (min-width: 768px) {
  .teikei-point__list {
    margin-top: 40px
  }
}

.teikei-point__item {
  flex-wrap: wrap;
  align-items: center
}

@media screen and (min-width: 768px) {
  .teikei-point__item {
    gap: 3%
  }
}

.teikei-point__item+.teikei-point__item {
  margin-top: 80px
}

.teikei-point__item__inner {
  z-index: 1;
  position: relative;
  width: 100%
}

@media screen and (min-width: 768px) {
  .teikei-point__item__inner {
    width: 62%
  }
}

@media screen and (max-width: 767px) {
  .teikei-point__item__inner {
    order: 1
  }
}

.teikei-point__overview {
  margin-bottom: 25px;
  font-weight: 700;
  line-height: var(--line-height-small)
}

@media screen and (min-width: 768px) {
  .teikei-point__overview {
    font-size: var(--font-size-xlarge)
  }
}

@media screen and (max-width: 1024px) {
  .teikei-point__overview {
    font-size: 20px
  }
}

@media screen and (max-width: 767px) {
  .teikei-point__overview {
    font-size: 18px;
    letter-spacing: -.005em
  }
}

.teikei-point__overview em {
  background: linear-gradient(180deg, rgba(254, 237, 7, 0) 0%, rgba(254, 237, 7, 0) 70%, var(--yellow) 70%, var(--yellow) 90%, rgba(254, 237, 7, 0) 90%)
}



.teikei-point__description span { /* ポイント：注意書き赤字(PC/スマホ共通) */
  color: var(--primary);
  font-weight: 700;
}


@media screen and (min-width: 768px) {
  .teikei-point__description {
    font-size: var(--font-size-small);
    line-height: var(--line-height-large)
  }
}

@media screen and (max-width: 767px) {
  .teikei-point__description {
    font-size: 14px;
    line-height: 1.6em
  }
}

.teikei-point__description+.teikei-point__description {
  margin-top: 20px
}

.teikei-point__num {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 88px
}

@media screen and (min-width: 768px) {
  .teikei-point__num {
    top: 0;
    width: 147px
  }
}

.teikei-point__img {
  max-width: 300px
}

@media screen and (min-width: 768px) {
  .teikei-point__img {
    max-width: 360px;
    width: 35%
  }
}

@media screen and (max-width: 767px) {
  .teikei-point__img {
    margin: 30px auto 0;
    order: 2
  }
}

.teikei-point__search {
  margin-top: 80px;
  text-align: center
}

.teikei-point__search__text {
  font-size: var(--font-size-medium);
  font-weight: 700
}

@media screen and (min-width: 768px) {
  .teikei-point__search__text {
    font-size: var(--font-size-xlarge)
  }
}

.teikei-point__search__text b {
  color: var(--primary)
}

.teikei-point__search__text span {
  font-size: var(--font-size-xlarge)
}

@media screen and (min-width: 768px) {
  .teikei-point__search__text span {
    font-size: 44px
  }
}

.teikei-point__search .teikei-button {
  margin: 12px auto 0
}

@media screen and (min-width: 768px) {
  .teikei-point__search .teikei-button {
    margin-top: 25px
  }
}

.teikei-point__link {
  margin-top: 20px;
  font-size: 13px
}

.teikei-flow {
  background-position: left top, right calc(50% - 77px) bottom 40px;
  background-size: 240px, 140px;
  background-image: url(../../../img/teikei/aichibank/bg_white70_l_sp.png), url(../../../img/teikei/aichibank/bg_orb_aichi70_r_sp.png);
  background-color: var(--primary-midium-light)
}

@media screen and (min-width: 768px) {
  .teikei-flow {
    background-position: left calc(50% - 280px) top, right calc(50% - 310px) bottom 40px;
    background-size: 790px, 720px;
    background-image: url(../../../img/teikei/aichibank/bg_white70_l.png), url(../../../img/teikei/aichibank/bg_orb_aichi70_r.png)
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow .teikei-title {
    padding-left: 0;
    padding-right: 0
  }
}

.teikei-flow .teikei-title h2 {
  letter-spacing: 0
}

/* じっくり検討されたい方 */
.teikei-flow__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  color: var(--pure-white);
  background: var(--gray-aichi)
}

@media screen and (min-width: 768px) {
  .teikei-flow__heading {
    margin-right: auto;
    width: 56px
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__heading {
    height: 60px;
    -ms-writing-mode: unset;
    writing-mode: unset
  }
}

.teikei-flow__heading:after { /* 見出し三角部分 */
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
  clip-path: polygon(0 0, 100% 0, 100% 1px, 50% 100%, 0 1px);
  background: var(--gray-aichi)
}

@media screen and (min-width: 768px) {
  .teikei-flow__heading:after {
    top: 0;
    left: 100%;
    width: 12px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%)
  }
}

@media screen and (min-width: 768px) {
  .teikei-flow__content {
    width: calc(100% - 88px)
  }
}

.teikei-flow__carList {
  flex-wrap: wrap
}

.teikei-flow__car {
  padding: 20px 0 25px;
  width: 100%
}

@media screen and (min-width: 768px) {
  .teikei-flow__car {
    width: 25%;
    padding: 0 4px 0 6px
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__car {
    text-align: center;
    background: url(../../../img/teikei/aichibank/line_h.svg) repeat-x left bottom/10px
  }
}

.teikei-flow__car+.teikei-flow__car {
  position: relative
}

@media screen and (min-width: 768px) {
  .teikei-flow__car+.teikei-flow__car:after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 1.5px;
    height: 100%;
    background: url(../../../img/teikei/aichibank/line_v.svg) repeat-y left top/1.5px
  }
}

.teikei-flow__car__quick .moreBtn {
  margin: 20px auto 0;
  transition: background .3s, border, .3s
}

.teikei-flow__car__quick:hover .moreBtn {
  color: var(--gray-dark);
  background: var(--yellow);
  border-color: var(--yellow)
}

.teikei-flow__car__img {
  margin: 20px auto 0;
  max-width: 260px
}

.teikei-flow__car__img .carImage {
  width: 100%;
  min-width: auto
}

.teikei-flow__car__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray-dark);
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, "sans-serif";
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.2
}

@media screen and (min-width: 768px) {
  .teikei-flow__car__heading {
    font-size: 20px
  }
}

@media screen and (max-width: 1024px) {
  .teikei-flow__car__heading {
    font-size: 1.1666666667vw
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__car__heading {
    font-size: 17.6px
  }
}

@media screen and (min-width: 768px) {
  .teikei-flow__car__heading span {
    font-size: 8.5px
  }
}

@media screen and (max-width: 1024px) {
  .teikei-flow__car__heading span {
    font-size: .6666666667vw
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__car__heading span {
    font-size: 8.5px
  }
}

@media screen and (min-width: 768px) {
  .teikei-flow__car__heading .num {
    font-size: 19px
  }
}

@media screen and (max-width: 1024px) {
  .teikei-flow__car__heading .num {
    font-size: 1.1666666667vw
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__car__heading .num {
    font-size: 20px
  }
}

@media screen and (min-width: 768px) {
  .teikei-flow__car__heading .small {
    font-size: var(--font-size-small)
  }
}

@media screen and (max-width: 1024px) {
  .teikei-flow__car__heading .small {
    font-size: .9166666667vw
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__car__heading .small {
    font-size: var(--font-size-small)
  }
}

.teikei-flow__caution {
  margin-top: 20px;
  padding: 11px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  background: var(--secondary-ex-light)
}

@media screen and (min-width: 768px) {
  .teikei-flow__caution {
    margin-top: 30px
  }
}

.teikei-flow__caution li {
  text-indent: -1em;
  padding-left: 1em
}

.teikei-flow__caution li:before {
  content: "※"
}

.teikei-flow__list {
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .teikei-flow__list02 .teikei-flow__item:nth-of-type(1) {
    max-width: 257px;
    width: 25.5%
  }
}

.teikei-flow__list02 .teikei-flow__item:nth-of-type(2) {
  flex-grow: 1
}

.teikei-flow__item {
  background: var(--pure-white);
  border: 3px solid var(--gray-aichi); /* ３つの枠の三角部分 */
  border-radius: 12px;
  margin: 20px 0 0
}

@media screen and (min-width: 768px) {
  .teikei-flow__item {
    width: 32%;
    margin: 0
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__item {
    width: 100%
  }
}

@media screen and (min-width: 768px) {
  .teikei-flow__item:not(:last-child) {
    margin: 0 2% 0 0
  }
}

.teikei-flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 100px;
  height: 12px;
  background: var(--gray-aichi); /* ３つの枠の三角部分 */
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

@media screen and (min-width: 768px) {
  .teikei-flow__item:not(:last-child):after {
    top: 50%;
    left: 100%;
    width: 12px;
    height: 100px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%)
  }
}

.teikei-flow__group {
  flex-wrap: wrap
}

@media screen and (max-width: 767px) {
  .teikei-flow__group {
    margin: 0 10px
  }
}

.teikei-flow__group+.teikei-flow__group {
  margin-top: 30px
}

@media screen and (min-width: 768px) {
  .teikei-flow__group+.teikei-flow__group {
    margin-top: 56px
  }
}


/* クイック審査から始めたい方 */
.teikei-flow__yellow .teikei-flow__heading { /* 見出し文字色 */
  color: var(--pure-white);
  background-color: var(--primary)
}

.teikei-flow__yellow .teikei-flow__heading:after {
  background-color: var(--primary)
}

.teikei-flow__yellow .teikei-flow__item {
  border-color: var(--primary)
}

.teikei-flow__yellow .teikei-flow__item:after {
  background-color: var(--primary)
}

.teikei-flow__contact__text {
  position: relative;
  margin: 30px 10px 0;
  padding: 25px 15px 45px;
  font-weight: 700;
  text-align: justify;
  border-radius: 8px;
  background: var(--pure-white);
  letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
  .teikei-flow__contact__text {
    margin: 65px auto 0;
    padding: 20px 35px;
    max-width: 820px;
    font-size: var(--font-size-medium)
  }
}

@media screen and (max-width: 1024px) {
  .teikei-flow__contact__text {
    font-size: 18px
  }
}

@media screen and (max-width: 767px) {
  .teikei-flow__contact__text {
    font-size: var(--font-size-normal)
  }
}

.teikei-flow__contact__text:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -10px;
  width: 83px;
  height: 67px;
  background: url(../../../img/teikei/aichibank/flow05.svg) no-repeat center center/100%
}

@media screen and (min-width: 768px) {
  .teikei-flow__contact__text:after {
    right: 50px;
    width: 181px;
    height: 144px
  }
}

.teikei-flow__contact__wrapper {
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .teikei-flow__contact__wrapper {
    max-width: 840px;
    margin: 20px auto 0
  }
}

.teikei-flow__contact__item {
  width: 100%;
  position: relative;
  text-align: center
}

@media screen and (min-width: 768px) {
  .teikei-flow__contact__item {
    width: 47.6%
  }
}

.teikei-flow__contact__item+.teikei-flow__contact__item {
  margin: 40px 0 0
}

@media screen and (min-width: 768px) {
  .teikei-flow__contact__item+.teikei-flow__contact__item {
    margin: 0 0 0 4.8%
  }
}

.teikei-flow__contact__item__text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: var(--gray-medium)
}

@media screen and (min-width: 768px) {
  .teikei-flow__contact__item__text {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 65px;
    font-size: 20px
  }
}

.teikei-flow__contact__item__text:before,
.teikei-flow__contact__item__text:after {
  background: var(--gray-medium);
}

.teikei-app.teikei-flow__contact__item__text b {
  color: var(--primary);
  display: inline;
}

.teikei-app.teikei-flow__contact__item__text b span {
  font-size: 1.375em;
}

.teikei-flow__contact__item__note {
  position: absolute;
  bottom: -40px;
  width: 100%;
  font-size: var(--font-size-small);
  font-weight: 700;
  color: var(--gray-medium);
  text-align: center
}

.teikei-flow__contact__item .teikei-button {
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .teikei-flow__contact__item .teikei-button {
    max-width: 345px
  }
}

.teikei-lineup {
  background-position: right top, left calc(50% - 77px) bottom 40px;
  background-size: 240px, 140px;
  background-image: url(../../../img/teikei/aichibank/bg_aichi_r_sp.png)
}

@media screen and (min-width: 768px) {
  .teikei-lineup {
    background-position: right calc(50% - 280px) top, left calc(50% - 310px) bottom 40px;
    background-size: 790px, 720px;
    background-image: url(../../../img/teikei/aichibank/bg_aichi_r.png)
  }
}

.teikei-lineup__inner {
  justify-content: center;
  flex-wrap: wrap
}

.teikei-lineup__item {
  z-index: 1;
  position: relative
}

@media screen and (max-width: 767px) {
  .teikei-lineup__item {
    width: 335px
  }
}

.teikei-lineup__item:after {
  z-index: -1;
  content: "";
  position: absolute
}

.teikei-lineup__item:nth-of-type(1):after {
  top: 0;
  left: 0;
  width: 120px;
  height: 156px;
  background: url(../../../img/teikei/aichibank/bg-orb-aichi.svg) no-repeat center center/contain
}

@media screen and (min-width: 768px) {
  .teikei-lineup__item:nth-of-type(1):after {
    top: 86px;
    left: -150px;
    width: 200px;
    height: 260px
  }
}

.teikei-lineup__item:nth-of-type(2):after {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../../../img/teikei/aichibank/bg-dot_aichi.svg) repeat left top/13px
}

@media screen and (min-width: 768px) {
  .teikei-lineup__item:nth-of-type(2):after {
    top: 79px;
    right: -77px;
    width: 90px;
    height: 90px;
    background-size: 19px
  }
}

.teikei-lineup__item+.teikei-lineup__item {
  margin: 40px 0 0
}

@media screen and (min-width: 768px) {
  .teikei-lineup__item+.teikei-lineup__item {
    margin: 0 0 0 9%
  }
}

.teikei-lineup__circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 16px solid var(--yellow-light);
  border-radius: 50%;
  background: var(--pure-white)
}

@media screen and (min-width: 768px) {
  .teikei-lineup__circle {
    border-width: 20px;
    width: 423px;
    height: 423px
  }
}

@media screen and (max-width: 1024px) {
  .teikei-lineup__circle {
    border-width: 20px;
    width: 35.25vw;
    height: 35.25vw
  }
}

@media screen and (max-width: 767px) {
  .teikei-lineup__circle {
    width: 300px;
    height: 300px
  }
}

.teikei-lineup__text {
  font-weight: 700;
  text-align: center;
  line-height: var(--line-height-small)
}

@media screen and (min-width: 768px) {
  .teikei-lineup__text {
    font-size: var(--font-size-xlarge)
  }
}

@media screen and (max-width: 1024px) {
  .teikei-lineup__text {
    font-size: 24px
  }
}

@media screen and (max-width: 767px) {
  .teikei-lineup__text {
    font-size: 24px
  }
}

.teikei-lineup__text b {
  color: var(--gray-dark)
}

.teikei-lineup__img {
  width: 110px;
  margin: 20px auto 0
}

@media screen and (min-width: 768px) {
  .teikei-lineup__img {
    margin-top: 25px
  }
}

.teikei-lineup .teikei-button {
  margin: -20px auto 0
}

@media screen and (max-width: 1024px) {
  .teikei-lineup .teikei-button {
    font-size: 22px
  }
}

.teikei-question {
  padding-top: 70px;
  background-color: var(--secondary-ex-light)
}

@media screen and (min-width: 768px) {
  .teikei-question .teikei-content {
    max-width: 910px
  }
}

.teikei-question__head {
  padding-bottom: 35px;
  position: relative
}

@media screen and (min-width: 768px) {
  .teikei-question__head {
    padding-bottom: 40px
  }
}

.teikei-question__head:before,
.teikei-question__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 105px;
  height: 67px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom
}

@media screen and (min-width: 768px) {

  .teikei-question__head:before,
  .teikei-question__head:after {
    width: 181px;
    height: 114px
  }
}

@media screen and (max-width: 375px) {

  .teikei-question__head:before,
  .teikei-question__head:after {
    width: 28vw;
    height: 17.8666666667vw
  }
}

.teikei-question__head:before {
  left: 0;
  background-image: url(../../../img/teikei/aichibank/question01_aichi.svg)
}

.teikei-question__head:after {
  right: 0;
  background-image: url(../../../img/teikei/aichibank/question02_aichi.png)
}

.teikei-question__head__list {
  position: relative;
  justify-content: space-between
}

@media screen and (min-width: 768px) {
  .teikei-question__head__list {
    justify-content: center
  }
}

@media screen and (max-width: 767px) {
  .teikei-question__head__list {
    margin: 0 auto;
    max-width: 400px
  }
}

.teikei-question__head__item {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 22px 0 40px;
  width: 160px;
  font-weight: 700;
  line-height: var(--line-height-small);
  color: var(--gray-dark)
}

@media screen and (min-width: 768px) {
  .teikei-question__head__item {
    padding: 22px 0 40px
  }
}

@media screen and (max-width: 375px) {
  .teikei-question__head__item {
    padding: 5.8666666667vw 0 10.6666666667vw;
    font-size: 4.2666666667vw;
    width: 42.6666666667vw
  }
}

@media screen and (min-width: 768px) {
  .teikei-question__head__item+.teikei-question__head__item {
    margin-left: 10px
  }
}

.teikei-question__head__item:nth-of-type(1) {
  background-image: url(../../../img/teikei/aichibank/question_balloon01.png)
}

@media screen and (max-width: 767px) {
  .teikei-question__head__item:nth-of-type(1) {
    position: relative;
    margin-top: 60px;
    left: -10px
  }
}

.teikei-question__head__item:nth-of-type(2) {
  background-image: url(../../../img/teikei/aichibank/question_balloon02.png)
}

@media screen and (max-width: 767px) {
  .teikei-question__head__item:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
  }
}

.teikei-question__head__item:nth-of-type(3) {
  background-image: url(../../../img/teikei/aichibank/question_balloon03.png)
}

@media screen and (max-width: 767px) {
  .teikei-question__head__item:nth-of-type(3) {
    position: relative;
    margin-top: 60px;
    right: -10px
  }
}

.teikei-question__head__text {
  font-size: 36px;
  text-align: center;
  line-height: 1.3;
  color: var(--primary-deep)
}

@media screen and (min-width: 768px) {
  .teikei-question__head__text {
    margin-top: 15px;
    font-size: 48px
  }
}

@media screen and (max-width: 1024px) {
  .teikei-question__head__text {
    font-size: 36px
  }
}

@media screen and (max-width: 375px) {
  .teikei-question__head__text {
    font-size: 9.6vw
  }
}

.teikei-question__column {
  display: -ms-grid;
  display: grid;
  max-width: 880px;
  justify-content: center
}

@media screen and (min-width: 768px) {
  .teikei-question__column {
    gap: 28px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr)
  }
}

.teikei-question__column__img {
  width: 260px
}

@media screen and (max-width: 375px) {
  .teikei-question__column__img {
    width: 69.3333333333vw
  }
}

.teikei-question__column__heading {
  line-height: var(--line-height-small);
  letter-spacing: var(--letter-spacing-medium)
}

@media screen and (min-width: 768px) {
  .teikei-question__column__heading {
    font-size: 24px
  }
}

.teikei-question__column__overview {
  margin-top: 12px;
  letter-spacing: -.02em;
  line-height: var(--line-height-large)
}

.teikei-question__column__date {
  display: block;
  margin-top: 8px;
  font-size: var(--font-size-xsmall);
  letter-spacing: var(--letter-spacing-medium);
  text-align: right
}

.teikei-question__column__link {
  margin-top: 5px
}

.teikei-question__column__item {
  padding: 40px 36px 24px;
  border-radius: 12px;
  border: 3px solid var(--primary);
  box-shadow: 0 3px 0 var(--primary);
  background-color: var(--pure-white);
  display: -ms-grid;
  display: grid;
  gap: 28px
}

@media screen and (min-width: 768px) {
  .teikei-question__column__item {
    grid-auto-flow: column;
    height: 100%
  }
}

@media screen and (max-width: 767px) {
  .teikei-question__column__item+.teikei-question__column__item {
    margin-top: 20px
  }
}

.teikei-question__column__item:nth-of-type(1) {
  padding: 30px 20px
}

@media screen and (min-width: 768px) {
  .teikei-question__column__item:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
  }
}

.teikei-question__column__item:nth-of-type(1) .teikei-question__column__img {
  margin: 0 auto
}

@media screen and (min-width: 768px) {
  .teikei-question__column__item:nth-of-type(1) .teikei-question__column__img {
    margin: 0
  }
}

.teikei-question__column__item:not(:nth-of-type(1)) {
  padding: 20px;
  grid-auto-flow: column;
  gap: 15px
}

@media screen and (min-width: 768px) {
  .teikei-question__column__item:not(:nth-of-type(1)) {
    padding: 25px 15px 25px 30px
  }
}

.teikei-question__column__item:not(:nth-of-type(1)) .teikei-question__column__img {
  width: 100px
}

.teikei-question__column__item:not(:nth-of-type(1)) .teikei-question__column__heading {
  font-size: 16px
}

.teikei-question__column__item:not(:nth-of-type(1)) .teikei-question__column__overview {
  margin-top: 5px;
  font-size: 14px
}

.teikei-question .teikei-button {
  margin: 30px auto 0
}

@media screen and (min-width: 768px) {
  .teikei-question .teikei-button {
    margin-top: 60px
  }
}

.teikei-faq {
  background-position: right top, left calc(50% - 77px) bottom 40px;
  background-size: 240px, 140px;
  background-image: url(../../../img/teikei/aichibank/bg_white_aichi_r_sp.png), url(../../../img/teikei/aichibank/bg_orb_white_l_sp.png);
  background-color: var(--primary-midium)
}

@media screen and (min-width: 768px) {
  .teikei-faq {
    background-position: right calc(50% - 280px) top, left calc(50% - 310px) bottom 40px;
    background-size: 790px, 720px;
    background-image: url(../../../img/teikei/aichibank/bg_white_aichi_r.png), url(../../../img/teikei/aichibank/bg_orb_white_l.png)
  }
}

@media screen and (min-width: 768px) {
  .teikei-faq .teikei-content {
    max-width: 910px
  }
}

@media screen and (max-width: 767px) {
  .teikei-faq .teikei-inner {
    margin: 0 15px
  }
}

.teikei-faq__item {
  border-radius: 12px;
  background: var(--pure-white)
}

.teikei-faq__item+.teikei-faq__item {
  margin-top: 16px
}

@media screen and (min-width: 768px) {
  .teikei-faq__item+.teikei-faq__item {
    margin-top: 20px
  }
}

.teikei-faq__icon {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0 0 0 1px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, "sans-serif";
}

.teikei-faq__question {
  align-items: center;
  padding: 20px 50px 20px 18px;
  cursor: pointer;
  background: url(../../../img/teikei/aichibank/icon_plus_aichi.svg) no-repeat right 20px center/17px
}

.teikei-faq__question.open {
  background-image: url(../../../img/teikei/aichibank/icon_minus.svg)
}

.teikei-faq__question__icon {
  background-color: var(--primary);
  color: var(--pure-white);
  /* あいち用追加 */
}

.teikei-faq__question__text {
  font-weight: 700;
  line-height: 1.3
}

.teikei-faq__answer {
  display: none;
  padding: 0 18px 20px
}

.teikei-faq__answer__inner {
  padding-top: 20px;
  border-top: 1px solid var(--gray-light)
}

.teikei-faq__answer__icon {
  background-color: var(--gray-light)
}

.teikei-faq__answer__text p,
.teikei-faq__answer__text ol li,
.teikei-faq__answer__text ul li {
  font-size: 13px;
  line-height: var(--line-height-large)
}

@media screen and (min-width: 768px) {

  .teikei-faq__answer__text p,
  .teikei-faq__answer__text ol li,
  .teikei-faq__answer__text ul li {
    font-size: var(--font-size-small)
  }
}

.teikei-faq__answer__text p+p,
.teikei-faq__answer__text p+ol,
.teikei-faq__answer__text p+ul,
.teikei-faq__answer__text ol+p,
.teikei-faq__answer__text ol+ol,
.teikei-faq__answer__text ol+ul,
.teikei-faq__answer__text ul+p,
.teikei-faq__answer__text ul+ol,
.teikei-faq__answer__text ul+ul {
  margin-top: 20px
}

@media screen and (min-width: 768px) {

  .teikei-faq__answer__text p+p,
  .teikei-faq__answer__text p+ol,
  .teikei-faq__answer__text p+ul,
  .teikei-faq__answer__text ol+p,
  .teikei-faq__answer__text ol+ol,
  .teikei-faq__answer__text ol+ul,
  .teikei-faq__answer__text ul+p,
  .teikei-faq__answer__text ul+ol,
  .teikei-faq__answer__text ul+ul {
    margin-top: 25px
  }
}

.teikei-faq__item.open .teikei-faq__answer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--gray-light);
  max-height: 2000px
}

body.teikei .lankingBoxCnt .infoBox .priceBox.discount {
  transform: scale(.80);
  margin: 0;
  padding: .5em 0 1em 0;
  margin-bottom: .3em;
}

body.teikei .lankingBoxCnt .infoBox .priceBox.discount::after {
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  bottom: -.5em;
}

body.teikei .lankingBoxCnt .infoBox .priceBox.discount+.priceBox {
  margin-top: 0;
}

body.teikei .lankingBoxCnt .infoBox .priceBox.discount .price {
  color: #9F9F9F;
  position: relative;
}

body.teikei .lankingBoxCnt .infoBox .priceBox.discount .price::before,
body.teikei .lankingBoxCnt .infoBox .priceBox.discount .price::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #595959;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

body.teikei .lankingBoxCnt .infoBox .priceBox.discount .price::before {
  top: -.2em;
}

body.teikei .lankingBoxCnt .infoBox .priceBox.discount .price::after {
  bottom: -.2em;
}

@media screen and (max-width: 767px) {
  body.teikei .lankingBoxCnt .infoBox .priceBox.discount+.priceBox {
    padding-bottom: 1em;
  }

  body.teikei .lankingBoxCnt .infoBox .priceBox.discount {
    padding-top: 0;
    padding-bottom: .8em;
    transform: scale(.95);
    margin-bottom: .2em;
  }

  body.teikei .lankingBoxCnt .infoBox .priceBox.discount::after {
    border-width: 6px 6px 0 6px;
    bottom: -.2em;
  }
}

/* グラデ説明文 あいち用 */
.notice-gradient {
  background: linear-gradient(to right, #94252a, #e8380d);
  color: #fff;
  text-align: center; /* PCでは中央 */
  padding: 40px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.notice-gradient__inner {
  max-width: 960px;
  margin: 0 auto;
}

/* ▼ 段落間の共通余白（通常） */
.notice-gradient p+p {
  margin-top: 0; /* ナシ */
}

/* ▼ 特定箇所（2行目→3行目）のみ余白を1文字分に拡大 */
.notice-gradient p:nth-of-type(3) {
  margin-top: 1em; /* 2行目の次＝3行目だけ広めに */
}


.notice-gradient a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.notice-gradient a:hover {
  opacity: 0.8;
}

/* ▼ デフォルト：スマホでは改行しない ▼ */
.notice-gradient .pc-br {
  display: none;
}

/* ▼ スマホ向け設定 ▼ */
@media screen and (max-width: 767px) {
  .notice-gradient {
    font-size: 13px;
    text-align: left; /* ← スマホでは左寄せ */
    padding: 30px 16px;
  }

  .notice-gradient__inner {
    max-width: none;
  }
}

/* ▼ PCのみ改行を有効化 ▼ */
@media screen and (min-width: 768px) {
  .notice-gradient .pc-br {
    display: block;
  }
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 契約についての注意書き */
.notice-center {
  text-align: center;
  padding: 4em 20px 0; /* デフォルト：上だけアキ */
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}


.notice-center__inner {
  max-width: 960px;
  margin: 0 auto;
}

/* 段落間の空き（ナシ） */
.notice-center p+p {
  margin-top: 0em;
}

.notice-center a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.notice-center a:hover {
  opacity: 0.8;
}

/* ▼ デフォルト：PCでは改行しない ▼ */
.notice-center .pc-br {
  display: none;
}

/* ▼ スマホ向け設定：改行を有効化＋上のアキナシ ▼ */
@media screen and (max-width: 767px) {
  .notice-center {
    font-size: 13px;
    padding: 4em 16px 0;
  }

  .notice-center__inner {
    max-width: none;
  }

  .notice-center .pc-br {
    display: block; /* スマホでは改行を有効化 */
  }
}


/* ▼ PC向け設定（明示的に改行を抑制） ▼ */
@media screen and (min-width: 768px) {
  .notice-center .pc-br {
    display: none;
  }
}


/* ーーーーーーーーーーーーーーーーーーーーーー */
/* メイン直下 */
.nc-main .notice-center {
  background-color: #FFF;
  padding: 2em 20px 0; /* 柄アリなら下2em分のアキ */
}

/* ▼ スマホ向け設定：改行を有効化＋上のアキ5文字分 ▼ */
@media screen and (max-width: 1024px) {
  .nc-main .notice-center {
    font-size: 13px;
    padding: 7em 16px 0; /* 柄ありなら下2em */
  }
}

@media screen and (max-width: 767px) {
  .nc-main .notice-center {
    padding-top: 5em;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーー */
/* flow */
#flow .notice-center {
  padding-top: 7em; /* 上7文字分のアキ */
}


/* ーーーーーーーーーーーーーーーーーーーーーー */
/* 社名変更告知 */
.companyname-change {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.companyname-change.pc-only {
  padding-top: 0;
  padding-bottom: 1.5em;
}

.companyname-change__inner {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 8px;
  background-color: #FEF103;
}

.companyname-change.pc-only .companyname-change__inner {
  display: block;
}

.companyname-change__inner span {
  font-size: 1.2em;
  font-weight: bold;
}

/* ▼ デフォルト：PCでは改行しない ▼ */
.companyname-change .pc-br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .companyname-change.pc-only {
    display: none;
  }

  .companyname-change.sp-only {
    display: block;
  }
}

/* ▼ スマホ向け設定：改行を有効化＋上のアキナシ ▼ */
@media screen and (max-width: 1024px) {
  .companyname-change {
    font-size: 13px;
    padding: 2em 16px;
  }

  .companyname-change__inner {
    max-width: none;
  }

  .companyname-change .pc-br {
    display: block; /* スマホでは改行を有効化 */
  }
}


/* ▼ PC向け設定（明示的に改行を抑制） ▼ */
@media screen and (min-width: 1025px) {
  .companyname-change .pc-br {
    display: none;
  }
}

.footLogoBox {
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.footLogoBox .imgBox.absoluteImg {
  position: absolute;
  right: calc((100vw - 1120px)/2);
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  display: block;
}

@media screen and (max-width: 1120px) {
  .footLogoBox .imgBox.absoluteImg {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .footLogoBox {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }

  .footLogoBox .imgBox.absoluteImg {
    position: relative;
    text-align: center;
    top: 0;
    transform: none;
  }
}

.imgBox.logo_aichi_pitacle {
  display: inline-flex;
}

.logo_aichi_pitacle .logo_and {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url(../../../img/teikei/aichibank/logo_and.svg) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: middle;
  margin: auto 2.691rem;
  position: relative;
}

.modal {
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__body {
  position: relative;
  width: 80%;
  background: var(--pure-white);
}

@media screen and (max-width: 767px) {
  .modal__body {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .modal__body {
    padding: 90px 70px 80px;
    max-width: 1240px;
  }
}

.modal__close {
  cursor: pointer;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .modal__close {
    top: 20px;
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .modal__close {
    top: 5.3333333333vw;
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}

.modal.active {
  z-index: 1000;
  opacity: 1;
}

.footLower .item {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.footLower .item:hover {
  cursor: pointer;
  color: #acacac;
}

.tokusho__table {
  border: 1px solid #d6d6d6;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .tokusho__table {
    height: 100%;
  }
}

.tokusho__table tr+tr {
  border-top: 1px solid #d6d6d6;
}

.tokusho__table th,
.tokusho__table td {
  padding: 1rem 1.5rem;
}

@media screen and (max-width: 767px) {

  .tokusho__table th,
  .tokusho__table td {
    display: block;
    width: 100%;
  }
}

.tokusho__table th {
  white-space: nowrap;
  text-align: left;
  font-weight: 400;
  background: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .tokusho__heading {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .tokusho__heading {
    padding-right: 13.3333333333vw;
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .tokusho__inner {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .tokusho__inner {
    margin-top: 5.3333333333vw;
    max-height: 80vw;
    overflow-y: scroll;
  }
}