@charset "UTF-8";

/* 追加CSS */
/* ===============================================
# 下層追加　20250522
=============================================== */
#header .has_under .sub-menu {
  text-align: justify;
}

body:not(.home) {
  .sp-only {
    @media (min-width : 768px) {
      display: none;
    }

    @media (max-width : 767px) {
      display: block;
    }
  }

  .text-secondary {
    color: #619881;
  }

  .u_img_item {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }

  .u_demerit {
    background: rgba(97, 152, 129, 0.1);

    h4::before {
      background: #619881;
    }

    li::marker {
      color: #619881 !important;
    }
  }

  li::marker {
    color: #BFAA7D;
  }

  @media (min-width : 768px) {
    .u_pc_flex {
      display: flex;
    }
  }

  .under_list {
    padding-left: 6%;
  }

  /* 特徴ナンバーリスト 白背景*/
  .u_bg_white {
    background: #fff;
    padding: 60px 6%;
    border: solid 1px #dcc296;
  }


  @media (max-width: 767px) {
    .u_bg_white {
      padding: 40px 6%;
    }
  }

  .u_check_ttl {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 2em;

    @media (max-width : 767px) {
      margin-bottom: 1em;
    }

    &::after {
      content: none;
    }
  }


  /* 特徴ナンバーリスト */
  .u_number_list_2 {
    counter-reset: number;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
  }

  .u_number_list_2 li {
    display: flex;
    margin-bottom: 2em;
    margin-right: 2%;
    width: 100%;
    gap: 10px;
  }

  .u_number_list_2 li span.inner {
    flex: 1;
    margin-top: -5px;
  }

  .u_number_list_2 li:last-child {
    margin-bottom: 0;
  }

  .u_number_list_2 li::before {
    background-color: #dcc296;
    border-radius: 50%;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    font-weight: bold;
    height: 1.6em;
    line-height: 1.8em;
    margin-right: 0.2em;
    padding: 2px 3px 4px;
    text-align: center;
    width: 1.6em;
  }

  .u_number_list_2 .ttl {
    font-weight: 600;
    display: block;
    margin-bottom: 0.3em;
    color: #dcc296;
    line-height: 1.4;
    font-size: 18px;
  }
}