@charset "UTF-8";
/* =====================================================================
Home css
 =====================================================================*/

/*Topよくある質問部分のアコーディオンに影響（要調査）*/

.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  transition: all 0.6s ease;
}

.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}

.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}

.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}

.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}

.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}

.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}

.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}

.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}

.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}

.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}

.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}

.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}

.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}

.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}

.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}

.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}

.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}

.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}

.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}

.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}

.js-c-switch-tab {
  cursor: pointer;
}

.js-c-switch-content {
  display: none;
}

.js-c-switch-content.is-active {
  display: block;
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}




/* .home-comparison
================================================ */
.home-comparison {
  background-color: #fff;
}

.home-comparison__inner {
  padding-top: 50px;
  padding-bottom: 55px;
}

.home-comparison__table table {
  border-collapse: separate;
  border-spacing: 4px 5px;
}

.home-comparison__table th,
.home-comparison__table td {
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.3;
}

.home-comparison__table thead th {
  background-color: #3C3C3C;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 2px;
  font-size: 1.4rem;
}

.home-comparison__table thead th img {
  display: block;
  width: 94px;
  margin: auto;
}

.home-comparison__table tbody th,
.home-comparison__table tbody td {
  height: 110px;
}

.home-comparison__table tbody th {
  border-radius: 5px 0 0 5px;
  background-color: #6994CC;
  color: #fff;
  font-size: 1.4rem;
  width: 20%;
}

.home-comparison__table tbody td {
  background-color: #F8F8F8;
  font-size: 1.3rem;
  vertical-align: top;
  padding-top: 15px;
}

.home-comparison__table .line01 td {
  font-size: 1rem;
}

.home-comparison__table .line05 td {
  font-size: 1.6rem;
}

.home-comparison__table .line03 .jinsoku,
.home-comparison__table .line05 .jinsoku {
  font-size: 1.7rem;
}

.home-comparison__table .line04 .jinsoku {
  font-size: 1.4rem;
}

.home-comparison__table .nbsp {
  background-color: transparent;
}

.home-comparison__table .jinsoku {
  width: 31%;
}

.home-comparison__table .mark {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 10px;
  line-height: 1.3;
}

.home-comparison__table .mark.maru {
  font-size: 2.4rem;
  line-height: 1.4;
}

.home-comparison__table .mark.nijyumaru {
  font-size: 3.1rem;
  line-height: 1.1;
}

.home-comparison__table th.jinsoku {
  background-color: #61A6D1;
  padding: 10px 0 20px;
  position: relative;
}

.home-comparison__table th.jinsoku::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #61A6D1;
  border-radius: 5px 5px 0 0;
  z-index: -1;
}

.home-comparison__table td.jinsoku {
  background-color: #FFEFEF;
}

.home-comparison__table td.jinsoku .mark {
  font-size: 3.2rem;
  margin-bottom: 3px;
  color: #ED7161;
  display: block;
}

@media all and (min-width: 768px) {
  .home-comparison__inner {
    padding-top: 80px;
    padding-bottom: 103px;
  }

  .home-comparison__table {
    max-width: 990px;
    margin: auto;
  }

  .home-comparison__table table {
    border-spacing: 10px 9px;
    width: 100%;
    table-layout: fixed;
  }

  .home-comparison__table thead th {
    font-size: 2.8rem;
    height: 73px;
  }

  .home-comparison__table thead th img {
    width: 203px;
  }

  .home-comparison__table tbody th,
  .home-comparison__table tbody td {
    height: 148px;
    padding: 0;
  }

  .home-comparison__table tbody th {
    font-size: 2.8rem;
    width: 200px;
  }

  .home-comparison__table tbody td {
    vertical-align: middle;
    font-size: 1.8rem;
    width: 224px;
  }

  .home-comparison__table .line01 td {
    font-size: 1.8rem;
  }

  .home-comparison__table .line03 td {
    font-size: 2.4rem;
  }

  .home-comparison__table .line04 td {
    font-size: 2.1rem;
  }

  .home-comparison__table .line05 td {
    font-size: 2.6rem;
  }

  .home-comparison__table .line02 .jinsoku {
    font-size: 2rem;
  }

  .home-comparison__table .line03 .jinsoku {
    font-size: 2.6rem;
  }

  .home-comparison__table .line04 .jinsoku {
    font-size: 2.5rem;
  }

  .home-comparison__table .line05 .jinsoku {
    font-size: 2.8rem;
  }

  .home-comparison__table .nbsp {
    width: 200px;
  }

  .home-comparison__table .jinsoku {
    width: 297px;
  }

  .home-comparison__table .mark {
    font-size: 4.8rem;
    margin: 0;
  }

  .home-comparison__table .mark.maru {
    font-size: 4.8rem;
  }

  .home-comparison__table .mark.nijyumaru {
    font-size: 6rem;
  }

  .home-comparison__table th.jinsoku {
    padding: 10px 0 20px;
  }

  .home-comparison__table th.jinsoku::before {
    top: -10px;
    border-radius: 5px 5px 0 0;
  }

  .home-comparison__table td.jinsoku .mark {
    line-height: 1;
    margin: 0;
    font-size: 6.3rem;
  }
}

/* .home-caution
================================================ */
.home-caution {
  background-color: #FAFAFA;
}

.home-caution__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.home-caution__head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.46;
  font-size: 2.4rem;
}

.home-caution__head span {
  background: linear-gradient(transparent 60%, #FAE14C 60%);
}

.home-caution__img {
  background-color: #E8E8E8;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
}

.home-caution__img img {
  width: 207px;
}

.home-caution__list {
  margin-top: 20px;
}

.home-caution__item {
  background-color: #fff;
  font-weight: bold;
  padding: 18px 25px 14px 87px;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 1.35;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.home-caution__item-txt {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 223px;
  max-width: 100%;
}

.home-caution__item-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 44px;
  height: 31px;
  background: url(../img/ico_caution01.png) no-repeat center/contain;
}

.home-caution__item-txt span {
  color: rgb(var(--ltblue));
}

.home-caution__item+.home-caution__item {
  margin-top: 18px;
}

@media all and (min-width: 768px) {
  .home-caution__inner {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .home-caution__head {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }

  .home-caution__img {
    width: 420px;
    padding: 28px 0;
  }

  .home-caution__img img {
    width: 338px;
  }

  .home-caution__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-caution__list {
    width: 520px;
    line-height: 1.5;
    margin: 0 0 0 49px;
  }

  .home-caution__item {
    display: inline-block;
    text-align: center;
    font-size: 2.8rem;
    padding: 34px 0;
  }

  .home-caution__item-txt {
    text-align: center;
    width: auto;
  }

  .home-caution__item-txt::before {
    width: 59px;
    height: 42px;
    left: 48px;
    top: -7px;
  }
}

/* .home-virus
================================================ */
.home-virus {
  background-color: #fff;
}

.home-virus__inner {
  padding-top: 82px;
  padding-bottom: 52px;
}

.home-virus__head {
  margin-bottom: 19px;
}

.home-virus__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
}

.home-virus__item {
  text-align: center;
  width: 48.5%;
}

.home-virus__item+.home-virus__item {
  margin-top: 18px;
}

.home-virus__item:nth-child(2) {
  margin-top: 0;
}

.home-virus__item-txt {
  color: rgb(var(--ltblue));
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-top: 5px;
}

@media all and (min-width: 768px) {
  .home-virus__inner {
    padding-top: 80px;
    padding-bottom: 103px;
  }

  .home-virus__head {
    margin-bottom: 15px;
  }

  .home-virus__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: initial;
  }

  .home-virus__item {
    width: 206px;
    margin: 0 20px;
  }

  .home-virus__item+.home-virus__item {
    margin-top: 0;
  }

  .home-virus__item-txt {
    font-size: 2.8rem;
    margin-top: 12px;
  }
}



/* .home-flow
================================================ */
.home-flow {
  background-color: #F4F1E2;
}

.home-flow__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-flow__list {
  max-width: 260px;
  margin: auto;
}

.home-flow__list-wrap {
  background-color: #fff;
  padding: 30px 38px 35px;
  border-radius: 5px;
}

.home-flow__item+.home-flow__item {
  margin-top: 70px;
  position: relative;
}

.home-flow__item+.home-flow__item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 25px 0 25px;
  border-color: #D6D6D6 transparent transparent transparent;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-flow__item-num {
  background-color: #61A6D1;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-flow__item-img {
  margin: 0 auto 5px;
  max-width: 159px;
}

.home-flow__item-head {
  color: rgb(var(--ltblue));
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

.home-flow__item-txt {
  font-size: 1.6rem;
  line-height: 1.69;
}

@media all and (min-width: 768px) {
  .home-flow__inner {
    padding-top: 95px;
    padding-bottom: 90px;
  }

  .home-flow__list {
    max-width: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-flow__list-wrap {
    padding: 45px 30px 35px;
  }

  .home-flow__item {
    width: 240px;
  }

  .home-flow__item+.home-flow__item {
    margin: 0 0 0 50px;
    position: relative;
  }

  .home-flow__item+.home-flow__item::before {
    border-width: 22.5px 0 22.5px 21px;
    border-color: transparent transparent transparent #d6d6d6;
    top: 82px;
    left: -34px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .home-flow__item-num {
    font-size: 2.8rem;
  }

  .home-flow__item-img {
    max-width: 206px;
  }

  .home-flow__item-head {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }

  .home-flow__item-txt {
    font-size: 2rem;
    line-height: 1.65;
  }
}

/* .home-area
================================================ */
.home-area {
  background-color: #fff;
}

.home-area__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}

.home-area__head {
  margin-bottom: 15px;
}

.home-area__content {
  padding: 40px 20px 29px;
  border-radius: 10px;
  background-color: #E2F0F2;
}

.home-area__img {
  margin-right: -8px;
  text-align: center;
}

.home-area__img img {
  width: 400px;
}

.home-area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 165px;
  margin: -60px 0 0 auto;
}

.home-area__item {
  font-weight: 800;
  line-height: 1.5;
  font-size: 2.2rem;
  padding-left: 24px;
  position: relative;
}

.home-area__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #83BAE6;
}

@media all and (min-width: 768px) {
  .home-area__inner {
    padding-top: 78px;
    padding-bottom: 80px;
  }

  .home-area__content {
    width: 878px;
    height: 400px;
    margin: auto;
    box-sizing: border-box;
    padding: 20px 0 0 486px;
    position: relative;
    background-color: transparent;
  }

  .home-area__head {
    font-size: 4rem;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    z-index: 1;
    color: #154788;
  }

  .home-area__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .home-area__img img {
    width: auto;
    max-width: 100%;
  }

  .home-area__list {
    position: relative;
    margin: 0;
  }

  .home-area__item {
    font-size: 3.5rem;
    padding-left: 46px;
  }

  .home-area__item::before {
    top: 16px;
    left: 15px;
    width: 20px;
    height: 20px;
  }

  .home-area__item+.home-area__item {
    margin-top: 4px;
  }
}



/* .home-contact
================================================ */
.home-contact {
  background-color: #E2F0F2;
}

.home-contact__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.home-contact__area-form {
  background-color: #fff;
  padding: 24px 20px 48px;
  border-radius: 10px;
  font-family: var(--custom-font);
}

@media all and (min-width: 768px) {
  .home-contact__inner {
    padding-top: 95px;
    padding-bottom: 92px;
  }

  .home-contact__head {
    margin-bottom: 33px;
  }

  .home-contact__area-form {
    padding: 35px 80px 90px 70px;
    box-sizing: border-box;
    max-width: 1000px;
    margin: auto;
  }
}

/* .home-company
================================================ */
.home-company {
  background-color: #fff;
}

.home-company__inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.home-company__head {
  margin-bottom: 33px;
}

@media all and (min-width: 768px) {
  .home-company__inner {
    padding-top: 48px;
    padding-bottom: 122px;
  }

  .home-company__head {
    margin-bottom: 40px;
  }
}

.thanks-content {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}

.thanks-content__btn {
  margin: 40px auto 0;
  max-width: 300px;
}

@media all and (min-width: 768px) {
  .thanks-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .thanks-content__btn {
    margin: 60px auto 0;
    max-width: 400px;
  }
}

/* .home-category
================================================ */
.home-category {
  background-color: #fff;
}

.home-category__inner {
  padding-top: 0px;
  padding-bottom: 70px;
}

.home-category__img {
  text-align: center;
}

.content_inner_nobg {
  width: 827px;
  margin: 0 auto;
  padding: 40px 80px 40px;
  border-radius: 30px;
}

.home-category ul.category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-category ul.category li {
  background-color: #61A6D1;
  width: calc(100% / 2.1);
  margin-bottom: 20px;
}

.home-category ul.category a:hover {
  opacity: 0.6;
}

@media all and (max-width: 768px) {
  ul.category li {
    width: calc(100% / 3.1);
  }

  .home-category__inner {
    padding-top: 0px;
  }

  .home-category__head {
    max-width: 872px;
    margin: -52px auto 0;
    position: relative;
  }

  .content_inner_nobg {
    width: 95%;
    padding: 20px 0px 40px;
    box-sizing: border-box;
  }

  ul.category li {
    width: calc(100% / 3.1);
  }
}

/* .home-area
================================================ */
.home-column {
  background-color: #fff;
  margin-top: 100px;
}

.home-column__inner {
  padding-top: 0px;
  padding-bottom: 70px;
}

.home-column__img {
  text-align: center;
}

.home-column_inner_nobg {
  margin: 0 auto;
  /* padding: 40px 80px 40px; */
  border-radius: 30px;
}

.home-column ul.category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-column ul.category li {
  width: calc(100% / 3.5);
  margin-bottom: 20px;
}

.home-column ul.category a:hover {
  opacity: 0.6;
}

@media all and (max-width: 768px) {
  .home-column ul.category li {
    width: calc(100% / 3.1);
  }

  .home-column__inner {
    padding-top: 0px;
  }

  .home-column__head {
    max-width: 872px;
    margin: -52px auto 0;
    position: relative;
  }

  .home-column .content_inner_nobg {
    width: 95%;
    padding: 20px 10px 40px;
    box-sizing: border-box;
  }

  .home-column ul.category li {
    width: 100%;
  }
}

/* .home-price 更新12/26
================================================ */
.home-price {
  background: #FAFAFA;
}

.home-price .home-price__inner {
  padding-bottom: 40px;
}

.home-price__head {
  max-width: 335px;
  margin: 0 auto -28px;
  -webkit-transform: translateY(-52px);
  transform: translateY(-52px);
}

.home-price__inner .home-price__head-b {
  /* max-width: 335px; */
  margin: 0 auto -40px;
  -webkit-transform: translateY(-52px);
  transform: translateY(-52px);
}

.home-price__head.home-price__head_margin {
  max-width: 335px;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.home-price__lead {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.home-price__lead .large {
  font-size: 2.6rem;
  color: #154788;
}

.home-price__lead .small {
  font-size: 1.5rem;
}

.home-price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.home-price__item {
  max-width: 335px;
  margin: 0 10px 20px;
}

p.price-link {
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: center;
}

.home-price__item-box {
  border: #61A6D1 solid 2px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

.home-price__plan {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background-color: #61A6D1;
  text-align: center;
  width: 100%;
}

.home-price__box-top {
  margin: 0 15px;
  padding: 15px 0;
  display: flex;
  border-bottom: #61A6D1 solid 1px;
}

.home-price__icon {
  width: 30%;
  max-width: 100px;
  padding-left: 10px;
}

.home-price___coment {
  margin-left: 30px;
}


.home-price__box-bottom {
  margin: 0 15px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.home-price__strike-through {
  padding-top: 10px;
  width: 43%;
  height: fit-content;
  max-width: 120px;
}

.home-price__web-sale {
  color: #fff;
  display: inline-block;
  background-color: #ED7161;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 20px
}

.home-price__web-price {
  font-weight: bold;
  font-size: 30px;
}

.home-price__web-price span.yen {
  font-size: 20px;
}

.home-price___max-text {
  width: 43%;
}

.home-price__max-price {
  margin-left: 40px;
}

@media all and (min-width: 768px) {
  .home-price .home-price__inner {
    padding-bottom: 70px;
  }

  .home-price__head {
    max-width: 802px;
    margin: 0 auto -48px;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }

  .home-price__head.home-price__head_margin {
    max-width: 802px;
    margin: 0 auto;
    padding: 80px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .home-price__lead {
    font-size: 3rem;
    margin-bottom: 45px;
  }

  .home-price__lead .large {
    font-size: 4rem;
  }

  .home-price__lead .small {
    font-size: 2.3rem;
  }

  .home-price__list {
    margin: 0 -23px;
  }

  .home-price__item {
    margin: 0 23px 40px;
    max-width: 590px;
  }

  p.price-link {
    padding-bottom: 100px;
  }

  .home-price__item-box {
    border: #61A6D1 solid 5px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
  }

  .home-price__plan {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    background-color: #61A6D1;
    text-align: center;
    width: 100%;
  }

  .home-price__box-top {
    margin: 0 30px;
    padding: 20px 0;
    display: flex;
    border-bottom: #61A6D1 solid 1px;
  }

  .home-price__icon {
    width: 25%;
    max-width: auto;
    padding: 0 30px;
  }

  .home-price___coment {
    margin-left: 40px;
  }

  .home-price__box-bottom {
    margin: 0 30px;
    padding: 20px 0;
    display: flex;
  }

  .home-price__strike-through {
    padding-top: 10px;
    width: 30%;
    height: fit-content;
    max-width: none;
  }

  .home-price__web-sale {
    color: #fff;
    display: inline-block;
    background-color: #ED7161;
    font-weight: bold;
    padding: 0 10px;
    border-radius: 20px
  }

  .home-price__web-price {
    font-weight: 800;
    font-size: 70px;
    line-height: normal;
    letter-spacing: -3px;
  }

  .home-price__web-price span.yen {
    font-size: 40px;
  }

}

.markerfff {
  background-color: #fff;
  padding: 10px 5px 0px 5px;
}

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

  .markerfff {
    background-color: #fff;
    padding: 20px 15px 0px 15px;
  }
}