@charset "UTF-8";

.common-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 273px;
  min-height: 48px;
  margin: 0 auto;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #0070bd;
  border: 2px solid #0070bd;
  border-radius: 8px;
}

.common-button::after {
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.common-button:hover {
  color: #0070bd;
  background: #fff;
}

.common-button:hover::after {
  border-color: #0070bd;
}

.common-listicon {
  position: absolute;
  top: 0;
  left: 0;
}

/* 法人トップ */
.top-main {
  overflow: hidden;
}

.top-kv {
  width: 100%;
  height: 420px;
  display: flex;
}

.top-kv__content {
  width: 100%;
  height: 100%;
}

.top-kv__content--left {
  background: no-repeat center / cover url("/business/img/img_kv_01.webp");
}

.top-kv__content--right {
  background: no-repeat center / cover url("/business/img/img_kv_02.webp");
}

.top-kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 600px;
  height: 100%;
  padding: 32px 0;
}

.top-kv__inner--left {
  margin-left: auto;
}

.top-kv__inner--right {
  margin-right: auto;
}

.top-kv__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0 auto 0 32px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.top-kv__head span {
  padding: 0 8px;
  background-color: #fff;
}

/* Vプリカギフトとは */
.top-overview-outer.business-gift-overview {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto 120px;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  padding: 0 30px;
}

.top-overview__bg {
  position: relative;
}

.top-overview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  margin: 0 auto;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  padding: 60px 30px 180px;
}

.top-overview__bg {
  position: absolute;
  z-index: -1;
  left: calc(100% / 2 - 64px);
  bottom: 0;
  width: 100%;
  height: 100%;
  background: no-repeat left 0 bottom 0 / 1027px url("/business/img/img_bg_01.webp");
}

.top-overview__head {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

.top-overview__content {
  width: 100%;
  display: flex;
}

.top-overview__inner {
  width: calc(100% / 2);
}

.top-overview__inner--image {
  text-align: center;
}

.top-overview__inner--image img {
  width: 419px;
  height: 268px;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}

.top-overview__inner--text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.top-overview__text-head {
  font-size: 20px;
  font-weight: 700;
  color: #0070bd;
}

.top-overview__text-sub-head {
  font-size: 24px;
  font-weight: 700;
}

.top-overview__text-body {
  font-size: 16px;
}

/* Vプリカのポイント */
.top-vpc-point {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto 120px;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  padding: 0 30px;
}

.top-vpc-point__title {
  font-size: 24px;
  font-weight: 700;
}

.top-vpc-point-content {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 36px 44px;
}

.top-vpc-point-box {
  display: flex;
  gap: 20px;
}

.top-vpc-point-box img {
  width: 87px;
  height: 87px;
}

.top-vpc-point-box__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-vpc-point-box__head {
  font-size: 20px;
  font-weight: 700;
  color: #0070bd;
}

.top-vpc-point-box__body {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.top-vpc-point-box__body span {
  font-weight: 700;
}

/* Ⅴプリカギフトが選ばれる理由 */
.top-gift-reason {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: calc(1200px + 30px * 2);
  margin: 0 auto 120px;
  padding: 0 30px;
}

.top-gift-reason__title {
  font-size: 24px;
  font-weight: 700;
}

.top-gift-reason__contents {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 25px 40px;
}

.top-gift-reason__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  gap: 8px;
  border: 3px solid #0070bd;
  border-radius: 8px;
}

.top-gift-reason__item__title {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  color: #0070bd;
}

.top-gift-reason__item__text {
  font-size: 16px;
}

/* ご活用企業一例 */
.top-gift-company {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: calc(1200px + 30px * 2);
  margin: 0 auto 120px;
  padding: 0 30px;
}

.top-gift-company__title {
  font-size: 24px;
  font-weight: 700;
}

.top-gift-company__image {
  width: 1030px;
  margin: auto;
}

.top-gift-company__image img {
  margin: auto;
}

/* オリジナルデザインの実績多数 */
.top-vpc-design {
  width: 100%;
  margin-bottom: 120px;
}

.top-vpc-design__title-box {
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  margin: 0 auto 40px;
  padding: 0 30px;
}

.top-vpc-design__title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.top-vpc-design-slider {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.top-vpc-design-slider__elm {
  margin: 0;
  height: 254px;
  display: flex;
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.top-vpc-design-slider__elm div {
  height: 254px;
  padding: 16px;
}

.top-vpc-design-slider__elm div img {
  height: 100%;
  max-width: 254px;
  object-fit: contain;
  margin: auto;
}

.top-vpc-design__sub-box {
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin: 8px auto 0;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
}

.top-vpc-design__sub-box p {
  position: relative;
  padding-left: 14px;
}

/* 利用可能先 */
.top-useable {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 120px;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  padding: 0 30px;
}

.top-useable__title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.top-useable__title::after {
  content: "";
  display: inline-block;
  width: 105px;
  height: 45px;
  background-image: url("/business/img/img_logo_visa.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top-useable__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.top-useable__head {
  font-weight: 500;
  font-size: 16px;
}

.top-useable__content {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
}

.top-useable__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top-useable__box {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.top-useable__box-head {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0070bd;
  border-radius: 70px;
  padding: 2px 33px;
  text-align: center;
  margin: 0 auto -24px;
  z-index: 1;
}

.top-useable__box-head.right-title {
  padding: 2px 17px;
}

.top-useable__box-inner {
  display: grid;
  gap: 24px;
  padding: 37px 24px 24px;
  background-color: #e5f0f8;
  border-radius: 8px;
}

.top-useable__box-inner--left {
  grid-template-columns: repeat(4, auto);
}

.top-useable__box-inner--right {
  grid-template-columns: repeat(3, auto);
}

.top-useable__box-elm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.top-useable__box-elm img {
  width: 137px;
  height: 137px;
}

.top-useable__box-elm p {
  font-weight: 500;
  font-size: 14px;
}

.top-useable__sub {
  font-size: 14px;
}

/* 法人向け「Ｖプリカギフト」のご注文 */
.top-business-inquiery {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto 120px;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  padding: 0 30px;
}

/* VプリカビジネスKV */
.top-biz__bg {
  width: 100%;
  background-color: #0070bd;
  margin-bottom: 64px;
}

.top-biz {
  display: flex;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  margin: auto;
  padding: 0 30px;
}

.top-biz__text {
  width: 100%;
  display: flex;
  padding: 56px 0;
  gap: 16px;
}

.top-biz__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #fff;
}

.top-biz__content a {
  font-size: 14px;
  color: #fff;
  margin-left: auto;
}

.top-biz__content a::after {
  content: url("/business/img/icon_brank.svg");
  margin-left: 8px;
}

.top-biz__head {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.top-biz__head span {
  font-size: 32px;
  background-color: #fff;
  color: #0070bd;
  margin: 0 8px;
  padding: 0 8px;
}

.top-biz__body {
  font-size: 16px;
}

.top-biz__img {
  width: 100%;
  padding-left: 56px;
}

.top-biz__img img {
  width: 100%;
  height: 100%;
}

.top-common__button-container {
  margin: auto;
}

/* 審査不要、経費精算はＶプリカで！ */
.top-biz-exam.business-examination {
  margin-bottom: 120px;
}

.top-biz-exam.business-examination .business-examination-recommendation {
  margin-bottom: 0;
}

/* Ｖプリカビジネス */
.top-inquiry.business-index-inquiry {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  margin: auto;
  padding: 0 30px;
}

.top-inquiry.business-index-inquiry .button-wrap--center {
  margin-top: 0;
}

/* ギフトを選ぶページ */
.business-gift-overview {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto 80px;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  padding: 0 30px;
}

.business-gift-overview__content {
  display: flex;
  width: 100%;
  gap: 28px;
}

.business-gift-overview__item {
  text-align: right;
}

.gift-overview__head {
  width: 100%;
  height: 64px;
  background: #0070bd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gift-overview__head.head-right {
  height: 44px;
  justify-content: center;
  position: relative;
}

.gift-overview__head.head-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 8px 8px 0 0;
  background: #f9f9f9;
  z-index: -1;
}

.gift-overview__head__title {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  margin-left: 42px;
}

.gift-overview__head.head-right .gift-overview__head__title {
  position: absolute;
  font-size: 20px;
  margin: 0;
}

.gift-overview__head__sub__title {
  font-size: 12px;
  color: #0070bd;
  font-weight: 700;
  background: #ffff54;
  border-radius: 70px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 10px;
  margin-right: 24px;
}

.gift-overview__head.head-right .gift-overview__head__sub__title {
  position: absolute;
  right: 0;
}

.gift-overview__body {
  position: relative;
  background: #f9f9f9;
  margin: 0 8px;
  padding: 24px 32px;
  border-radius: 0 0 8px 8px;
  border: 3px solid #0070bd;
  border-top: none;
  min-height: 400px;
}

.gift-overview__body:nth-child(2) .gift-overview__body {
  padding-bottom: 20px;
}

.gift-overview__body::before {
  position: absolute;
  top: 0;
  left: 50%;
  border: 10px solid transparent;
  border-top: 10px solid #0070bd;
  content: "";
}

.gift-overview__type__text {
  font-size: 16px;
  color: #0070bd;
  font-weight: 700;
  text-align: left;
}

.gift-overview__type__text span {
  font-size: 12px;
}

.gift-overview__large__text {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 33px;
}

.gift-overview__body__image {
  text-align: center;
  margin: 20px 0 30px;
}

.gift-overview__body__image img {
  max-width: 180px;
  filter: drop-shadow(0px 4px 4px #0000001a);
}

.gift-overview__body__image.code-image {
  margin: 10px 0 34px;
}

.code-image img {
  max-width: 140px;
  filter: initial;
}

.gift-overview__body__text {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  text-align: left;
}

.gift-overview__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.gift-overview__text__span {
  font-size: 1rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #ffff54;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}

.type-link {
  font-size: 16px;
  font-weight: 700;
  color: #0070bd;
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 0 4px;
}

.type-link::after {
  display: inline-block;
  position: relative;
  border-top: 2px solid #0070bd;
  border-right: 2px solid #0070bd;
  vertical-align: middle;
  content: "";
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  top: -4px;
  margin-left: 12px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.type-link:hover {
  border: none;
}

.gift-overview__body__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.gift-overview__two-body {
  width: 100%;
}

.gift-overview__two-body .gift-overview__body {
  border: none;
}

.gift-overview__two-body .two-body-light {
  width: 100%;
}

.business-gift-overview__button {
  text-align: center;
  margin: 30px auto;
}

.business-gift-overview__button-margin {
  margin: 0 auto;
}

.business-gift-overview__button__type {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 273px;
  min-height: 48px;
  margin: auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #0070bd;
  border: 2px solid #0070bd;
  border-radius: 8px;
  padding: 8px 32px;
}

.business-gift-overview__button__type::after {
  display: inline-block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  content: "";
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  right: 20px;
  margin-bottom: 4px;
}

.business-gift-overview__button__type:hover {
  color: #0070bd;
  background: #fff;
}

.business-gift-overview__button__type:hover:after {
  border-top: 2px solid #0070bd;
  border-right: 2px solid #0070bd;
}

/* スタンダードタイプ */
.business-type-standard,
.business-type-code,
.business-type-table {
  width: 100%;
  position: relative;
  background: #f9f9f9;
}

.business-type-standard__content,
.business-type-scratch__content,
.business-type-code__content,
.business-type-table__content {
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  margin: 0 auto;
  padding: 56px 30px;
  display: flex;
  flex-direction: column;
}

.business-type-table__content {
  padding: 77px 30px 56px;
}

.standard__content__title,
.scratch__content__title,
.code__content__title,
.table__content__title {
  margin-bottom: 20px;
}

.standard__content__main__title,
.scratch__content__main__title,
.code__content__main__title,
.table__content__main__title {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
}

.standard__content__sub-title,
.scratch__content__sub-title,
.code__content__sub-title {
  font-size: 16px;
  color: #0070bd;
}

.standard__content__card,
.scratch__content__card,
.code__content__card {
  display: flex;
  gap: 64px;
  margin-bottom: 40px;
}

.code__content__card {
  gap: 212px;
}

.code__content__card .code__content__card__item:nth-child(2) {
  margin-right: 18%;
}

.card__item__image {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}

.card__item__image img {
  max-width: 278px;
  width: 100%;
}

.card__item__text {
  font-size: 1rem;
}

.card__item__title {
  width: 100%;
  max-width: 340px;
  min-width: 340px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #0070bd;
  background: #ffff54;
  border-radius: 70px;
  line-height: 26px;
}

.card__item__body {
  margin-top: 24px;
  margin-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
}

.standard__text,
.scratch__text,
.code__text {
  display: flex;
  gap: 10px;
  align-items: center;
}

.standard__text:not(:last-child),
.scratch__text:not(:last-child),
.code__text:not(:last-child) {
  margin-bottom: 16px;
}

.scratch__text:nth-child(2) {
  margin-bottom: 0;
}

.standard__icon,
.scratch__icon,
.code__icon {
  width: 30px;
  height: 30px;
}

.standard__text__span,
.scratch__text__span,
.code__text__span {
  font-size: 1rem;
  font-weight: 700;
}

.standard__content__payment,
.scratch__content__payment,
.code__content__payment {
  display: flex;
  gap: 32px;
  background: #fff;
  padding: 28px 32px;
}

.code__content__payment {
  margin-right: auto;
}

.payment__image {
  position: relative;
  align-items: center;
  display: flex;
  max-width: 360px;
}

.payment__image img {
  border-radius: 8px;
}

.payment__image__number {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0070bd;
  border-radius: 100%;
  top: -8px;
  left: -8px;
  font-size: 16px;
  font-weight: 700;
}

/* スクラッチタイプ */
.business-type-scratch {
  width: 100%;
  position: relative;
  background: #fff;
}

.card__item__body__text {
  position: relative;
  font-size: 14px;
  margin-left: 40px;
  padding-left: 14px;
}

.card__item__body__button {
  margin-top: 30px;
}

.card__item__body__button__type {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: #0070bd;
  border: 2px solid #0070bd;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 273px;
  min-height: 48px;
  margin-top: 30px;
  margin-right: auto;
  position: relative;
  padding: 8px 32px;
}

.card__item__body__button__type::after {
  display: inline-block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
  content: "";
  height: 8px;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.card__item__body__button__type:hover {
  color: #0070bd;
  background: #fff;
}

.card__item__body__button__type:hover:after {
  border-top: 2px solid #0070bd;
  border-right: 2px solid #0070bd;
}

.scratch__content__payment {
  background: #f9f9f9;
}

/* コードタイプ */
.card__item__image__text {
  font-size: 16px;
  margin: 8px 0 auto;
}

.code__item__image {
  margin-bottom: 0;
  gap: 32px;
}

.code__item__image img {
  width: 118px;
  height: 200px;
}

/* タイプ別一覧表 */

.business-type-table {
  background: #fff;
}

.business-type-table__body {
  width: 100%;
  max-width: 965px;
  margin: 36px auto 0;
  padding-bottom: 8px;
}

.table {
  width: 100%;
  border: 2px solid #0070bd;
  border-collapse: separate;
  border-radius: 8px;
}

.table thead th:first-child {
  border-radius: 8px 0 0 0;
}

.table thead th:last-child {
  border-radius: 0 8px 0 0;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.back__blue {
  background: #e5f0f8;
}

.table__th,
.table__tr:not(:last-child) td {
  border-bottom: 2px solid #0070bd;
}

.table__th:not(:last-child),
.table__tr td:not(:last-child) {
  border-right: 2px solid #0070bd;
}

.table__th:first-child {
  text-align: center;
  vertical-align: middle;
}

.table__th:first-child .table__th__title {
  color: #000;
  margin: 0;
}

.table__th__title {
  color: #0070bd;
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.table__th__sub-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0070bd;
  border-radius: 70px;
  padding: 4px 20px;
  margin: auto;
}

.table__th-card {
  max-width: 180px;
  filter: drop-shadow(0px 4px 4px #0000001a);
}

.table__th-code {
  max-width: 140px;
}

.table__th__text {
  font-size: 12px;
  font-weight: 700;
  margin: 16px auto;
}

.table__td-left {
  background: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  padding: 4px 2px;
}

.table__td {
  padding: 24px 0;
  font-size: 14px;
  text-align: center;
}

.table__td.table__td--top {
  vertical-align: top;
}

.table__td__title {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}

.table__td-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 16px;
  height: 50px;
  margin-bottom: 16px;
}

.table__td-text-blue {
  font-size: 14px;
  color: #0070bd;
  font-weight: 700;
  margin-bottom: 10px;
}

.table__td-text-blue:not(:first-child) {
  margin-top: 20px;
}

.table__td-slide {
  max-width: 100px;
}

.table__td-card {
  max-width: 120px;
}

.table__th .table__td-card {
  max-width: 120px;
  filter: drop-shadow(0px 4px 4px #000);
}

.table__td-phone {
  max-width: 70px;
}

.table__td-envelope {
  max-width: 210px;
}

.table__td-booklet {
  max-width: 70px;
}

.table__td-mail {
  max-width: 200px;
  margin-bottom: 20px;
}

.table__td-text-red {
  color: #dc441b;
  font-size: 14px;
  font-weight: 700;
}

.table__td-text-black {
  font-size: 12px;
  font-weight: 700;
}

.table__td-text-black-large {
  font-size: 14px;
  font-weight: 700;
}

.table__td-head {
  font-size: 14px;
}

.table__td-list {
  font-size: 14px;
  text-align: left;
}

.table__td-list li {
  margin-left: 2.5rem;
  list-style: none;
  text-indent: -14px;
  padding-left: 14px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-icon {
  position: absolute;
  top: 25px;
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 144px;
  height: 108px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
  background-image: url(/business/img/img_scroll_hint.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-text {
  font-size: 0.75rem;
  color: #fff;
  margin-top: 5px;
  font-family: "Hiragino Maru Gothic W6 JIS2004";
}

.business-type-table__under__content {
  width: 100%;
  max-width: 965px;
  margin: 16px auto;
  text-align: right;
}

.table__under__content-list li {
  text-align: left;
  list-style-type: none;
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}

.under-text-pdf {
  text-align: right;
  font-size: 1rem;
  color: #0070bd;
}

.under-text-pdf::after {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  background-image: url(/business/img/ico_pdf.svg);
  width: 23px;
  height: 14px;
  margin-left: 10px;
}

/* 法人向け「Ｖプリカギフト」のご注文 */
.business-index-inquiry__box {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border: 1px solid #0070bd;
  background-color: #fff;
}

.business-index-inquiry__title {
  margin: 0;
  background-color: #e5f0f8;
  color: #0070bd;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  font-size: 24px;
  font-weight: 700;
}

.business-index-inquiry__detail {
  padding: 24px 0;
}

.business-index-inquiry__button-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.business-index-inquiry__button-item {
  width: 358px;
}

.business-index-inquiry__button__type--blank {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(to right, #ffe000 0%, #ffc600 100%);
  line-height: 1.4;
  text-align: center;
  min-height: 63px;
  border-radius: 10px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.business-index-inquiry__button .business-index-inquiry__button__type--blank:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff660;
  content: "";
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.business-index-inquiry__button__type--blank:hover:before {
  opacity: 1;
}

.business-index-inquiry__button__icon {
  display: inline-block;
  flex-shrink: 0;
  z-index: 2;
  position: absolute;
  width: 34px;
  left: 48px;
}

.business-index-inquiry__button__icon .biz-preca-login,
.business-index-inquiry__button__icon .biz-preca-regist {
  height: 28px;
}

.business-index-inquiry__button__label {
  z-index: 2;
  color: #000;
}

.business-index-inquiry__button .business-index-inquiry__button__type--blank:after {
  display: inline-block;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
  width: 14px;
  height: 15px;
  right: 32px;
}

.business-index-inquiry__button-v2 .business-index-inquiry__button-v2__type--blank {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0070bd;
  line-height: 1.4;
  text-align: center;
  min-height: 63px;
  border: 2px solid #0070bd;
  border-radius: 10px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.business-index-inquiry__button-v2__icon {
  display: flex;
  flex-shrink: 0;
  z-index: 2;
  position: absolute;
  width: 34px;
  left: 24px;
}

.business-index-inquiry__button-v2__label {
  z-index: 2;
  line-height: 1.4;
  color: #fff;
}

.business-index-inquiry__button-v2__type--blank:hover {
  background: #fff;
}

.business-index-inquiry__button-v2__type--blank:hover .business-index-inquiry__button-v2__label {
  color: #0070bd;
}

.business-index-inquiry__button-v2 .business-index-inquiry__button-v2__type--blank:after {
  display: inline-block;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
  width: 14px;
  height: 15px;
  right: 32px;
}

.business-index-inquiry__description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
}

.business-index-inquiry__description-office {
  font-size: 1rem;
  font-weight: 700;
}

.business-index-inquiry__description-tel {
  font-size: 1.9rem;
  font-weight: 700;
}

.business-index-inquiry__description-tel a {
  color: #000;
  text-decoration: none;
}

a[href^="tel:"] {
  display: inline-block;
  color: #000;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.business-index-inquiry__note {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* Ｖプリカビジネス（Visaプリペイド）とは？ */
.business-about,
.business-examination,
.business-real-card,
.business-apply {
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  margin: 0 auto 80px;
  padding: 0 30px;
}

.business-about__title-main {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.business-about__title-text {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.business-about__content {
  display: flex;
  margin-top: 60px;
  gap: 40px;
}

.business-about__item {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
}

.business-about__item-title {
  font-size: 20px;
  font-weight: 700;
}

.about__item-title-icon {
  height: 30px;
  padding-right: 13px;
}

.business-about__item-body {
  margin-top: 20px;
}

.business-about__item-body li,
.recommendation__item-body li,
.table__th__list li {
  list-style-type: none;
  text-indent: -16px;
  padding-left: 16px;
}

.apply__inner-list li {
  list-style-type: none;
  text-indent: -16px;
  padding-left: 16px;
}

.business-about__item-body li {
  font-size: 16px;
}

/* 審査不要、経費精算はＶプリカで！ */

.business-examination__title,
.business-real-card__title,
.business-apply__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
}

.business-examination__description {
  text-align: right;
  margin-bottom: 30px;
}

.description-text {
  text-align: left;
  font-size: 16px;
}

.description-link--blank {
  font-size: 14px;
  text-decoration: none;
  color: #0070bd;
}

.description-link--blank::after,
.recommendation-link--blank::after {
  top: 0;
  margin-left: 10px;
  width: 14px;
  height: 15px;
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
}

.description-link--under-line {
  text-decoration: underline;
}

.description-link--blank:hover .description-link--under-line {
  text-decoration: none;
}

.business-examination-recommendation {
  border: 3px solid #0070bd;
  border-radius: 8px;
  margin-bottom: 80px;
  padding: 40px;
}

.recommendation__flex-box {
  display: flex;
  width: 100%;
}

.recommendation__item {
  width: 50%;
}

.recommendation__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #0070bd;
  margin-bottom: 10px;
}

.recommendation__item-body li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.recommendation__under {
  line-height: 1;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}

.recommendation__text {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}

.recommendation-link--blank {
  font-size: 14px;
  color: #0070bd;
}

.business-examination-table__body {
  max-width: 965px;
  margin: auto;
  padding-bottom: 8px;
  overflow: auto;
}

.business-examination-table__body .table {
  table-layout: fixed;
}

.business-examination-table__body th:nth-child(1),
.business-examination-table__body tr:nth-child(1) {
  width: 248px;
}

.business-examination-table__body .table__td {
  font-size: 16px;
}

.business-examination-table__body .table__list-bold {
  font-size: 12px;
}

.business-examination-table__body .table__tr:last-child .table__td {
  padding-left: 24px;
}

.table__th-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

.table__th-flex .table__th__title {
  margin: 0;
  margin-left: 20px;
}

.table__th-flex .table__th-code {
  max-width: 60px;
  max-height: 66px;
}

.table__th-flex .table__th__sub-title {
  padding: 5px 50px;
}

.table__th-flex .table__th-card {
  max-width: 82px;
  max-height: 66px;
  filter: initial;
}

.table__th__list {
  font-size: 16px;
  text-align: left;
}

.table__th__list:nth-child(2) {
  margin-top: 5px;
}

.table__list-bold {
  font-size: 0.8rem;
  font-weight: 700;
}

/* リアルカードデザイン */

.business-real-card__text {
  font-size: 1rem;
}

.business-real-card__body {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  gap: 40px;
}

.real-card__image {
  width: calc((80% - (36px)) / 2);
}

/* 申込方法 */
.business-apply__inner {
  display: flex;
  margin: 60px auto 30px;
  gap: 32px;
}

.business-apply__inner-item {
  width: 100%;
  background: #e5f0f8;
  padding: 40px 20px 28px;
  border-radius: 8px;
  position: relative;
}

.business-apply__inner-item:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -24px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #0070bd;
  border-right: solid 3px #0070bd;
  transform: rotate(45deg);
}

.apply__inner-image {
  width: 80%;
  margin: 0 auto;
}

.apply__inner-title {
  font-size: 20px;
  font-weight: 800;
  color: #0070bd;
  text-align: center;
  margin: 10px 0 20px;
}

.apply__inner-text {
  font-size: 16px;
}

.apply__inner-list li {
  font-size: 16px;
  text-indent: -16px;
  padding-left: 16px;
}

.apply__inner-list li span {
  font-size: 12px;
}

.apply__inner-link {
  text-align: right;
}

.apply__inner-link--blank {
  font-size: 14px;
  color: #0070bd;
  text-wrap-mode: nowrap;
}

.apply__inner-link--blank::after {
  top: 0;
  margin-left: 10px;
  width: 14px;
  height: 15px;
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
}

.business-apply__outer-list {
  margin-bottom: 20px;
}

.business-apply__outer-list li {
  text-align: left;
  list-style-type: none;
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}

/* Vプリカビジネス */
.inquiry__text {
  font-size: 14px;
  text-align: center;
  margin: 0 0 1em;
}

.inquiry__text-bold {
  font-weight: 700;
}

.inquiry__inner {
  padding: 1em 1.8em 1em;
}

.inquiry__inner .business-index-inquiry__button-wrap {
  margin-bottom: 1em;
}

.business-index-inquiry__list {
  display: flex;
  justify-content: center;
}

.business-index-inquiry__list p {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}

/* Ｖプリカビジネスに関するよくあるご質問 */
.button-wrap--center {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 60px auto 0;
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  padding: 0 30px;
}

.button-wrap--center[data-col-pc="1"] {
  flex-direction: column;
}

[data-size-pc="2col"] {
  width: calc((100% - (36px * (2 - 1))) / 2);
}

.button-v2[data-size-pc] .button-v2__type--blank {
  padding-left: 2.8em;
}

.button-v2 .button-v2__type--blank {
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 1.4;
  text-align: center;
  display: flex;
  text-decoration: none;
  padding: 0.8em 22px;
  border-radius: 10px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  padding-right: 2.8em;
}

.button-v2 .button-v2__type--blank:after {
  display: inline-block;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 15px;
  right: 22px;
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
}

.button-v2__type--blank:hover {
  border-color: #0070bd;
  color: #0070bd;
}

.util-pc-hidden {
  display: none;
}

/* ギフトを贈る */
/* 多くの企業さまが採用！ */

.business-gift-scene,
.business-gift-reason,
.business-gift-comparison,
.business-gift-use,
.business-gift-company,
.business-gift-usage-example,
.business-gift-original-design,
.business-gift-flow,
.business-gift-faq {
  width: 100%;
  max-width: calc(1200px + 30px * 2);
  margin: 0 auto;
  padding: 0 30px;
}

.business-gift-scene__contents {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 80px;
}

.business-gift-scene__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.business-gift-scene__description {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.scene__description-text {
  font-size: 16px;
}

.scene__description-image {
  max-width: 256px;
  width: 100%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  margin-left: 20px;
}

.business-gift-scene__body {
  display: flex;
  margin: 40px auto;
  gap: 20px;
}

.business-gift-scene__body-title {
  font-size: 20px;
  font-weight: 700;
}

.scene__body-item {
  background: #fff;
  padding: 30px 10px;
  width: calc((100% - (20px * 3)) / 4);
  position: relative;
}

.scene__body-image {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.scene__body-inner {
  position: relative;
  text-align: center;
}

.scene__body-inner-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0070bd;
  border-radius: 70px;
  padding: 2px 16px;
  position: absolute;
  top: 45px;
  left: -5px;
}

.scene__body-inner-image {
  max-width: 224px;
}

.scene__body-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0070bd;
}

.scene__body-content {
  margin-top: 190px;
}

.scene__body-text {
  font-size: 16px;
  margin-top: 15px;
}

.business-gift-scene__body-under-text {
  font-size: 16px;
}

.three-type__button::after {
  transform: rotate(45deg);
}

/* Vプリカギフトが選ばれる理由 */
.business-gift-reason,
.business-gift-comparison,
.business-gift-use,
.business-gift-company,
.business-gift-usage-example {
  margin-top: 100px;
}

.business-gift-usage-example {
  padding-bottom: 100px;
}

.business-gift-reason__title,
.business-gift-comparison__title,
.business-gift-use__title,
.business-gift-company__title,
.business-gift-usage-example__title,
.business-gift-original-design__title,
.business-gift-flow__title,
.business-gift-faq__title {
  font-size: 24px;
  font-weight: 700;
}

.business-gift-reason__title {
  margin-bottom: 32px;
}

.business-gift-comparison__title {
  margin-bottom: 24px;
}

/* Vプリカギフトはここが違う */
.gift-comparison__table__body {
  margin-top: 30px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-bottom: 8px;
  overflow: auto;
}

.gift-comparison__table__body .table {
  background: #0070bd;
}

.gift-comparison__table__body .back__blue {
  background: #0070bd;
}

.gift-comparison__table__body .table__th {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: initial;
  border-right: 2px solid #fff;
  padding: 24px 0;
  vertical-align: middle;
}

.gift-comparison__table__body .table__th:last-child {
  border: none;
}

.gift-comparison__table__body .table__td {
  vertical-align: middle;
  background: #fff;
}

.gift-comparison__table__body .table__th:nth-child(2) {
  font-size: 30px;
  position: relative;
}

.gift-comparison__table__body .table__th-image {
  max-width: 63px;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(-10deg);
}

.gift-comparison__table__body .table__td-left {
  border: initial;
  background: #fff;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.gift-comparison__table__body .no-border-td {
  border-right: initial !important;
}

.gift-comparison__table__body .table__td__sub {
  border-bottom: 2px solid #0070bd;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 40px;
  background: #fff;
}

.gift-comparison__table__body .over-sub {
  border-bottom: 2px dotted #0070bd !important;
}

.gift-comparison__table__body .over-sub:nth-child(n + 3):nth-child(-n + 7) {
  padding: 11px 0;
}

.gift-comparison__table__body .under-sub {
  border-top: initial;
}

.gift-comparison__table__body .under-sub:nth-child(n + 3):nth-child(-n + 7) {
  padding: 11px 0;
}

.gift-comparison__table__body .table__th__title {
  color: #000;
  font-weight: 400;
  margin: 0;
}

.gift-comparison__table__body .v-preca {
  background: #e5f0f8;
  font-size: 16px;
  font-weight: 700;
}

.gift-comparison__table__body .v-preca span {
  font-size: 14px;
}

.table__td-link-blank {
  font-size: 14px;
  color: #0070bd;
}

.table__td-link-blank:after {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  top: -2px;
  margin-left: 10px;
}

.gift-comparison__table__annotation {
  font-size: 14px;
  margin: 17px 0;
}

/* 全国のVisa加盟店で使える */
.business-gift-use__body {
  max-width: 900px;
  margin: 64px auto 0;
  padding: 0 30px 40px;
  border: 2px solid #0070bd;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.gift-use__body-title,
.gift-use__inner-title {
  display: inline-block;
  background: #0070bd;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 5px 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.gift-use__body-button-text,
.gift-use__inner-button-text {
  display: inline-block;
  margin: 40px 0 0;
  padding: 2px 14px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #0070bd;
  background: #ffff00;
  border: 1px solid #0070bd;
  border-radius: 70px;
}

.gift-use__body-image {
  max-width: 568px;
  display: block;
  margin: 0 auto;
}

.gift-use__inner {
  position: relative;
  border: 2px solid #0070bd;
  border-radius: 8px;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.gift-use__inner-image {
  max-width: 429px;
  display: block;
  margin: 0 auto;
}

.gift-use__inner-text {
  font-size: 14px;
  margin: 30px 0 20px;
  text-decoration-line: underline;
  text-decoration-color: #ffff54;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}

/* 多くの企業様にご活用いただいています */
.gift-company__image {
  margin-top: 50px;
  text-align: center;
}

/* 活用事例 */
.usage-example__slider-contents {
  margin-top: 60px;
}

.slider__item {
  max-width: 380px;
  min-height: 370px !important;
  border: 2px solid #e5f0f8;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 0 20px;
}

.slider__item-logo {
  display: flex;
  justify-content: center;
}

.slider__item-logo img {
  max-height: 95px;
}

.slider__title {
  font-size: 16px;
  font-weight: 700;
}

.slider__item-body {
  display: flex;
  margin-top: 20px;
}

.slider__item-body-text {
  font-size: 15px;
}

.slider__item-body-inner {
  margin-left: 15px;
}

.slider__item-text {
  font-size: 15px;
  margin-top: 23px;
}

.slider__item-body-image img {
  max-width: 149px;
}

/* オリジナルデザイン */
.business-gift-original-design__body {
  margin-top: 30px;
  display: flex;
  width: 100%;
}

.original-design__title {
  font-size: 20px;
  font-weight: 700;
  color: #0070bd;
  margin-bottom: 10px;
}

.original-design__text {
  font-size: 16px;
}

.original-design__body-inner {
  margin: 50px 0 0 40px;
  padding: 40px 40px 30px;
  background: #f9f9f9;
  border-radius: 8px;
  position: relative;
}

.original-design__body-inner-image {
  max-width: 141px;
  position: absolute;
  top: -30px;
  left: -35px;
  filter: drop-shadow(0px 4px 4px #0000001a);
}

.original-design__body-inner-text {
  font-size: 14px;
}

.original-design__item {
  width: 50%;
}

.original-design__item:first-child {
  margin-right: 20px;
}

.business-gift-inquiry__button-item,
.business-gift-faq__button-item {
  margin: 70px auto;
  text-align: center;
}

.business-gift-faq__button-item {
  margin-top: 27px;
}

.business-gift-inquiry__button-v2__type--blank,
.business-gift-faq__button-v2__type--blank {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 272px;
  min-height: 48px;
  margin: 0 auto;
  overflow: hidden;
  background: #0070bd;
  line-height: 1.4;
  text-align: center;
  border: 2px solid #0070bd;
  border-radius: 10px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.business-gift-inquiry__button-v2__icon {
  display: flex;
  flex-shrink: 0;
  z-index: 2;
  position: absolute;
  width: 34px;
  left: 30px;
}

.business-gift-original-design .business-gift-inquiry__button-v2__icon {
  width: 28px;
  height: 24px;
}

.business-gift-inquiry__button-v2__label,
.business-gift-faq__button-v2__label {
  z-index: 2;
  line-height: 1.4;
  color: #fff;
}

.business-gift-inquiry__button-v2__type--blank::after,
.business-gift-faq__button-v2__type--blank::after {
  display: inline-block;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
  width: 14px;
  height: 15px;
  right: 20px;
}

.business-gift-inquiry__button-v2__type--blank:hover,
.business-gift-faq__button-v2__type--blank:hover {
  background: #fff;
}

.business-gift-inquiry__button-v2__type--blank:hover .business-gift-inquiry__button-v2__label,
.business-gift-faq__button-v2__type--blank:hover .business-gift-faq__button-v2__label {
  color: #0070bd;
}

/* 納品の流れ */
.business-gift-step {
  display: flex;
  margin: 60px 0 15px;
}

.business-gift-step__item {
  width: calc((100% - (36px * 3)) / 4);
  padding-top: 15px;
}

.business-gift-step__item__inner {
  position: relative;
  height: 290px;
  background-color: #f9f9f9;
  padding: 40px 20px 28px;
  border-radius: 10px;
}

.business-gift-step__content {
  width: 100%;
}

.business-gift-step__label {
  background-color: #0070bd;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  min-width: 107px;
  padding: 8px 10px 4px;
  transform: translateX(-50%);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 700;
}

.business-gift-step__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.business-gift-step__title > span {
  font-size: 16px;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

.business-gift-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77%;
  margin: 25px auto 0;
}

.text_one-line {
  margin-top: 45px;
}

.business-gift-step__item:not(:nth-child(4n + 1)) {
  margin-left: 36px;
}

.business-gift-step__item:nth-child(n + 2) .business-gift-step__item__inner:before {
  position: absolute;
  background: #0070bd;
  content: "";
  top: 50%;
  left: -23px;
  width: 11px;
  height: 29px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.business-gift-flow__text {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}

/* こんな時はどうする？ */

.business-gift-faq {
  padding-top: 100px;
}

.business-gift-faq__text {
  font-size: 16px;
  margin-top: 15px;
}

.business-gift-faq__contents {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 20px;
}

.gift-faq__item {
  width: calc((100% - (36px * 2)) / 3);
  padding: 30px 20px;
  border-radius: 8px;
  background: #f9f9f9;
}

.gift-faq-box__head {
  position: relative;
}

.gift-faq-box__question {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 23px;
}

.gift-faq-box__title {
  font-size: 16px;
  font-weight: 700;
  padding-left: 2rem;
}

.gift-faq-box__body {
  position: relative;
  border-top: 1px solid #ddd;
  margin-top: 12px;
  padding-top: 18px;
}

.gift-faq-box__answer {
  position: absolute;
  width: 21px;
  height: 21px;
}

.gift-faq-box__text {
  font-size: 16px;
  padding-left: 2rem;
}

.gift-faq-box__link-blank {
  font-size: 14px;
  margin-left: 2rem;
  color: #0070bd;
}

.gift-faq-box__link-blank::after {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  content: "";
  width: 14px;
  height: 11px;
  background-image: url(/app-files/img/sprite/icon.svg#blank-usage);
  top: -2px;
  margin-left: 4px;
}

@media only screen and (min-width: 767.99px) {
  .business-gift-overview__item:first-child {
    width: 402px;
  }

  .business-gift-overview__item:last-child {
    width: 770px;
    margin-top: 20px;
  }

  .gift-overview__two-body .gift-overview__body {
    margin: 0;
  }

  .gift-faq__item {
    min-height: 332px;
  }
}

@media only screen and (max-width: 767.98px) {
  .common-button {
    font-size: 14px;
  }

  .top-kv__inner .common-button {
    min-width: 217px;
    min-height: 45px;
  }

  /* 法人トップ */
  .top-kv {
    flex-direction: column;
    height: 444px;
    padding: 24px 20px;
    background: #e5f0f8;
  }

  .top-kv__content--left {
    border-radius: 8px 8px 0 0;
  }

  .top-kv__content--right {
    border-radius: 0 0 8px 8px;
  }

  .top-kv__inner {
    width: 100%;
    margin: 0;
    padding: 12px;
  }

  .top-kv__inner--left .top-kv__head {
    margin: 0 0 0 auto;
  }

  .top-kv__inner--right .top-kv__head {
    margin: 0 auto 0 0;
  }

  .top-kv__head {
    gap: 4px;
    font-size: 14px;
  }

  .top-overview {
    gap: 11px;
    align-items: flex-start;
    padding: 64px 20px 96px;
  }

  .top-overview__head {
    font-size: 20px;
  }

  .top-overview__content {
    flex-direction: column;
    gap: 36px;
  }

  .top-overview__inner {
    width: 100%;
  }

  .top-overview__text-head {
    font-size: 14px;
  }

  .top-overview__text-sub-head {
    font-size: 16px;
  }

  .top-overview__text-body {
    font-size: 14px;
  }

  .top-overview__inner--image img {
    width: 260px;
    height: 170px;
  }

  .top-overview__bg {
    left: 0;
    right: 0;
    background-position: left 60% bottom 0;
    background-size: 510px;
  }

  .top-overview-outer.business-gift-overview {
    margin-bottom: 64px;
    padding: 0 10px;
  }

  .top-vpc-point {
    margin-bottom: 64px;
    padding: 0 20px;
    gap: 30px;
  }

  .top-vpc-point__title {
    font-size: 20px;
  }

  .top-vpc-point-content {
    gap: 40px;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
  }

  .top-vpc-point-box {
    gap: 16px;
  }

  .top-vpc-point-box img {
    width: 78px;
    height: 78px;
  }

  .top-vpc-point-box__head {
    font-size: 16px;
  }

  .top-vpc-point-box__body {
    font-size: 14px;
    line-height: 17px;
  }

  .top-gift-reason__title {
    font-size: 20px;
  }

  .top-gift-reason {
    gap: 16px;
    margin-bottom: 64px;
    padding: 0 20px;
  }

  .top-gift-reason__contents {
    gap: 24px;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
  }

  .top-gift-reason__item {
    padding: 16px;
    gap: 8px;
  }

  .top-gift-reason__item__title {
    font-size: 16px;
  }

  .top-gift-reason__item__text {
    font-size: 14px;
  }

  .top-gift-company {
    gap: 40px;
    margin-bottom: 64px;
    padding: 0 20px;
  }

  .top-gift-company__title {
    font-size: 20px;
  }

  .top-gift-company__image {
    width: 100%;
  }

  .top-gift-company .top-common__button-container {
    margin-top: -24px;
  }

  .top-vpc-design {
    margin-bottom: 64px;
  }

  .top-vpc-design__title-box {
    padding: 0 20px;
    margin-bottom: 32px;
  }

  .top-vpc-design__title {
    font-size: 20px;
  }

  .top-vpc-design-slider__elm {
    height: 140px;
  }

  .top-vpc-design-slider__elm div {
    height: 140px;
    padding: 0 8px;
  }

  .top-vpc-design-slider__elm div img {
    max-width: 140px;
  }

  .top-vpc-design__sub-box {
    padding: 0 20px;
    font-size: 12px;
    gap: 24px;
  }

  .top-vpc-design__sub-box p {
    padding-left: 12px;
  }

  .top-useable {
    gap: 24px;
    margin-bottom: 64px;
    padding: 0 20px;
  }

  .top-useable__title {
    font-size: 20px;
  }

  .top-useable__head {
    font-size: 14px;
  }

  .top-useable__content {
    flex-direction: column;
    gap: 48px;
  }

  .top-useable__box {
    width: 100%;
  }

  .top-useable__box-head {
    font-size: 14px;
    padding: 2px 38px;
  }

  .top-useable__box-head.right-title {
    padding: 2px 24px;
  }

  .top-useable__box-inner {
    width: 100%;
    padding: 40px 32px 32px;
  }

  .top-useable__box-inner--left {
    grid-template-columns: repeat(2, auto);
  }

  .top-useable__box-inner--right {
    grid-template-columns: repeat(2, auto);
  }

  .top-useable__box-inner--right .top-useable__box-elm:last-child {
    grid-column: 1 / -1;
  }

  .top-useable__sub {
    font-size: 12px;
  }

  .top-useable__box-elm {
    justify-content: flex-start;
  }

  .top-business-inquiery.business-index-inquiry {
    gap: 40px;
    margin-bottom: 80px;
    padding: 0 20px;
  }

  .top-common__button-container {
    margin-top: 0;
  }

  .top-biz__bg {
    margin-bottom: 40px;
  }

  .top-biz {
    padding: 0;
    flex-direction: column;
  }

  .top-biz__text {
    padding: 24px 20px 16px;
  }

  .top-biz__content {
    gap: 20px;
  }

  .top-biz__head {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .top-biz__head span {
    font-size: 26px;
    margin-left: 0;
  }

  .top-biz__body {
    font-size: 14px;
  }

  .top-biz__content a {
    margin-top: 16px;
  }

  .top-biz__img {
    margin-bottom: 24px;
    padding: 0;
  }

  .top-biz-exam.business-examination {
    margin-bottom: 40px;
  }

  .top-inquiry.business-index-inquiry {
    gap: 16px;
    padding: 20px;
  }

  .top-inquiry.business-index-inquiry .button-wrap--center {
    width: 100%;
    padding: 0;
  }

  .top-inquiry.business-index-inquiry .top-common__button-container {
    margin-top: 40px;
  }

  /* ギフトを選ぶページ */
  /* GIFT type */
  .business-gift-overview {
    gap: 24px;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .business-gift-overview__content {
    gap: 24px;
    flex-direction: column;
  }

  .business-gift-overview__item {
    width: 100%;
  }

  .gift-overview__head {
    height: 40px;
    justify-content: space-between;
  }

  .gift-overview__head__title {
    margin: 0 24px;
    font-size: 16px;
  }

  .gift-overview__head__sub__title {
    margin: 0 24px;
  }

  .gift-overview__body {
    padding: 20px 10px 10px;
    height: auto;
    min-height: auto;
  }

  .gift-overview__large__text {
    flex-direction: row;
    font-size: 18px;
  }

  .gift-overview__body__sp-flex {
    display: flex;
    gap: 12px;
    margin: 10px auto;
  }

  .gift-overview__body__image {
    width: calc(100% / 2);
    margin: 0;
  }

  .gift-overview__body__image img {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
  }

  .gift-overview__body__image.code-image {
    margin: 0;
  }

  .gift-overview__body__image.code-image img {
    width: 100%;
    max-width: 104px;
    min-width: 104px;
  }

  .gift-overview__body__item {
    width: calc(100% / 2);
    margin: 0;
  }

  .gift-overview__body__text {
    margin-bottom: 8px;
  }

  .gift-overview__icon {
    width: 16px;
    height: 16px;
    margin: 3px 5px auto 0;
  }

  .gift-overview__text__span {
    font-size: 14px;
  }

  .type-link {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
  }

  .gift-overview__head.head-right {
    height: 40px;
    justify-content: space-between;
  }

  .gift-overview__head.head-right .gift-overview__head__title {
    margin: 0 24px;
    font-size: 16px;
  }

  .gift-overview__head.head-right::after {
    content: none;
  }

  .head-right {
    justify-content: space-between;
  }

  .head-right .gift-overview__head__title {
    margin-right: 0;
  }

  .gift-overview__body__content {
    display: block;
  }

  .gift-overview__two-body:first-child {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .gift-overview__two-body:last-child .gift-overview__body {
    border-radius: 8px;
  }

  .gift-overview__two-body:last-child .gift-overview__body::before {
    content: none;
  }

  .business-gift-overview__button__type {
    font-size: 14px;
  }

  .business-type-standard__content,
  .business-type-scratch__content,
  .business-type-code__content,
  .business-type-table__content {
    padding: 24px;
  }

  .business-type-table__content {
    padding-top: 45px;
  }

  .standard__content__title,
  .scratch__content__title,
  .code__content__title {
    margin-bottom: 10px;
  }

  .table__content__title {
    margin-bottom: 0;
  }

  .standard__content__main__title,
  .scratch__content__main__title,
  .code__content__main__title {
    font-size: 20px;
  }

  .standard__content__sub-title,
  .scratch__content__sub-title,
  .code__content__sub-title {
    font-size: 14px;
  }

  .standard__content__card,
  .scratch__content__card,
  .code__content__card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-bottom: 20px;
  }

  .scratch__content__card {
    margin-bottom: 35px;
  }

  .standard__content__card .standard__content__card__item:first-child,
  .scratch__content__card .scratch__content__card__item:first-child {
    margin: 0 auto;
  }

  .scratch__content__card__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .card__item__image {
    gap: 15px;
    justify-content: space-evenly;
    width: 100%;
  }

  .card__item__image img {
    max-width: none;
    min-width: 150px;
  }

  .card__item__text {
    font-size: 12px;
  }

  .standard__text__span,
  .scratch__text__span,
  .code__text__span {
    font-size: 14px;
    font-weight: 700;
  }

  .standard__content__payment,
  .scratch__content__payment,
  .code__content__payment {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    margin: auto;
  }

  .payment__image {
    width: 100%;
    max-width: none;
  }

  .payment__image__number {
    font-size: 14px;
    width: 24px;
    height: 24px;
  }

  .standard__content__card__item {
    width: 100%;
  }

  .card__item__title {
    max-width: none;
    min-width: 330px;
  }

  .standard__text,
  .scratch__text,
  .code__text {
    gap: 6px;
  }

  .standard__icon,
  .scratch__icon,
  .code__icon {
    width: 24px;
    height: 24px;
  }

  .card__item__body {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-right: 0;
  }

  .card__item__body__text {
    font-size: 12px;
    margin-left: 2.5em;
    padding-left: 12px;
  }

  .card__item__body__button {
    text-align: center;
    margin-top: 20px;
  }

  .card__item__body__button__type {
    font-size: 14px;
    margin: 16px auto 0;
  }

  .card__item__body__button__type::after {
    margin-left: 27px;
  }

  .card__item__image__text {
    font-size: 14px;
  }

  .card__item__image.code__item__image img {
    width: 85px;
    min-width: 85px;
    height: 145px;
  }

  .code__content__card__item {
    width: 100%;
  }

  .code__content__card .code__content__card__item:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }

  .code__content__payment .payment__image:first-child {
    margin-right: 0;
  }

  .table__content__main__title {
    font-size: 20px;
  }

  .table {
    border-width: 1px;
  }

  .business-type-table__body {
    border: 2px solid #dddddd;
    border-radius: 8px;
    margin: 24px 0 0;
  }

  .business-type-table__body .table__td-left {
    padding: 4px 8px;
    text-wrap-mode: nowrap;
  }

  .business-type-table__body .table__td {
    padding: 10px;
  }

  .business-type-table__body .table__container {
    width: 798px;
    padding: 8px;
  }

  .gift-comparison__table__body {
    border: 2px solid #dddddd;
    border-radius: 8px;
  }

  .gift-comparison__table__body .table__container {
    width: 1015px;
    padding: 8px;
  }

  .business-examination-table__body {
    border: 2px solid #dddddd;
    border-radius: 8px;
  }

  .business-examination-table__body .table__container {
    min-width: 598px;
    padding: 8px;
  }

  .business-examination-table__body th:nth-child(1),
  .business-examination-table__body tr:nth-child(1) {
    width: 125px;
  }

  .business-examination-table__body .table__td {
    font-size: 14px;
    vertical-align: middle;
  }

  .business-examination-table__body .table__tr:last-child .table__td {
    padding-left: 8px;
  }

  .business-examination-table__body .table__th:first-child .table__th__title {
    margin-left: 8px;
  }

  .business-examination-table__body .table__th:last-child .table__th__title {
    margin-left: 3px;
  }

  .table__th {
    padding: 8px;
  }

  .table__th,
  .table__tr:not(:last-child) td {
    border-width: 1px;
  }

  .table__th:not(:last-child),
  .table__tr td:not(:last-child) {
    border-width: 1px;
  }

  .gift-comparison__table__body .v-preca {
    font-size: 14px;
  }

  .gift-comparison__table__body .v-preca span {
    font-size: 12px;
  }

  .gift-comparison__table__body .v-preca a {
    font-weight: 500;
  }

  .table__th-flex {
    margin: 0;
  }

  .table__th-flex .table__th__sub-title {
    padding: 2px 18px;
  }

  .table__th-flex .table__th-code {
    width: 40px;
    height: 44px;
  }

  .table__th-card {
    max-width: 128px;
  }

  .table__td-slide {
    max-width: 82px;
  }

  .table__td-card {
    max-width: 105px;
  }

  .table__th-flex .table__th-card {
    width: 54px;
    height: 43px;
  }

  .table__th__title,
  .table__td__title {
    font-size: 14px;
  }

  .table__th__title {
    margin-top: 0;
    gap: 2px;
  }

  .table__th__text {
    margin-bottom: 0;
  }

  .table__th__sub-title,
  .table__td-text-red,
  .table__td-text-black-large {
    font-size: 12px;
  }

  .table__td {
    font-size: 14px;
    padding: 10px 0 10px;
  }

  .table__td-text {
    font-size: 14px;
  }

  .table__under__content-list li {
    font-size: 12px;
    padding-left: 12px;
  }

  .business-index-inquiry__title {
    font-size: 16px;
    height: 55px;
    font-size: 1rem;
  }

  .business-index-inquiry__button-wrap {
    gap: 21px;
    flex-direction: column;
  }

  .business-index-inquiry__button-item {
    width: 100%;
  }

  .business-index-inquiry__button-item:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }

  .business-index-inquiry__button__type--blank {
    font-size: 1rem;
  }

  .business-index-inquiry__button-v2 .business-index-inquiry__button-v2__type--blank {
    font-size: 1rem;
  }

  .business-index-inquiry__description {
    margin-top: 12px;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .business-index-inquiry__description-tel {
    font-size: 1.3rem;
    margin-left: 0;
  }

  a[href^="tel:"] {
    pointer-events: visible;
  }

  .business-about,
  .business-examination,
  .business-real-card,
  .business-apply {
    padding: 0 20px;
  }

  .business-about {
    margin-bottom: 50px;
  }

  .business-about__title-main {
    font-size: 20px;
  }

  .business-about__title-text {
    font-size: 14px;
    text-align: left;
    margin-top: 14px;
  }

  .business-about__content {
    display: block;
    margin-top: 20px;
  }

  .business-about__item:first-child {
    margin-bottom: 20px;
  }

  .business-about__item:nth-child(2) {
    margin-left: 0;
  }

  .business-about__item-title {
    font-size: 16px;
    text-indent: -31px;
    padding-left: 31px;
  }

  .about__item-title-icon {
    height: 26px;
    padding-right: 5px;
  }

  .business-about__item-body {
    margin-top: 10px;
  }

  .business-about__item-body li {
    font-size: 14px;
    text-indent: -14px;
    padding-left: 14px;
  }

  .business-examination__title {
    font-size: 1.3rem;
  }

  .business-examination__description {
    margin-bottom: 24px;
  }

  .description-text {
    font-size: 14px;
  }

  .description-link--blank {
    font-size: 14px;
  }

  .business-examination-recommendation {
    padding: 20px 10px;
    margin-bottom: 56px;
  }

  .recommendation__flex-box {
    display: block;
  }

  .recommendation__item {
    width: 100%;
  }

  .recommendation__item-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .recommendation__item-body {
    margin-top: 5px;
  }

  .recommendation__item-body li {
    font-size: 14px;
    text-indent: -14px;
    padding-left: 14px;
  }

  .recommendation__item:first-child {
    margin-bottom: 15px;
  }

  .recommendation__text {
    font-size: 12px;
    padding-left: 12px;
  }

  .recommendation__under {
    margin-top: 16px;
  }

  .recommendation-link--blank {
    font-size: 14px;
  }

  .business-examination {
    margin-bottom: 40px;
  }

  .business-examination__title,
  .business-real-card__title,
  .business-apply__title {
    font-size: 20px;
    margin: 5px 0 24px;
  }

  .business-real-card__text {
    font-size: 0.9rem;
  }

  .business-real-card__body {
    gap: 15px;
  }

  .real-card__image {
    width: 100%;
    max-width: 170px;
  }

  .business-real-card,
  .business-apply,
  .business-index-inquiry {
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .business-apply__inner {
    margin: 15px auto 20px;
    display: block;
  }

  .business-apply__inner-item {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    padding: 16px;
  }

  .apply__inner-body {
    margin-left: 10px;
  }

  .apply__inner-image {
    width: 40%;
    max-width: 112px;
  }

  .apply__inner-body {
    width: 60%;
  }

  .apply__inner-title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
  }

  .apply__inner-list li {
    font-size: 14px;
    text-indent: -14px;
    padding-left: 14px;
  }

  .apply__inner-text {
    font-size: 14px;
  }

  .business-apply__inner-item:nth-child(n + 2)::before {
    top: -25px;
    left: 50%;
    transform: rotate(135deg);
  }

  .business-apply__inner-item:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }

  .business-apply__inner-item:last-child {
    margin-bottom: 0;
  }

  .business-apply__outer-list li {
    font-size: 12px;
    padding-left: 12px;
  }

  .business-index-inquiry__detail {
    padding: 20px;
  }

  .inquiry__text {
    margin: 0 0 0.5em;
    text-align: left;
  }

  .business-index-inquiry__list {
    justify-content: flex-start;
  }

  .business-index-inquiry__list p {
    font-size: 14px;
    text-align: left;
    padding-left: 14px;
  }

  [data-size-pc="2col"] {
    width: 100%;
  }

  .button-v2 .button-v2__type--blank {
    font-size: 14px;
  }

  .business-index-inquiry__button .business-index-inquiry__button__type--blank:after {
    right: 24px;
  }

  .button-wrap--center {
    padding: 0 20px;
  }
  .util-sp-hidden {
    display: none;
  }

  .util-pc-hidden {
    display: block;
  }

  .hidden-inline {
    display: inline;
  }

  .business-gift-scene,
  .business-gift-reason,
  .business-gift-comparison,
  .business-gift-use,
  .business-gift-company,
  .business-gift-original-design,
  .business-gift-flow,
  .business-gift-faq,
  .business-gift-usage-example {
    padding: 35px 20px;
  }

  .business-gift-scene {
    padding-top: 0;
  }

  .business-gift-scene__contents {
    padding: 35px 24px;
    margin-bottom: 0;
  }

  .business-gift-scene__title {
    font-size: 20px;
  }

  .business-gift-scene__description {
    display: grid;
    margin: 16px auto;
  }

  .scene__description-text {
    order: 2;
    font-size: 14px;
    margin-top: 16px;
  }

  .scene__description-image {
    order: 1;
    margin: 0 auto;
    max-width: 129px;
  }

  .business-gift-scene__body-title {
    font-size: 16px;
  }

  .business-gift-scene__body {
    display: block;
    margin: 14px auto 16px;
  }

  .scene__body-item {
    width: 100%;
    position: initial;
    display: flex;
    margin-bottom: 24px;
  }

  .scene__body-image {
    position: initial;
    transform: initial;
  }

  .scene__body-inner-text {
    top: -8px;
    left: 0;
    transform: translateX(20%);
    font-size: 12px;
    padding: 3px 13px;
  }

  .scene__body-inner-image {
    width: 95px;
  }

  .scene__body-content {
    margin-top: 0;
    margin-left: 16px;
  }

  .scene__body-title {
    font-size: 16px;
    text-align: left;
  }

  .scene__body-text {
    font-size: 13px;
    margin-top: 5px;
  }

  .scene__body-item:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }

  .business-gift-scene__body-under-text {
    font-size: 14px;
  }

  .business-gift-reason,
  .business-gift-comparison,
  .business-gift-use,
  .business-gift-company,
  .business-gift-usage-example {
    margin-top: 0;
  }

  .business-gift-comparison {
    padding-top: 0;
  }

  .business-gift-use {
    padding-top: 47px;
  }

  .business-gift-reason__title,
  .business-gift-comparison__title,
  .business-gift-use__title,
  .business-gift-company__title,
  .business-gift-original-design__title,
  .business-gift-flow__title,
  .business-gift-faq__title,
  .business-gift-usage-example__title {
    font-size: 20px;
    text-align: left;
  }

  .business-gift-reason__title {
    margin-bottom: 16px;
  }

  .business-gift-comparison__title {
    margin-bottom: 16px;
  }

  /* テーブル */
  .gift-comparison__table__body .table__th-image {
    top: 15px;
  }

  .gift-comparison__table__body .table__th:nth-child(2) {
    font-size: 20px;
  }

  .gift-comparison__table__body .table__th {
    font-size: 16px;
    padding: 9px 0;
  }

  .gift-comparison__table__body .table__td__sub {
    padding-right: 0;
    width: 50px;
  }

  .business-gift-use__body {
    margin-top: 54px;
    padding: 30px 13px;
    border: 1px solid #0070bd;
  }

  .gift-use__body-title {
    font-size: 14px;
    padding: 4px 26px;
    width: 240px;
    top: -30px;
  }

  .gift-use__body-button-text,
  .gift-use__inner-button-text {
    margin-top: 0;
  }

  .gift-use__inner {
    margin: 60px 5px 0;
    padding: 30px 20px 0;
    border: 1px solid #0070bd;
  }

  .gift-use__inner-title {
    font-size: 14px;
    padding: 6px 20px 0;
    width: 212px;
    top: -30px;
  }

  .gift-use__inner-button-text {
    margin-bottom: 10px;
  }

  .gift-use__inner-text {
    margin: 22px 0 25px;
    text-align: left;
    font-size: 12px;
  }

  .business-gift-company {
    padding-top: 17px;
  }

  .business-gift-usage-example {
    padding-top: 0;
  }

  .gift-company__image {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }

  .business-gift-original-design__body {
    display: block;
    margin-top: 9px;
  }

  .original-design__item {
    width: 100%;
  }

  .original-design__item:first-child {
    margin-right: 0;
  }

  .original-design__title {
    font-size: 16px;
  }

  .original-design__text {
    font-size: 14px;
  }

  .original-design__item.util-pc-hidden {
    margin-top: 16px;
  }

  .original-design__body-inner {
    margin: 27px 0 0;
    position: initial;
    display: flex;
    align-items: center;
    padding: 23px 14px 16px;
  }

  .original-design__body-inner-image {
    position: initial;
    width: 105px;
    height: 45px;
  }

  .original-design__body-inner-text {
    font-size: 12px;
    margin-left: 16px;
  }

  .business-gift-inquiry__button-item,
  .business-gift-faq__button-item {
    margin: 26px 0 0;
  }

  .business-gift-inquiry__button-v2__type--blank {
    max-width: 360px;
    min-height: 63px;
    font-size: 14px;
  }

  .business-gift-faq__button-v2__type--blank {
    font-size: 14px;
  }

  .business-gift-step {
    display: block;
    margin: 18px 0;
  }

  .business-gift-step__item {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .business-gift-step__item:last-child {
    margin-bottom: 0;
  }

  .business-gift-step__item:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }

  .business-gift-step__item:nth-child(n + 2) .business-gift-step__item__inner:before {
    top: -21px;
    left: 50%;
    width: 29px;
    height: 11px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .business-gift-step__item__inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 20px 10px;
    height: auto;
    text-align: center;
    gap: 20px;
  }

  .business-gift-step__content {
    width: 50%;
  }

  .business-gift-step__label {
    position: initial;
    transform: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .business-gift-step__title {
    font-size: 16px;
  }

  .business-gift-step__title > span {
    font-size: 12px;
  }

  .business-gift-step__icon {
    margin: 0;
    max-width: 108px;
    width: 100%;
  }
  .business-gift-faq__text {
    font-size: 14px;
    margin-top: 13px;
  }

  .business-gift-faq__contents {
    display: block;
  }

  .gift-faq__item {
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
  }

  .gift-faq-box__question {
    width: 18px;
    height: 20px;
  }

  .gift-faq-box__title {
    font-size: 14px;
  }

  .gift-faq-box__answer {
    width: 18px;
    height: 18px;
  }

  .gift-faq-box__text {
    font-size: 14px;
  }

  .gift-faq-box__link-blank {
    font-size: 14px;
    display: inline-block;
  }

  .business-gift-usage-example {
    padding-bottom: 80px;
  }

  .slider__item {
    padding: 10px 12px;
    margin: 0 8px;
    max-width: 100%;
  }

  .slider__item-body {
    margin-top: 10px;
    flex-direction: column;
    gap: 8px;
  }

  .slider__item-body-image {
    margin: auto;
  }

  .slider__item-body-text {
    font-size: 15px;
  }

  .slider__item-body-inner {
    margin-left: 0;
  }

  .slider__item-body-image img {
    max-width: 136px;
  }

  .slider__item-text {
    margin-top: 10px;
    font-size: 14px;
  }
}
