@charset "UTF-8";
.account-type-heading .account-type-heading-box {
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f2fbfa;
}

.account-type-heading > p {
  margin: 20px 0 0;
  font-size: 1em;
  line-height: 1.5;
}

.account-type-heading > figure {
  margin: 40px 0 0;
}

.account-type-heading > figure img {
  width: 100%;
}

.common-sec-box ul li {
  position: relative;
  padding-left: 17px;
}

.common-sec-box ul li::before {
  position: absolute;
  top: 13px;
  left: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  content: "";
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
}
