@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Template:   cocoon-master
*/
/* ------------------------------
color
------------------------------ */
/* ------------------------------
breakpoint
------------------------------ */
/* ------------------------------
reset
------------------------------ */
* {
  font-size: 100%;
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #424242;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: vw(14);
  }
}
body:not(.single-magazine):not(.single-loan) a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

a {
  color: #2151A1;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  text-decoration: none !important;
  color: inherit;
}

/* --------------------------------------------------
function
-------------------------------------------------- */
/*--- px → vw変換 ---*/
/*--- 画像パス ---*/
/* ------------------------------
display
------------------------------ */
@media screen and (min-width: 768px) {
  .u-disp-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-disp-pc {
    display: none !important;
  }
}
.u-disp-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .u-disp-flex__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .u-disp-scroll {
    overflow-x: scroll;
    position: relative;
  }
  .u-disp-scroll:after {
    content: "";
    width: 33.0666666667vw;
    height: 22.1333333333vw;
    margin: -11.2vw auto 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: url("./images/parts/scroll.svg") no-repeat;
    background-size: 100%;
  }
  .u-disp-scroll.active:after {
    content: none;
  }
  .u-disp-scroll img {
    width: auto;
    max-width: none;
    max-height: 40vw;
  }
}

/* ------------------------------
width
------------------------------ */
[class*=u-w-] {
  margin: auto;
}

.u-w-30 {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .u-w-30 {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .u-w-30 {
    max-width: 74.6666666667vw;
  }
}
.u-w-40 {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .u-w-40 {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .u-w-40 {
    max-width: 74.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .u-w-50 {
    width: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .u-w-50 {
    max-width: 74.6666666667vw;
  }
}
.u-w-60 {
  width: 60%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .u-w-60 {
    max-width: 74.6666666667vw;
  }
}
.u-w-80 {
  width: 80%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .u-w-80 {
    max-width: 74.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .u-w-200 {
    width: 200% !important;
    max-width: 200%;
  }
}

/* ------------------------------
space
------------------------------ */
.u-mt-5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-5 {
    margin-top: 1.3333333333vw !important;
  }
}
.u-mt-70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-70 {
    margin-top: 18.6666666667vw !important;
  }
}
.u-mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-100 {
    margin-top: 26.6666666667vw !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-5 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-10 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-20 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-30 {
    margin-bottom: 8vw !important;
  }
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-40 {
    margin-bottom: 10.6666666667vw !important;
  }
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-50 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

/* ------------------------------
font
------------------------------ */
/* font
------------------------------*/
.u-text-small {
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.8em !important;
}
.u-text-small02 {
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.87em !important;
}
.u-text-medium {
  font-size: 1.125em !important;
}
@media screen and (min-width: 768px) {
  .u-text-medium__pc {
    font-size: 1.125em !important;
  }
}
.u-text-large {
  font-size: 1.4em !important;
}
@media screen and (min-width: 768px) {
  .u-text-large__pc {
    font-size: 1.4em !important;
  }
}
.u-text-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-text-center__pc {
    text-align: center;
  }
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.u-text-bold {
  font-weight: 600;
}
.u-text-red {
  color: #c7051c !important;
}
.u-text-blue {
  color: #2151A1 !important;
}
.u-text-tel, .u-text-mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .u-text-tel, .u-text-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-text-tel img, .u-text-mail img {
  width: 26px;
  margin: 2px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .u-text-tel img, .u-text-mail img {
    width: 6.9333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.u-text-tel span, .u-text-mail span {
  font-size: 0.65em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .u-text-tel span, .u-text-mail span {
    display: block;
    line-height: 1.2;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .u-text-tel {
    font-size: 7.4666666667vw;
  }
  .u-text-mail {
    font-size: 5.8666666667vw;
  }
}

.blue,
.bold-blue {
  color: #2151A1 !important;
}

.fz-12px {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fz-12px {
    font-size: 2.9333333333vw;
  }
}

span.fz-12px {
  display: inline-block;
}

.fz-14px {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .fz-14px {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .fz-16px {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .fz-18px {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .fz-20px {
    font-size: 4.8vw;
  }
}

/* link
------------------------------*/
.u-link {
  text-decoration: underline !important;
}
.u-link-blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline !important;
}
.u-link-blank:after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 24px;
  height: 22px;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("./images/icon/icon_blank.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .u-link-blank:after {
    width: 6.4vw;
    height: 5.8666666667vw;
  }
}
.u-link.white {
  color: #fff;
}

/* ------------------------------
bg
------------------------------ */
.u-bg-white {
  background: #fff !important;
}
.u-bg-blue {
  background: #f2f8fa !important;
}

/* ------------------------------
header
------------------------------ */
/* ------------------------------
footer
------------------------------ */
.l-footer {
  border-top: 6px solid #2151A1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    border-top: 0.5333333333vw solid #2151A1;
  }
}

/* ------------------------------
base
------------------------------ */
.wrap {
  width: 100%;
}

.main {
  padding: 0 !important;
  background: #f2f8fa;
}

.single-magazine .main,
.single-loan .main {
  background: #fff;
}

.article {
  max-width: 1000px;
  margin: auto !important;
  padding: 50px 0;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .article {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .article {
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .article {
    padding: 11.2vw 4.8vw;
  }
}
.article .entry-content {
  margin: 0;
}
.article p:last-child {
  margin-bottom: 0;
}

/* ------------------------------
section
------------------------------ */
.l-section {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 11.2vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-section.u-bg-white {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .l-section.u-bg-white .c-inner {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-section.u-bg-white {
    margin: 0 -4.8vw;
  }
  .l-section.u-bg-white .c-inner {
    padding: 0 4.8vw;
  }
}
.l-section.u-bg-white:last-child {
  margin-bottom: -51px;
}
@media screen and (max-width: 767px) {
  .l-section.u-bg-white:last-child {
    margin-bottom: -11.4666666667vw;
  }
}

.entry-content .l-section:first-child {
  padding-top: 0;
}

/* ------------------------------
header
------------------------------ */
header li {
  list-style: none;
}
header a {
  text-decoration: none;
}

.c-header {
  border-bottom: 6px solid #2151A1;
  /*----- メインナビ(PC) -----*/
  /*----- カテゴリメニュー -----*/
  /*--- モーダルメニュー ---*/
  /*----- button -----*/
}
@media screen and (max-width: 767px) {
  .c-header {
    border-bottom: 0.5333333333vw solid #2151A1;
  }
}
.c-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-header-inner {
    max-width: 1200px;
    padding: 19px 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-header-inner {
    padding: 19px 2%;
  }
}
@media screen and (max-width: 767px) {
  .c-header-inner {
    padding: 3.2vw 3.7333333333vw 3.2vw 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-header-inner.active:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .c-header-inner.active {
    background: #e7eef6;
  }
}
@media screen and (min-width: 768px) {
  .c-header-logo {
    max-width: 241px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-header-logo {
    max-width: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header-logo {
    max-width: 46.6666666667vw;
  }
}
.c-header-logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-header-nav .c-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 16px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-header-nav .c-navi {
    margin-right: 1.0666666667vw;
  }
}
.c-header-nav .c-navi a {
  min-width: 200px;
  margin-left: 16px;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-header-nav .c-navi a {
    min-width: 18.1333333333vw;
    margin-left: 0.8vw;
    border: 0.32vw solid #2151A1;
    padding: 0.48vw 1.8666666667vw 0.64vw 3.4666666667vw;
    font-size: 1.6vw;
    background-position: 1.3333333333vw center;
    background-size: auto 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-header-menu {
    margin: 24px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu {
    margin: 2.6666666667vw auto;
  }
}
.c-header-menu .c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-header-menu .c-inner {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-header-menu .c-inner {
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu .c-inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-header-menu li {
    width: 18.5%;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu li {
    width: 20%;
    height: 20vw;
  }
}
.c-header-menu a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-header-menu a {
    padding-top: 52px;
    -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
            box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
    border-radius: 5px;
    background-position: center 14px;
    background-size: auto 34px;
  }
  .c-header-menu a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu a {
    padding-top: 12vw;
    font-size: 2.4vw;
    background-position: center 3.7333333333vw;
    background-size: auto 6.4vw;
  }
}
.c-header-menu .campaign a {
  background-image: url("./images/icon/icon_campaign_white.svg");
  background-color: #C87E7E;
}
.c-header-menu .card a {
  background-image: url("./images/icon/icon_card_white.svg");
  background-color: #C87EC0;
}
@media screen and (min-width: 768px) {
  .c-header-menu .card a {
    background-position: center 16px;
    background-size: auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu .card a {
    background-position: center 4.2666666667vw;
    background-size: auto 5.8666666667vw;
  }
}
.c-header-menu .card-info a {
  background-image: url("./images/icon/icon_card-info_white.svg");
  background-color: #7EB6C8;
}
.c-header-menu .loan a {
  background-image: url("./images/icon/icon_loan_white.svg");
  background-color: #C8B47E;
}
.c-header-menu .contact a {
  background-image: url("./images/icon/icon_contact_white.svg");
  background-color: #6990A0;
}
.c-header-modal {
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  z-index: 10;
  background: #e7eef6;
  /* モーダル内のメインナビ */
  /* モーダル内のカテゴリメニュー */
}
@media screen and (min-width: 768px) {
  .c-header-modal {
    visibility: hidden;
    width: 390px;
    padding: 30px 30px 150px;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .c-header-modal {
    display: none;
    width: 100%;
    padding: 6.4vw 6.4vw 40vw;
    top: 24.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header-modal.active {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-header-modal.active {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .c-header-modal__btn {
    width: 66px;
    height: 300px;
    margin-top: -150px;
    padding-top: 50px;
    -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
            box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
    border-radius: 0 10px 10px 0;
    line-height: 68px;
    letter-spacing: 0.05em;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url("./images/icon/icon_menu.svg") no-repeat center 40px #2151A1;
    background-size: 27px;
  }
  .c-header-modal__btn:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-header-modal__btn {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (max-width: 767px) {
  .c-header-modal__btn {
    width: 17.6vw;
    height: 17.6vw;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    font-size: 0;
    background: url("./images/btn/btn_nav.svg") no-repeat, url("./images/btn/btn_nav_close.svg") no-repeat;
    background-size: 100%, 0;
  }
  .c-header-modal__btn.active {
    background-size: 0, 100%;
  }
}
.c-header-modal .c-navi {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-header-modal .c-navi {
    margin-bottom: 4.8vw;
  }
}
.c-header-modal .c-navi li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-header-modal .c-navi li {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-header-modal .c-navi a {
    background-position: 75px center;
  }
}
.c-header-modal .c-header-menu {
  margin: 0 0 10px;
}
.c-header-modal .c-header-menu .c-inner {
  padding: 0;
}
.c-header-modal .c-header-menu li {
  width: 48%;
  margin-bottom: 14px;
}
.c-header-modal .c-header-menu a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-header-modal .c-header-menu {
    margin-bottom: 1.6vw;
  }
  .c-header-modal .c-header-menu li {
    height: 22.4vw;
    margin: 0 0 3.7333333333vw;
  }
  .c-header-modal .c-header-menu a {
    padding-top: 12.8vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
    background-position: center 3.7333333333vw;
    background-size: auto 9.0666666667vw;
  }
  .c-header-modal .c-header-menu .card a {
    background-position: center 4.2666666667vw;
    background-size: auto 8vw;
  }
}
.c-header-btn {
  /* LINE友達追加 */
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-header-btn__line {
    width: 15.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header-btn__line {
    width: 45.3333333333vw;
  }
}

/* ------------------------------
footer
------------------------------ */
footer a {
  text-decoration: none;
}

.c-footer {
  max-width: 1000px;
  margin: auto;
  padding: 50px 0 40px;
  font-size: 1.3rem;
  color: #2151A1;
}
@media screen and (min-width: 768px) {
  .c-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .c-footer {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-footer {
    padding-right: 4%;
    padding-left: 8%;
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 10.6666666667vw 4.8vw;
    font-size: 3.4666666667vw;
  }
}
.c-footer ul {
  padding: 0;
}
.c-footer ul, .c-footer li {
  list-style-type: none;
}
.c-footer-logo {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .c-footer-logo {
    max-width: 37.3333333333vw;
  }
}
.c-footer-address, .c-footer-num {
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.c-footer-address {
  margin: 34px 0 18px;
}
@media screen and (max-width: 767px) {
  .c-footer-address {
    margin: 4.8vw 0 4.8vw;
  }
}
.c-footer-nav {
  margin: 0 7% 0 auto;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-footer-nav {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-nav {
    margin: 8vw 0;
  }
}
.c-footer-other dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer-other dl:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.c-footer-other dt {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-footer-other dt {
    font-size: 4.8vw;
  }
}
.c-footer-other ul {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-footer-other ul {
    margin-bottom: 2.1333333333vw;
  }
}
.c-footer-copy {
  margin: 0;
  padding: 14px 0 8px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .c-footer-copy {
    padding: 4.2666666667vw 0;
    font-size: 2.9333333333vw;
  }
}

.article-footer {
  max-width: 960px;
  margin: 2em auto 0;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .article-footer {
    padding: 0 3%;
  }
}

/* ------------------------------
inner
------------------------------ */
.c-inner {
  max-width: 1000px;
  margin: auto;
}

/* ------------------------------
post-list
------------------------------ */
[class*=c-post-list] ul, [class*=c-post-list] li {
  list-style-type: none;
}

.article {
  /* cocoon style
  ------------------------------*/
}
.article .c-post {
  /*--- 一覧 ---*/
  /*--- お知らせ・お役立ち情報 ---*/
}
.article .c-post-list {
  /*--- キャンペーン ---*/
}
@media screen and (min-width: 768px) {
  .article .c-post-list {
    width: 500px;
    margin: auto;
  }
}
.article .c-post-list ul {
  margin: 0;
  padding: 0;
}
.article .c-post-list li {
  margin: 0;
  border-bottom: 1px solid #2151A1;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .article .c-post-list li {
    border-bottom: 0.2666666667vw solid #2151A1;
  }
}
.article .c-post-list a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .article .c-post-list a {
    padding: 2.6666666667vw 0;
  }
}
.article .c-post-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.article .c-post-list__meta span {
  display: inline-block;
}
.article .c-post-list__meta .update {
  margin-right: 20px;
}
.article .c-post-list__meta .cat_label {
  margin: 0;
  padding: 1px 10px 2px;
  border: 0;
  border-radius: 5px;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .article .c-post-list__meta .cat_label {
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.article .c-post-list__meta .campaign,
.article .c-post-list__meta .old_campaign,
.article .c-post-list__meta .magazine {
  background-color: #C87E7E;
}
.article .c-post-list__meta .card {
  background-color: #C87EC0;
}
.article .c-post-list__meta .card-info {
  background-color: #7EB6C8;
}
.article .c-post-list__meta .loan {
  background-color: #C8B47E;
}
.article .c-post-list__meta .contact {
  background-color: #6990A0;
}
.article .c-post-list__meta .infomation,
.article .c-post-list__meta .uncategorized,
.article .c-post-list__meta .carousel {
  background-color: #6990A0;
}
.article .c-post-list__meta .carousel {
  opacity: 1;
}
.article .c-post-list__meta .info {
  background-color: #C87EC0;
}
.article .c-post-list__meta .flyer {
  background-color: #7EB6C8;
}
.article .c-post-list__excerpt {
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .article .c-post-list_campaign ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .article .c-post-list_campaign ul {
    padding: 0 2.1333333333vw;
  }
}
.article .c-post-list_campaign ul li {
  border-radius: 3px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .article .c-post-list_campaign ul li {
    width: 32%;
    margin: 0 0.3em 14px;
  }
}
@media screen and (max-width: 767px) {
  .article .c-post-list_campaign ul li {
    margin: 0 0 3.7333333333vw;
  }
}
.article .c-post-list_campaign__link {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  color: #424242;
}
.article .c-post-list_campaign__title {
  padding: 0.5em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .article .c-post-info .c-inner, .article .c-post-useful .c-inner {
    padding: 50px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .article .c-post-info .c-inner, .article .c-post-useful .c-inner {
    margin: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .article .c-post-info .c-inner, .article .c-post-useful .c-inner {
    padding: 8vw 4.8vw 10.1333333333vw;
  }
}
.article .c-post-info .c-title, .article .c-post-useful .c-title {
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 30px;
}
@media screen and (max-width: 767px) {
  .article .c-post-info .c-title, .article .c-post-useful .c-title {
    padding-top: 10.6666666667vw;
    background-size: auto 8vw;
  }
}
.article .c-post-info .c-btn-default, .article .c-post-useful .c-btn-default {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .article .c-post-info .c-btn-default, .article .c-post-useful .c-btn-default {
    margin-top: 7.4666666667vw;
  }
}
.article .c-post-info .c-inner {
  background: #e7eef6;
}
.article .c-post-info .c-title {
  background-image: url("./images/icon/icon_info.svg");
}
.article .c-post-useful {
  margin: 0;
}
.article .c-post-useful .c-inner {
  background: #f4f9f1;
}
.article .c-post-useful .c-title {
  background-image: url("./images/icon/icon_useful.svg");
}
@media screen and (min-width: 768px) {
  .article .wp-block-post {
    width: 48%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .article .wp-block-post {
    margin: 0;
    padding: 4.8vw 0;
    border-bottom: 1px solid #ddd;
  }
  .article .wp-block-post:first-child {
    padding-top: 0;
  }
}
.article .wp-block-post .wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  margin-bottom: 0;
}
.article .wp-block-post-template {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .article .wp-block-post-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .article .wp-block-post-template {
    margin-bottom: 6.4vw;
  }
}
.article .wp-block-post-template .wp-block-column {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 44% !important;
      flex-basis: 44% !important;
}
.article .wp-block-post-template .wp-block-column + .wp-block-column {
  -ms-flex-preferred-size: 52% !important;
      flex-basis: 52% !important;
}
.article .wp-block-post-title {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .article .wp-block-post-title {
    font-size: 3.7333333333vw;
  }
}
.article .wp-block-post-title a {
  color: #424242;
}
.article .wp-block-post-excerpt {
  display: none;
}

/* cocoon style
------------------------------*/
.cat-label {
  margin: 0;
  padding: 1px 10px 2px;
  border: 0;
  border-radius: 5px;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cat-label {
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.cat-label-4 {
  background-color: #6990A0;
}

.cat-label-35 {
  background-color: #c87e7e;
}

.cat-label-141 {
  background-color: #6990a0;
}

/* ------------------------------
post-list
------------------------------ */
.c-post-list-taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-post-list-taxonomy {
    display: block;
  }
}

.c-post-list-taxonomy_item {
  width: 48%;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list-taxonomy_item {
    width: 100%;
    margin: 0;
    padding: 4.8vw 0;
    border-bottom: 1px solid #ddd;
  }
}

.c-post-list-taxonomy_link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-post-list-taxonomy_thumbnail {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.c-post-list-taxonomy_title {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  color: #424242;
  font-size: 1.8rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
}
@media screen and (max-width: 767px) {
  .c-post-list-taxonomy_title {
    font-size: 4.2666666667vw;
  }
}

/* ------------------------------
pager
------------------------------ */
.wp-block-query-pagination {
  gap: 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-block-query-pagination {
    margin: 0 -2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-query-pagination-numbers {
    margin: 0 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-query-pagination-numbers {
    margin: 0 2.1333333333vw !important;
  }
}

.page-numbers {
  margin-bottom: 0 !important;
  line-height: 43px;
  border-color: #2151A1;
  color: #2151A1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 7.2vw;
    height: 7.2vw;
    line-height: 6.2666666667vw;
    margin: 0 0.4vw;
  }
}
.page-numbers.current {
  font-weight: 500;
  color: #fff;
  background: #2151A1;
}
.page-numbers.dots {
  border: 0;
  background: none;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.page-numbers.prev,
.page-numbers.next {
  height: 46px;
  width: 46px;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  line-height: 44px;
  text-indent: 200%;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-query-pagination-previous,
  .wp-block-query-pagination-next,
  .page-numbers.prev,
  .page-numbers.next {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    line-height: 6.4vw;
  }
}
.wp-block-query-pagination-previous:before, .wp-block-query-pagination-previous:after,
.wp-block-query-pagination-next:before,
.wp-block-query-pagination-next:after,
.page-numbers.prev:before,
.page-numbers.prev:after,
.page-numbers.next:before,
.page-numbers.next:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 20px;
  height: 4px;
  border-radius: 9999px;
  background-color: #2151A1;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}
@media screen and (max-width: 767px) {
  .wp-block-query-pagination-previous:before, .wp-block-query-pagination-previous:after,
  .wp-block-query-pagination-next:before,
  .wp-block-query-pagination-next:after,
  .page-numbers.prev:before,
  .page-numbers.prev:after,
  .page-numbers.next:before,
  .page-numbers.next:after {
    width: 3.7333333333vw;
    height: 0.8vw;
    -webkit-transform-origin: calc(100% - 0.4vw) 50%;
            transform-origin: calc(100% - 0.4vw) 50%;
  }
}

.wp-block-query-pagination-previous:before, .wp-block-query-pagination-previous:after,
.page-numbers.prev:before,
.page-numbers.prev:after {
  left: 0;
}
.wp-block-query-pagination-previous:before,
.page-numbers.prev:before {
  -webkit-transform: rotate(45deg) scale(-1, 1);
          transform: rotate(45deg) scale(-1, 1);
}
.wp-block-query-pagination-previous:after,
.page-numbers.prev:after {
  -webkit-transform: rotate(-45deg) scale(-1, 1);
          transform: rotate(-45deg) scale(-1, 1);
}

.wp-block-query-pagination-next:before, .wp-block-query-pagination-next:after,
.page-numbers.next:before,
.page-numbers.next:after {
  right: 12px;
}
@media screen and (max-width: 767px) {
  .wp-block-query-pagination-next:before, .wp-block-query-pagination-next:after,
  .page-numbers.next:before,
  .page-numbers.next:after {
    right: 3.2vw;
  }
}
.wp-block-query-pagination-next:before,
.page-numbers.next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wp-block-query-pagination-next:after,
.page-numbers.next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagination-next {
  display: none;
}

/* ------------------------------
toc
------------------------------ */
#toc_container {
  margin-bottom: 50px;
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  #toc_container {
    margin-bottom: 13.3333333333vw;
    padding: 4.8vw;
  }
}
#toc_container .toc_title {
  font-size: 1.3em;
}
#toc_container .toc_list {
  font-weight: 500;
}
#toc_container .toc_list li {
  padding-left: 20px;
  line-height: 1.5;
}
#toc_container .toc_list li + li {
  margin-top: 6px;
}
#toc_container .toc_list li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 -16px;
  border-radius: 8px;
  vertical-align: 1px;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list li:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 2.1333333333vw 0 -4.2666666667vw;
    border-radius: 2.1333333333vw;
    vertical-align: 0.2666666667vw;
  }
}

/* ------------------------------
navi
------------------------------ */
.c-navi {
  padding: 0;
}
.c-navi a {
  display: block;
  padding: 6px 20px 8px 48px;
  border-radius: 50px;
  border: 3px solid #2151A1;
  line-height: 1.65;
  text-align: center;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 25px;
}
@media screen and (max-width: 767px) {
  .c-navi a {
    padding: 1.6vw 5.3333333333vw 2.1333333333vw 12.8vw;
    border: 0.8vw solid #2151A1;
    font-size: 4.2666666667vw;
    background-position: 21.8666666667vw center;
    background-size: auto 6.6666666667vw;
  }
}
.c-navi a:hover {
  color: #2151A1;
  background-color: #f2f8fa;
}
.c-navi li:nth-child(1) a {
  background-image: url("./images/icon/icon_faq_nav.svg");
}
.c-navi li:nth-child(2) a {
  background-image: url("./images/icon/icon_kameiten_nav.svg");
}
.c-navi li:nth-child(3) a {
  background-image: url("./images/icon/icon_useful.svg");
}

/* ------------------------------
submenu
------------------------------ */
.c-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-submenu {
    max-width: 670px;
    margin: 40px auto 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-submenu {
    margin: 4.8vw auto 0 !important;
  }
}
.c-submenu li {
  list-style: none;
  width: 30.5%;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-submenu li {
    height: 196px;
  }
}
@media screen and (max-width: 767px) {
  .c-submenu li {
    height: 26.6666666667vw;
  }
}
.c-submenu a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
          box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-submenu a {
    padding-top: 120px;
    border: 3px solid;
    border-radius: 5px;
    font-size: 2.5rem;
    background-position: center 34px;
    background-size: auto 54px;
  }
}
@media screen and (max-width: 767px) {
  .c-submenu a {
    padding-top: 17.0666666667vw;
    border: 0.8vw solid;
    border-radius: 1.3333333333vw;
    background-position: center 4.8vw;
    background-size: auto 8.5333333333vw;
  }
}
.c-submenu a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-submenu .campaign a {
  color: #C87E7E;
  background-image: url("./images/icon/icon_campaign_pink.svg");
  background-size: auto 58px;
}
@media screen and (max-width: 767px) {
  .c-submenu .campaign a {
    background-size: auto 9.6vw;
  }
}
.c-submenu .faq a {
  color: #C9A381;
  background-image: url("./images/icon/icon_faq_yellow.svg");
}
@media screen and (min-width: 768px) {
  .c-submenu .faq a {
    padding-top: 108px;
  }
}
.c-submenu .contact a {
  color: #6990A0;
  background-image: url("./images/icon/icon_contact_green.svg");
}

/* --------------------------------------------------
スライダー Swiper
-------------------------------------------------- */
.swiper {
  /*--- サムネイル ---*/
  /*--- ナビゲーション ---*/
}
.swiper .swiper-wrapper {
  margin: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-slide {
    width: 88vw !important;
  }
}
.swiper .swiper-slide-thumbnail img {
  width: 100%;
  max-height: 100%;
}
.swiper .swiper-pagination {
  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;
  margin: 30px auto 0;
  position: static;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination {
    margin: 5.3333333333vw auto 0;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0 !important;
  border-radius: 0;
  opacity: 1;
  background: #697993;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 2.1333333333vw 0 0 !important;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2151A1;
}

/* TOP
------------------------------*/
.c-home-swiper {
  background: #e7eef6;
}
@media screen and (min-width: 768px) {
  .c-home-swiper {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-home-swiper {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-home-swiper {
    padding: 8vw 0;
  }
}
.c-home-swiper .swiper-slide {
  width: 600px !important;
}

/* useful (お役立ち情報)
------------------------------*/
.c-useful-swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #e7eef6;
}
@media screen and (min-width: 768px) {
  .c-useful-swiper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-useful-swiper {
    padding: 8vw 0;
  }
}
.c-useful-swiper .swiper-slide {
  width: 490px !important;
}

/* ------------------------------
会員専用WEBサービス
------------------------------ */
.c-webservice-login {
  max-width: 700px;
  margin: 120px auto 50px;
  padding: 40px 40px 38px;
  -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
          box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #2151A1;
  /* イヌシーなしショートver */
  /*--- お問い合わせ ---*/
}
@media screen and (max-width: 767px) {
  .c-webservice-login {
    margin: 32vw auto 13.3333333333vw;
    padding: 10.1333333333vw 4.8vw 9.0666666667vw;
    border-radius: 2.6666666667vw;
  }
  .c-webservice-login .c-title-white {
    margin-bottom: 4vw;
  }
}
.c-webservice-login:before {
  content: "";
  width: 130px;
  height: 95px;
  margin: auto;
  position: absolute;
  top: -77px;
  left: 0;
  right: 0;
  background: url("./images/icon/icon_inucy.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-webservice-login:before {
    width: 34.6666666667vw;
    height: 25.3333333333vw;
    top: -20.5333333333vw;
  }
}
.c-webservice-login.non-inucy {
  margin: auto;
}
.c-webservice-login.non-inucy:before {
  content: none;
}
.c-webservice-login__intro {
  margin-bottom: 0 !important;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-webservice-login__intro {
    margin-top: 7.4666666667vw;
    font-size: 3.4666666667vw;
  }
}
.c-webservice-login__intro dt {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 20px;
  border-radius: 50px;
  line-height: 1.2;
  font-weight: 600;
  color: #2151A1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-webservice-login__intro dt {
    margin-bottom: 4vw;
    padding: 2.1333333333vw 2.1333333333vw;
  }
}
.c-webservice-login__intro dd {
  margin: 0;
  line-height: 1.7;
}
.c-webservice-login .c-box-default__white {
  margin: 20px 0;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .c-webservice-login .c-box-default__white {
    padding: 4.8vw 0;
  }
}
.c-webservice-login .c-box-generic a {
  font-size: 1.18em;
}
.c-webservice-login .c-box-generic a:hover {
  color: #2151A1;
}

/* ------------------------------
title
------------------------------ */
.article h2 {
  margin-bottom: 24px;
  padding: 14px 30px 16px;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .article h2 {
    margin-bottom: 4.8vw;
    padding: 3.7866666667vw 4vw 4.2666666667vw;
    font-size: 5.3333333333vw;
  }
}
.article * + h2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .article * + h2 {
    margin-top: 11.2vw;
  }
}
.article * + h3,
.article * + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .article * + h3,
  .article * + h4 {
    margin-top: 5.3333333333vw;
  }
}
.article * + h5 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .article * + h5 {
    margin-top: 3.7333333333vw;
  }
}
.article h3 {
  margin-bottom: 24px;
  padding: 10px 18px;
  border: 0;
  border-bottom: 1px solid #2151A1;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .article h3 {
    margin-bottom: 4.8vw;
    padding: 2.6666666667vw 3.2vw;
    border-bottom: 0.2666666667vw solid #2151A1;
    font-size: 4.2666666667vw;
  }
}
.article h4:not(.wp-block-post-title) {
  margin-bottom: 20px;
  padding: 0 0 0 28px;
  border: 0;
  text-indent: -26px;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .article h4:not(.wp-block-post-title) {
    margin-bottom: 4.8vw;
    padding: 0 0 0 6.4vw;
    text-indent: -6.4vw;
    font-size: 4vw;
  }
}
.article h4:not(.wp-block-post-title):before {
  content: "■";
  margin-right: 8px;
  color: #2151A1;
}
@media screen and (max-width: 767px) {
  .article h4:not(.wp-block-post-title):before {
    margin-right: 2.1333333333vw;
  }
}
.article h4:not(.wp-block-post-title) b {
  font-weight: 500;
}
.article h5 {
  padding: 0 0 0 12px;
  border: 0;
  border-left: 6px solid #2151A1;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .article h5 {
    font-size: 4vw;
  }
}
.article h5 b {
  font-weight: 500;
}
.article [class^=c-title] {
  padding: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #2151A1;
  background: none;
}
@media screen and (max-width: 767px) {
  .article [class^=c-title] {
    font-size: 5.3333333333vw;
  }
}
.article .c-title {
  margin-bottom: 10px;
  /*--- デフォルト ---*/
  /*--- お役立ち情報 ---*/
  /*--- よくある質問 ---*/
  /*--- 加盟店一覧検索 ---*/
  /*--- 更新日 ---*/
}
@media screen and (max-width: 767px) {
  .article .c-title {
    margin-bottom: 6.4vw;
  }
}
.article .c-title-headline {
  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;
  margin-bottom: 40px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .article .c-title-headline {
    margin-bottom: 9.6vw;
    font-size: 5.8666666667vw;
  }
}
.article .c-title-headline__icon {
  width: auto;
  height: 42px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .article .c-title-headline__icon {
    height: 8.5333333333vw;
    margin-right: 4vw;
  }
}
.article .c-title-caption {
  text-align: center;
}
.article .c-title-caption > * {
  padding: 0 130px;
  position: relative;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #424242;
  background: none;
}
@media screen and (min-width: 768px) {
  .article .c-title-caption > * {
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .article .c-title-caption > * {
    margin-bottom: 4.8vw;
    padding: 0 8%;
    font-size: 3.4666666667vw;
  }
}
.article .c-title-caption > *:before, .article .c-title-caption > *:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .article .c-title-caption > *:before, .article .c-title-caption > *:after {
    width: 12%;
    height: 0.5333333333vw;
  }
}
.article .c-title-caption > *:before {
  left: 0;
}
.article .c-title-caption > *:after {
  right: 0;
}
.article .c-title-caption span {
  font-size: 30px;
  color: #2151A1;
}
@media screen and (max-width: 767px) {
  .article .c-title-caption span {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .article .c-title-caption.short > *:before, .article .c-title-caption.short > *:after {
    width: 8%;
  }
}
.article .c-title-white {
  margin-bottom: 0;
  color: #fff;
}
.article .c-title-faq {
  padding: 14px 30px;
  border-radius: 12px;
  text-align: left;
  color: #fff;
  background: #005095;
}
@media screen and (max-width: 767px) {
  .article .c-title-faq {
    padding: 2.1333333333vw 4.8vw 2.6666666667vw;
    border-radius: 1.6vw;
    font-size: 4.8vw;
  }
}
.article .c-title-faq__icon {
  width: auto;
  height: 35px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .article .c-title-faq__icon {
    height: 6.4vw;
    vertical-align: -1.0666666667vw;
  }
}
.article .c-title-search {
  margin-bottom: 1em;
  padding: 12px 30px;
  border-radius: 8px;
  text-align: left;
  color: #fff;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .article .c-title-search {
    padding: 2.1333333333vw 4.8vw 2.6666666667vw;
    border-radius: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.article .c-title-search__icon {
  width: auto;
  height: 35px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .article .c-title-search__icon {
    height: 6.4vw;
    vertical-align: -1.0666666667vw;
  }
}
.article .c-title-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 24px 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .article .c-title-date {
    padding: 0 3.7333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.article .c-title-date__icon {
  width: 12px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .article .c-title-date__icon {
    width: 3.2vw;
    margin-right: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .article .wp-block-post-title {
    font-size: 1.8rem;
  }
}
.article.magazine .c-title-headline, .article.loan .c-title-headline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.entry-title,
.archive-title {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .entry-title,
  .archive-title {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .entry-title,
  .archive-title {
    padding: 4.8vw;
  }
}

.custom-taxonomy-title {
  margin-bottom: 24px;
  padding: 14px 30px 16px;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #2151a1;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .custom-taxonomy-title {
    font-size: 5.8666666667vw;
  }
}

.entry-card-title {
  padding-top: 10px;
  line-height: 1.5;
}

/* ------------------------------
button
------------------------------ */
[class^=c-btn] {
  text-align: center;
}
[class^=c-btn] a {
  display: inline-block;
  margin: auto;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}

.c-btn {
  /*--- デフォルト・もっと見る ---*/
  /* もっと見る */
  /* イヌシーあり */
  /*--- ログイン ---*/
  /*--- 新規登録はこちら ---*/
  /*--- faq ---*/
  /*--- ページトップ ---*/
}
.c-btn-default a, .c-btn-default input[type=submit], .c-btn-more {
  min-width: 240px;
  padding: 10px 30px 11px;
  border: 3px solid #2151A1;
  border-radius: 30px;
  line-height: 1.3;
  font-weight: 600;
  color: #2151A1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-default a, .c-btn-default input[type=submit], .c-btn-more {
    width: 84%;
    min-width: 64vw;
    padding: 2.6666666667vw 5.3333333333vw 3.3333333333vw;
    border: 0.8vw solid #2151A1;
    border-radius: 8vw;
    font-size: 4.2666666667vw;
  }
}
.c-btn-default a:hover, .c-btn-default input[type=submit]:hover, .c-btn-more:hover {
  opacity: 1;
  color: #fff;
  background-color: #2151A1;
}
.c-btn-default {
  /* 白(反転) */
  /* 検索ボタン */
}
.c-btn-default.white a {
  background: #fff;
}
.c-btn-default.white a:hover {
  opacity: 0.8;
  color: #2151A1;
}
.c-btn-default input[type=submit] {
  width: 240px;
  font-size: 1.3em;
}
.c-btn-more {
  width: 240px;
  margin: 30px auto 0;
  text-align: center;
  cursor: pointer;
}
.c-btn.inucy {
  margin-top: 100px;
  position: relative;
}
.c-btn.inucy:before {
  content: "";
  width: 100px;
  height: 80px;
  margin: auto;
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  background: url(images/icon/icon_inucy.svg) no-repeat bottom;
  background-size: 100%;
}
.c-btn-login {
  margin: 24px auto 18px;
}
@media screen and (max-width: 767px) {
  .c-btn-login {
    margin: 0 1.6vw 4vw;
  }
}
.c-btn-login a {
  padding: 14px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: #D75050;
}
@media screen and (min-width: 768px) {
  .c-btn-login a {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-login a {
    width: 100%;
    padding: 4vw;
    border: 0.5333333333vw solid #fff;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.c-btn-regist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  color: #fff !important;
}
.c-btn-regist:after {
  background-image: url("./images/icon/icon_blank_white.svg");
}
.c-btn-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 740px;
  margin: auto;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  /* よくある質問 */
}
.c-btn-faq li {
  width: 18%;
}
.c-btn-faq a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 130px;
  -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
          box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
  border: 3px solid #2151A1;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn-faq a:hover {
    background-color: #f2f8fa;
  }
}
.c-btn-faq img {
  display: block;
  width: auto;
  height: 42px;
  margin: 0 auto 12px;
}
.c-btn-faq span {
  font-size: 0.7em;
}
.c-btn-faq_item {
  max-width: 800px;
  margin: 0 auto 3em !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-btn-faq_item:after {
    content: "";
    width: 32%;
  }
}
.c-btn-faq_item li {
  list-style: none;
  width: 19%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-btn-faq_item li {
    width: 32%;
    margin: 0 0 3.2vw !important;
  }
}
.c-btn-faq_item li img {
  width: 100%;
}
.c-btn-pagetop {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 20px;
  bottom: 130px;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .c-btn-pagetop {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 10.6666666667vw;
    right: 1.3333333333vw;
    bottom: 21.3333333333vw;
  }
}
.c-btn-pagetop a {
  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;
  height: 100%;
}
.c-btn-pagetop a:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid #f2f8fa;
  border-left: 0;
  border-bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
.c-btn-pagetop:hover {
  opacity: 0.9;
}

/*--- ページトップ ---*/
.go-to-top {
  width: 70px;
  height: 70px;
  bottom: 80px;
}
@media screen and (min-width: 768px) {
  .go-to-top {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .go-to-top:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .go-to-top {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: 3.2vw;
  }
}
.go-to-top-button,
.go-to-top img {
  width: 100%;
  height: 100%;
}
.go-to-top .go-to-top-button {
  display: block;
}

/* cocoon style
------------------------------*/
.wp-block-button__link,
#sim_f_btn {
  min-width: 240px;
  padding: 10px 30px 12px;
  border: 3px solid #2151A1;
  border-radius: 30px;
  line-height: 1.3;
  font-weight: 600;
  color: #2151A1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link,
  #sim_f_btn {
    width: 84%;
    min-width: 64vw;
    padding: 2.6666666667vw 5.3333333333vw 3.3333333333vw;
    border: 0.8vw solid #2151A1;
    border-radius: 8vw;
    font-size: 4.2666666667vw;
  }
}
.wp-block-button__link:hover,
#sim_f_btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #2151A1;
}

.wp-block-buttons {
  margin-top: 1.5em;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}
.wp-block-button__link {
  background: none;
}

#sim_f_btn {
  font-weight: 600;
  cursor: pointer;
  background: #fff;
}

/* ------------------------------
banner
------------------------------ */
[class*=c-bnr] ul, [class*=c-bnr] li {
  list-style-type: none;
}

.c-bnr {
  /*--- くらマネバナー ---*/
  /*--- 下部バナー(footer上) ---*/
}
@media screen and (min-width: 768px) {
  .c-bnr-service {
    max-width: 234px;
  }
}
@media screen and (max-width: 767px) {
  .c-bnr-service {
    max-width: 62.4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-bnr-other {
    padding: 10.6666666667vw 4.8vw 6.4vw;
  }
}
.c-bnr-other ul {
  padding: 0 3%;
}
.c-bnr-other li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .c-bnr-other li {
    height: 43px;
  }
  .c-bnr-other li img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .c-bnr-other li {
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-bnr-other li {
    width: 47%;
    margin-bottom: 2.6666666667vw;
  }
}
.c-bnr-positiveff {
  display: block;
  width: 300px;
  margin: 0 auto 40px;
  text-align: center;
}

/* ------------------------------
list
------------------------------ */
[class*=c-list] ul, [class*=c-list] li {
  list-style-type: none;
}

.article .c-list {
  /*--- ノーマル・背景色交互 ---*/
  /*--- ノーマル ---*/
  /*--- 背景色交互 ---*/
  /*--- 番号 ---*/
  /*--- ドット ---*/
  /*--- アイコン ---*/
  /*--- 特徴 ---*/
  /*--- よくある質問 ---*/
}
.article .c-list-detail, .article .c-list-alternate {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .article .c-list-detail, .article .c-list-alternate {
    max-width: 700px;
    margin: auto;
  }
}
.article .c-list-detail li, .article .c-list-alternate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 !important;
  padding: 8px 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article .c-list-detail li, .article .c-list-alternate li {
    padding: 2.6666666667vw;
  }
}
.article .c-list-detail__item, .article .c-list-alternate__item {
  font-weight: 500;
}
.article .c-list-detail li {
  border-bottom: 1px solid #2151A1;
}
@media screen and (max-width: 767px) {
  .article .c-list-detail li {
    border-bottom: 0.2666666667vw solid #2151A1;
  }
}
.article .c-list-detail li:first-child {
  padding-top: 0;
}
.article .c-list-detail__item {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .article .c-list-detail__item {
    min-width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .article .c-list-alternate {
    font-size: 2.9333333333vw;
  }
}
.article .c-list-alternate li:nth-child(even) {
  background: #f2f8fa;
}
.article .c-list-alternate__item {
  min-width: 190px;
  margin-right: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .article .c-list-alternate__item {
    min-width: 22.6666666667vw;
    margin-right: 4vw;
  }
}
.article .c-list-num, .article .c-list-num__circle, .article .c-list-num__square, .article .c-list-num__brackets {
  margin: 0;
  padding: 0;
  counter-reset: listnum;
}
.article .c-list-num > li, .article .c-list-num__circle > li, .article .c-list-num__square > li, .article .c-list-num__brackets > li {
  padding-left: 24px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article .c-list-num > li, .article .c-list-num__circle > li, .article .c-list-num__square > li, .article .c-list-num__brackets > li {
    padding-left: 6.4vw;
  }
}
.article .c-list-num > li:before, .article .c-list-num__circle > li:before, .article .c-list-num__square > li:before, .article .c-list-num__brackets > li:before {
  counter-increment: listnum;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
.article .c-list-num {
  /* 枠付き */
  /* カッコ */
}
.article .c-list-num > li:before {
  content: counter(listnum) ".";
}
.article .c-list-num > li + li {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .article .c-list-num > li + li {
    margin-top: 4.8vw;
  }
}
.article .c-list-num__circle > li:before, .article .c-list-num__square > li:before {
  content: counter(listnum);
  text-align: center;
}
.article .c-list-num__square > li {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .article .c-list-num__square > li {
    padding-left: 9.6vw;
  }
}
.article .c-list-num__square > li:before {
  width: 22px;
  height: 22px;
  border: 1px solid #2151A1;
  line-height: 20px;
  color: #2151A1;
}
@media screen and (max-width: 767px) {
  .article .c-list-num__square > li:before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border: 0.2666666667vw solid #2151A1;
    line-height: 5.3333333333vw;
  }
}
.article .c-list-num__square > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .article .c-list-num__square > li + li {
    margin-top: 8vw;
  }
}
.article .c-list-num__circle > li:before {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #424242;
  line-height: 15px;
  font-size: 0.7em;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .article .c-list-num__circle > li:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-radius: 4.2666666667vw;
    border: 0.2666666667vw solid #424242;
    line-height: 4vw;
    top: 0.5333333333vw;
  }
}
.article .c-list-num__circle > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .article .c-list-num__circle > li + li {
    margin-top: 2.1333333333vw;
  }
}
.article .c-list-num__brackets > li:before {
  content: "(" counter(listnum) ")";
  text-align: center;
}
.article .c-list-num__brackets > li + li {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .article .c-list-num__brackets > li + li {
    margin-top: 1.6vw;
  }
}
.article .c-list-dot__circle, .article .c-list-dot__square {
  margin: 0;
  padding: 0;
}
.article .c-list-dot__circle li, .article .c-list-dot__square li {
  padding-left: 20px;
  line-height: 1.5;
}
.article .c-list-dot__circle li + li, .article .c-list-dot__square li + li {
  margin-top: 6px;
}
.article .c-list-dot__circle li:before, .article .c-list-dot__square li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px 0 -16px;
  vertical-align: 1px;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .article .c-list-dot__circle li:before, .article .c-list-dot__square li:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 2.1333333333vw 0 -4.2666666667vw;
    vertical-align: 0.2666666667vw;
  }
}
.article .c-list-dot__circle li:before {
  border-radius: 8px;
}
.article .c-list-icon__circle, .article .c-list-icon__square, .article .c-list-icon__twinkle {
  margin: 0;
  padding: 0;
}
.article .c-list-icon__circle li, .article .c-list-icon__square li, .article .c-list-icon__twinkle li {
  padding-left: 34px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article .c-list-icon__circle li, .article .c-list-icon__square li, .article .c-list-icon__twinkle li {
    padding-left: 9.0666666667vw;
  }
}
.article .c-list-icon__circle li + li, .article .c-list-icon__square li + li, .article .c-list-icon__twinkle li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .article .c-list-icon__circle li + li, .article .c-list-icon__square li + li, .article .c-list-icon__twinkle li + li {
    margin-top: 4.2666666667vw;
  }
}
.article .c-list-icon__circle li:before, .article .c-list-icon__square li:before, .article .c-list-icon__twinkle li:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 20px;
  margin: 0 10px 0 -34px;
  vertical-align: -4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .article .c-list-icon__circle li:before, .article .c-list-icon__square li:before, .article .c-list-icon__twinkle li:before {
    width: 6.1333333333vw;
    height: 5.3333333333vw;
    margin: 0 2.6666666667vw 0 -9.0666666667vw;
    vertical-align: -1.3333333333vw;
  }
}
.article .c-list-icon__circle li:before {
  background-image: url("./images/icon/icon_circle.svg");
}
.article .c-list-icon__square li:before {
  background-image: url("./images/icon/icon_square.svg");
}
.article .c-list-icon__twinkle li:before {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-image: url("./images/icon/icon_twinkle.svg");
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .article .c-list-feature {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .article .c-list-feature {
    padding: 0;
  }
}
.article .c-list-feature:last-child {
  margin: 0;
}
.article .c-list-feature ul {
  padding: 0;
}
.article .c-list-feature li,
.article .c-list-feature p {
  margin-bottom: 0;
}
.article .c-list-feature li {
  margin: 0;
  padding: 20px 30px 20px 4px;
  border: 1px solid #2151A1;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .article .c-list-feature li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .article .c-list-feature li {
    padding: 4.8vw;
    border: 0.2666666667vw solid #2151A1;
  }
}
.article .c-list-feature li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .article .c-list-feature li:not(:last-child) {
    margin-bottom: 4.8vw;
  }
}
.article .c-list-feature__num {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #2151A1;
}
@media screen and (min-width: 768px) {
  .article .c-list-feature__num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    height: 70px;
    border-right: 1px solid #2151A1;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .article .c-list-feature__num {
    width: 16vw;
    height: 14.4vw;
    font-size: 8.8vw;
    position: absolute;
    top: 50%;
    left: 1.3333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .article .c-list-feature__num.layout {
    top: 4.8vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.article .c-list-feature__num .point {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .article .c-list-feature__num .point {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .article .c-list-feature__intro {
    width: 100%;
    padding: 8px 0 8px 30px;
    margin-left: -1px;
    border-left: 1px solid #2151A1;
  }
}
.article .c-list-feature__caption {
  line-height: 1.3;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .article .c-list-feature__caption {
    display: table;
    min-height: 14.4vw;
    margin-left: 12.2666666667vw;
    padding-left: 3.7333333333vw;
    border-left: 0.2666666667vw solid #2151A1;
    font-size: 4.5333333333vw;
  }
  .article .c-list-feature__caption__inner {
    display: table-cell;
    vertical-align: middle;
  }
}
.article .c-list-feature__caption .u-text-blue {
  font-weight: 600;
}
.article .c-list-feature__caption + * {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .article .c-list-feature__caption + * {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .article .c-list-feature__icon img {
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .article .c-list-feature__icon img:first-of-type {
    margin-left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .article .c-list-feature__icon img {
    width: 10.1333333333vw;
    margin-left: 1.6vw;
  }
  .article .c-list-feature__icon img:first-of-type {
    margin-left: 2.6666666667vw;
  }
}
.article .c-list-feature__guidance {
  margin-top: 1em;
  text-align: right;
  font-weight: 600;
  color: #2151A1;
}
.article .c-list-feature a {
  position: relative;
  z-index: 2;
}
.article .c-list-feature__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 1 !important;
  top: 0;
  left: 0;
}
.article .c-list-feature__link a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .article .c-list-feature .c-btn-default {
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .article .c-list-feature .c-btn-default a {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .article .c-list-faq {
    padding: 0 2% 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .article .c-list-faq {
    padding: 0;
  }
}
.article .c-list-faq li {
  margin: 0;
}
.article .c-list-faq__q, .article .c-list-faq__a {
  padding: 14px 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .article .c-list-faq__q, .article .c-list-faq__a {
    padding: 3.2vw;
  }
}
.article .c-list-faq__q {
  padding-right: 60px;
  border-bottom: 1px solid #2151A1;
  position: relative;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .article .c-list-faq__q {
    padding-right: 9.0666666667vw;
  }
}
.article .c-list-faq__q:after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("./images/parts/open.svg") no-repeat center, url("./images/parts/close.svg") no-repeat center;
  background-size: 100%, 0;
}
@media screen and (max-width: 767px) {
  .article .c-list-faq__q:after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-top: -2.1333333333vw;
    right: 3.2vw;
  }
}
.article .c-list-faq__q.active:after {
  background-size: 0, 100%;
}
.article .c-list-faq__a {
  display: none;
  padding-bottom: 16px;
  background: #e7eef6;
}
@media screen and (max-width: 767px) {
  .article .c-list-faq__a {
    padding-bottom: 4.2666666667vw;
  }
}

/* ------------------------------
definition
------------------------------ */
.article .c-definition {
  /*--- dtタイトル ---*/
  /*--- デフォルト ---*/
  /*--- シンプル ---*/
}
.article .c-definition-default__ttl, .article .c-definition-simple__ttl {
  margin-bottom: 20px;
  padding: 10px 18px;
  border-bottom: 1px solid #2151A1;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .article .c-definition-default__ttl, .article .c-definition-simple__ttl {
    margin-bottom: 4.8vw;
    padding: 2.6666666667vw 3.2vw;
    border-bottom: 0.2666666667vw solid #2151A1;
    font-size: 4.8vw;
  }
}
.article .c-definition-default {
  margin-bottom: 0;
}
.article .c-definition-default dl {
  margin-bottom: 0;
}
.article .c-definition-default__head {
  margin-bottom: 24px;
  padding: 4px 30px 6px;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .article .c-definition-default__head {
    margin-bottom: 4.8vw;
    padding: 1.12vw 4vw 1.6vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .article .c-definition-default__body {
    padding: 0 5%;
  }
}
.article .c-definition-default__body dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .article .c-definition-default__body dl + dl {
    margin-top: 5.3333333333vw;
  }
}
.article .c-definition-default + .c-definition-default {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .article .c-definition-default + .c-definition-default {
    margin-top: 5.3333333333vw;
  }
}
.article .c-definition-default + .c-definition-default .c-definition-default__head {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .article .c-definition-default + .c-definition-default .c-definition-default__head {
    margin-top: 10.6666666667vw;
  }
}
.article .c-definition-default dd {
  margin-left: 0;
}
.article .c-definition-simple dd {
  padding: 0 18px;
}
.article .c-definition-simple + .c-definition-simple {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .article .c-definition-simple + .c-definition-simple {
    margin-top: 5.3333333333vw;
  }
}

/* ------------------------------
box
------------------------------ */
[class^=c-box]:last-child {
  margin-bottom: 0;
}

.c-box {
  /*--- デフォルト ---*/
  /*--- 汎用 ---*/
  /*--- 画像 ---*/
  /*--- くらまね紹介 ---*/
  /*--- 提携カード一覧 ---*/
  /*--- 内部リンク ---*/
  /*--- お問い合わせ ---*/
  /*--- シミュレーション ---*/
}
.c-box-default__white, .c-box-default__blue, .c-box-default__blue2, .c-box-default__blue3 {
  margin: 30px auto 0;
  padding: 18px 100px;
}
@media screen and (max-width: 767px) {
  .c-box-default__white, .c-box-default__blue, .c-box-default__blue2, .c-box-default__blue3 {
    padding: 6.4vw 4.8vw;
  }
}
.c-box-default__white .c-list-detail li, .c-box-default__blue .c-list-detail li, .c-box-default__blue2 .c-list-detail li, .c-box-default__blue3 .c-list-detail li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-box-default__white .c-list-detail__item, .c-box-default__blue .c-list-detail__item, .c-box-default__blue2 .c-list-detail__item, .c-box-default__blue3 .c-list-detail__item {
    min-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .c-box-default__white .c-list-detail__item, .c-box-default__blue .c-list-detail__item, .c-box-default__blue2 .c-list-detail__item, .c-box-default__blue3 .c-list-detail__item {
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    margin-right: 1.6vw;
  }
}
.c-box-default__white {
  max-width: 900px;
  background: #fff;
}
.c-box-default__blue {
  font-weight: 600;
  color: #fff;
  background: #2151A1;
}
.c-box-default__blue2 {
  max-width: 600px;
  margin-top: 20px;
  padding: 18px;
  background: #d3dfec;
}
@media screen and (max-width: 767px) {
  .c-box-default__blue2 {
    margin-top: 5.3333333333vw;
    padding: 6.4vw;
  }
}
.c-box-default__blue3 {
  background: #f2f8fa;
}
.c-box-generic {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  max-width: 800px;
  margin: auto;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-box-generic div + div,
  .c-box-generic li + li,
  .c-box-generic a + a {
    margin-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .c-box-generic div + div,
  .c-box-generic li + li,
  .c-box-generic a + a {
    margin-top: 3.2vw;
  }
}
.c-box-img__white {
  padding: 0.3em 0.3em 1em;
  border-radius: 2px;
  background: #fff;
}
.c-box-img__white p {
  padding: 0 1em;
}
.c-box-img__white a {
  color: #424242;
}
.c-box-service dl {
  background: #f2f8fa;
}
@media screen and (min-width: 768px) {
  .c-box-service dl {
    width: 47%;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-box-service dl {
    padding: 6.9333333333vw 8vw;
  }
  .c-box-service dl + dl {
    margin-top: 2.6666666667vw;
  }
}
.c-box-service__head {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2151A1;
}
@media screen and (max-width: 767px) {
  .c-box-service__head {
    font-size: 4.8vw;
  }
}
.c-box-service__body p {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-box-service__body p {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.c-box-service__cap {
  padding: 20px 5%;
}
.c-box-card {
  padding: 24px 30px;
  border: 1px solid #2151A1;
}
@media screen and (max-width: 767px) {
  .c-box-card {
    padding: 7.4666666667vw 4.8vw;
    border: 0.2666666667vw solid #2151A1;
  }
}
@media screen and (min-width: 768px) {
  .c-box-card {
    margin: 0 3%;
  }
  .c-box-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-box-card__intro {
    width: 72%;
  }
}
@media screen and (min-width: 768px) {
  .c-box-card .c-img-card {
    max-width: 200px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box-card .c-img-card {
    width: 70%;
    margin-bottom: 4.8vw;
  }
}
.c-box-card .wp-element-caption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1em;
}
.c-box-card + .c-box-card {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box-card + .c-box-card {
    margin-top: 5.3333333333vw;
  }
}
.c-box-intro {
  max-width: 600px;
  margin: 40px auto;
  -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
          box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
  border: 3px solid #2151A1;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-box-intro {
    margin: 8vw auto;
    border: 0.8vw solid #2151A1;
  }
}
.c-box-intro__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  background: #2151A1;
}
@media screen and (max-width: 767px) {
  .c-box-intro__caption {
    padding: 2.6666666667vw 4.8vw;
  }
}
.c-box-intro__caption:before, .c-box-intro__caption:after {
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}
.c-box-intro__caption:before {
  width: 10px;
  top: 23px;
  right: 23px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .c-box-intro__caption:before {
    width: 2.6666666667vw;
    top: 6.1333333333vw;
    right: 4.5333333333vw;
  }
}
.c-box-intro__caption:after {
  width: 107px;
  top: 26px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .c-box-intro__caption:after {
    width: 9.6vw;
    top: 6.9333333333vw;
    right: 4.8vw;
  }
}
.c-box-intro__icon {
  width: 34px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-box-intro__icon {
    width: 7.4666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.c-box-intro__text {
  padding: 28px;
  line-height: 1.5;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .c-box-intro__text {
    padding: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c-box-intro:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-box-intro:hover .c-box-intro__caption:before {
    right: 14px;
  }
  .c-box-intro:hover .c-box-intro__caption:after {
    right: 15px;
  }
}
.c-box-contact__item {
  max-width: 928px;
  margin: 0 auto 1.2em;
  -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
          box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
  border: 3px solid #2151A1;
  border-radius: 12px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-box-contact__item {
    border: 0.8vw solid #2151A1;
    border-radius: 3.2vw;
  }
}
.c-box-contact__item a {
  display: block;
  padding: 24px 30px 30px 100px;
  text-decoration: none;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .c-box-contact__item a {
    padding: 6.4vw 4.8vw 8vw;
  }
}
.c-box-contact__item img {
  width: 40px;
  position: absolute;
  top: 24px;
  left: 34px;
}
@media screen and (max-width: 767px) {
  .c-box-contact__item img {
    width: 8vw;
    top: 7.4666666667vw;
    left: 4.8vw;
  }
}
.c-box-contact__item__cap {
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 600;
  color: #2151A1;
}
@media screen and (max-width: 767px) {
  .c-box-contact__item__cap {
    padding-left: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.c-box-simulation {
  max-width: 800px;
  margin: auto;
  line-height: 1.5;
}
.c-box-simulation__link {
  display: block;
  padding: 50px 30px 60px 200px;
  -webkit-box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
          box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.76);
  border: 3px solid #2151A1;
  border-radius: 12px;
  background-image: url("./images/icon/icon_count.svg");
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 110px;
  background-color: #f2f8fa;
}
@media screen and (max-width: 767px) {
  .c-box-simulation__link {
    padding: 7.4666666667vw 6.4vw 8vw;
    border: 0.8vw solid #2151A1;
    border-radius: 3.2vw;
    background-size: 16vw;
    background-position: 6.4vw 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-box-simulation__link:hover {
    opacity: 1;
    background-color: #2151A1;
    color: #fff;
  }
  .c-box-simulation__link:hover .u-link-blank:after {
    background-image: url("./images/icon/icon_blank_white.svg");
  }
}
.c-box-simulation__link .u-link-blank {
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-box-simulation__link .u-link-blank {
    margin-bottom: 5.3333333333vw;
    padding-left: 19.2vw;
    font-size: 4.8vw;
  }
}
.c-box-simulation__link .u-link-blank.u-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 0;
  text-indent: -8%;
}
@media screen and (min-width: 768px) {
  .c-box-simulation__link .u-link-blank.u-text-center:after {
    margin: 0;
  }
}
.c-box-simulation__link:not(:hover) p {
  color: #424242;
}
.c-box-simulation + .c-box-simulation {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box-simulation + .c-box-simulation {
    margin-top: 5.3333333333vw;
  }
}

/* NCカードinfo
------------------------------*/
.c-nccard-info {
  background: #f2f8fa;
}
@media screen and (min-width: 768px) {
  .c-nccard-info {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .c-nccard-info {
    margin: 0 -4.8vw;
  }
}
.c-nccard-info .c-inner {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .c-nccard-info .c-inner {
    padding: 0 4.8vw;
  }
}

/* cocoon style
------------------------------*/
.blank-box.sticky {
  border-color: #2151A1;
  background-color: #fff;
}

.is-style-primary-box, .primary-box, .sp-primary, .primary {
  padding: 20px 30px;
  background-color: #e7eef6;
}
@media screen and (max-width: 767px) {
  .is-style-primary-box, .primary-box, .sp-primary, .primary {
    padding: 4.8vw;
  }
}

.blank-box,
.blank-box.bb-tab,
.tab-caption-box-content,
.caption-box-content {
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .blank-box,
  .blank-box.bb-tab,
  .tab-caption-box-content,
  .caption-box-content {
    padding: 4.8vw;
  }
}

/*--- 吹き出し ---*/
div.speech-balloon {
  padding: 1em 1.5em;
}

/* ------------------------------
table
------------------------------ */
.article {
  /*--- デフォルト ---*/
}
.article table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
.article th, .article td {
  padding: 14px 16px;
}
@media screen and (max-width: 767px) {
  .article th, .article td {
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.article th {
  font-size: 1.05em;
  font-weight: 500;
  background: #d3dfec;
}
.article td {
  background: #fff;
}
.article tr:nth-child(odd) td {
  background: #f2f8fa;
}
.article .c-table-scroll {
  overflow-x: scroll;
}
.article .c-table-sticky {
  position: sticky;
  left: 0;
  z-index: 1;
}

/* ------------------------------
form
------------------------------ */
input, select {
  color: #424242;
}

/* 返済シミュレーション
------------------------------*/
#mdl-hensai-sim-item {
  margin-bottom: 2em;
}

/* NCオートローン支払額計算
------------------------------*/
#sim_form tfoot tr, #sim_form tfoot th, #sim_form tfoot td {
  border: 0;
  background: none;
}

#sim_f_kg,
#sim_f_bkg,
#sim_f_rate {
  width: 30%;
}

#sim_f_kg + small,
#sim_f_bkg + small {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  #sim_f_kg + small,
  #sim_f_bkg + small {
    display: block;
  }
}

/* ------------------------------
search
------------------------------ */
.article .c-search {
  /*----- tab -----*/
  /*----- item -----*/
  /*--- 店舗名/キーワードで探す ---*/
  /*--- checkbox ---*/
  /*--- カテゴリから探す ---*/
  /*--- 地域から探す ---*/
  /*--- 提携カードから探す ---*/
  /*--- 検索結果 ---*/
}
.article .c-search .u-bg-white {
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .article .c-search .u-bg-white {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.article .c-search .c-tab-default {
  max-width: 100%;
}
.article .c-search [class^=c-panel] {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .article .c-search [class^=c-panel] {
    margin: 5.3333333333vw 0;
  }
}
.article .c-search-item + .c-search-item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .article .c-search-item + .c-search-item {
    margin-top: 10.6666666667vw;
  }
}
.article .c-search input[type=text] {
  padding: 30px 120px 30px 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .article .c-search input[type=text] {
    padding: 8vw 18.6666666667vw 8vw 4.8vw;
    border-radius: 2.1333333333vw;
  }
}
.article .c-search-keyword {
  position: relative;
}
.article .c-search-keyword__submit {
  width: 90px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  color: #8C8C8C;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E6E6E6;
}
@media screen and (min-width: 768px) {
  .article .c-search-keyword__submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .article .c-search-keyword__submit {
    width: 13.3333333333vw;
    height: 10.6666666667vw;
    right: 3.7333333333vw;
  }
}
.article .c-search [class*=-checkbox] {
  position: relative;
}
@media screen and (min-width: 768px) {
  .article .c-search [class*=-checkbox] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .article .c-search [class*=-checkbox]:hover {
    opacity: 0.8;
  }
}
.article .c-search [class*=-checkbox] input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.article .c-search-checkbox {
  display: inline-block;
  margin-bottom: 6px;
  padding: 5px 16px;
  border: 1px solid #2151A1;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  color: #2151A1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .article .c-search-checkbox {
    margin-bottom: 1.6vw;
    padding: 1.3333333333vw 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.article .c-search-checkbox + .c-search-checkbox {
  margin-left: 4px;
}
.article .c-search-checkbox:has(input:checked) {
  color: #fff;
  background: #2151A1;
}
.article .c-search-checkbox__normal {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.article .c-search-checkbox__normal:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: -8px;
  background: url("./images/parts/chk_off.svg") no-repeat, url("./images/parts/chk_on.svg") no-repeat;
  background-size: 90%, 0;
}
@media screen and (max-width: 767px) {
  .article .c-search-checkbox__normal:before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.1333333333vw;
    vertical-align: -1.8666666667vw;
  }
}
.article .c-search-checkbox__normal:has(input:checked):before {
  background-size: 0, 100%;
}
.article .c-search-checkbox__normal input + img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .article .c-search-checkbox__normal input + img {
    width: 19.2vw;
  }
}
.article .c-search-category__show {
  padding: 12px 0 0;
  text-align: center;
  font-weight: 600;
}
.article .c-search-category__show span {
  cursor: pointer;
}
.article .c-search-category__show span:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  line-height: 1;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border: 2px solid #2151A1;
  border-left: 0;
  border-bottom: 0;
  vertical-align: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article .c-search-category__show.active span:after {
  vertical-align: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.article .c-search-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article .c-search-area__title {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #2151A1;
  font-size: 1.1em;
}
.article .c-search-area dl, .article .c-search-area dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .article .c-search-area dl {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .article .c-search-area dl + dl {
    margin-top: 8vw;
  }
}
.article .c-search-cardlist {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .article .c-search-cardlist {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.article .c-search-cardlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 34px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .article .c-search-cardlist li {
    width: 48%;
  }
}
.article .c-search-cardlist__name {
  margin-bottom: 4px;
  font-size: 1.13em;
  font-weight: 600;
}
.article .c-search-cardlist__intro {
  margin: 0 0 0 16px;
  line-height: 1.5;
}
.article .c-search-cardlist__intro dd, .article .c-search-cardlist__intro p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article .c-search-cardlist__intro dd {
    font-size: 0.78em;
  }
}
.article .c-search-result {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .article .c-search-result {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .article .c-search-result:after {
    content: "";
    width: 30%;
  }
}
.article .c-search-result__caption {
  width: 80%;
  max-width: 470px;
  margin: 0 auto 20px;
}
.article .c-search-result li {
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 8px;
  list-style: none;
  line-height: 1.5;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .article .c-search-result li {
    width: 30.5%;
  }
}
@media screen and (max-width: 767px) {
  .article .c-search-result li {
    margin-bottom: 5.3333333333vw;
    padding: 6.4vw;
  }
}
.article .c-search-result__name {
  margin-bottom: 4px;
  font-size: 1.3em;
  font-weight: 600;
  color: #2151A1;
}
.article .c-search-result__tag {
  margin-bottom: 12px;
}
.article .c-search-result__tag span {
  margin-right: 4px;
  padding: 2px 10px;
  color: #2151A1;
  font-size: 0.8em;
  font-weight: 500;
  background: #f2f8fa;
}
.article .c-search-result__tieup {
  display: inline-block;
  height: 27px;
  margin-bottom: 8px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 25px;
  font-weight: 600;
  font-size: 0.9em;
  color: #fff;
  background: #B5B5B5;
}
.article .c-search-result__tieup.on {
  background: #2151A1;
}
.article .c-search-result__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.9em;
  background: #F8F8F8;
}
.article .c-search-result__card > img {
  width: 35%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .article .c-search-result__card > img {
    width: 28%;
  }
}
.article .c-search-result__card + .c-search-result__card {
  margin-top: 8px;
}

/* ------------------------------
tab
------------------------------ */
[class*=c-tab] ul, [class*=c-tab] li {
  list-style-type: none;
}

.article .c-tab {
  /*--- デフォルト ---*/
}
.article .c-tab-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  margin: 0 auto 1.8em;
  padding: 0;
}
.article .c-tab-default li {
  width: 50%;
  margin: 0;
  padding: 6px;
  text-align: center;
  color: #2151A1;
  border-bottom: 4px solid #fff;
  cursor: pointer;
}
.article .c-tab-default li span {
  opacity: 0.4;
}
.article .c-tab-default li.active {
  opacity: 1;
  border-bottom-color: #2151A1;
  font-weight: 600;
  cursor: auto;
}
.article .c-tab-default li.active span {
  opacity: 1;
}
.article [class*=c-panel] {
  display: none;
}
.article [class*=c-panel].active {
  display: block;
}

/* ------------------------------
archive
------------------------------ */
.archive .content {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .archive .content {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .archive .content {
    padding: 0 4.8vw;
  }
}
.archive .main {
  background: none;
}

/* ------------------------------
page
------------------------------ */
/* TOP
------------------------------*/
.home .main {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .home .article {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home .article {
    padding-top: 5.3333333333vw;
  }
}

/* company-profile (会社概要)
------------------------------*/
.c-company-policy, .c-company-antisocial {
  overflow: hidden;
}
.c-company-policy [class^=c-list-icon], .c-company-antisocial [class^=c-list-icon] {
  max-width: 760px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-company-policy .c-list-icon__circle, .c-company-antisocial .c-list-icon__circle {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}

/* card (カードのご入会)
------------------------------*/
.c-img-label_free {
  width: 400px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .c-img-label_free {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .c-img-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 35%;
    max-width: 316px;
    margin: 0 auto;
  }
  .c-img-card + .c-list-icon__twinkle {
    width: 55%;
  }
  .c-img-card img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-img-card {
    width: 80%;
    margin: 0 auto 8vw;
  }
}
.c-img-card__caption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1em;
}

/*--- ハートプラザNCカード ---*/
@media screen and (min-width: 768px) {
  .p-heartplazacard .wp-block-columns {
    padding: 0 10%;
  }
}

/*--- 各種変更のお手続きについて ---*/
.p-procedure .wp-block-image {
  margin-bottom: 0;
}

/* card-info (カードの機能・サービス)
------------------------------*/
/*--- キャッシング ---*/
[class*=c-img-caching] img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .c-img-caching img {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .c-img-caching5 {
    padding: 0 20%;
  }
}
.c-img-caching5 img {
  width: 140px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-img-caching5 img {
    width: 37.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .c-box-caching__way img {
    width: 180%;
    height: auto;
    max-height: none;
  }
}
/* nc-loan (ローン)
------------------------------*/
/*--- NCワイドローン ---*/
@media screen and (min-width: 768px) {
  .c-table-ncwideloan {
    max-width: 900px;
    margin: auto;
  }
}

.c-box-ncwideloan__flow {
  position: relative;
}
.c-box-ncwideloan__flow a {
  display: block;
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*&:nth-of-type(2) {
    margin: auto;
    right: 0;
    left: 0;

    @include mq(sp) {
      right: auto;
      left: 80%;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .c-box-ncwideloan__flow a {
    width: 73%;
  }
}
@media screen and (max-width: 767px) {
  .c-box-ncwideloan__flow .u-disp-scroll img {
    max-height: 69.3333333333vw;
  }
}

/* useful (お役立ち情報)
------------------------------*/
.p-useful .article {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-useful .article .l-section {
    padding: 80px 0;
  }
}

/* 404
------------------------------*/
.error404 .main {
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .error404 .main {
    padding: 50px 10%;
  }
}
@media screen and (max-width: 767px) {
  .error404 .main {
    padding: 13.3333333333vw 4.8vw;
  }
}
.error404 .not-found {
  max-width: 300px;
  margin: 0 auto 20px;
}

/* マガジン・ローンページ用テンプレート
------------------------------*/
main.is-style-white {
  background: #fff;
}
/*# sourceMappingURL=style.css.map */
