@charset "UTF-8";
/********************************************************

setting

********************************************************/
:root {
  --margin-block: 200px; }

@media (min-width: 1101px) and (max-width: 1280px) {
  :root {
    --margin-block: 120px; } }
@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 640px) {
  :root {
    --margin-block: 70px; } }
.block_faq {
  padding: 0 0 clamp(60px, 7.5vw, 120px) 0; }

.block_cate-link {
  width: min(90%, 1000px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 1rem;
  margin: 0 auto clamp(60px, 7.5vw, 120px) auto; }
  .block_cate-link .cate-link {
    min-width: 49%;
    font-size: 10px; }
    @media screen and (min-width: 750px) {
      .block_cate-link .cate-link {
        font-size: calc(10px + 0.0051282051 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .block_cate-link .cate-link {
        font-size: 16px; } }
    @media screen and (max-width: 600px) {
      .block_cate-link .cate-link {
        min-width: inherit;
        width: 100%;
        font-size: 14px; } }
    .block_cate-link .cate-link a {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      border-radius: 40px;
      padding: 1.2rem 1.5rem;
      color: #FFF;
      text-decoration: none;
      white-space: nowrap; }
      .block_cate-link .cate-link a::after {
        content: "↓";
        margin-left: auto;
        line-height: 1; }
    .block_cate-link .cate-link .number {
      font-family: "Montserrat", serif;
      font-size: 10px;
      background: #FFF;
      border-radius: 50%;
      margin-right: 1rem;
      width: 2.5rem;
      height: 2.5rem;
      min-width: 2.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1; }
      @media screen and (min-width: 750px) {
        .block_cate-link .cate-link .number {
          font-size: calc(10px + 0.0017094017 * (100vw - 750px)); } }
      @media screen and (min-width: 1920px) {
        .block_cate-link .cate-link .number {
          font-size: 12px; } }
      @media screen and (max-width: 600px) {
        .block_cate-link .cate-link .number {
          width: 2rem;
          height: 2rem;
          min-width: 2rem; } }
    .block_cate-link .cate-link.cate_outline a {
      background-color: #2c4a6f; }
    .block_cate-link .cate-link.cate_outline .number {
      color: #2c4a6f; }
    .block_cate-link .cate-link.cate_access a {
      background-color: #a37d2f; }
    .block_cate-link .cate-link.cate_access .number {
      color: #a37d2f; }
    .block_cate-link .cate-link.cate_plan a {
      background-color: #318c8d; }
    .block_cate-link .cate-link.cate_plan .number {
      color: #318c8d; }
    .block_cate-link .cate-link.cate_quality a {
      background-color: #b53f36; }
    .block_cate-link .cate-link.cate_quality .number {
      color: #b53f36; }
    .block_cate-link .cate-link.cate_car a {
      background-color: #248650; }
    .block_cate-link .cate-link.cate_car .number {
      color: #248650; }
    .block_cate-link .cate-link.cate_location a {
      background-color: #b3b100; }
    .block_cate-link .cate-link.cate_location .number {
      color: #b3b100; }
    .block_cate-link .cate-link.cate_price a {
      background-color: #e65870; }
    .block_cate-link .cate-link.cate_price .number {
      color: #e65870; }
    .block_cate-link .cate-link.cate_assets a {
      background-color: #e45000; }
    .block_cate-link .cate-link.cate_assets .number {
      color: #e45000; }
    .block_cate-link .cate-link.cate_model a {
      background-color: #49a9d1; }
    .block_cate-link .cate-link.cate_model .number {
      color: #49a9d1; }
    .block_cate-link .cate-link.cate_entry a {
      background-color: #704c7d; }
    .block_cate-link .cate-link.cate_entry .number {
      color: #704c7d; }

.faq-set {
  width: min(90%, 1000px);
  margin: 0 auto; }

/* カテゴリ見出し */
.faq-category {
  margin-bottom: 2rem; }

.faq-category-ttl {
  margin: 0;
  padding: 20px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 5px; }
  @media screen and (min-width: 750px) {
    .faq-category-ttl {
      font-size: calc(18px + 0.0068376068 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .faq-category-ttl {
      font-size: 26px; } }
  .faq-category-ttl .number {
    font-family: "Montserrat", serif;
    font-size: 14px;
    margin-right: 1.5rem;
    border-radius: 50%;
    background: #FFF;
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1; }
    @media screen and (min-width: 750px) {
      .faq-category-ttl .number {
        font-size: calc(14px + 0.0051282051 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .faq-category-ttl .number {
        font-size: 20px; } }
    @media screen and (max-width: 750px) {
      .faq-category-ttl .number {
        width: 2.5rem;
        height: 2.5rem;
        min-width: 2.5rem; } }
  .faq-category-ttl.ttl_outline {
    background-color: #2c4a6f; }
    .faq-category-ttl.ttl_outline .number {
      color: #2c4a6f; }
  .faq-category-ttl.ttl_access {
    background-color: #a37d2f; }
    .faq-category-ttl.ttl_access .number {
      color: #a37d2f; }
  .faq-category-ttl.ttl_plan {
    background-color: #318c8d; }
    .faq-category-ttl.ttl_plan .number {
      color: #318c8d; }
  .faq-category-ttl.ttl_quality {
    background: #b53f36; }
    .faq-category-ttl.ttl_quality .number {
      color: #b53f36; }
  .faq-category-ttl.ttl_car {
    background: #248650; }
    .faq-category-ttl.ttl_car .number {
      color: #248650; }
  .faq-category-ttl.ttl_location {
    background: #b3b100; }
    .faq-category-ttl.ttl_location .number {
      color: #b3b100; }
  .faq-category-ttl.ttl_price {
    background: #e65870; }
    .faq-category-ttl.ttl_price .number {
      color: #e65870; }
  .faq-category-ttl.ttl_assets {
    background: #e45000; }
    .faq-category-ttl.ttl_assets .number {
      color: #e45000; }
  .faq-category-ttl.ttl_model {
    background: #49a9d1; }
    .faq-category-ttl.ttl_model .number {
      color: #49a9d1; }
  .faq-category-ttl.ttl_entry {
    background: #704c7d; }
    .faq-category-ttl.ttl_entry .number {
      color: #704c7d; }

/* リストアイテム */
.faq-list {
  margin-bottom: 1rem;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  overflow: hidden; }

/* 質問エリア */
.faq-question {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #f8f9fa;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  font-weight: 600; }
  @media screen and (max-width: 750px) {
    .faq-question {
      padding: 20px 15px; } }

.faq-question:hover {
  background-color: #f0f4f8; }

.faq-q {
  color: #2c4a6f;
  margin-right: 12px;
  font-family: "Montserrat", serif;
  font-size: 16px; }
  @media screen and (min-width: 750px) {
    .faq-q {
      font-size: calc(16px + 0.0051282051 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .faq-q {
      font-size: 22px; } }

.faq-question .faq-txt {
  font-size: 14px;
  flex: 1;
  padding-right: 20px;
  margin: 0;
  line-height: 1.6; }
  @media screen and (min-width: 750px) {
    .faq-question .faq-txt {
      font-size: calc(14px + 0.0051282051 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .faq-question .faq-txt {
      font-size: 20px; } }

/* 開閉アイコン（＋/－の切り替え） */
.faq-icon {
  position: relative;
  width: 14px;
  height: 14px; }

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: #2c4a6f;
  transition: transform 0.3s ease; }

.faq-icon::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px; }

.faq-icon::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px; }

.faq-question.is-active .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0; }

/* 回答エリア */
.faq-answer {
  display: none;
  background-color: #ffffff; }

.faq-answer-inner {
  padding: 30px 30px 40px;
  border-top: 1px dashed #e0e0e0; }
  @media screen and (max-width: 750px) {
    .faq-answer-inner {
      padding: 20px 15px; } }

.faq-a {
  color: #d9534f;
  margin-right: 12px;
  font-size: 14px;
  margin-top: 0.5rem;
  font-family: "Montserrat", serif; }
  @media screen and (min-width: 750px) {
    .faq-a {
      font-size: calc(14px + 0.0068376068 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .faq-a {
      font-size: 22px; } }

.faq-answer-set {
  display: flex; }

.faq-answer .faq-txt {
  font-size: 14px;
  line-height: 2.0;
  margin: 0;
  font-weight: 400; }
  @media screen and (min-width: 750px) {
    .faq-answer .faq-txt {
      font-size: calc(14px + 0.0034188034 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .faq-answer .faq-txt {
      font-size: 18px; } }

.faq-answer .btn-link,
.faq-answer .btn-res,
.faq-answer .btn-req {
  margin-top: 2rem;
  display: inline-block;
  margin-left: 3rem;
  min-width: 250px; }
  .faq-answer .btn-link a,
  .faq-answer .btn-res a,
  .faq-answer .btn-req a {
    font-size: 12px;
    padding: 2rem; }
    @media screen and (min-width: 750px) {
      .faq-answer .btn-link a,
      .faq-answer .btn-res a,
      .faq-answer .btn-req a {
        font-size: calc(12px + 0.0017094017 * (100vw - 750px)); } }
    @media screen and (min-width: 1920px) {
      .faq-answer .btn-link a,
      .faq-answer .btn-res a,
      .faq-answer .btn-req a {
        font-size: 14px; } }

.faq-answer .btn-res a,
.faq-answer .btn-req a {
  border-radius: 40px; }
