@charset "UTF-8";
/* 太田追加、サービス */
.Service-note__container {
  border: 3px solid #000;
  background-color: #ff0000;
  padding: 3%;
  margin-bottom: 30px;
}
.Service-note__container h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.Service-note__container p {
  line-height: 180%;
  color: #fff;
}
.Service-note__container p:nth-child(2) {
  margin-bottom: 20px;
  padding-left: 2em;
}
.Service-note__container p:last-child {
  background-color: #fff;
  padding: 3%;
}
.Service-note__container p > span {
  font-size: 20px;
  font-weight: 600;
  border-bottom: #000 2px solid;
}
.Service-note__container p > code {
  display: inline-block;
  margin: 0 5px;
}
.Service-note__container p:last-child {
  color: #000;
}