@charset "UTF-8";
/*-------------------------------------------
 ヘッダー
-------------------------------------------*/
.btn-peper-baloon {
  position: absolute;
  background: #be9e55;
  color: #fff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  padding: 16px;
  text-align: center;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.4em;
  top: 0;
  left: -10px;
  display: flex;
  align-items: center;
  z-index: 100;
}

.btn__arrow a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
}

.btn__cta--download a,
.btn__cta--contact a,
.btn__cta--tel a {
  font-size: 1.2rem;
}

.grid__wrap img {
  max-width: 100%;
}

.grid__item-title {
  font-weight: 900;
  margin: 1em 0;
  text-align: center;
  line-height: 1.4;
}

.grid__item-summary {
  font-size: 0.8em;
}

.grid__img-icon {
  display: block;
  text-align: center;
}
.grid__img-icon img {
  max-width: 50%;
}

.dl__wrap {
  display: flex;
}
.dl__wrap:not(:last-child) {
  margin-bottom: 24px;
}
.dl__wrap dt {
  flex-basis: 100px;
  font-weight: 900;
}

/*--------------------------------------

--------------------------------------*/
.cta__area-summary {
  position: relative;
  margin-bottom: 1em;
}

.cta__area-row-title {
  line-height: 1.4;
  margin-bottom: 20px;
}

@media only screen and (min-width: 560px) {
  .cta__area-summary {
    text-align: center;
  }
}
.solution {
  background-color: #f5f5f5;
}

.arrow-bottom {
  position: relative;
}
.arrow-bottom :after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 40px 50px 0 50px;
}
