.content .content-master {
  width: 84%;
  margin: 100px auto 50px auto;
  font-size: 16px;
  line-height: 32px;
}

.content h3 {
  margin-top: 0px;
}

.content .content-master p {
  margin-top: 20px;
  font-size: 14px;
}

.content .msg-footer {
  height: 244px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D0EEFA));
  background-image: linear-gradient(#fff, #D0EEFA);
  position: relative;
}

.content .msg-footer .msg-footer-bicycle {
  position: absolute;
  width: 164px;
  height: 168px;
  bottom: 0;
  left: calc(50% - 642px);
}

.content .msg-footer .msg-footer-bicycle::before {
  content: '';
  position: absolute;
  background-image: url(../images/p_bubble_bicycle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 77px;
  top: 10px;
  left: 38px;
  z-index: 1;
}

.content .msg-footer .msg-footer-bicycle img {
  position: relative;
  z-index: 10;
}

.content .msg-footer .msg-footer-umbrella {
  position: absolute;
  width: 95px;
  height: 118px;
  bottom: 0;
  left: calc(50% - 322px);
}

.content .msg-footer .msg-footer-umbrella::before {
  content: '';
  position: absolute;
  background-image: url(../images/p_bubble_umbrella.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 63px;
  top: 28px;
  left: 2px;
  z-index: 1;
}

.content .msg-footer .msg-footer-umbrella img {
  position: relative;
  z-index: 10;
}

.content .msg-footer .msg-footer-running {
  position: absolute;
  width: 118px;
  height: 168px;
  bottom: 0;
  right: calc(50% - 322px);
}

.content .msg-footer .msg-footer-running::before {
  content: '';
  position: absolute;
  background-image: url(../images/p_bubble_running.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 63px;
  top: 25px;
  left: 25px;
  z-index: 1;
}

.content .msg-footer .msg-footer-running img {
  position: relative;
  z-index: 10;
}

.content .msg-footer .msg-footer-bag {
  position: absolute;
  width: 84px;
  height: 181px;
  bottom: 0;
  right: calc(50% - 642px);
}

.content .msg-footer .msg-footer-bag::before {
  content: '';
  position: absolute;
  background-image: url(../images/p_bubble_bag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 77px;
  top: 16px;
  left: 9px;
  z-index: 1;
}

.content .msg-footer .msg-footer-bag img {
  position: relative;
  z-index: 10;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .content {
    /*margin-top: 50px;*/
    margin-top: 0px;
    padding-top: 50px;
  }
    .content .content-master {
      width: 100%;
      margin: 0 auto 50px;
      font-size: 16px;
      line-height: 32px;
    }
  .content h3 {
    /*margin-top: 40px;*/
    margin-top: 0px;
    margin-block-start: 0.83em;
  }
  .content .msg-footer {
    height: 40vw;
  }
  .content .msg-footer .msg-footer-bicycle {
    width: 25%;
    height: 25vw;
    bottom: 0;
    left: 0;
  }
  .content .msg-footer .msg-footer-umbrella {
    width: 15%;
    height: 18vw;
    bottom: 0;
    left: 32vw;
  }
  .content .msg-footer .msg-footer-running {
    width: 17%;
    height: 24vw;
    bottom: 0;
    right: 19vw;
  }
  .content .msg-footer .msg-footer-bag {
    width: 13%;
    height: 28vw;
    bottom: 0;
    right: 0;
  }
}
