#article {
  display: block;
}
#article .part {
  width: 100%;
}
#article .part .box {
  width: 100%;
  margin: auto;
  max-width: 1200px;
  padding: 76px 0 206px 0;
  box-sizing: border-box;
}
#article .part .box .tag {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 17px;
}
#article .part .box h1.title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-top: 24px;
}
#article .part .box .time {
  font-weight: 400;
  margin-top: 16px;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 26px;
}
#article .part .box .content {
  color: #5b5b5b;
  margin-top: 32px;
}
#article .part .box .content h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}
#article .part .box .content p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}
#article .part .box .content img {
  width: 100%;
}
#article .part .box .content div[data-w-e-type=video] {
  text-align: center;
  margin-bottom: 16px;
}
#article .part .box .content ul {
  padding-left: 40px;
  margin-bottom: 16px;
}
#article .part .box .content ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
#article .part .box .content ul li + li {
  margin-top: 8px;
}
#article .part .box .content ul li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: -12px;
  background: #D9D9D9;
  border-radius: 12px;
}
#article .part .box .content ul > ul {
  padding-left: 0;
  margin-bottom: 8px;
}
#article .part .box .content ul > ul li {
  list-style: none;
}
#article .part .box .content ul > ul li::before {
  content: none;
}
#article .part .box .content ol {
  padding-left: 40px;
  margin-bottom: 16px;
}
#article .part .box .content ol li {
  list-style: decimal;
  font-size: 14px;
  line-height: 22px;
}
#article .part .box .content ol li + li {
  margin-top: 8px;
}
#article .part .box .content ol > ul {
  padding-left: 0;
  margin-bottom: 8px;
}
#article .part .box .content ol > ul li {
  list-style: none;
}
#article .part .box .content ol > ul li::before {
  content: none;
}
#article .part .box .content ol > ol {
  padding-left: 0;
  margin-bottom: 8px;
}
#article .part .box .content ol > ol li {
  list-style: none;
}
#article .part .box .content ol > ol li::before {
  content: none;
}
#article .part .box .content blockquote {
  margin-bottom: 16px;
  padding: 10px 36px;
  color: rgba(91, 91, 91, 0.6);
  position: relative;
}
#article .part .box .content blockquote::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 26px;
  right: 26px;
  height: 2px;
  background: #619FFF;
  box-shadow: 0px 2px 3px rgba(55, 134, 255, 0.3);
}
#article .part .box .content blockquote::after {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 2px;
  background: #619FFF;
  box-shadow: 0px 2px 3px rgba(55, 134, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  #article .part .box {
    padding: 4.9333vw 3.2vw;
    padding-bottom: 8.5333vw;
  }
  #article .part .box .tag {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    font-weight: 400;
  }
  #article .part .box h1.title {
    color: #0b0b0b;
    font-size: 4.2667vw;
    line-height: 6.6667vw;
    font-weight: 700;
    margin-top: 2.1333vw;
  }
  #article .part .box .time {
    margin-top: 2.1333vw;
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    font-weight: 400;
    color: #AEAEAE;
  }
  #article .part .box .content {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    font-weight: 400;
    margin-top: 2.8vw;
  }
  #article .part .box .content h2 {
    margin-bottom: 3.2vw;
    font-size: 4vw;
    font-weight: 700;
  }
  #article .part .box .content p,
  #article .part .box .content strong,
  #article .part .box .content em {
    font-size: 3.7333vw;
    line-height: inherit;
  }
  #article .part .box .content p {
    margin-bottom: 3.2vw;
  }
  #article .part .box .content div[data-w-e-type=video] {
    text-align: center;
    margin-bottom: 3.2vw;
  }
  #article .part .box .content ul {
    padding-left: 9.8667vw;
    margin-bottom: 3.2vw;
  }
  #article .part .box .content ul li {
    list-style: none;
    position: relative;
    font-size: 3.7333vw;
    line-height: inherit;
  }
  #article .part .box .content ul li + li {
    margin-top: 1.6vw;
  }
  #article .part .box .content ul li::before {
    content: '';
    position: absolute;
    width: 1.0667vw;
    height: 1.0667vw;
    top: 2.4vw;
    left: -2.1333vw;
    background: #D9D9D9;
    border-radius: 50%;
  }
  #article .part .box .content ul > ul {
    padding-left: 0;
    margin-bottom: 1.6vw;
  }
  #article .part .box .content ul > ul li {
    list-style: none;
  }
  #article .part .box .content ul > ul li::before {
    content: none;
  }
  #article .part .box .content ol {
    padding-left: 9.8667vw;
    margin-bottom: 3.2vw;
  }
  #article .part .box .content ol li {
    list-style: decimal;
    font-size: 3.7333vw;
    line-height: inherit;
  }
  #article .part .box .content ol li + li {
    margin-top: 1.6vw;
  }
  #article .part .box .content ol > ul {
    padding-left: 0;
    margin-top: 1.6vw;
  }
  #article .part .box .content ol > ul li {
    list-style: none;
  }
  #article .part .box .content ol > ul li::before {
    content: none;
  }
  #article .part .box .content ol > ol {
    padding-left: 0;
    margin-top: 1.6vw;
  }
  #article .part .box .content ol > ol li {
    list-style: none;
  }
  #article .part .box .content ol > ol li::before {
    content: none;
  }
  #article .part .box .content blockquote {
    margin-bottom: 3.2vw;
    padding: 1.8667vw 9.0667vw;
    color: rgba(91, 91, 91, 0.6);
    position: relative;
  }
  #article .part .box .content blockquote::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 7.4667vw;
    right: 7.4667vw;
    height: 0.2667vw;
    background: #619FFF;
    box-shadow: 0px 0.2667vw 0.4vw rgba(55, 134, 255, 0.3);
  }
  #article .part .box .content blockquote::after {
    content: '';
    position: absolute;
    top: 0;
    left: 7.4667vw;
    right: 7.4667vw;
    height: 0.2667vw;
    background: #619FFF;
    box-shadow: 0px 0.2667vw 0.4vw rgba(55, 134, 255, 0.3);
  }
}
