@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #eee;
}

body {
  margin: 0;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

a {
  color: #126ab8;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:hover {
  color: #0b4d86;
}

.text-strong {
  font-weight: 800;
}

.inline-text {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
}

.inline-text-img {
  display: inline-block;
  width: auto;
  height: 1em;
  flex: 0 0 auto;
  border-radius: 0;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin-top: 8px;
  list-style: square inside;
}

p {
  margin: 6px 0 0;
  line-height: 1.6;
  text-indent: 2em;
}

img {
  display: block;
  max-width: 100%;
  border: 0;
  border-radius: 3px;
}

.content {
  position: relative;
  width: min(1024px, 100%);
  margin: 20px auto;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}

.content-hd {
  position: relative;
  width: 100%;
  padding: 46px 50px 2px;
  overflow: hidden;
}
.content-hd .title {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: 2px solid #1165b0;
  font-weight: 300;
}
.content-hd .name,
.content-hd .info {
  color: #333;
}
.content-hd .name {
  float: left;
}
.content-hd .name h1 {
  margin: 0;
  font-family: "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 3px;
}
.content-hd .info {
  float: left;
  width: 100%;
  margin-top: 18px;
  line-height: 22px;
}
.content-hd .info ul {
  list-style: none;
}
.content-hd .info li {
  margin-bottom: 8px;
  list-style: none;
}
.content-hd.has-profile-photo {
  padding-right: 425px;
  min-height: 275px;
}
.content-hd.has-profile-photo .title,
.content-hd.has-profile-photo .info {
  width: 100%;
}

.profile-photo {
  position: absolute;
  top: 46px;
  right: 140px;
  width: 190px;
  height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background: #f7f7f7;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.content-bd {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 200px;
  padding: 8px 30px 30px;
  font-size: 16px;
}
.content-bd section {
  padding: 10px 15px;
  overflow: hidden;
}

.section-hd {
  position: relative;
  height: 32px;
  margin: 10px auto 5px;
  overflow: hidden;
}

.section-title-l,
.section-title-r {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35%;
  height: 0;
  border-top: 1px solid #ededed;
  vertical-align: middle;
}

.section-title-l {
  left: 0;
}

.section-title-r {
  right: 0;
}

.section-title {
  position: relative;
  z-index: 1;
  width: 24%;
  min-width: 100px;
  margin: 0 auto;
  padding: 4px 10px;
  border-radius: 32px;
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.practice .section-title {
  font-size: 17px;
  line-height: 24px;
}
.practice .item-hd {
  line-height: 24px;
}
.practice .item-name {
  font-size: 1.1em;
  line-height: 24px;
}
.practice .entry {
  margin-left: 2em;
}
.practice .section-content li {
  padding-left: 0;
  text-indent: 2em;
}
.practice .entry-description-list li {
  padding-left: 0;
  text-indent: 2em;
}
.practice .description-list p {
  text-indent: 2em;
}

.section-bd {
  overflow: hidden;
}
.section-bd .item {
  margin-bottom: 25px;
}

.item-hd {
  position: relative;
  min-height: 30px;
  padding: 10px 0 5px;
  overflow: hidden;
  font-weight: 500;
  line-height: 20px;
}

.item-name {
  float: left;
  margin: 0;
  font-size: 1em;
}

.item-more {
  position: absolute;
  top: 10px;
  right: 0;
}

.btn {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #126ab8;
  border-radius: 3px;
  color: #126ab8;
  font-family: Menlo, "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.section-content {
  line-height: 22px;
  text-align: justify;
  word-break: break-word;
}

.entry {
  margin-top: 10px;
}

.entry-title {
  margin: 10px 0 4px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
}

.description-list {
  color: #333;
}

.entry-description-list {
  margin: 6px 0 0;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  word-break: break-word;
}
.entry-description-list li {
  margin-top: 6px;
  list-style: none;
}
.entry-description-list li::before {
  content: "•";
  margin-right: 0.45em;
}

.file-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

figure {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 10px 0;
}

.file-col-image {
  width: min(180px, 100%);
  height: auto;
  margin: 5px auto;
}

figcaption {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  text-align: center;
}

.github-footer {
  margin-bottom: 20px;
  color: #666;
  font-size: 80%;
  text-align: center;
}
.github-footer .footer-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 8px 10px;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 720px) {
  body {
    font-size: 16px;
  }
  .content-hd {
    padding: 72px 20px 2px;
  }
  .content-hd .title {
    text-align: center;
  }
  .content-hd .name {
    float: none;
  }
  .content-hd .name h1 {
    margin-top: 10px;
    font-size: 46px;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .content-hd .info {
    float: none;
    margin-top: 28px;
    text-align: center;
  }
  .content-hd.has-profile-photo {
    padding-right: 20px;
    min-height: 0;
  }
  .profile-photo {
    position: static;
    width: 132px;
    height: 174px;
    margin: 24px auto 0;
  }
  .content-bd {
    padding: 20px 20px 50px;
  }
  .content-bd section {
    padding-inline: 0;
  }
  .item-name {
    float: none;
    padding-right: 72px;
  }
  .file-col {
    flex-direction: column;
    align-items: center;
  }
}
@media print {
  html,
  body {
    background: #fff;
  }
  .content {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .github-footer {
    display: none;
  }
}