@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  max-width: 1024px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic Pro", Meiryo, YuGothic, YuGothicM, sans-serif;
}

section {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}
section h1 {
  margin: 72px 6px 30px;
  font-size: 31px;
  display: block;
  text-align: center;
  color: #3ea29e;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section h2 {
  margin: 72px 6px 30px;
  font-size: 31px;
  display: block;
  text-align: center;
  color: #3ea29e;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section p {
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.8;
  color: #666666;
}
section .under_line {
  text-decoration: underline;
}
section .safety,
section .caution {
  width: 75%;
  height: auto;
  margin-top: 20px;
}
section .safety img,
section .caution img {
  width: 100%;
}
section ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
section li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
section .method {
  display: flex;
  justify-content: space-between;
}
section .method img {
  display: block;
  width: 45%;
}
section .reference {
  width: 100%;
  word-wrap: break-word;
}
section .reference p {
  margin-left: 64px;
  margin: 25px 0 0 64px;
}
section body {
  max-width: 1024px;
  margin: 0 auto;
  outline: 2px solid rgb(230, 192, 67);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic Pro", Meiryo, YuGothic, YuGothicM, sans-serif;
}
section section {
  max-width: 820px;
  margin: 0 auto;
}
section section h1 {
  margin: 72px 6px 30px;
  font-size: 31px;
  display: block;
  text-align: center;
  color: #3ea29e;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section section h2 {
  margin: 72px 6px 30px;
  font-size: 31px;
  display: block;
  text-align: center;
  color: #3ea29e;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section section p {
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.8;
  color: #666666;
}
section section .under_line {
  text-decoration: underline;
}
section section ul {
  margin-top: 20px;
}
section section li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
section section .reference {
  width: 100%;
  word-wrap: break-word;
}
section section .reference p {
  margin-left: 64px;
  margin: 25px 0 0 64px;
}
section .caution {
  width: 80%;
}

.method {
  display: flex;
  justify-content: space-between;
}
.method h3 {
  color: #fff;
  background-color: #3ea29e;
  font-size: 18px;
  padding: 8px;
  margin: 0;
}
.method h4 {
  margin: 8px 0;
  font-size: 14px;
  font-weight: normal;
}
.method h4 span {
  font-size: 18px;
  font-weight: bold;
}
.method h5 {
  font-style: 16px;
  margin: 0;
}
.method h5 span {
  font-size: 8px;
  vertical-align: top;
}
.method p {
  font-size: 10px;
  margin: 0;
}
.method p span {
  font-size: 8px;
  color: #E84B81;
  vertical-align: top;
}
.method pre {
  text-align: left;
  line-height: 1rem;
}
.method .kaisuu {
  max-width: 380px;
}
.method .kaisuu img {
  width: 100%;
}
.method .houhou {
  max-width: 380px;
}
.method .houhou img {
  width: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  border: 1px solid #ccc;
  padding: 10px;
}

th {
  background-color: #d1edf4;
}

.row-header {
  background-color: #d1edf4;
  font-weight: bold;
  white-space: nowrap;
}

/* 上の角丸 */
table tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

/* 下の角丸 */
table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.item {
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 20px;
  align-items: start;
  height: auto;
}
.item .item-number {
  background-color: #3ea29e;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.item .wrapper {
  display: flex;
}
.item .wrapper .item-image {
  width: 200px;
  align-self: start;
  margin-top: -40px;
  margin-left: 10px;
  flex-shrink: 0;
}
.item .wrapper .item-image img {
  width: 100%;
}
.item .wrapper .item-text {
  flex-grow: 1;
}
.item .wrapper .item-text p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.item .wrapper .item-text p + p {
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  /* スクリーンサイズが820px以下の場合に適用 */
  body {
    padding: 0 16px;
  }
  .caution {
    margin: 0px auto;
  }
  .pc {
    display: none;
  }
  .method {
    flex-direction: column;
    align-items: center;
  }
  .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    align-items: start;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
  .item .wrapper {
    display: flex;
    flex-direction: column;
  }
  .item .wrapper .item-image {
    width: 200px;
    align-self: center;
    margin-top: 0px;
    margin-right: 80px;
  }
  .item .wrapper .item-text {
    flex-grow: 1;
  }
  .item .wrapper .item-text p {
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  /* スクリーンサイズが7420px以下の場合に適用 */
  body {
    max-width: 1024px;
    margin: 0 auto;
  }
  section h1 {
    margin: 72px 6px 30px;
    font-size: 24px;
  }
  section h2 {
    font-size: 24px;
  }
  section .safety {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  section .safety img {
    width: 100%;
  }
  section .method {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 0 8px;
  }
  section .method img {
    display: block;
    width: 80%;
    margin-bottom: 24px;
  }
  section .reference {
    width: 100%;
    word-wrap: break-word;
  }
  section .reference p {
    margin-left: 0px;
  }
  table {
    font-size: 12px;
  }
  th,
  td {
    padding: 10px;
  }
  th {
    background-color: #3ea29e;
  }
  .row-header {
    background-color: #d1edf4;
    font-weight: bold;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */