/* RESCUE-003 v0.1: brown / wilt / drop / pests 共通セルフチェック */
.room-symptom-link{
  text-decoration:none;
}
.room-symptom-link:hover span,
.room-symptom-link:focus-visible span{
  text-decoration:underline;
  text-underline-offset:.28em;
}
.room-symptom-link:focus-visible{
  position:relative;
  z-index:1;
  outline:2px solid var(--moss);
  outline-offset:-2px;
}

.check-watch{
  margin-top:36px;
  padding-top:28px;
  border-top:1px solid var(--line);
}
.check-watch h2{
  margin:0 0 14px;
  color:var(--ink-soft);
  font-family:"Zen Kaku Gothic New",sans-serif;
  font-size:.8rem;
  font-weight:500;
  letter-spacing:.12em;
}
.check-watch ul{
  margin:0 0 26px;
  padding-left:1.25em;
}
.check-watch li{ margin:0 0 9px; }

#check-question-content > fieldset{
  min-width:0;
  margin:0;
  padding:0;
  border:0;
}

@media (max-width:600px){
  .room-symptom-link{ width:100%; }
}

@media print{
  .check-watch{ break-inside:avoid; }
}
