@charset "utf-8";

.bz {
  overflow-x: hidden;
  width: 100%;
}

.bz-fv-right {
  position: relative;
}

.bz-fv-right:before {
  content: "";
  position: absolute;
  background-image: url(../../img/c_fv_light_icon.png);
  background-size: 100% auto;
  width: 14%;
  height: 120px;
  height: 7.5rem;
  top: 0;
  right: 2%;
  background-repeat: no-repeat;
  z-index: 5;
}

.bz-right {
  position: relative;
}

.bz-right:before {
  content: "";
  position: absolute;
  background-image: url(../../img/c_light_icon.png);
  background-size: 100% auto;
  width: 14%;
  height: 120px;
  height: 7.5rem;
  top: 0;
  right: 2%;
  background-repeat: no-repeat;
  z-index: 5;
}

.bz-grade-bg {
  background-size: auto auto;
  background-color: rgba(240, 116, 21, 1);
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 5px,
      rgba(238, 115, 19, 1) 5px,
      rgba(238, 115, 19, 1) 10px);
}

.bz-fv-cta-bg {
  background-image: url(../../img/fv_cta_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-postion: center;
}

.bz-cta-bg {
  background-image: url(../../img/fv_cta_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-postion: center;
}

.bz-tyusyaku {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
}

/* bz-header
============================ */
.bz-header {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.bz-header__inner {
  display: flex;
  align-items: center;
  width: 95%;
  margin: auto;
  justify-content: space-between;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.bz-header__logo {
  line-height: 0;
  width: 70%;
  max-width: 220px;
  padding: 0px 30px 0px 0px;
  padding: 0rem 1.875rem 0rem 0rem;
}

.bz-header__logo img {}

.bz-header__img {
  width: 100%;
}

.bz-header__img img {}

.bz-main {
  background-color: var(--color__usukiiro);
}

.bz-fv {
  position: relative;
}

.bz-fv__inner {}

.bz-fv__main {
  height: 100%;
  position: relative;
}

.bz-fv__ttl {
  padding: 15px 0 0;
  padding: 2.25rem 0 0;
  margin: auto;
  width: 90%;
  max-width: 500px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-fv__ttl img {}

.bz-fv__pic-swipe {}

.bz-fv__pic-list {}

.bz-fv__pic-item {
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
  border: solid 4px white;
  box-shadow: 6px 6px 0 rgb(0 0 0 / 20%);
  box-shadow: 0.375rem 0.375rem 0 rgb(0 0 0 / 20%);
}

.bz-fv__cta {}

.bz-fv__sub {
  padding: 0 0 14px;
}

.bz-fv__3kan {
  position: relative;
  width: 100%;
  z-index: 3;
  margin-top: -97px;
  margin-top: -24%;
  margin-bottom: 10px;
}

.bz-fv__btn {
  margin: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 90%;
}

.bz-fv__btn a:hover {
  opacity: 0.9;
}

.c-cta-btn {}

.c-cta-btn__pop {}

.c-cta-btn__pop img {}

.c-cta-btn__btn {}

.c-cta-btn__btn span {
  background-color: white;
  padding: 1px 10px;
  padding: 0.0625rem 0.625rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  color: var(--color__red);
  font-weight: 700;
}

.bz-fv__btn-txt {
  font-size: 15px;
  line-height: 1.7;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
}

.bz-fv__btn-txt span {
  border-bottom: solid 1px;
  border-bottom: solid 0.0625rem;
}

button.request {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: initial;
  margin: auto;
  display: block;
  width: 100%;
  cursor: pointer;
}

button.request:hover {
  opacity: 0.8;
}

/* bz-op
============================ */
.bz-op {
  padding: 0 0 60px;
  padding: 0px 0 3.35rem;
}

.bz-op__inner {}

.bz-op__main {
  background-color: white;
  padding: 12px 0;
  padding: 0.75rem 0;
}

.bz-op__pic-swipe {}

.bz-op__pic-list {}

.bz-op__pic-item {
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.625rem;
  position: relative;
}

.bz-op__pic-item span {}

.bz-op__pic-item img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.bz-reform__tyusyaku {
  width: 98%;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
}

.bz-op__pic-swipe .bz-op__pic-list {
  transition-timing-function: linear;
}

/* bz-tokuten
============================ */
.bz-tokuten {
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}

.bz-tokuten__inner {
  width: 90%;
  margin: auto;
  max-width: 520px;
}

.bz-tokuten__head {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}

.bz-tokuten__head img {
  width: 65%;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.bz-tokuten__head em {
  font-size: 1.2em;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 50%,
      #fee103 50%);
}

.bz-tokuten__list {}

.bz-tokuten__item {
  position: relative;
  background-size: auto auto;
  background-color: rgba(240, 116, 21, 1);
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 5px,
      rgba(238, 115, 19, 1) 5px,
      rgba(238, 115, 19, 1) 10px);
  border: solid white 4px;
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 20px 10px 10px 10px;
  padding: 1.25rem 0.625rem 0.625rem 0.625rem;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-tokuten__item-icon {
  position: absolute;
  width: 26%;
  max-width: 120px;
  top: 0;
  right: 0;
  transform: translate(30%, -20%);
}

.bz-tokuten__item-icon img {}

.bz-tokuten__ttl {}

.bz-tokuten__item h3 {
  text-align: center;
  color: white;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-tokuten__item h3 span {
  border-bottom: solid 4px;
  border-bottom: solid 0.25rem;
}

.bz-tokuten__item h4 {
  text-align: center;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.bz-tokuten__item h4 span {
  color: var(--color__txt);
  background-color: white;
  padding: 0 5px;
  padding: 0 0.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  line-height: 1.6;
}

.bz-tokuten__item-pic {
  width: 70%;
  margin: auto;
}

.bz-tokuten__item:last-child {
  padding-bottom: 0;
}

.bz-tokuten__item-pic img {}

/* bz-review
============================ */
.bz-review {
  /* height: 700px;
  /* height: 43.75rem; */
  /* padding: 90px 0 70px; */
  /* position: relative; */
}

.bz-review:before {
  content: "";
  position: absolute;
  background-size: auto auto;
  background-color: rgba(240, 116, 21, 1);
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 5px,
      rgba(238, 115, 19, 1) 5px,
      rgba(238, 115, 19, 1) 10px);
  width: 100%;
  height: 430px;
  z-index: 0;
}

.bz-review__inner {
  position: relative;
  z-index: 2;
}

.bz-review__top {
  padding: 30px 0 80px;
  padding: 1.875rem 0 5rem;
}

.bz-header__icon {
  width: 14%;
  position: absolute;
  right: 2%;
  top: 0;
}

.bz-review__head {
  margin-bottom: 20px;
  margin-bottom: 2.25rem;
}

.bz-heading {
  text-align: center;
  color: white;
}

.bz-review__head em {}

.bz-review__swipe {
  width: 90%;
  margin: auto;
}

.bz-review__list {}

.bz-review__list-item {
  position: relative;
  background-color: white;
  border: solid #ced5db 5px;
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 20px 18px 10px 18px;
  padding: 1.25rem 0.625rem 0.625rem 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bz-review__cont {
  flex: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  /* border-bottom: solid rgb(214, 215, 217, 0.6); */
  /* padding-bottom: 13px; */
  /* padding-bottom: 0.8125rem; */
}

.bz-review__thum {
  display: flex;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  align-items: center;
}

.bz-review__thum-pic {
  border-radius: 50%;
  overflow: hidden;
  width: 21%;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.bz-review__thum-pic img {}

.bz-review__thum-ttl {
  flex: 1;
  min-width: 0;
  font-weight: 600;
}

.bz-review__thum-name {
  font-size: 16px;
  font-size: 1rem;
  color: #2e3540;
}

.bz-review__thum-txt {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #3171cd;
}

.bz-review__body {
  color: #2e3540;
  font-size: 14px;
  font-size: 0.775rem;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.bz-review__pic {
  width: 40%;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.bz-review__pic img {}

.bz-review__tyusyaku {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.bz-review__tyusyaku-02 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  position: absolute;
  left: 0;
  z-index: 50;
  bottom: -5%;
}

.bz-review__icon {
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  border-top: solid rgb(214, 215, 217, 0.6);
  padding-top: 6px;
  padding-top: 0.375rem;
}

.bz-review__icon-wrap {
  display: flex;
  gap: 8px;
}

.bz-review__icon-pic {
  width: 19%;
  line-height: 0;
}

.bz-review__icon-pic img {}

.bz-review__icon-no {
  font-size: 14px;
  font-size: 0.875rem;
  color: #56626f;
  font-weight: 800;
}

.bz-cta {
  padding: 30px 0 30px;
  padding: 1.875rem 0 1.875rem;
  /* background-image: url(../../img/fv_cta_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat; */
}

.bz-cta__inner {
  width: 90%;
  margin: auto;
}

.bz-cta__head {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.3;
}

.bz-cta__head em {
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 50%,
      #fee103 50%);
  font-weight: 600;
}

.bz-cta__txt {
  margin: auto;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  width: 98%;
}

.bz-cta__txt img {}

.bz-cta__btn {
  display: block;
  margin: auto;
  width: 98%;
}

.bz-cta-btn__present {
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

.bz-cta-btn__present img {}

/* bz-hikaku
============================ */
.bz-hikaku {
  position: relative;
}

.bz-hikaku__inner {
  width: 90%;
  margin: auto;
  text-align: center;
}

.bz-hikaku__top {
  padding: 50px 0 160px;
  padding: 3.125rem 0 10rem;
}

.bz-hikaku__header-icon {}

.bz-hikaku__header-icon img {}

.bz-hikaku__question {
  width: 24%;
  margin: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-hikaku__question img {}

.bz-hikaku__fukidashi {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  background: #fff;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  background-color: white;
  border: solid 3px #ebebeb;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 22px;
  padding: 1.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-hikaku__fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.bz-hikaku__fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ebebeb;
  z-index: 1;
}

.bz-hikaku__pic {
  width: 70%;
  margin: auto;
}

.bz-hikaku__pic img {}

.bz-hikaku__ttl {
  text-align: center;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 800;
  color: white;
}

.bz-hikaku__ttl span {
  font-size: 1.2em;
  color: var(--color__orange);
  background-color: white;
  padding: 0 10px;
  padding: 0 0.625rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
}

.bz-hikaku__pic-02 {
  width: 50%;
  margin: auto;
}

.bz-hikaku__pic-02 img {}

.bz-hikaku__head {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.bz-hikaku__head em {
  font-size: 1.2em;
}

.bz-hikaku__list {
  margin-top: -160px;
  margin-top: -10rem;
}

.bz-hikaku__list-item {
  text-align: left;
  position: relative;
  background-color: white;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 30px 18px 15px 18px;
  padding: 1.875rem 1.425rem 0.9375rem 1.425rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
}

.bz-hikaku__list-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  transform: translate(30%, -15%);
}

.bz-hikaku__list-icon img {}

.bz-hikaku__list-item h3 {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-image: linear-gradient(to right,
      rgb(112, 112, 112, 0.3),
      rgb(112, 112, 112, 0.3) 4px,
      transparent 4px);
  background-size: 7px 1px;
  background-size: 0.4375rem 0.0625rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.bz-hikaku__list-item h3 span {
  font-size: 1.1em;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  display: inline-block;
}

.bz-hikaku__list-item h3 em {
  font-weight: 600;
  font-size: 1.3em;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 50%,
      #fee103 50%);
}

.bz-hikaku__list-item-wrap {
  background-image: linear-gradient(to right,
      rgb(112, 112, 112, 0.3),
      rgb(112, 112, 112, 0.3) 4px,
      transparent 4px);
  background-size: 7px 1px;
  background-size: 0.4375rem 0.0625rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  padding: 20px 5px;
  padding: 1.25rem 0.3125rem;
  /* border-bottom: dashed rgb(112,112,112,0.3); */
}

.bz-hikaku__list-item-wrap:nth-child(5) {
  background-image: none;
}

.bz-hikaku__list-item-wrap-thum {
  width: 34%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.bz-hikaku__list-item-wrap-thum img {
  border-radius: 5px;
  border-radius: 0.3125rem;
  border: solid 3px #ced5db;
}

.bz-hikaku__list-item-wrap-body {
  flex: 1;
  min-width: 0;
}

.bz-hikaku__list-item-wrap-body h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
}

.bz-hikaku__list-item-wrap-body p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 300;
}

.bz-hikaku__list-item h3 em span {
  font-size: 0.5em;
  position: relative;
  top: -10px;
  top: -0.625rem;
}

.bz-hikaku__list-txt {}

.bz-hikaku__list-txt p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.bz-hikaku__list-pic {
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.bz-hikaku__list-pic img {}

.bz-hikaku__list-pop {
  border: solid #ced5db 5px;
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 10px 19px;
  padding: 0.625rem 1.1875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.bz-hikaku__sankaku {
  width: 7%;
  margin: auto;
  margin-bottom: 1rem;
}

.bz-hikaku__sankaku img {}

.bz-hikaku__img {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.bz-hikaku__img img {}

/* bz-anshin
============================ */
.bz-anshin {
  padding: 30px 0 0;
  padding: 1.875rem 0 1rem;
}

.bz-anshin__inner {
  width: 88%;
  margin: auto;
  /* max-width: 450px; */
}

.bz-anshin__fukidashi {
  position: relative;
  display: block;
  margin: auto;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background: #fff;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  background-color: white;
  border: solid 3px #ebebeb;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 10px 10px 22px;
  padding: 0.625rem 0.625rem 1.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 90%;
}

.bz-anshin__fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.bz-anshin__fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ebebeb;
  z-index: 1;
}

.bz-anshin__fukidashi em {
  font-size: 2em;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.bz-anshin__img {
  width: 49%;
  margin: auto;
  /* margin-bottom: 25px; */
  /* margin-bottom: 1.5625rem; */
}

.bz-anshin__img img {}

.bz-anshin__sankaku {
  width: 7%;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.bz-anshin__sankaku img {}

.bz-anshin__ttl {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.bz-ttl {}

.bz-anshin__ttl span {
  font-size: 0.7em;
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.bz-anshin__ttl span:before {
  content: "";
  position: absolute;
  background-image: url(../../img/anshin_sousyoku.png);
  background-size: 100% auto;
  height: 17px;
  height: 1.0625rem;
  width: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bz-anshin__ttl em {
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 50%,
      #fee103 50%);
}

.bz-anshin__list {}

.bz-anshin__list-item {
  position: relative;
  background-color: white;
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 25px 20px 20px;
  padding: 1.5625rem 1.25rem 1.25rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border: solid 3px;
}

.bz-anshin__list-item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color__main);
  padding: 5px 15px;
  padding: 0.1125rem 1.3375rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  color: white;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 19px;
  font-size: 1.1875rem;
}

.bz-anshin__list-item h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.04em;
}

.bz-anshin__list-item p {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* bz-flow
============================ */
.bz-flow {
  padding: 50px 0 50px;
  padding: 3.75rem 0 3.125rem;
  position: relative;
}

.bz-flow__inner {
  width: 90%;
  margin: auto;
  /* max-width: 450px; */
}

.bz-flow__head {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

.bz-flow__list {
  background-color: white;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
}

.bz-flow__list-item {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.bz-flow__list-item span {
  display: inline-block;
  color: white;
  background-color: var(--color__orange);
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 2px 13px;
  padding: 0.125rem 0.8125rem;
  margin: 0 10px 40px 0;
  margin: 0 0.625rem 2.5rem 0;
  position: relative;
}

.bz-flow__list-item span:after {
  content: "";
  background-image: url(../../img/flow_sankaku.png);
  position: absolute;
  top: 170%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 35%;
  height: 19px;
  height: 1.1875rem;
  z-index: 2;
}

.bz-flow__box {
  background-color: var(--color__usukiiro);
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  display: flex;
  align-items: center;
}

.bz-flow__box img {
  width: 24%;
  border-radius: 50%;
  margin-right: 20px;
  margin-right: 1.05rem;
}

.bz-flow__box p {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  flex: 1;
  min-width: 0;
}

/* bz-faq
============================ */
.bz-faq {
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
}

.bz-faq__inner {
  width: 90%;
  margin: auto;
}

.bz-faq__head {
  color: var(--color__txt);
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.bz-faq__inner dl {
  background-color: white;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 23px 20px;
  padding: 1.4375rem 1.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  box-shadow: 4px 4px 0 rgb(0 0 0 / 10%);
  box-shadow: 0.25rem 0.25rem 0 rgb(0 0 0 / 10%);
}

.bz-faq__inner dl dt {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: flex;
  /* margin-left: 20px;
  /* margin-left: 1.25rem; */
}

.bz-faq__inner dl dt:before {
  content: "";
  background-image: url(../../img/faq_q.png);
  background-size: 100% auto;
  width: 35px;
  width: 2.1875rem;
  min-width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  min-height: 2.1875rem;
  /* position:absolute; */
  margin-right: 10px;
  margin-right: 0.625rem;
}

.bz-faq__inner dl dd {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: flex;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.bz-faq__inner dl dd:before {
  content: "";
  background-image: url(../../img/faq_a.png);
  background-size: 100% auto;
  width: 15px;
  width: 0.9375rem;
  min-width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  min-height: 0.9375rem;
  /* position:absolute; */
  margin-right: 10px;
  margin-right: 0.625rem;
  background-repeat: no-repeat;
}

.bz-cta__3kan {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-cta__3kan img {}

.bz-cta-tyusyaku {
  display: flex;
}

.bz-thusyaku p {}

/* swiper=========== */
.swiper-slide {
  transform: scale(0.9);
  /* overflow: hidden; */
  transition: 0.7s;
}

.bz-review__list-item {
  transition: 0.2s;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide-active {
  z-index: 1;
  transform: scale(1.05);
}

.bz-op__pic-item {
  transform: scale(1);
  /* overflow: hidden; */
  transition: initial;
}

/* bz-kotei
============================ */
.kotei-btn {
  position: fixed;
  /*bottom: 11.2px;*/
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 999;
  max-width: 768px;
  cursor: pointer;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.kotei-btn button {
  width: 80%;
  display: block;
  background: var(--color__red);
  box-shadow: 0 4px 0px rgb(160 43 0 / 100%);
  box-shadow: 0 0.25rem 0rem rgb(160 43 0 / 100%);
  border-radius: 100px;
  border-radius: 6.25rem;
  padding: 12px;
  padding: 1.9rem 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  color: white;
}

.kotei-btn button span {
  color: var(--color__red);
  background-color: white;
  padding: 0px 4px;
  margin: 0 6px;
  border-radius: 3px;
}

.is-none {
  display: none !important;
}

.kotei-btn.is-active {
  opacity: 1;
  pointer-events: initial;
}

@media only screen and (min-width: 900px) {
  .bz-review__top {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .bz-fv__pic-item {}

  .bz-review__list-item {}

  .bz-fv__pic-item img {}

  .bz-op__pic-item {}

  .bz-fv-right {
    position: relative;
  }

  .bz-fv-right:before {
    width: 8rem;
    height: 13rem;
    right: 14%;
  }

  .bz-right {
    position: relative;
  }

  .bz-right:before {
    width: 9rem;
    height: 8rem;
    right: 14%;
  }

  .bz-grade-bg {}

  .bz-fv-cta-bg {
    background-image: url(../../img/fv_cta_bg-pc.jpg);
    background-size: cover;
    height: auto;
    background-position: center;
    /* background-color: var(--color__usukiiro); */
  }

  .bz-cta-bg {
    background-image: url(../../img/fv_cta_bg-pc.jpg);
    background-size: cover;
    height: auto;
    background-position: center;
    background-color: var(--color__usukiiro);
    background-position-y: top;
  }

  .bz-cta-bg-02 {
    background-image: url(../../img/fv_cta_bg-pc.jpg);
    background-size: cover;
    height: auto;
    background-position: center;
    background-color: var(--color__usukiiro);
    background-position-y: top;
  }

  .bz-tyusyaku {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }

  /* bz-header
============================ */
  .bz-header {}

  .bz-header__inner {
    width: 95%;
    max-width: 1200px;
  }

  .bz-header__logo {}

  .bz-header__logo img {}

  .bz-header__img {
    max-width: 400px;
  }

  .bz-header__img img {}

  .bz-main {}

  .bz-fv {}

  .bz-fv__inner {}

  .bz-fv__main {}

  .bz-fv__ttl {
    max-width: 700px;
    padding: 35px 0 0;
    padding: 3.1875rem 0 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-fv__ttl img {}

  .bz-fv__pic-swipe {}

  .bz-fv__pic-list {}

  .bz-fv__cta {
    max-width: 500px;
  }

  .bz-fv__sub {
    padding: 0 0 20px;
  }

  .bz-fv__3kan {
    max-width: 900px;
    /* width: 50vw; */
    margin-top: -6%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 30px;
  }

  .bz-fv__btn {}

  .bz-fv__cta-main {
    width: 80%;
  }

  .bz-fv__cta-main img {}

  .bz-fv__btn {
    /* width: 46%; */
  }

  .bz-fv__btn a:hover {}

  .c-cta-btn {
    width: 100%;
  }

  .c-cta-btn__pop {
    width: 100%;
    max-width: 390px;
    margin-bottom: -1.4%;
  }

  .c-cta-btn__pop img {}

  .c-cta-btn__btn {
    font-size: 29px;
    font-size: 1.8125rem;
    padding: 35px 0;
    padding: 2.1875rem 0;
    letter-spacing: 0.1em;
    max-width: 500px;
  }

  .c-cta-btn__btn span {
    font-size: 1.1em;
    padding: 0px 11.2px;
    padding: 0rem 0.7rem;
  }

  .bz-fv__btn-txt {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.6;
  }

  .bz-fv__btn-txt span {}

  /* bz-op
============================ */
  .bz-op {}

  .bz-op__inner {}

  .bz-op__main {
    padding: 25px 0;
    padding: 1.5625rem 0;
  }

  .bz-op__pic-swipe {
    margin: auto;
    max-width: 1200px;
  }

  .bz-op__pic-list {
    /* display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; */
  }

  .bz-op__pic-item {
    width: 28.5%;
  }

  .bz-op__pic-item img {}

  .bz-reform__tyusyaku {
    text-align: center;
  }

  /* bz-tokuten
============================ */
  .bz-tokuten {
    padding: 0 0 4rem;
  }

  .bz-tokuten__inner {
    max-width: 1300px;
  }

  .bz-tokuten__head {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }

  .bz-tokuten__head img {
    width: 50%;
    max-width: 350px;
  }

  .bz-tokuten__head em {}

  .bz-tokuten__list {
    display: flex;
    gap: 20px;
    gap: 1.25rem;
  }

  .bz-tokuten__item {}

  .bz-tokuten__item-icon {}

  .bz-tokuten__item-icon img {}

  .bz-tokuten__ttl {}

  .bz-tokuten__item h3 {
    font-size: 25.6px;
    font-size: min(1.4rem, 1.6rem);
    letter-spacing: 0.05em;
  }

  .bz-tokuten__item h4 {
    font-size: 24px;
    font-size: min(1.2rem, 1.3rem);
    letter-spacing: 0.05em;
    line-height: 1.7;
  }

  .bz-tokuten__item h4 span {}

  .bz-tokuten__item-pic {}

  .bz-tokuten__item:last-child {}

  .bz-tokuten__item-pic img {}

  /* bz-review
============================ */
  .bz-review {}

  .bz-review__inner {
    max-width: 1300px;
    margin: auto;
    width: 90%;
  }

  .bz-review__top {
    padding: 60px 0 0;
    padding: 3.75rem 0 5rem;
  }

  .bz-header__icon {}

  .bz-review__head {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 60px;
    margin-bottom: 1.75rem;
  }

  .bz-review__head em {}

  .bz-review__swipe {
    width: 100%;
  }

  .bz-review__list {}

  .bz-review__list-item {
    padding: 25px 30px 10px;
    padding: 1.5625rem 1.875rem 0.625rem;
  }

  .bz-review__thum {}

  .bz-review__thum-pic {
    width: 16%;
    margin-right: 20px;
    margin-right: 1.25rem;
  }

  .bz-review__thum-pic img {}

  .bz-review__thum-ttl {}

  .bz-review__thum-name {
    font-size: 20px;
    font-size: 1.05rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }

  .bz-review__thum-txt {
    font-size: 16px;
    font-size: 0.8rem;
  }

  .bz-review__body {
    font-size: 14px;
    /* font-size: 1rem; */
    line-height: 1.7;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }

  .bz-review__pic {
    width: 45%;
  }

  .bz-review__pic img {}

  .bz-review__tyusyaku {}

  .bz-review__tyusyaku-02 {
    bottom: -6%;
    font-size: 12px;
    /* transform: translate(0%, 270%); */
  }

  .bz-review__icon {
    margin: 16px 0 6px;
    margin: 0.2rem 0 0.375rem;
    padding-top: 10px;
    padding-top: 0.625rem;
  }

  .bz-review__icon-wrap {
    gap: 15px;
  }

  .bz-review__icon-pic {
    width: 26%;
  }

  .bz-review__icon-pic img {}

  .bz-review__icon-no {}

  .bz-cta {
    padding: 90px 0 90px;
    padding: 4.725rem 0 3.525rem;
  }

  .bz-cta__inner {
    width: 740px;
    /* width: 50rem; */
  }

  .bz-cta__head {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.2;
    margin-bottom: 50px;
    margin-bottom: 2.525rem;
  }

  .bz-cta__head em {}

  .bz-cta__txt {
    max-width: 560px;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-cta__txt img {}

  .bz-cta__btn {
    width: 680px;
    width: 42.5rem;
  }

  .bz-cta-btn__present {
    width: 100%;
    max-width: 500px;
  }

  .bz-cta-btn__present img {}

  /* bz-hikaku
============================ */
  .bz-hikaku {}

  .bz-hikaku__inner {
    max-width: 1100px;
  }

  .bz-hikaku__top {
    padding: 100px 0 200px;
    padding: 4.25rem 0 12.5rem;
    text-align: center;
  }

  .bz-hikaku__header-icon {}

  .bz-hikaku__header-icon img {}

  .bz-hikaku__question {
    width: 150px;
    width: 9.375rem;
  }

  .bz-hikaku__question img {}

  .bz-hikaku__fukidashi {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    padding: 30px 80px;
    padding: 1.875rem 5rem;
  }

  .bz-hikaku__fukidashi:before {}

  .bz-hikaku__fukidashi:after {}

  .bz-hikaku__pic {
    width: 31%;
    margin-bottom: 0;
  }

  .bz-hikaku__pic img {}

  .bz-hikaku__ttl {
    font-size: 30px;
    font-size: 2.925rem;
    letter-spacing: 0.1em;
  }

  .bz-hikaku__ttl span {
    margin: 0 15px;
    margin: 0 0.9375rem;
  }

  .bz-hikaku__pic-02 {
    width: 23%;
  }

  .bz-hikaku__pic-02 img {}

  .bz-hikaku__head {
    font-size: 38px;
    font-size: 2.775rem;
    margin-bottom: 30px;
  }

  .bz-hikaku__head em {}

  .bz-hikaku__list {
    margin-top: -12.5rem;
  }

  .bz-hikaku__list-item {
    width: 700px;
    /* width: 45rem; */
    margin: auto;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    padding: 50px 40px 50px 40px;
    padding: 3.125rem 2.5rem 3.125rem 2.5rem;
    border-radius: 10px;
    border-radius: 0.625rem;
  }

  .bz-hikaku__list-icon {}

  .bz-hikaku__list-icon img {}

  .bz-hikaku__list-item h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem;
  }

  .bz-hikaku__list-item h3 span {}

  .bz-hikaku__list-item h3 em {}

  .bz-hikaku__list-item-wrap {
    padding: 27px 15px 30px 15px;
    padding: 1.6875rem 0.9375rem 1.875rem 0.9375rem;
    gap: 25px;
    gap: 1.5625rem;
  }

  .bz-hikaku__list-item-wrap:nth-child(5) {}

  .bz-hikaku__list-item-wrap-thum {
    width: 40%;
    margin-top: 0;
  }

  .bz-hikaku__list-item-wrap-thum img {}

  .bz-hikaku__list-item-wrap-body {}

  .bz-hikaku__list-item-wrap-body h4 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }

  .bz-hikaku__list-item-wrap-body p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7;
  }

  .bz-hikaku__list-item h3 em span {}

  .bz-hikaku__list-txt {}

  .bz-hikaku__list-txt p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    padding: 0 10px;
    padding: 0 0.625rem;
  }

  .bz-hikaku__list-pic {}

  .bz-hikaku__list-pic img {}

  .bz-hikaku__list-pop {
    margin: auto;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 90%;
  }

  .bz-hikaku__sankaku {
    width: 3%;
    margin-bottom: 2rem;
  }

  .bz-hikaku__sankaku img {}

  .bz-hikaku__img {}

  .bz-hikaku__img img {}

  /* bz-anshin
============================ */
  .bz-anshin {
    padding: 1.875rem 0 2rem;
  }

  .bz-anshin__inner {
    width: 700px;
  }

  .bz-anshin__fukidashi {
    width: 85%;
    font-size: 32px;
    font-size: 2rem;
  }

  .bz-anshin__fukidashi:before {}

  .bz-anshin__fukidashi:after {}

  .bz-anshin__fukidashi em {}

  .bz-anshin__img {
    width: 30%;
  }

  .bz-anshin__img img {}

  .bz-anshin__sankaku {
    width: 5%;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-anshin__sankaku img {}

  .bz-anshin__ttl {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }

  .bz-ttl {}

  .bz-anshin__ttl span {}

  .bz-anshin__ttl span:before {}

  .bz-anshin__ttl em {}

  .bz-anshin__list {
    width: 640px;
    width: 40rem;
    margin: auto;
  }

  .bz-anshin__list-item {
    padding: 40px 40px 27px;
    padding: 2.5rem 2.5rem 1.6875rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }

  .bz-anshin__list-item-icon {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .bz-anshin__list-item h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }

  .bz-anshin__list-item p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* bz-flow
============================ */
  .bz-flow {
    padding: 3.75rem 0 5.125rem;
  }

  .bz-flow__inner {
    width: 700px;
    width: 43.75rem;
  }

  .bz-flow__head {
    font-size: 38px;
    font-size: 2.375rem;
  }

  .bz-flow__list {
    padding: 50px 40px;
    padding: 3.125rem 2.5rem;
  }

  .bz-flow__list-item {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .bz-flow__list-item span {
    padding: 6px 35px;
    padding: 0.375rem 2.1875rem;
    margin: 0 20px 42px 0px;
    margin: 0 1.25rem 2.625rem 0rem;
  }

  .bz-flow__list-item span:after {
    top: 170%;
    width: 25%;
    height: 22px;
    height: 1.375rem;
  }

  .bz-flow__box {
    padding: 20px 35px;
    padding: 1.25rem 2.1875rem;
  }

  .bz-flow__box img {
    margin-right: 30px;
    margin-right: 1.875rem;
  }

  .bz-flow__box p {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  /* bz-faq
============================ */
  .bz-faq {
    padding: 80px 0 80px;
    padding: 5rem 0 5rem;
  }

  .bz-faq__inner {
    width: 700px;
    width: 43.75rem;
  }

  .bz-faq__head {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    font-size: 38px;
    font-size: 2.375rem;
  }

  .bz-faq__inner dl {
    padding: 40px 35px;
    padding: 2.5rem 2.1875rem;
    border-radius: 15px;
    border-radius: 0.9375rem;
    box-shadow: 7.2px 7.2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0.45rem 0.45rem 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-faq__inner dl dt {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .bz-faq__inner dl dt:before {}

  .bz-faq__inner dl dd {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
  }

  .bz-faq__inner dl dd:before {
    height: 18px;
    height: 1.125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }

  .bz-cta__3kan {
    max-width: 660px;
    margin: auto;
    margin-bottom: 30px;
  }

  .bz-cta__3kan img {}

  .bz-cta-tyusyaku {}

  .bz-thusyaku p {}

  .bz-review__list-item {
    opacity: 1;
    transform: scale(1);
    /* overflow: hidden; */
    transition: initial;
  }

  /* bz-kotei
============================ */
  .kotei-btn {
    position: fixed;
    bottom: 11.2px;
    bottom: 0.9rem;
    left: initial;
    right: 0;
    transform: translate(-5%, 0);
    max-width: 320px;
    padding: 0;
    background-color: transparent;
  }

  .kotei-btn a {
    width: 100%;
    display: block;
    background: var(--color__red);
    box-shadow: 0 4px 0px rgb(160 43 0 / 100%);
    box-shadow: 0 0.25rem 0rem rgb(160 43 0 / 100%);
    border-radius: 100px;
    border-radius: 6.25rem;
    padding: 12px;
    padding: 1.45rem 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    font-size: 1.1625rem;
    line-height: 1;
    color: white;
  }

  .kotei-btn a span {
    /* color: var(--color__red);
  background-color: white;
  padding: 0px 4px;
  margin: 0 6px;
  border-radius: 3px; */
  }

  .is-none {}

  .kotei-btn.is-active {}
}

/* ＝＝＝＝＝＝＝追加202311＝＝＝＝＝＝＝＝ */

.ani {
  display: block;
  margin-right: auto;
}

.ani img {
  max-width: 194px;
  height: auto;
}

/*スマホ用*/
@media screen and (max-width: 900px) {
  .bz-header__img {
    display: none;
  }

  .ani {
    margin-right: 0;
  }
}

/* ＝＝＝＝＝＝＝追加202401＝＝＝＝＝＝＝＝ */
.bz-cp {
  margin-bottom: 1.25rem;
}

.bz-cp__link {
  display: block;
}

.bz-cp__item {
  position: relative;
}

.bz-cp__item picture {
  border: solid white 4px;
  border-radius: 0.9375rem;
}

.bz-cp__item-icon {
  position: absolute;
  width: 26%;
  max-width: 120px;
  top: 0;
  right: 5px;
  transform: translate(30%, -20%);
}

.bz-cp__link-txt {
  text-align: right;
  text-decoration: underline;
  color: #fc6305;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .bz-cp__item picture {
    border: none;
    border-radius: 0;
  }

  .bz-cp__item-icon {
    display: none
  }

  .bz-cp__link-txt {
    padding-right: 20px;
  }
}

/* ＝＝＝＝＝＝＝POPUP＝＝＝＝＝＝＝＝ */
.popup-overlay-bg {
  background: rgb(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}

.popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein .5s;
  animation: fadein .5s
}

.popup-close {
  position: absolute;
  top: -40px;
  right: -10px;
  width: 29px;
  height: 29px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1000000;
}

.popup-close:after, .popup-close:before {
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: #667075
}

.popup-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg)
}

.popup-close:after {
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg)
}

.popup-close {
  width: 26px;
  height: 26px;
}

.popup-close:after, .popup-close:before {
  width: 11px;
  height: 2px;
  left: 6px;
  top: 11px
}

.popup-inner img {
  max-width: 100%;
  opacity: 1 !important;
  cursor: pointer;
}


#popup {
  display: none;
}

/* アニメーション */
@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media only screen and (max-width : 640px) {
  .popup-inner {
    width: 95%;
  }

  .popup-close {
    position: absolute;
    top: -35px;
    right: 5px;
  }
}

/*======追記20240813======*/

.tokuten {
  margin: 100px auto 0;
  width: 100%;
  max-width: 500px
}

@media only screen and (max-width : 640px) {
  .tokuten {
    margin: 50px auto 0;
  }
}

/*======追記ver2用のボタン20240925======*/
.btn_ver2 {
  background-color: #17349d !important;
  box-shadow: 0 4px 0px rgb(38 55 74 / 100%) !important;
  box-shadow: 0 0.25rem 0rem rgb(38 55 74 / 100%) !important;
}

.btn_ver2 span {
  color: #17349d !important;
}

/*======祖父母ninaruバナー追加20241127======*/
.ninaru_wrap{
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 20px 0;
}

.ninaru__annot{
    font-size: 0.875rem;
    text-align: right;
    line-height: 1.3;
    margin-top: 5px;
}

@media only screen and (max-width : 640px) {
    .ninaru_wrap{
        padding-top: 0;
    }
    .ninaru__annot{
        font-size: 0.625rem;
    }
  }



.tl-fv__space {
    height: 30px;
}