.c-gaiken-table tr.first th,
.c-gaiken-table tr.bg-color th,
.c-gaiken-table tr th.gaiken-table-title {
  color: #fff;
  background: var(--color);
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
}
.c-gaiken-table tr td {
  border-top: solid 1px #f0f0f0;
  letter-spacing: -0.02em;
  background: #fff;
  font-size: 14px;
  padding: 25px 17px;
  vertical-align: middle;
  border-right: solid 1px #f0f0f0;
}
.c-gaiken-table tr:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.c-gaiken-table tr th:first-child {
  border-radius: 5px 0 0 0;
}
.c-gaiken-table tr th:last-child {
  border-radius: 0 5px 0 0;
}
.c-gaiken-table tr th:not(:last-child) {
  border-right: solid 1px #f3cfda;
}
.c-gaiken-table tr th.gaiken-table-title {
  border-radius: 0px 0 0 0;
  padding: 0 15px;
}
.c-gaiken-table tr.bg-color th {
  border-radius: 0px 0 0 0;
  border-top: solid 1px #f3cfda;
  font-size: 12px;
  border-right: solid 1px #f3cfda;
}
.c-gaiken-caution {
  margin-left: 20px;
  margin-top: 20px;
}
.c-gaiken-caution > li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: circle;
}
.c-gaiken-caution-inner {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 13px;
}
.c-gaiken-icon {
  background: #d86184;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
}
.c-gaiken-h3 {
  font-size: 24px;
  font-weight: bold;
  color: #3f3f3f;
  margin-bottom: 15px;
  border-bottom: solid 1px #3f3f3f;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-gaiken-h3 {
    font-size: 18px;
  }
}
.c-gaiken-p {
  font-size: 15px;
  line-height: 1.6;
}
.c-baiken-mb20 {
  margin-bottom: 20px;
}
.c-gaiken-dl {
  display: flex;
  border: solid 1px #ddd;
}
.c-gaiken-dl + .c-gaiken-dl {
  border-top: none;
}
.c-gaiken-dl dt {
  width: 25%;
  background: #efefef;
  padding: 20px;
  font-size: 15px;
  box-sizing: border-box;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.c-gaiken-dl dd {
  width: 75%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6;
}
.c-gaiken-dl dd p {
  margin-bottom: 5px;
}
.c-gaiken-h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #3f3f3f;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}
.c-gaiken-h5 span {
  background: #fce5ec;
  font-size: 16px;
  font-weight: 500;
  color: #d86184;
  padding: 5px 5px;
  font-weight: 500;
  display: inline-block;
}
.c-gaiken-h5 {
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.6;
}
.c-gaiken-ul,
.c-gaiken-ul-01 {
  padding-left: 20px;
}
.c-gaiken-ul-01 li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  list-style: disc;
}
.c-gaiken-ul-small {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 20px;
}
.c-gaiken-ul-small li {
  list-style: disc;
  margin-bottom: 5px;
}
.c-gaiken-h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}
