@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: 100px 0;
}

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

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

#content .content_inner .content_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

#content .content_inner .content_main img {
  width: 460px;
  height: auto;
}

#content .content_inner .content_main p {
  width: calc(100% - 510px);
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

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

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

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

#content .content_inner .content_tips div {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#content .content_inner .content_tips div img {
  width: 460px;
  height: auto;
}

#content .content_inner .content_tips div p {
  width: calc(100% - 510px);
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}

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



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

}