@charset "Shift_JIS";

img {
  max-width: 100%;
}

.fc-aqua {
  color: #006ebc !important;
}

.replacecase {
  padding: 20px;
  background-color: #eaf1f6;
  border-radius: 5px;
}
.replacecase_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 15px;
}
.replacecase_list>li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}
.replacecase_list>li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
  background-color: #fff;
  border: solid 2px #939698;
  box-sizing: border-box;
}

.imgfixed {
  display: flex;
  justify-content: space-between;
}
.imgfixed>img {
  width: 30%;
  height: auto;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #e9e9e9;
}
table th {
  font-weight: bold;
  background-color: #eaf1f6;
  text-align: left;
}