@charset "UTF-8";
/*アイキャッチ画像*/
@media (max-width: 767px) {
  .u-background-cover {
    background-image: url("/wp-content/package/page/faq/img/eyecatch-sp.png?uwadmtauj"); } }
/*リンクインデックス*/
.inner-link {
  justify-content: space-around; }
  .inner-link .ncColumns_panel {
    display: flex;
    justify-content: center;
    align-items: center; }
  .inner-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.5em;
    width: min(90%, 260px);
    aspect-ratio: 260/80;
    background-color: #333;
    border-radius: 10px;
    color: #fff; }
    .inner-link a::after {
      content: "";
      display: block;
      width: 1em;
      height: 1em;
      mask-image: url("/wp-content/package/module/icon/img/chevron-right.svg?uwadmtaus");
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      background-color: #fff; }

@media (min-width: 768px) {
  .sec_header {
    margin-top: 5cqw; } }
@media (max-width: 767px) {
  .sec_header {
    margin-top: 10cqw; } }

h3 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px; }
  @media (min-width: 768px) {
    h3 {
      margin-top: 4cqw; } }
  @media (max-width: 767px) {
    h3 {
      margin-top: 8cqw; } }
  h3::before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    margin-right: 5px;
    background-color: #E58C20; }

/*最後に*/
.ending h2 {
  margin-bottom: 1em; }
.ending p {
  line-height: 3; }
