/*/////////////////////////////////////

エクステリア関連記事

////////////////////////////////////*/
/* ====================================================
  PC表示
====================================================*/
@media screen and (min-width:1104px) {
  .container-head {
    align-items: flex-end;
  }
  .container-head_ttl {
    margin-right: 16px;
  }
  .container-head_ttl::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 50%;
    background: url(/public/img/common/icon/icon_light_white.svg) center no-repeat var(--ie-green);
    background-size: 15px auto;
  }
  .g-head {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .exterior-list {
    margin-bottom: 64px;
  }
  .exterior-media {
    display: flex;
    margin-bottom: 48px;
    color: #000;
  }
  .exterior-media_img {
    width: 320px;
    height: 240px;
  }
  .exterior-media_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .exterior-media-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 32px;
  }
  .exterior-media_ttl {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
  }
  .exterior-media_txt {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .exterior-media_date {
    margin-top: auto;
    color: #555;
    font-size: 14px;
    text-align: right;
  }
  .screen-reader-text {
    display: none;
  }
  .nav-links {
    display: flex;
    justify-content: center;
    gap: 0 16px;
    margin-bottom: 80px;
  }
  .nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #777;
  }
  .nav-links .current {
    border: 1px solid var(--ie-green);
    background-color: var(--ie-green);
    color: #fff;
  }
  .nav-links .next, .nav-links .prev {
    width: 80px;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background: url(/public/img/common/icon/icon_next_funky-gray.svg) center no-repeat;
    background-size: 9px auto;
  }
  .nav-links .prev {
    rotate: 180deg;
  }
  .nav-links .dots {
    width: fit-content;
    border: none;
    font-size: 24px;
  }
}
/* ====================================================
  スマホ表示
====================================================*/
@media screen and (max-width:1103px) {
  .container-head_ttl {
    display: flex;
    align-items: center;
  }
  .container-head_ttl:before {
    flex-shrink: 0;
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.8rem;
    border-radius: 50%;
    background: url(/public/img/common/icon/icon_light_white.svg) center no-repeat var(--ie-dark-lemon-lime);
    background-size: 0.9rem auto;
  }
  .exterior-list li {
    margin-bottom: 4rem;
  }
  .exterior-media {
    margin-bottom: 1.5rem;
    color: #000;
  }
  .exterior-media_box {
    margin-bottom: 0.8rem;
  }
  .exterior-media_img img {
    width: 100%;
    height: auto;
    border-radius: 0.6rem;
    object-fit: cover;
    aspect-ratio: 670/400;
  }
  .exterior-media_ttl {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .exterior-media_date {
    color: #555;
    font-size: 1.2rem;
    text-align: right;
  }
  .screen-reader-text {
    display: none;
  }
  .nav-links {
    display: flex;
    justify-content: center;
    gap: 0 0.8rem;
  }
  .nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #ccc;
    border-radius: 0.15rem;
    color: #777;
    font-size: 1.4rem;
  }
  .nav-links .current {
    border: 1px solid var(--ie-green);
    background-color: var(--ie-green);
    color: #fff;
  }
  .nav-links .next, .nav-links .prev {
    width: 4.8rem;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    background: url(/public/img/common/icon/icon_next_funky-gray.svg) center no-repeat;
    background-size: 0.75rem auto;
  }
  .nav-links .prev {
    rotate: 180deg;
  }
  .nav-links .dots {
    width: fit-content;
    border: none;
    font-size: 1.2rem;
  }
}
