@charset "UTF-8";
@import "pc.css";
@import "header.css";
@import "footer.css";
@import "qrcode.css";

article {
  width: 100%;

  display: flex;
  justify-content: center;
}

article .content {
  width: 1100px;
}

.content .title {
  line-height: 60px;
  margin: 20px;
  font-size: 22px;
  color: #444444;
  text-align: center;
  font-weight: bolder;
}

.content .part {
  padding: 20px;
}

.content .part .p-title {
  font-weight: bolder;
}

.content .part .p-content {
  color: #444444;
}
