@charset "UTF-8";
/*!
 * akachanhonpo coen.lol website styles
 */
.premium--feature--img-holder {
  display: inline-block;
  line-height: 0;
  padding: 0.25rem;
  border-radius: 0.75rem;
  background-color: #fefefe;
}
.premium--feature--arrow {
  display: block;
  font-size: 2rem;
  height: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
@media (min-width: 768px) {
  .premium--feature--arrow {
    position: absolute;
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    top: 50%;
    right: -1rem;
    margin-top: -1.5rem;
    transform: rotate(-90deg);
  }
}
.premium--feature--balloon-img {
  position: absolute;
  bottom: 67%;
  right: 70%;
  width: 40%;
}
.premium--flow--docs-table {
  font-size: 0.875rem;
}
.premium--flow--docs-table th {
  font-weight: normal;
  font-size: 0.75rem;
}
.premium--flow--docs-table th,
.premium--flow--docs-table td,
.premium--flow--docs-table thead th,
.premium--flow--docs-table thead td,
.premium--flow--docs-table tbody th,
.premium--flow--docs-table tbody td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.premium--flow--docs-table--col-mark {
  width: 110px;
}
.premium--faq--icon {
  font-size: 1.5rem;
  line-height: 1;
  font-style: normal;
  text-align: center;
  width: 1.5em;
  padding-right: 0.5em;
  display: block;
  flex-shrink: 0;
  transform: translate(0, 0.05em);
}
.premium--faq--qa {
  padding-top: 3rem;
  margin-top: -3rem;
}
.premium--faq--q {
  font-size: 1rem;
  line-height: 1.67;
}
@media (min-width: 768px) {
  .premium--faq--q {
    font-size: 1.25rem;
  }
}
.premium--faq--a {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .premium--faq--a {
    font-size: 1rem;
  }
}
.premium--faq--a p {
  margin-bottom: 0.5rem;
}
.premium--faq--a .btn {
  margin-top: 1rem;
}
.premium--faq--a .small {
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .premium--faq--a .small {
    font-size: 0.875rem;
  }
}
.premium--faq--a .small:before {
  content: "※";
}
@media (min-width: 992px) {
  @supports (position: sticky) {
    .premium--faq--nav {
      position: sticky;
      top: 75px;
      bottom: 75px;
      overflow-y: auto;
      max-height: 80vh;
      z-index: 1020;
    }
  }
}

.list-dot-none {
  list-style-type: none;
  padding-left: 0;
}