@charset "UTF-8";

/*====================================================================================
COMMON
====================================================================================*/

/*---------- COMPONENT ICON PLUS ----------*/
.c-icon-plus {
  position: absolute;
  inset-block-start: 50%;
}

.c-icon-plus::before,
.c-icon-plus::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 100%;
  height: 2px;
  margin-block-start: -1px;
  background-color: #f41808;
}

.c-icon-plus::before {
  transform: rotate(-90deg);
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (max-width: 767px) {
  .c-icon-plus {
    width: 2rem;
    height: 2rem;
    margin-block-start: -1rem;
  }
}

@media (min-width: 768px) {
  .c-icon-plus {
    width: 2.2rem;
    height: 2.2rem;
    margin-block-start: -1.1rem;
  }
}

/*---------- COMPONENT TITLE SECTION ----------*/
.c-title-section {
  position: relative;
  z-index: 1;
  font-size: 25px;
  color: var(--color-red);
  border-block-end: 1px solid #737374;
}

.c-title-section::after {
  content: "";
  position: absolute;
  inset-block-end: -1px;
  inset-inline-start: 0;
  width: 25%;
  height: 4px;
  background-color: var(--color-red);
}

@media (max-width: 767px) {
  .c-title-section {
    padding-block-end: 15px;
  }
}

@media (min-width: 768px) {
  .c-title-section {
    padding-block-end: 25px;
  }
}

/*---------- COMPONENT BUTTON ANCHOR ----------*/
.c-btn-anchor__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 240px;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #f41808;
  border: 1px solid #f41808;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.c-btn-anchor__link:hover {
  background-color: transparent;
}

.c-btn-anchor__link:hover::before {
  height: 100%;
}

.c-btn-anchor__link::before,
.c-btn-anchor__link::after {
  position: absolute;
}

.c-btn-anchor__link::before {
  content: "";
  z-index: -1;
  inset: 0;
  height: 0;
  background-color: #000000;
  transition: all 0.3s ease;
}

.c-btn-anchor__link::after {
  content: "\e800";
  inset-block-start: 50%;
  font-family: "fontello";
  rotate: 90deg;
  translate: 0 -50%;
}

@media (max-width: 767px) {
  .c-btn-anchor__link {
    min-height: 40px;
    padding: 5px 25px 5px 20px;
    font-size: 14px;
  }

  .c-btn-anchor__link::after {
    inset-inline-end: 10px;
  }
}

@media (min-width: 768px) {
  .c-btn-anchor__link {
    min-height: 50px;
    padding: 10px;
    font-size: 16px;
  }

  .c-btn-anchor__link::after {
    inset-inline-end: 20px;
  }
}

/*---------- COMPONENT LIST BUTTON ANCHOR ----------*/
.c-list-btn-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .c-list-btn-anchor {
    gap: 15px;
  }

  .c-list-btn-anchor .c-btn-anchor {
    width: calc(50% - 7.5px);
  }
}

@media (min-width: 768px) {
  .c-list-btn-anchor {
    gap: 20px;
  }

  .c-list-btn-anchor .c-btn-anchor {
    width: 240px;
  }
}

/*====================================================================================
PAGE FAQ
====================================================================================*/

/*---------- COMPONENT LIST CALLOUT FAQ ----------*/
.c-list-callout-faq .c-callout-faq {
  border-block-end: 1px solid #737374;
}

/*---------- COMPONENT CALLOUT FAQ ----------*/
.c-callout-faq__header,
.c-callout-faq__inner {
  position: relative;
}

.c-callout-faq__header {
  cursor: pointer;
}

.c-callout-faq__header.is-active .c-icon-plus::before {
  transform: rotate(0deg);
}

.c-callout-faq__title {
  font-weight: 700;
}

.c-callout-faq__char {
  position: absolute;
  font-weight: 700;
  line-height: 1;
}

.c-callout-faq__body {
  display: none;
}

.c-callout-faq__desc p + p {
  margin-top: 1em;
}

.c-callout-faq__desc ul,
.c-callout-faq__desc ol {
  margin: 1em 0;
  padding-inline-start: 1.5em;
}

.c-callout-faq__desc li + li {
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  .c-callout-faq__header {
    padding: 18px 25px 18px 40px;
  }

  .c-callout-faq__header .c-icon-plus {
    inset-inline-end: 0;
  }

  .c-callout-faq__title {
    font-size: 16px;
  }

  .c-callout-faq__char {
    font-size: 25px;
  }

  .c-callout-faq__char--q {
    inset-block-start: 17px;
    inset-inline-start: 0;
  }

  .c-callout-faq__char--a {
    inset-block-start: 0;
    inset-inline-start: 3px;
  }

  .c-callout-faq__inner {
    padding: 0 0 18px 40px;
  }
}

@media (min-width: 768px) {
  .c-callout-faq__header {
    padding: 22px 50px 22px 70px;
  }

  .c-callout-faq__header .c-icon-plus {
    inset-inline-end: 20px;
  }

  .c-callout-faq__title {
    font-size: 18px;
  }

  .c-callout-faq__char {
    font-size: 30px;
  }

  .c-callout-faq__char--q {
    inset-block-start: 19px;
    inset-inline-start: 18px;
  }

  .c-callout-faq__char--a {
    inset-block-start: 3px;
    inset-inline-start: 20px;
  }

  .c-callout-faq__inner {
    padding: 5px 50px 22px 70px;
  }
}

/*---------- SECTION FAQ ----------*/
.p-faq {
  margin-top: 6rem;
}

.p-faq:last-child {
  margin-bottom: 10rem;
}

/*====================================================================================
PAGE COLUMN
====================================================================================*/

/*---------- SECTION COLUMN ----------*/
.p-column {
  margin-bottom: 10rem;
}