/* _mixin.scss
=====================================================

01.Variable
02.Function
03.Font
04.Mixin

===================================================== */
/* 01.Variable
===================================================== */
/* _variables.scss
=====================================================

01.Font
02.Color
03.Layout

===================================================== */
/* 01.Font
===================================================== */
/* 02.Color
===================================================== */
/* 03.Layout
===================================================== */
/* ============================================ [EOF] */
/* 02.Function
===================================================== */
/* _function.scss
=====================================================

01.Function

===================================================== */
/* 01.Function
===================================================== */
/* ============================================ [EOF] */
/* 03.Font
===================================================== */
/* 04.Mixin
===================================================== */
/* ============================================ [EOF] */
@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
  }
}

@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
  }
}

.bg-gray {
  background-color: #F5F7F8;
}

.red {
  color: #e44c6f;
}

li.btn-fill--key a {
  transition: 0.5s;
}
li.btn-fill--key a:hover {
  background-color: #FF8CA6;
}

@media not screen and (max-width: 1024px) {
  .tablet-and-below {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none;
  }
}

@media not screen and (max-width: 767px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  br.sp-only {
    display: block;
  }
}

/* Fonts */
.page-wrap__body {
  padding-bottom: 0;
}
.page-wrap__body * {
  text-align: center;
}
.page-wrap__body h1 {
  font-size: 48px;
  letter-spacing: 0.2em;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .page-wrap__body h1 {
    font-size: 32px;
    line-height: 1.5;
  }
}
.page-wrap__body h2, .page-wrap__body h3, .page-wrap__body h4, .page-wrap__body h5 {
  color: #1A1A1A;
}
.page-wrap__body h2 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 32px;
}
.page-wrap__body h2:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-wrap__body h2 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }
  .page-wrap__body h2:not(:first-child) {
    margin-top: 24px;
  }
}
.page-wrap__body h3 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page-wrap__body h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}
.page-wrap__body h4, .page-wrap__body .h4 {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page-wrap__body h4, .page-wrap__body .h4 {
    font-size: 18px;
    line-height: 1.33;
  }
}
.page-wrap__body h5 {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page-wrap__body h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.page-wrap__body p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page-wrap__body p {
    text-align: left;
  }
}
.page-wrap__body small.note {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #999999;
  margin-top: 12px;
}
.page-wrap__body .slashes {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-wrap__body .slashes::before, .page-wrap__body .slashes::after {
  content: "";
  height: 1.2em;
  width: 3px;
  background: #1a1a1a;
}
.page-wrap__body .slashes::before {
  margin-right: 1em;
  transform: rotate(-35deg);
}
.page-wrap__body .slashes::after {
  margin-left: 1em;
  transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .page-wrap__body .slashes::before, .page-wrap__body .slashes::after {
    height: 1.6em;
    width: 2px;
  }
  .page-wrap__body .slashes::before {
    margin-right: 1em;
  }
  .page-wrap__body .slashes::after {
    margin-left: 1em;
  }
}

.pink-bg {
  background-color: #E44C6F;
}
.pink-bg *, .pink-bg h2, .pink-bg h3, .pink-bg h4 {
  color: white;
}
.pink-bg .slashes::before, .pink-bg .slashes::after {
  background: white;
}

.page-wrap__head {
  display: none;
}

.hero-area {
  background-color: #13212F;
  position: relative;
}
.hero-area .inner {
  max-width: 1000px;
}
.hero-area .btn-list__item {
  display: flex;
  align-items: center;
}
.hero-area .btn-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
.hero-area .btn-list__item, .hero-area .btn-list__item a {
  height: 48px !important;
  width: 195px !important;
}
@media not screen and (max-width: 1024px) {
  .hero-area .btn-list__item.btn-line {
    margin-left: 0;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-area .btn-list__item a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.hero-area * {
  color: white;
}
.hero-area img.tablet-and-above {
  position: absolute;
  right: 0;
  top: 0;
  width: 55vw;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.hero-area h5 {
  margin: 16px 0;
  color: white;
}
.hero-area .btn-line a {
  background-color: white;
  text-align: center;
}
@media not screen and (max-width: 767px) {
  .hero-area .inner {
    min-height: 400px;
    display: flex;
    align-items: center;
  }
  .hero-area .inner * {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .hero-area img.sp-only {
    display: block;
    max-width: 350px;
    margin: auto;
  }
  .hero-area .inner {
    padding: 48px 0 36px;
  }
  .hero-area * {
    text-align: center;
  }
  .hero-area .btn-line {
    margin: auto;
  }
  .hero-area .btn-line a {
    width: 146px;
    height: 40px;
    font-size: 14px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
}

.cont-wrap:not(.hero-area) {
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  .cont-wrap:not(.hero-area) {
    padding: 48px 0;
  }
}
.cont-wrap--gray {
  background-color: #F5F7F8;
}

img.marker {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  img.marker {
    width: 56px;
    height: 56px;
  }
}

.search-explanation-wrap h3 {
  margin-bottom: 32px;
}
.search-explanation-wrap h3 u {
  text-decoration-color: #ffd1db;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -4px;
}
@media screen and (max-width: 767px) {
  .search-explanation-wrap h3 {
    margin-bottom: 24px;
  }
}
.search-explanation-wrap img.tablet-and-above {
  margin-top: 32px;
}
.search-explanation-wrap img.sp-only {
  max-width: 350px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .search-explanation-wrap img.sp-only {
    display: block;
  }
}
.search-explanation-wrap__plus {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  width: 64px;
  aspect-ratio: 1/1;
  background-color: #E44C6F;
  border-radius: 50%;
}
.search-explanation-wrap .specialties-wrap__item__extra {
  max-width: 840px;
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  box-sizing: border-box;
  padding: 48px 48px 56px;
  position: relative;
  margin: 0 auto;
}
.search-explanation-wrap .specialties-wrap__item__extra h4 {
  text-align: center !important;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .search-explanation-wrap .specialties-wrap__item__extra h4 {
    text-align: center !important;
  }
  .search-explanation-wrap .specialties-wrap__item__extra h4::before, .search-explanation-wrap .specialties-wrap__item__extra h4::after {
    display: none;
  }
}
@media not screen and (max-width: 767px) {
  .search-explanation-wrap .specialties-wrap__item__extra__left-right__left {
    width: 55%;
  }
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left p.note {
  font-size: 14px;
  line-height: 1.75;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left * {
  text-align: left;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox {
  position: relative;
  padding: 24px 32px;
  background-color: #F5F7F8;
  border-radius: 16px;
  margin-top: 40px;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox span.dekiru {
  position: absolute;
  color: white;
  background-color: #E44C6F;
  border-radius: 6px 6px 0 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  left: 32px;
  top: 0;
  transform: translateY(-50%);
  padding: 6px 8px;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li {
  display: flex;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li::before {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 8px;
  background-image: url("../../img/store/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li + li {
  margin-top: 8px;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li p {
  text-align: left;
}
.search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li p strong {
  letter-spacing: 0.08em;
  color: #545454;
  letter-spacing: 0.08em;
}
@media not screen and (max-width: 767px) {
  .search-explanation-wrap .specialties-wrap__item__extra__left-right > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 344px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .search-explanation-wrap .specialties-wrap__item__extra {
    padding: 32px 32px 0 32px;
  }
  .search-explanation-wrap .specialties-wrap__item__extra h4 {
    margin-bottom: 8px;
  }
  .search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox {
    margin-top: 32px;
    padding: 24px;
  }
  .search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li::before {
    width: 24px;
    height: 24px;
  }
  .search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li + li {
    margin-top: 8px;
  }
  .search-explanation-wrap .specialties-wrap__item__extra__left-right__left__checkbox li br {
    display: none;
  }
  .search-explanation-wrap .specialties-wrap__item__extra__left-right > img {
    width: 100%;
    margin-top: 8px;
  }
}

.problem-wrap {
  position: relative;
  margin-bottom: 96px;
}
.problem-wrap__img {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  width: 70vw;
}
.problem-wrap::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 96px solid #F5F7F8;
}
.problem-wrap__bubbles {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: auto;
  margin-top: 40px;
}
.problem-wrap__bubbles__bubble {
  flex: 0 1 322px;
  border-radius: 48px 48px 48px 0px;
  background: #FFF;
  /* shadow */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  height: 160px;
}
.problem-wrap__bubbles__bubble::before {
  content: "";
  width: 18px;
  height: 12px;
  margin-right: 16px;
  flex: 0 0 18px;
  background-image: url(../../img/dianping/quote.svg);
}
.problem-wrap__bubbles__bubble p {
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .problem-wrap {
    margin-bottom: 48px;
  }
  .problem-wrap::after {
    border-top: 48px solid #F5F7F8;
  }
  .problem-wrap__bubbles {
    gap: 16px;
  }
  .problem-wrap__bubbles__bubble {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    height: auto;
  }
  .problem-wrap__bubbles__bubble p {
    font-size: 14px;
    line-height: 24px;
  }
}

.cost-down-wrap img.tablet-and-above, .cost-down-wrap img.sp-only {
  margin: 32px auto;
}
@media not screen and (max-width: 767px) {
  .cost-down-wrap img.tablet-and-above {
    display: block;
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .cost-down-wrap img.sp-only {
    display: block;
    max-width: 350px;
  }
}
.cost-down-wrap__bubble {
  padding: 24px 48px;
  max-width: 800px;
  display: block;
  margin: auto;
  border-radius: 48px 48px 0px 48px;
}
@media screen and (max-width: 767px) {
  .cost-down-wrap__bubble h4 {
    font-size: 16px;
    text-align: left;
  }
  .cost-down-wrap__bubble h4 br {
    display: none;
  }
}

.merit-wrap {
  padding-top: 0 !important;
}
.merit-wrap h3 {
  margin-bottom: 40px;
}
.merit-wrap__items {
  display: grid;
  max-width: 1000px;
  grid-gap: 48px 56px;
  margin: auto;
}
.merit-wrap__items__item > img {
  max-width: 472px;
}
.merit-wrap__items__item h5 {
  margin-bottom: 24px;
}
@media not screen and (max-width: 767px) {
  .merit-wrap__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .merit-wrap h3 {
    font-size: 20px;
  }
}

.service-wrap {
  position: relative;
  overflow: hidden;
  min-height: 470px;
}
.service-wrap__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-wrap__decoration::before, .service-wrap__decoration::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  background: #FF8CA6;
  border-radius: 50%;
}
.service-wrap__decoration::after {
  width: 243px;
  left: -81px;
  bottom: -81px;
}
.service-wrap__decoration::before {
  width: 442px;
  bottom: -59px;
  right: -100px;
}
.service-wrap__decoration img.pc-only {
  position: absolute;
  right: 16px;
  width: calc(50% - 16px);
  bottom: 0;
  max-height: 448px;
  object-fit: contain;
  object-position: bottom left;
}
.service-wrap .inner {
  position: relative;
  max-width: 1000px;
}
.service-wrap__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-wrap__text__title {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 20px 0 40px;
}
.service-wrap__text__title h2 {
  text-align: left;
  margin: 0 !important;
}
.service-wrap__text .btn-fill a {
  background-color: white;
  color: #E44C6F;
  line-height: 76px;
  height: 76px;
  border-radius: 100px;
  transition: all ease-out 0.6s;
}
.service-wrap__text .btn-fill a:hover {
  background: #f4e1e3;
}
@media screen and (max-width: 767px) {
  .service-wrap__decoration::after {
    width: 150px;
    left: -75px;
    top: -100px;
    bottom: auto;
  }
  .service-wrap__decoration::before {
    width: 287px;
    right: -90px;
    bottom: -30px;
  }
  .service-wrap__text {
    align-items: center;
  }
  .service-wrap__text .marker {
    width: 64px;
    height: 64px;
  }
  .service-wrap__text__title {
    gap: 16px;
  }
  .service-wrap__text h4 {
    font-size: 16px;
  }
  .service-wrap__text img.tablet-and-below {
    max-width: 360px;
    margin-bottom: 24px;
  }
}

.specialties-wrap {
  background: #F5F7F8;
}
.specialties-wrap__item {
  background-color: white;
  padding: 64px 96px 96px;
  border-radius: 40px;
}
.specialties-wrap__item__bubble {
  background: #E44C6F;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  letter-spacing: 0.04em;
  position: relative;
  width: 88px;
  height: 88px;
  margin: auto;
  border-radius: 50%;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
.specialties-wrap__item__bubble::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: calc(50% - 19px);
  display: block;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 26px solid #E44C6F;
}
.specialties-wrap__item h3 {
  margin: 32px 0;
}
.specialties-wrap__item > p {
  margin-bottom: 40px;
}
.specialties-wrap__item + .specialties-wrap__item {
  margin-top: 80px;
}
.specialties-wrap__item__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.specialties-wrap__item__list__item {
  min-width: 0;
}
.specialties-wrap__item__list__item__image {
  height: 238px;
  background-color: #DFE3E8;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 24px;
}
.specialties-wrap__item__list__item__image img {
  height: 214px;
  width: auto;
}
.specialties-wrap__item__list__item h5 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item {
    padding: 40px 24px 48px;
  }
  .specialties-wrap__item + .specialties-wrap__item {
    margin-top: 48px;
  }
  .specialties-wrap__item__bubble {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .specialties-wrap__item__bubble::after {
    top: calc(100% - 16px);
    border-top-width: 23px;
  }
  .specialties-wrap__item h3 {
    margin: 16px 0;
    font-size: 20px;
  }
  .specialties-wrap__item h3 br {
    display: none;
  }
  .specialties-wrap__item > p {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .specialties-wrap__item img.sp-only {
    max-width: 350px;
  }
  .specialties-wrap__item__list {
    grid-template-columns: 1fr;
  }
  .specialties-wrap__item__list__item__image {
    height: 186px;
  }
  .specialties-wrap__item__list__item__image img {
    height: 168px;
  }
  .specialties-wrap__item__list__item h5 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .inbound h2.slashes::before, .inbound h2.slashes::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .inbound h4 {
    text-align: left;
  }
}
.inbound__problem-image {
  text-align: center;
  position: relative;
  margin-top: 32px;
}
.inbound__problem-image img {
  max-width: 286px;
  height: auto;
  width: 100%;
}
.inbound__problem-image__bubbles__bubble {
  flex: 0 1 322px;
  border-radius: 48px 48px 48px 0px;
  background: #FFF;
  /* shadow */
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  height: 160px;
  height: 112px;
}
.inbound__problem-image__bubbles__bubble::before {
  content: "";
  width: 18px;
  height: 12px;
  margin-right: 16px;
  flex: 0 0 18px;
  background-image: url(../../img/dianping/quote.svg);
}
.inbound__problem-image__bubbles__bubble p {
  text-align: left;
  letter-spacing: 0.08em;
}
@media not screen and (max-width: 767px) {
  .inbound__problem-image__bubbles__bubble {
    max-width: 433px;
    width: 40%;
    position: absolute;
  }
  .inbound__problem-image__bubbles__bubble:first-child {
    top: 0%;
    left: 0;
    border-radius: 48px 48px 0 48px;
  }
  .inbound__problem-image__bubbles__bubble:nth-child(2) {
    top: 0;
    right: 0;
    border-radius: 48px 48px 48px 0;
  }
  .inbound__problem-image__bubbles__bubble:nth-child(3) {
    bottom: 0;
    left: 0;
    border-radius: 48px 0 48px 48px;
  }
  .inbound__problem-image__bubbles__bubble:nth-child(4) {
    bottom: 0;
    right: 0;
    border-radius: 0px 48px 48px 48px;
  }
}
@media screen and (max-width: 767px) {
  .inbound__problem-image__bubbles {
    margin-top: 32px;
  }
  .inbound__problem-image__bubbles__bubble {
    margin-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}
.inbound__arrow {
  width: 28px;
  margin: 40px auto;
}
.inbound__solution-image {
  display: block;
}
.inbound__solution-image.tablet-and-above {
  max-width: 1088px;
  margin: 40px auto 0;
}
.inbound__solution-image.sp-only {
  margin: 24px auto;
  max-width: 400px;
}
.inbound__bubble {
  max-width: 725px;
  margin: auto;
  padding: 24px 36px;
  background: #E44C6F;
  border-radius: 48px 48px 0px 48px;
}
.inbound__bubble h4 {
  color: white;
}
@media screen and (max-width: 767px) {
  .inbound__bubble h4 br {
    display: none;
  }
}
.inbound small.note {
  text-align: right;
  max-width: 1088px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .inbound small.note {
    text-align: left;
  }
}

.flow-wrap__list {
  display: grid;
  grid-gap: 24px;
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.flow-wrap__list::before {
  content: "";
  border-top: 3px solid #13212F;
  position: absolute;
  top: 66px;
  left: 60px;
  right: 60px;
}
.flow-wrap__list__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.flow-wrap__list__item > img {
  margin-bottom: 24px;
  width: 120px;
}
.flow-wrap__list__item p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow-wrap__list {
    grid-template-columns: 1fr;
  }
  .flow-wrap__list::before {
    border-right: 3px solid #13212F;
    border-top: 0;
    width: 0;
    height: 100%;
    left: 50px;
    top: 0;
  }
  .flow-wrap__list__item {
    flex-direction: row;
    gap: 30px;
  }
  .flow-wrap__list__item > img {
    width: 104px;
    margin-bottom: 0;
  }
  .flow-wrap__list__item h5 {
    text-align: left;
  }
  .flow-wrap__list__item p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cta-wrap h2.cta-wrap__ttl {
    font-size: 2.2rem;
  }
}

.sp-button .btn-list {
  position: fixed;
  height: 72px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.03);
  z-index: 4;
}
.sp-button .btn-list__item {
  flex: 1 1 auto;
}
.sp-button .btn-list__item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  color: white;
  background: #E44C6F;
  border: 0;
  font-weight: 700;
}
.sp-button .btn-list__item a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/common/ico_mail-white.svg);
}

/*# sourceMappingURL=searches.css.map */
