@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #000000;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.gray {
  color: #f0f4f6;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.bg_gray {
  background-color: #f0f4f6;
}

.blue {
  color: #023a9b;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.orange {
  color: #ffab18;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #000000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.5rem;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

.usage-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
}
.usage-page h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
}
.usage-page h2 {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #023a9b;
  padding-bottom: 5px;
}
.usage-page h3 {
  font-size: 1em;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  background: #023a9b;
  display: inline-block;
  padding: 7px;
  border-radius: 5px;
  color: #fff;
}
.usage-page p {
  margin-bottom: 15px;
}
.usage-page ol, .usage-page ul {
  margin-bottom: 20px;
  margin-left: 0px !important;
}
.usage-page li {
  margin-bottom: 8px;
}
.usage-page .intro {
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.usage-page .screenshot {
  margin: 20px 0;
  text-align: center;
}
.usage-page .screenshot img {
  max-width: 500px;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.usage-page .screenshot-caption {
  font-size: 0.9em;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}
.usage-page .contact {
  background: #e8f4fd;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}
.usage-page .contact a {
  background: #3498db;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.usage-page .contact a:hover {
  background: #2980b9;
}
@media (max-width: 768px) {
  .usage-page {
    padding: 15px;
  }
  .usage-page h1 {
    font-size: 2em;
  }
  .usage-page h2 {
    font-size: 1.5em;
  }
}/*# sourceMappingURL=guide.css.map */