@charset "UTF-8";

/* PC表示設定 */
@media screen and (min-width: 960px) {

/* コンテンツここから */

/* KV */

#kv {
  width: 90%;
  max-width: 1080px;
  margin: 100px auto;
}

#kv h1 {
  font-size: 40px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.6px;
}

.kv_cap {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}


/* コンテンツ */

#content {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 0;
}

#content .content_inner {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

#content .content_inner dl dt {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

#content .content_inner li {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #BEC5D0;
}

#content .content_inner li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


  /* コンテンツここまで */

}