@media print, screen and (min-width: 900px) {
  .p-isms-info {
    display: flex;
    gap: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .p-isms-info-logo {
    margin-top: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 900px) {
  .p-isms-info-logo {
    flex: 0 0 15.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-isms-info-logo {
    flex: 0 0 222px;
  }
}

@media only screen and (max-width: 899px) {
  .p-isms-item {
    margin-inline: -20px;
    padding: 20px;
    border-top: 2px dotted #333;
  }
  .p-isms-item:last-child {
    border-bottom: 2px dotted #333;
  }
}
@media print, screen and (min-width: 900px) {
  .p-isms-item {
    display: flex;
    padding-block: 1.4285714286vw;
  }
  .p-isms-item:not(:first-child) {
    border-top: 2px dotted #333;
  }
}
@media only screen and (min-width: 1400px) {
  .p-isms-item {
    padding-block: 20px;
  }
}

.p-isms-item-hl {
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 899px) {
  .p-isms-item-hl {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-isms-item-hl {
    flex: 0 0 30vw;
    padding-inline: 1.4285714286vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-isms-item-hl {
    flex: 0 0 420px;
    padding-inline: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-isms-item-body {
  line-height: 1.7;
}
@media print, screen and (min-width: 900px) {
  .p-isms-item-body {
    flex: 1 1 auto;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-isms-consulting {
    display: flex;
    gap: 40px;
  }
}
.p-isms-consulting-img {
  border: 2px solid #333;
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .p-isms-consulting-img {
    padding: 30px;
    text-align: center;
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 900px) {
  .p-isms-consulting-img {
    flex: 0 0 24.2857142857vw;
    padding: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-isms-consulting-img {
    flex: 0 0 340px;
    padding: 30px;
  }
}

.p-isms-csirt-img {
  border: 2px solid #333;
  background: #fff;
  margin-top: 1.5em;
}
@media only screen and (max-width: 899px) {
  .p-isms-csirt-img {
    text-align: center;
    padding: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-isms-csirt-img {
    display: inline-block;
    padding: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-isms-csirt-img {
    padding: 30px;
  }
}

.p-isms-mail img {
  width: 200px;
}

/*# sourceMappingURL=index.css.map */