@charset "utf-8";

.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.txt-center {
  text-align: center;
}
a.blue {
  color: #2f83d1;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
}


/*=== サービス内容 ※共通 ===*/
.service01 h2,
.service02 h2 {
  margin-bottom: 45px;
  padding-bottom: 10px;
  border-bottom: 2px solid #8bbe1f;
  text-align: center;
}
.service01 h3,
.service02 h3 {
  margin: 30px 0 15px;
  padding: 5px 0 5px 10px;
  border-left: 6px solid #8bbe1f;
  font-weight: normal;
  letter-spacing: 1px;
}
.service-txt .red {
  color: #ff0000;
}
.service-lead {
  font-weight: bold;
}
.service-note {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.service01 ul,
.service02 ul {
  margin-top: 10px;
}
.service01 li,
.service02 li {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
}
.service01 li:first-child,
.service02 li:first-child {
  margin-top: 0;
}
.service01 li::before,
.service02 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}


/*=== table ===*/
.virustable {
  width: 100%;
  margin: 40px auto;
  background-color: #fff;
}
.virustable th {
  padding: 10px 0;
  border: 3px solid #f5f6f4;
  color: #fff;
  text-align: center;
  background-color: #689d4b;
}
.virustable td {
  padding: 10px 15px;
  border: 3px solid #f5f6f4;
  line-height: 1.6;
}
.virustable .green {
  font-weight: bold;
  background-color: #ecf5d6;
}
.virustable li {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
}
.virustable li:first-child {
  margin-top: 0;
}
.virustable li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}


/*=== サービス内容02 ===*/
.service02 li span {
  color: #ff0000;
}


@media print, screen and (max-width: 767px) {
  /*=== サービス内容 ※共通 ===*/
  .service01 h2,
  .service02 h2 {
    margin-bottom: 30px;
  }
  /*=== table ===*/
  .virustable {
    margin: 40px auto;
  }
  .virustable th {
    padding: 10px 0;
    font-size: 14px;
    border-width: 1px;
  }
  .virustable td {
    padding: 10px 5px;
    font-size: 14px;
    border-width: 1px;
  }
}