@charset "UTF-8";
/* このファイルは bosai.scss から生成されています。直接編集しないでください。 */
.bs_page {
  padding-bottom: clamp(48px, 6vw, 88px);
}

.bs_intro {
  max-width: 760px;
  margin: clamp(28px, 4vw, 48px) 0 0;
}

.bs_nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(24px, 3vw, 36px) 0 0;
}

.bs_nav_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: #fbfaf7;
  border: 1px solid #d9d4c8;
  border-top: 3px solid #1c1a16;
  color: #1c1a16;
  text-decoration: none;
  transition: background-color 0.2s;
}
.bs_nav_item b {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
}
.bs_nav_item small {
  font-size: 12px;
  line-height: 1.6;
  color: #57544c;
}
.bs_nav_item:hover, .bs_nav_item:focus-visible {
  background: #ebe6db;
}
.bs_nav_item.is_sub {
  border-top-color: #b5331a;
}

.bs_nav_no {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #b5331a;
}

.bs_case {
  margin: clamp(48px, 6vw, 80px) 0 0;
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 2px solid #1c1a16;
  scroll-margin-top: 80px;
}

.bs_case_head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 16px;
  align-items: baseline;
  margin-bottom: 20px;
}

.bs_case_no {
  margin: 0;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1;
  color: #b5331a;
}

.bs_case_ttl {
  margin: 0;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
}

.bs_case_lead {
  grid-column: 2;
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 2;
}

.bs_case_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 12px;
}

.bs_box {
  padding: 18px 20px;
  background: #fbfaf7;
  border: 1px solid #d9d4c8;
}
.bs_box.is_use {
  background: #e1efe3;
  border-color: rgba(47, 107, 63, 0.3);
}
.bs_box.is_use .bs_box_ttl {
  color: #2f6b3f;
}
.bs_box.is_ng {
  background: #f7e4df;
  border-color: rgba(181, 51, 26, 0.3);
}
.bs_box.is_ng .bs_box_ttl {
  color: #b5331a;
}

.bs_box_ttl {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.bs_box_text {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.bs_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs_list li {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
}
.bs_list li + li {
  margin-top: 8px;
}
.bs_list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 2px;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.5;
}
.bs_list b {
  display: block;
  font-weight: 700;
}

.bs_story,
.bs_warn {
  margin: 14px 0 0;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.9;
  border-left: 4px solid #1c1a16;
  background: #f2efe9;
}

.bs_warn {
  border-left-color: #b5331a;
  background: #f7e4df;
}

.bs_official {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: #57544c;
}
.bs_official a {
  color: #57544c;
  text-underline-offset: 3px;
}

.bs_calc,
.bs_dog,
.bs_more {
  scroll-margin-top: 80px;
}

.bs_dog_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 18px;
}

.bs_check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.bs_check li {
  position: relative;
  padding: 10px 14px 10px 40px;
  font-size: 14px;
  line-height: 1.7;
  background: #fbfaf7;
  border: 1px solid #d9d4c8;
}
.bs_check li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 14px;
  width: 14px;
  height: 14px;
  border: 2px solid #1c1a16;
}

.bs_refs {
  margin: clamp(40px, 5vw, 64px) 0 0;
  padding: 18px 20px;
  background: #f2efe9;
}

.bs_refs_ttl {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
}

.bs_refs_list {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 13px;
  line-height: 2;
}
.bs_refs_list a {
  color: #1c1a16;
  text-underline-offset: 3px;
}

@media screen and (max-width: 1024px) {
  .bs_nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bs_case_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bs_case_grid .bs_box:first-child {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 900px) {
  .bs_nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bs_case_grid,
  .bs_dog_grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .bs_nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .bs_nav_item {
    padding: 12px;
  }
  .bs_nav_item b {
    font-size: 15px;
  }
  .bs_case_head {
    grid-template-columns: minmax(0, 1fr);
  }
  .bs_case_lead {
    grid-column: 1;
  }
  .bs_box {
    padding: 16px;
  }
  .bs_check {
    grid-template-columns: minmax(0, 1fr);
  }
}
.bs_gear {
  margin: 16px 0 0;
}
.bs_gear .gear_group {
  margin: 0;
}

.gear_find {
  padding: 16px 20px;
  background: #fbfaf7;
  border: 1px solid #d9d4c8;
}

.gear_find_ttl {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
}
.gear_find_ttl small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #57544c;
}

.gear_find_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gear_find_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px dashed #d9d4c8;
}

.gear_find_name {
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
}

.gear_find_links {
  display: flex;
  flex-shrink: 0;
  gap: 6px;
}
.gear_find_links a {
  flex-shrink: 0;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  color: #1c1a16;
  text-decoration: none;
  border: 1px solid #1c1a16;
  background: #fff;
  transition: background-color 0.2s;
}
.gear_find_links a:hover, .gear_find_links a:focus-visible {
  background: #ebe6db;
}

@media screen and (max-width: 900px) {
  .gear_find_list {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .gear_find {
    padding: 14px 16px;
  }
  .gear_find_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.bs_gear .gear_group_title {
  margin: 0 0 6px;
  padding-left: 10px;
  border-left: 4px solid #2f6b3f;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.bs_gear .gear_group_lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #57544c;
}
.bs_gear.is_cand .gear_group_title {
  border-left-color: #d9d4c8;
}