@charset "UTF-8";

/* SP表示設定 */
@media screen and (max-width: 959px) {

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


/* KV */

#kv {
  width: 90%;
  margin: 50px auto;
}

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

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


/* コンテンツ */

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

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

#content .content_inner h2 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 50px;
}

#content .content_inner .content_main {
  margin-bottom: 50px;
}

#content .content_inner .content_main img {
  width: 100%;
  height: auto;
}

#content .content_inner .content_main p {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-bottom: 50px;
}

#content .content_inner .content_tips {
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid var(--gray_line, #BEC5D0);
}

#content .content_inner .content_tips h3 {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}

#content .content_inner .content_tips p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-bottom: 30px;
}

#content .content_inner .content_tips div {
  margin-top: 10px;
}

#content .content_inner .content_tips div img {
  width: 100%;
  height: auto;
}

#content .content_inner .content_tips div p {
  width: 100%;
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
}

#content .content_inner .content_tips div p a {
  text-decoration: underline;
}



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

}