/* @import "/webapi/fl26791095/_main.css"; */

.content {
    position: relative;
    padding-top: 15px;
    text-align: center;
}
.content.close {
  position: absolute;
  right: 0px;
  top: 0px;
}

.content.p {
  /* color: $textColor; */
  color: var(--textColor);
  margin: 5px 0px;
  text-align: center;
}

.content .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
}

.content.phone-icon {
  width: 177px;
  height: 125px;
  display: inline-block;
  margin-top: 30px;
}

.content .text {
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
}

.content.tel-text {
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
}

.content a {
  color: #551A8B;
  text-decoration: underline;
}

.buttonWrap {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 0px;
}

.buttonWrap button {
  width: fit-content;
  height: 45px;
  background: var(--blue);
  color: var(--white);
  padding: 0.4rem 3rem;
  box-shadow: var(--box-shadow);
  transition: .3s;
  border-radius: 5px;
  border: none;
}

.buttonWrap button:focus {
  outline: none;
}
