

/* Profile */
.content-base {
  margin-bottom: 5.92vw;
}
.content-column {
  /* display: flex; */
  /* justify-content: space-between; */
}
.content-column h3 {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.8rem;
}
.conetent-text h3 {
  margin-bottom: 1em;
  font-size: clamp(.9rem, 4.19vw, 2rem);
  line-height: 1.6;
}
.btn-vertical {
  display: flex; 
}
.btn-vertical li {
  width: min(48%,280px);
}
.btn-vertical li:first-child {
  margin-right: 14px;
}

ul.list-style {
  margin-left: 1.4em;
}

.fs-s {
  font-size: 1.4rem;
}

.btn_style--blue {
  width: 320px;
  padding: .7em 0;
}
.column-wrap span {
  padding-left: 1.2em;
  display: block;
}
.list-style li {
  font-size: clamp(14px, 3.3vw, 1.4rem);
  line-height: 1.8;
  list-style-type: initial;
}
.list-style span {
  padding-left: 0;
}
@media (max-width: 520px) {
  .content-column h3 {
    font-size: 1.1rem;
  }
  .content-column {
    display: flex;
    flex-direction: column;
  }
  .content-column div:first-child {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.65vw;
  }
  .content-column .conetent-text {
    width: 95%;
  }
  .btn-vertical li a {
    font-size: .8rem;
    padding: 1em;
  }
  .btn_style--blue::before {
    right: 12px;
  }
  .fs-s {
    font-size: .8rem;
    display: block;
    line-height: 1.8;
  }
  .btn_style--blue {
    padding: 1em 0;
  }
  ul.list-style  {
    margin-left: .8em;
  }
}