@charset "utf-8";
/*------------------------------------------------
選ばれる理由
------------------------------------------------*/

/*========== ページタイトル ==========*/

/*背景画像*/
.page-header {
  background-image: url(../../images/features/features_page_ttl_bg.jpg);
}

/*========== 理由 ==========*/

.features-list {
  width: 100%;
  max-width: 445px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 25px auto;
}

.features-item {
  background-color: #e2d7bf;
  width: 100%;
  max-width: 445px;
  margin-bottom: 25px;
  padding: 30px 20px 40px;
}

.features-item-ttl {
  text-align: center;
  line-height: 1.2;
  font-size: 4rem;
  font-family: "Noto Serif CJK JP";
  font-weight: 600;
  margin-bottom: 25px;
}

.features-item-no {
  color: #2177a3;
  display: block;
  font-size: 8rem;
  letter-spacing: 0.1em;
}

.features-item-txt {
  margin-bottom: 25px;
}

.features-item-pic {
  width: 50%;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .features-list {
    margin: 50px auto;
    max-width: 920px;
  }

  .features-item {
    width: 445px;
    height: 550px;
    padding: 30px 30px 0;
  }

  .features-item:nth-of-type(1) .features-item-pic {
    width: 189px;
    margin-top: 45px;
  }

  .features-item:nth-of-type(2) .features-item-pic {
    width: 188px;
    margin-top: 20px;
  }

  .features-item:nth-of-type(3) .features-item-pic {
    width: 150px;
    margin-top: 20px;
  }

  .features-item:nth-of-type(4) .features-item-pic {
    width: 169px;
    margin-top: 40px;
  }


  .features-item-txt {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

}
