@charset "UTF-8";

/*----------------------------all*/

html {
  font-size: 62.5%;
}

.features-list_page * {
  box-sizing: border-box;
}

.features-list_page {
  margin-bottom: 12rem;
  width: 100%;
}

.features-list_page picture,
.features-list_page a {
  display: block;
}

.features-list_page img {
  width: 100%;
  height: auto;
}


.features-list_page {
  padding-top: 6rem;
}

.page-title {
  font-size: 5.2rem;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1;
  color: #000;
  text-align: center;
}

.page-title .txt_ja {
  display: block;
  padding: 1rem 0 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #5F5F5F;
}

.features-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100rem;
  padding-top: 3rem;
  margin: 0 auto;
}

.features-item {
  margin-bottom: 3rem;
  width: 48rem;
}

.features-item a {
  margin-bottom: .5rem;
  transition: opacity .25s;
}

.features-item a:hover {
  opacity: .6;
}

.features-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
}

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:768px) {

  .features-list_page {
    padding-top: calc(30 * (100vw / 390));
    margin-bottom: calc(60 * (100vw / 375));
  }

  .page-title {
    font-size: calc(31*(100vw / 375));
  }

  .page-title .txt_ja {
    padding: calc(8*(100vw / 375)) 0 0;
    font-size: calc(13*(100vw / 375));
  }

  .features-list {
    display: block;
    width: calc(330 * (100vw / 390));
    padding-top: calc(24 * (100vw / 390));
    margin: 0 auto;
  }

  .features-item {
    width: calc(330 * (100vw / 390));
    margin-bottom: calc(22 * (100vw / 390));
  }

  .features-item a {
    margin-bottom: calc(5 * (100vw / 390));
  }

  .features-title {
    font-size: calc(13 * (100vw / 390));
  }
}
/*---------------------------------------------Smart phone*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1000px){
  html {
    font-size: calc((10 * (100vw / 1000)));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
