@media (min-width: 761px) {
  .article-column-list {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    width: 100%;
    padding: 7px 8px;
    margin: 29px 0;
  }
}

.article-column {
  position: relative;
}
@media (max-width: 760px) {
  .article-column {
    padding: 0 24px;
  }
}
@media (min-width: 761px) {
  .article-column {
    padding: 0 32px;
  }
}
@media (max-width: 760px) {
  .article-column__body > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-column__body > p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-column__body > h2 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.article-column__body > p a {
  font-weight: bold;
  color: #0955E2;
}
.article-column__body > p ruby {
  font-size: 100%;
  ruby-position: initial;
}
.article-column__body > p ruby rb {
  font-size: 100%;
}
.article-column__body > p ruby rt {
  display: ruby-text;
  text-align: start;
  text-emphasis-style: none;
  text-indent: 0;
  font-size: 50%;
  padding: 11px 0 1px;
}
@media (min-width: 761px) {
  .article-column__body > *:first-child {
    margin-top: 0 !important;
  }
}
@media (min-width: 761px) {
  .article-column__body > *:last-child {
    margin-bottom: 0 !important;
  }
}
.article-column__border {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.article-column__border-none {
  border-left: 1px solid transparent;
}
.article-column__border-line {
  border-left: 1px solid #3d3d3d;
}
.article-column__border-dot {
  border-left: 1px dotted #3d3d3d;
}
.article-column__border-dash {
  border-left: 1px dashed #3d3d3d;
}

.article-section {
  position: relative;
  padding: 63px 40px 7px 40px;
}
.article-section__image-heading {
  position: absolute;
  top: 0;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.article-section__image-heading > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px dashed #0955E2;
  margin-right: 16px;
}
.article-section__image-heading img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  object-fit: cover;
}
.article-section__image-heading span {
  font-size: 18px;
  line-height: 32px;
}
.article-section__body {
  position: relative;
  padding: 8px 0 8px 30px;
}
.article-section__body::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  left: 6px;
  top: -18px;
  bottom: 0;
  background-color: transparent;
  border-left: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-section__body > p {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-section__body > p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-section__body > p a {
  color: #0955E2;
}
.article-section__body > *:first-child {
  margin-top: 0 !important;
}
.article-section__body > *:last-child {
  margin-bottom: 0 !important;
}

.article > figure,
.article-image {
  width: 100%;
  object-fit: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 760px) {
  .article > figure,
  .article-image {
    margin-top: 44px;
    margin-bottom: 44px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (min-width: 761px) {
  .article > figure,
  .article-image {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.article > figure img,
.article-image img {
  border-radius: 2px;
}

.article > figure > figcaption,
.article-image > figcaption {
  padding-top: 2px;
}

.article > figure > figcaption .figure-title,
.article-image > figcaption .figure-title {
  width: 100%;
  text-align: center;
  color: #555;
  font-size: 13px;
  line-height: 17px;
  margin-top: 10px;
}

.article > figure > figcaption .figure-caption,
.article-image > figcaption .figure-caption {
  width: 100%;
  color: #555;
  font-size: 10px;
  line-height: 14px;
  margin-top: 10px;
}

.article > figure > figcaption .figure-caption span,
.article-image > figcaption .figure-caption span {
  color: #555;
}

@media (max-width: 760px) {
  .article-figure-list {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-figure-list {
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-figure-list > *:first-child {
  margin-top: 0 !important;
}
.article-figure-list > *:last-child {
  margin-bottom: 0 !important;
}

.article-figure {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 760px) {
  .article-figure {
    margin-top: 34px;
    margin-bottom: 34px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 761px) {
  .article-figure {
    overflow-x: hidden;
    margin-top: 36px;
    margin-bottom: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.article-figure > img {
  border-radius: 2px;
}
@media (max-width: 760px) {
  .article-figure > img {
    width: 100%;
    margin-top: 6px;
  }
}
@media (min-width: 761px) {
  .article-figure > img {
    width: 288px;
    min-width: 288px;
    margin: 6px 0;
  }
}
@media (max-width: 760px) {
  .article-figure > div {
    margin-top: 21px;
  }
}
@media (min-width: 761px) {
  .article-figure > div {
    width: calc(100% - 320px);
    margin-left: 32px;
  }
}
@media (max-width: 760px) {
  .article-figure > div > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-figure > div > p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-figure > div > p:first-child {
  margin-top: 0 !important;
}
.article-figure > div > p:last-child {
  margin-bottom: 0 !important;
}
.article-figure > div > p > a {
  color: #0955E2;
}

.article-list-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article-list-container__bracket svg {
  width: 21px;
  margin-right: 12px;
}
.article-list-container .article-list {
  width: calc(100% - 33px);
}

@media (max-width: 760px) {
  .article > .article-list {
    padding: 7px 40px;
    margin: 30px 0;
  }
}
@media (min-width: 761px) {
  .article > .article-list {
    padding: 7px 74px;
    margin: 30px 0;
  }
}

@media (max-width: 760px) {
  .article-compare__item-body > .article-list {
    padding: 7px 0 7px 16px;
  }
}
@media (min-width: 761px) {
  .article-compare__item-body > .article-list {
    padding: 7px 0 7px 17px;
  }
}

@media (max-width: 760px) {
  .article > .article-list-container {
    padding: 7px 40px;
    margin: 30px 0;
  }
}
@media (min-width: 761px) {
  .article > .article-list-container {
    padding: 7px 74px;
    margin: 30px 0;
  }
}

@media (max-width: 760px) {
  .article-compare__item-body > .article-list-container {
    padding: 7px 0 7px 16px;
  }
}
@media (min-width: 761px) {
  .article-compare__item-body > .article-list-container {
    padding: 7px 0 7px 17px;
  }
}

.article-list__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .article-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 761px) {
  .article-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .article-list__span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 761px) {
  .article-list__span {
    font-size: 17px;
    line-height: 29px;
  }
}

.article-list__icon--circle {
  margin-right: 12px;
}
.article-list__icon--circle svg {
  margin-top: 11.5px;
  width: 6px;
}
.article-list__span--circle {
  width: calc(100% - 18px);
}

.article-list__icon--line-solid {
  margin-right: 12px;
  width: 8px;
  border-bottom: 1px solid #1f1f1f;
}
@media (max-width: 760px) {
  .article-list__icon--line-solid {
    height: 14.5px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--line-solid {
    height: 15px;
  }
}
.article-list__icon--line-dot {
  margin-right: 12px;
  width: 12px;
  border-bottom: 1px dotted #1f1f1f;
}
@media (max-width: 760px) {
  .article-list__icon--line-dot {
    height: 14.5px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--line-dot {
    height: 15px;
  }
}
.article-list__span--line-solid {
  width: calc(100% - 20px);
}
.article-list__span--line-dot {
  width: calc(100% - 24px);
}

@media (max-width: 760px) {
  .article-list__icon--number {
    width: 24px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--number {
    width: 26px;
  }
}
.article-list__icon--number > span {
  display: inline-block;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  font-weight: bold;
}
@media (max-width: 760px) {
  .article-list__icon--number > span {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--number > span {
    font-size: 16px;
    line-height: 19px;
    margin-top: 6px;
  }
}
@media (max-width: 760px) {
  .article-list__span--number {
    width: calc(100% - 24px);
  }
}
@media (min-width: 761px) {
  .article-list__span--number {
    width: calc(100% - 26px);
  }
}

@media (max-width: 760px) {
  .article-list__icon--star {
    width: 23px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--star {
    width: 25px;
  }
}
@media (max-width: 760px) {
  .article-list__icon--star svg {
    margin-top: 7.5px;
    height: 13px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--star svg {
    margin-top: 7.7px;
    height: 14px;
  }
}
@media (max-width: 760px) {
  .article-list__span--star {
    width: calc(100% - 23px);
  }
}
@media (min-width: 761px) {
  .article-list__span--star {
    width: calc(100% - 25px);
  }
}

@media (max-width: 760px) {
  .article-list__icon--test {
    margin-right: 12px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--test {
    margin-right: 14px;
  }
}
@media (max-width: 760px) {
  .article-list__icon--test svg {
    margin-top: 7.5px;
    width: 13px;
  }
}
@media (min-width: 761px) {
  .article-list__icon--test svg {
    margin-top: 7.7px;
    width: 14px;
  }
}
@media (max-width: 760px) {
  .article-list__span--test {
    width: calc(100% - 25px);
  }
}
@media (min-width: 761px) {
  .article-list__span--test {
    width: calc(100% - 28px);
  }
}

.article-list__icon--triangle {
  margin-right: 12px;
}
.article-list__icon--triangle svg {
  margin-top: 10px;
  width: 11px;
}
.article-list__span--triangle {
  width: calc(100% - 29px);
}

.article > ol,
.article > ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article > ol > li,
.article > ul > li {
  position: relative;
  font-size: 17px;
  line-height: 29px;
  margin-left: 16px;
}
@media (max-width: 760px) {
  .article > ol > li,
  .article > ul > li {
    font-size: 16px;
    line-height: 28px;
    margin-left: 15px;
  }
}

html[lang=en] .article > ol > li,
html[lang=en] .article > ul > li {
  line-height: 1.8;
}
@media (max-width: 760px) {
  html[lang=en] .article > ol > li,
  html[lang=en] .article > ul > li {
    font-size: 17px;
    margin-left: 15px;
  }
}
@media (min-width: 761px) {
  html[lang=en] .article > ol > li,
  html[lang=en] .article > ul > li {
    font-size: 18px;
    margin-left: 16px;
  }
}

.article > ol > li:not(:last-child),
.article > ul > li:not(:last-child) {
  margin-bottom: 11px;
}

.article > ol > li {
  counter-increment: increment;
  padding-left: 24px;
}

.article > ol > li::before {
  color: #1f1f1f;
  font-family: "Avenir Next", Avenir, sans-serif;
  content: counter(increment);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 1.2px;
  font-size: 15px;
}
@media (max-width: 760px) {
  .article > ol > li::before {
    font-size: 14px;
    top: 0.2px;
  }
}

.article > ul > li {
  padding-left: 17px;
}

.article > ul > li::before {
  background: #1f1f1f;
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

@media (max-width: 760px) {
  .article > ol > li > img,
  .article > ul > li > img {
    margin-top: 6px;
  }
}
@media (min-width: 761px) {
  .article > ol > li > img,
  .article > ul > li > img {
    margin-top: 6px;
  }
}

.article-table {
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}
@media (max-width: 760px) {
  .article-table {
    padding-left: 41px;
    padding-right: 41px;
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
@media (min-width: 761px) {
  .article-table {
    padding-left: 74px;
    padding-right: 74px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.article-table table {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  border-collapse: separate;
  padding: 12px 4px;
}
.article-table th,
.article-table td {
  font-size: 16px;
  line-height: 24px;
}
.article-table th:not(:last-child),
.article-table td:not(:last-child) {
  padding-right: 30px;
}
.article-table th {
  padding-bottom: 12px;
}
.article-table tbody tr:not(:last-child) td {
  padding-bottom: 12px;
}

@media (max-width: 760px) {
  .article-column .article-table {
    padding-left: 41px;
    padding-right: 41px;
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
@media (min-width: 761px) {
  .article-column .article-table {
    display: flex;
    justify-content: center;
    padding: 7px 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.article-pair-normal {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}
@media (max-width: 760px) {
  .article-pair-normal {
    padding: 7px 41px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article-pair-normal {
    padding: 7px 74px;
    margin: 36px 0;
  }
}
.article-pair-normal__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-pair-normal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3d3d3d;
  border-radius: 18px;
  height: 36px;
  padding: 0 16px;
}
@media (max-width: 760px) {
  .article-pair-normal__header {
    height: 34px;
    padding: 0 17px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 761px) {
  .article-pair-normal__header {
    height: 36px;
    padding: 0 18px;
    font-size: 15px;
    line-height: 21px;
  }
}
.article-pair-normal table {
  border: 0 !important;
  border-collapse: separate;
  padding: 0 !important;
}
@media (max-width: 760px) {
  .article-pair-normal td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 761px) {
  .article-pair-normal td {
    font-size: 17px;
    line-height: 25px;
  }
}
.article-pair-normal td:first-child {
  text-align: right;
  border-right: 1px solid #3d3d3d;
}
@media (max-width: 760px) {
  .article-pair-normal td:first-child {
    padding-right: 18px;
  }
}
@media (min-width: 761px) {
  .article-pair-normal td:first-child {
    padding-right: 22px;
  }
}
@media (max-width: 760px) {
  .article-pair-normal td:last-child {
    padding-left: 18px;
  }
}
@media (min-width: 761px) {
  .article-pair-normal td:last-child {
    padding-left: 22px;
  }
}
@media (max-width: 760px) {
  .article-pair-normal tr:not(:last-child) td {
    padding-bottom: 10px;
  }
}
@media (min-width: 761px) {
  .article-pair-normal tr:not(:last-child) td {
    padding-bottom: 12px;
  }
}
.article-pair-normal tr:first-child td {
  padding-top: 4px !important;
}
.article-pair-normal--with-header tr:first-child td {
  padding-top: 16px !important;
}
.article-pair-normal tr:last-child td {
  padding-bottom: 4px !important;
}

@media (min-width: 761px) {
  .article-column .article-pair-normal {
    padding: 7px 17px;
  }
}

.article-pair-block {
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}
@media (max-width: 760px) {
  .article-pair-block {
    padding: 7px 41px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 761px) {
  .article-pair-block {
    padding: 7px 74px;
    margin-top: 37px;
    margin-bottom: 37px;
  }
}
.article-pair-block table {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  border-collapse: separate;
}
@media (max-width: 760px) {
  .article-pair-block td {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 761px) {
  .article-pair-block td {
    font-size: 16px;
    line-height: 24px;
  }
}
.article-pair-block td:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0 !important;
}
@media (max-width: 760px) {
  .article-pair-block tr:not(:last-child) td {
    padding-bottom: 24px;
  }
}
@media (min-width: 761px) {
  .article-pair-block tr:not(:last-child) td {
    padding-bottom: 28px;
  }
}
.article-pair-block td:first-child span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lavenderblush;
}
@media (max-width: 760px) {
  .article-pair-block td:first-child span {
    border-radius: 16px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 761px) {
  .article-pair-block td:first-child span {
    border-radius: 18px;
    height: 36px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 760px) {
  .article-pair-block td:last-child {
    padding-left: 14px;
  }
}
@media (min-width: 761px) {
  .article-pair-block td:last-child {
    padding-left: 16px;
  }
}

@media (min-width: 761px) {
  .article-column .article-pair-block {
    padding: 7px 17px;
  }
}

@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 760px) {
  .article-quote {
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article-quote {
    margin: 38px 0;
    padding: 0 12px;
  }
}

@media (max-width: 760px) {
  .article-quiz-blank {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-quiz-blank {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-quiz-blank > p {
  font-size: 17px;
  line-height: 31px;
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (max-width: 760px) {
  .article-quiz-blank > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-quiz-blank > p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-quiz-blank > *:first-child {
  margin-top: 0 !important;
}
.article-quiz-blank > *:last-child {
  margin-bottom: 0 !important;
}
.article-quiz-blank > p.math {
  margin-top: -17px !important;
  margin-bottom: -17px !important;
  width: 100%;
}
.article-quiz-blank > p.math > span {
  display: block;
  width: 100%;
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}
.article-quiz-blank > p a {
  font-weight: bold;
  color: #0955E2;
}
.article-quiz-blank figure {
  width: 100%;
  max-height: 400px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  object-fit: contain;
}
.article-quiz-blank figure img {
  width: auto;
  max-height: 400px;
}
.article-quiz-blank__blank {
  cursor: pointer;
  display: inline-block;
  box-sizing: content-box;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 6px;
  margin-right: 6px;
  border: 1px solid #666;
  border-radius: 1px;
}
@media (max-width: 760px) {
  .article-quiz-blank__blank {
    height: 30px;
  }
}
@media (min-width: 761px) {
  .article-quiz-blank__blank {
    height: 31px;
  }
}
.article-quiz-blank__blank span {
  display: none;
  box-sizing: content-box;
  border: 1px solid transparent;
  width: calc(100% - 2px);
}
@media (max-width: 760px) {
  .article-quiz-blank__blank span {
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 761px) {
  .article-quiz-blank__blank span {
    height: 29px;
    font-size: 17px;
    line-height: 29px;
  }
}

.article-quiz-select {
  overflow-x: hidden;
}
@media (max-width: 760px) {
  .article-quiz-select {
    padding: 7px 12px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-quiz-select {
    padding: 7px 40px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-quiz-select__container {
  width: 100%;
  box-shadow: rgba(153, 153, 153, 0.1) 0 1px 2px 1px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 760px) {
  .article-quiz-select__container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 761px) {
  .article-quiz-select__container {
    padding: 0 24px 24px;
  }
}
.article-quiz-select__container::before {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-block;
  content: url("/img/quiz/question.svg");
  width: 20px;
  height: 20px;
}
.article-quiz-select__container > p {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  padding: 25px 8px;
}
.article-quiz-select__choice {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fafafa;
  border-radius: 20px 2px 2px 20px;
  padding: 4px;
  margin-bottom: 8px;
}
.article-quiz-select__choice > div {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: white;
  border: 1px solid #f0f0f0;
  margin-right: 12px;
}
.article-quiz-select__choice > span {
  width: calc(100% - 44px);
  white-space: nowrap;
  line-height: 1.6;
  font-size: 16px;
}
.article-quiz-select__choice:last-child {
  margin-bottom: 0;
}
.article-quiz-select__answer {
  display: none;
  margin-top: 24px;
}
.article-quiz-select__result {
  position: relative;
  text-align: center;
  width: 80px;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 760px) {
  .article-quiz-select__result {
    display: none;
  }
}
.article-quiz-select__comment {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 8px 24px;
}
@media (max-width: 760px) {
  .article-quiz-select__comment {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .article-quiz-select__comment {
    width: calc(100% - 80px);
  }
}
.article-quiz-select__comment::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  border-top: 1px solid var(--color);
  border-left: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.article-quiz-select__comment::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  border-top: 1px solid var(--color);
  border-right: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media (max-width: 760px) {
  .article > .article-to {
    padding: 7px 24px;
  }
}
@media (min-width: 761px) {
  .article > .article-to {
    padding: 7px 40px;
  }
}

@media (max-width: 760px) {
  .article-to {
    margin: 27px 0;
  }
}
@media (min-width: 761px) {
  .article-to {
    margin: 29px 0;
  }
}
.article-to__item {
  display: flex;
  justify-content: center;
}
.article-to__item > div {
  border: 1px solid #3d3d3d;
  border-radius: 2px;
}
@media (max-width: 760px) {
  .article-to__item > div {
    padding: 8px 20px;
  }
}
@media (min-width: 761px) {
  .article-to__item > div {
    padding: 8px 20px;
  }
}
.article-to__item > div > *:first-child {
  margin-top: 0 !important;
}
.article-to__item > div > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 760px) {
  .article-to__item p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .article-to__item p {
    font-size: 17px;
    line-height: 31px;
  }
}
.article-to__array {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.article-to__array > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1px;
  min-height: 40px;
}
.article-to__array-symbol {
  background-color: #3d3d3d;
  width: 1px;
  height: 100%;
  position: relative;
}
.article-to__array-symbol::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 8px;
  transform-origin: bottom;
  transform: rotate(-40deg);
  border-left: 1px solid #3d3d3d;
}
.article-to__array-symbol::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 8px;
  transform-origin: bottom;
  transform: rotate(40deg);
  border-left: 1px solid #3d3d3d;
}
.article-to__array-content {
  position: absolute;
  top: 20px;
  left: 24px;
  min-width: 120px;
  max-width: 320px;
}
.article-to__array-content p {
  font-size: 14px;
  line-height: 22px;
}

.article-note__detail {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .article-note__detail {
    margin-top: 27px;
  }
}
@media (min-width: 761px) {
  .article-note__detail {
    margin-top: 29px;
  }
}
.article-note__detail svg {
  position: absolute;
}
.article-note__detail-inner {
  position: relative;
}
@media (max-width: 760px) {
  .article-note__detail-inner {
    width: 238px;
  }
}
@media (min-width: 761px) {
  .article-note__detail-inner {
    width: 360px;
  }
}
@media (max-width: 760px) {
  .article-note__detail-inner-left {
    padding: 12px 27px;
  }
}
@media (min-width: 761px) {
  .article-note__detail-inner-left {
    padding: 14px 28px;
  }
}
@media (max-width: 760px) {
  .article-note__detail-inner-right {
    padding: 14px 20px;
  }
}
@media (min-width: 761px) {
  .article-note__detail-inner-right {
    padding: 14px 22px;
  }
}
.article-note__detail-inner-left::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  border-top: 1px dotted #3d3d3d;
  border-bottom: 1px dotted #3d3d3d;
  border-left: 1px dotted #3d3d3d;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.article-note__detail-inner-left::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  border-top: 1px dotted #3d3d3d;
  border-bottom: 1px dotted #3d3d3d;
  border-right: 1px dotted #3d3d3d;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.article-note__detail-inner-right::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  border-top: 1px dotted #3d3d3d;
  border-left: 1px dotted #3d3d3d;
  border-right: 1px dotted #3d3d3d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.article-note__detail-inner-right::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  border-bottom: 1px dotted #3d3d3d;
  border-left: 1px dotted #3d3d3d;
  border-right: 1px dotted #3d3d3d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.article-note__detail-inner > *:first-child {
  margin-top: 0 !important;
}
.article-note__detail-inner > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 760px) {
  .article-note__detail-inner p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-note__detail-inner p {
    font-size: 15px;
    line-height: 27px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

@media (max-width: 760px) {
  .article-note {
    padding: 0 24px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-note {
    padding: 0 40px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-note__main > *:first-child {
  margin-top: 0 !important;
}
.article-note__main > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 760px) {
  .article-note__main p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article-note__main p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}
.article-note__mark {
  white-space: nowrap;
  position: relative;
}
@media (max-width: 760px) {
  .article-note__mark {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .article-note__mark {
    font-size: 17px;
    line-height: 31px;
  }
}
.article-note__mark::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #333;
}

@media (max-width: 760px) {
  .article-history {
    padding: 7px 24px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article-history {
    padding: 7px 57px;
    margin: 36px 0;
  }
}
.article-history__item {
  position: relative;
  border-left: 1px solid chocolate;
}
@media (max-width: 760px) {
  .article-history__item {
    padding: 10px 0 10px 16px;
  }
}
@media (min-width: 761px) {
  .article-history__item {
    padding: 12px 0 12px 20px;
  }
}
.article-history__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: -3.5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: sienna;
}
@media (max-width: 760px) {
  .article-history__item::before {
    top: 18px;
  }
}
@media (min-width: 761px) {
  .article-history__item::before {
    top: 20.5px;
  }
}
.article-history__time {
  color: sienna;
  font-family: "Times New Roman", serif;
  font-style: italic;
}
@media (max-width: 760px) {
  .article-history__time {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 761px) {
  .article-history__time {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 760px) {
  .article-history__content {
    margin-top: 4px;
  }
}
@media (min-width: 761px) {
  .article-history__content {
    margin-top: 4px;
  }
}
.article-history__header {
  font-weight: bold;
}
@media (max-width: 760px) {
  .article-history__header {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 761px) {
  .article-history__header {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 760px) {
  .article-history__content p {
    margin-top: 6px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 761px) {
  .article-history__content p {
    margin-top: 6px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (max-width: 760px) {
  .article-compare-color {
    margin: 34px 0;
    padding: 27px 24px 7px;
  }
}
@media (min-width: 761px) {
  .article-compare-color {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 36px 0;
    padding: 29px 40px 7px;
  }
}
.article-compare-color__item {
  z-index: 0;
  position: relative;
}
@media (min-width: 761px) {
  .article-compare-color__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 760px) {
  .article-compare-color__item:first-child {
    margin-bottom: 40px;
  }
}
.article-compare-color__head {
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 760px) {
  .article-compare-color__head {
    top: -22px;
    left: -4px;
    height: 40px;
    border-radius: 22px;
  }
}
@media (min-width: 761px) {
  .article-compare-color__head {
    top: -22px;
    left: -6px;
    height: 44px;
    border-radius: 22px;
  }
}
.article-compare-color__item:first-child .article-compare-color__head {
  border: 1px solid #DB153E;
}
.article-compare-color__item:last-child .article-compare-color__head {
  border: 1px solid #0955E2;
}
.article-compare-color__head > span {
  overflow-x: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .article-compare-color__head > span {
    height: 36px;
    padding: 2px 18px 0;
    border-radius: 18px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .article-compare-color__head > span {
    height: 40px;
    padding: 4px 20px 0;
    border-radius: 20px;
    font-size: 17px;
    line-height: 30px;
  }
}
.article-compare-color__item:first-child .article-compare-color__head > span {
  border: 1px dotted transparent;
  color: #DB153E;
}
.article-compare-color__item:last-child .article-compare-color__head > span {
  border: 1px dotted transparent;
  color: #0955E2;
}
.article-compare-color__body {
  border-radius: 4px 20px 4px 4px;
}
@media (max-width: 760px) {
  .article-compare-color__body {
    padding: 36px 24px 16px;
  }
}
@media (min-width: 761px) {
  .article-compare-color__body {
    padding: 40px 24px 18px;
  }
}
.article-compare-color__item:first-child .article-compare-color__body {
  background-color: LavenderBlush;
  border: 1px dotted #DB153E;
}
.article-compare-color__item:last-child .article-compare-color__body {
  background-color: AliceBlue;
  border: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-compare-color__body > p {
    margin: 22px 0;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 761px) {
  .article-compare-color__body > p {
    margin: 26px 0;
    font-size: 16px;
    line-height: 28px;
  }
}
.article-compare-color__body > *:first-child {
  margin-top: 0 !important;
}
.article-compare-color__body > *:last-child {
  margin-bottom: 0 !important;
}
.article-compare-color__body > p > a {
  color: #0955E2;
}

.article-compare-line {
  position: relative;
}
@media (max-width: 760px) {
  .article-compare-line {
    margin: 46px 0;
    padding: 0 24px;
  }
}
@media (min-width: 761px) {
  .article-compare-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 36px 0;
    padding: 0 40px;
  }
}
@media (min-width: 761px) {
  .article-compare-line__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 760px) {
  .article-compare-line__item:first-child {
    margin-bottom: 24px;
  }
}
.article-compare-line__head {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #3d3d3d;
  padding: 0 20px;
}
@media (max-width: 760px) {
  .article-compare-line__head {
    height: 36px;
    padding: 0 16px;
  }
}
@media (min-width: 761px) {
  .article-compare-line__head {
    height: 40px;
    padding: 0 20px;
  }
}
.article-compare-line__head span {
  overflow-x: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .article-compare-line__head span {
    font-size: 16px;
  }
}
@media (min-width: 761px) {
  .article-compare-line__head span {
    font-size: 17px;
  }
}
.article-compare-line__body {
  line-height: 1.8;
}
@media (max-width: 760px) {
  .article-compare-line__body {
    padding: 24px 24px 12px;
    font-size: 16px;
  }
}
@media (min-width: 761px) {
  .article-compare-line__body {
    padding: 24px 24px 16px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .article-compare-line__body > p {
    margin: 22px 0;
  }
}
@media (min-width: 761px) {
  .article-compare-line__body > p {
    margin: 26px 0;
  }
}
.article-compare-line__body > *:first-child {
  margin-top: 0 !important;
}
.article-compare-line__body > *:last-child {
  margin-bottom: 0 !important;
}
.article-compare-line__body > p > a {
  color: #0955E2;
}
.article-compare-line::after {
  position: absolute;
  content: "";
  background-color: transparent;
}
@media (max-width: 760px) {
  .article-compare-line::after {
    top: -12px;
    bottom: -12px;
    left: 24px;
    right: 24px;
    border: 1px dotted #3d3d3d;
    border-radius: 20px;
  }
}
@media (min-width: 761px) {
  .article-compare-line::after {
    top: 0;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    border-right: 1px dotted #3d3d3d;
  }
}

@media (max-width: 760px) {
  .article-say-list {
    padding: 7px 20px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article-say-list {
    padding: 7px 40px;
    margin: 36px 0;
  }
}

.article-say-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.article-say-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.article-say:not(:last-child) {
  margin-bottom: 24px;
}

.article-say__avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-say__avatar {
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
}
@media (min-width: 761px) {
  .article-say__avatar {
    width: 68px;
    height: 68px;
    border-radius: 34px;
  }
}
.article-say__avatar img {
  overflow: hidden;
}
@media (max-width: 760px) {
  .article-say__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
@media (min-width: 761px) {
  .article-say__avatar img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
}
.article-say__avatar-left::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  border-bottom: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-say__avatar-left::before {
    top: 18px;
    width: 12px;
  }
}
@media (min-width: 761px) {
  .article-say__avatar-left::before {
    top: 22px;
    width: 16px;
  }
}
@media (max-width: 760px) {
  .article-say__avatar-left::before {
    left: 43px;
  }
}
@media (min-width: 761px) {
  .article-say__avatar-left::before {
    left: 67px;
  }
}
.article-say__avatar-right::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  border-bottom: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-say__avatar-right::before {
    top: 18px;
    width: 12px;
  }
}
@media (min-width: 761px) {
  .article-say__avatar-right::before {
    top: 22px;
    width: 16px;
  }
}
@media (max-width: 760px) {
  .article-say__avatar-right::before {
    right: 43px;
  }
}
@media (min-width: 761px) {
  .article-say__avatar-right::before {
    right: 67px;
  }
}

.article-say__content {
  position: relative;
  padding: 4px;
}
@media (max-width: 760px) {
  .article-say__content {
    width: calc(100% - 44px - 12px);
  }
}
@media (min-width: 761px) {
  .article-say__content {
    width: calc(100% - 68px - 16px - 120px);
    min-width: 300px;
  }
}
@media (max-width: 760px) {
  .article-say__content-left {
    margin-left: 12px;
  }
}
@media (min-width: 761px) {
  .article-say__content-left {
    margin-left: 16px;
  }
}
.article-say__content-left::before {
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-left: 1px dotted #0955E2;
  border-top: 1px dotted #0955E2;
  position: absolute;
  display: inline-block;
  content: "";
}
@media (max-width: 760px) {
  .article-say__content-left::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .article-say__content-left::before {
    width: 24px;
    height: 24px;
  }
}
.article-say__content-left::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  border-right: 1px dotted #0955E2;
  border-bottom: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-say__content-left::after {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .article-say__content-left::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 760px) {
  .article-say__content-right {
    margin-right: 12px;
  }
}
@media (min-width: 761px) {
  .article-say__content-right {
    margin-right: 16px;
  }
}
.article-say__content-right::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-left: 1px dotted #0955E2;
  border-bottom: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-say__content-right::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .article-say__content-right::before {
    width: 24px;
    height: 24px;
  }
}
.article-say__content-right::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-right: 1px dotted #0955E2;
  border-top: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .article-say__content-right::after {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .article-say__content-right::after {
    width: 24px;
    height: 24px;
  }
}

.article-say__content-inner {
  position: relative;
  border-radius: 7px;
}
@media (max-width: 760px) {
  .article-say__content-inner {
    padding: 14px 22px;
  }
}
@media (min-width: 761px) {
  .article-say__content-inner {
    padding: 14px 22px;
  }
}
@media (max-width: 760px) {
  .article-say__content-inner p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 761px) {
  .article-say__content-inner p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 28px;
  }
}
.article-say__content-inner > *:first-child {
  margin-top: 0 !important;
}
.article-say__content-inner-left::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #0955E2;
  border-left: 1px solid #0955E2;
  border-bottom: 1px solid #0955E2;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 760px) {
  .article-say__content-inner-left::before {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .article-say__content-inner-left::before {
    width: 19px;
  }
}
.article-say__content-inner-left::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid #0955E2;
  border-right: 1px solid #0955E2;
  border-bottom: 1px solid #0955E2;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 760px) {
  .article-say__content-inner-left::after {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .article-say__content-inner-left::after {
    width: 19px;
  }
}
.article-say__content-inner-right::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #0955E2;
  border-left: 1px solid #0955E2;
  border-bottom: 1px solid #0955E2;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 760px) {
  .article-say__content-inner-right::before {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .article-say__content-inner-right::before {
    width: 19px;
  }
}
.article-say__content-inner-right::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  border-top: 1px solid #0955E2;
  border-right: 1px solid #0955E2;
  border-bottom: 1px solid #0955E2;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 760px) {
  .article-say__content-inner-right::after {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .article-say__content-inner-right::after {
    width: 19px;
  }
}

@media (max-width: 760px) {
  .article-bitext {
    margin: 27px 0;
    padding: 0 24px;
  }
}
@media (min-width: 761px) {
  .article-bitext {
    margin: 29px 0;
    padding: 0 40px;
  }
}
@media (max-width: 760px) {
  .article-bitext__item:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media (min-width: 761px) {
  .article-bitext__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 760px) {
  .article-bitext__item > *:first-child {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .article-bitext__item > *:first-child {
    font-size: 17px;
    line-height: 31px;
  }
}
.article-bitext__item > *:last-child {
  color: #f0660a;
}
@media (max-width: 760px) {
  .article-bitext__item > *:last-child {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 761px) {
  .article-bitext__item > *:last-child {
    font-size: 15px;
    line-height: 29px;
  }
}
.article-bitext__item > *:last-child > span {
  color: #f0660a;
}

@media (max-width: 760px) {
  .chart {
    width: 100%;
    margin: 34px auto;
  }
}
@media (min-width: 761px) {
  .chart {
    max-width: 600px;
    margin: 36px auto;
  }
}

.article-curve {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-curve__canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 0;
  width: 100%;
  max-width: 400px;
  height: 200px;
}

@media (max-width: 760px) {
  .article > .article-curve {
    margin-top: 34px;
    margin-bottom: 34px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 761px) {
  .article > .article-curve {
    margin-top: 37px;
    margin-bottom: 37px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.article-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .article-diagram {
    margin-top: 37px;
    margin-bottom: 37px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 761px) {
  .article-diagram {
    margin-top: 41px;
    margin-bottom: 41px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.article-diagram__inner {
  width: 100%;
}
@media (max-width: 760px) {
  .article-diagram__inner {
    max-width: 320px;
  }
}
@media (min-width: 761px) {
  .article-diagram__inner {
    max-width: 480px;
  }
}

.article-rect {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .article-rect {
    margin-top: 37px;
    margin-bottom: 37px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 761px) {
  .article-rect {
    margin-top: 41px;
    margin-bottom: 41px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.article-rect__inner {
  width: 100%;
}
@media (max-width: 760px) {
  .article-rect__inner {
    max-width: 320px;
  }
}
@media (min-width: 761px) {
  .article-rect__inner {
    max-width: 480px;
  }
}

code[class*=language-],
pre[class*=language-] {
  color: white;
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
}

.article {
  -webkit-text-size-adjust: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
}

html[lang=en] .article {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Source Serif 4", serif;
}

.article > *:first-child {
  margin-top: 0 !important;
}

.article > *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .article > h2,
  .article > h3,
  .article > h4,
  .article > h5,
  .article > h6,
  .article > p,
  .article > ol,
  .article > ul,
  .article > pre {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 761px) {
  .article > h2,
  .article > h3,
  .article > h4,
  .article > h5,
  .article > h6,
  .article > p,
  .article > ol,
  .article > ul,
  .article > pre {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.article > h2 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.article > h3,
.article > h4,
.article > h5,
.article > h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.article table {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  border-collapse: separate;
  padding: 12px 4px;
}

.article th,
.article td {
  font-size: 16px;
  line-height: 24px;
}

.article th:not(:last-child),
.article td:not(:last-child) {
  padding-right: 30px;
}

.article th {
  padding-bottom: 12px;
}

.article tbody tr:not(:last-child) td {
  padding-bottom: 12px;
}

.article blockquote {
  width: 100%;
  background-color: #f7f7f7;
  font-style: italic;
}
@media (max-width: 760px) {
  .article blockquote {
    padding: 17px 24px;
  }
}
@media (min-width: 761px) {
  .article blockquote {
    border-radius: 3px;
    padding: 17px 28px;
  }
}

.article blockquote > *:not(:last-child) {
  margin-bottom: 24px;
}

.article blockquote p {
  line-height: 1.8;
}
@media (max-width: 760px) {
  .article blockquote p {
    font-size: 15px !important;
  }
}
@media (min-width: 761px) {
  .article blockquote p {
    font-size: 16px !important;
  }
}

html[lang=en] .article blockquote p {
  line-height: 1.8;
}
@media (max-width: 760px) {
  html[lang=en] .article blockquote p {
    font-size: 16px !important;
  }
}
@media (min-width: 761px) {
  html[lang=en] .article blockquote p {
    font-size: 17px !important;
  }
}

.article blockquote p a {
  color: #0955E2;
}

.article iframe {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.article > h2 > span.math {
  display: inline-block;
  height: 34px;
}

.article > h3 > span.math {
  display: inline-block;
  height: 28px;
}

.article > p > span.math,
.article > ul > li > span.math,
.article > ol > li > span.math {
  display: inline-block;
}
@media (max-width: 760px) {
  .article > p > span.math,
  .article > ul > li > span.math,
  .article > ol > li > span.math {
    height: 30px;
  }
}
@media (min-width: 761px) {
  .article > p > span.math,
  .article > ul > li > span.math,
  .article > ol > li > span.math {
    height: 31px;
  }
}

.article > h2 > span.math > img,
.article > h3 > span.math > img,
.article > p > span.math > img,
.article > ul > li > span.math > img,
.article > ol > li > span.math > img {
  display: inline;
  vertical-align: middle;
  margin-bottom: 2px;
}

.article > div.math {
  width: 100%;
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}
@media (max-width: 760px) {
  .article > div.math {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 34px;
    margin-bottom: 34px;
  }
}
@media (min-width: 761px) {
  .article > div.math {
    padding-left: 57px;
    padding-right: 57px;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

.article > p {
  font-size: 17px;
  line-height: 31px;
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (max-width: 760px) {
  .article > p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article > p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

html[lang=en] .article > p {
  line-height: 1.8;
}
@media (max-width: 760px) {
  html[lang=en] .article > p {
    font-size: 17px;
    margin-top: 27.2px;
    margin-bottom: 27.2px;
  }
}
@media (min-width: 761px) {
  html[lang=en] .article > p {
    font-size: 18px;
    margin-top: 28.8px;
    margin-bottom: 28.8px;
  }
}

.article > p a {
  font-weight: bold;
  color: #0955E2;
}

.article > p ruby {
  font-size: 100%;
  ruby-position: initial;
}

.article > p ruby rt {
  display: ruby-text;
  text-align: start;
  text-emphasis-style: none;
  text-indent: 0;
  font-size: 50%;
  padding: 11px 0 1px;
}

.article p code {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
  color: #0955E2;
  background-color: aliceblue;
  font-size: 15px;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 4px;
}

.article-source__code pre,
.article-python__code pre,
.article-run__code pre {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
  width: 100%;
  white-space: pre;
  word-wrap: normal;
  background: #202020 !important;
  color: #d0d0d0 !important;
  font-size: 15px;
  line-height: 27px;
}
@media (max-width: 760px) {
  .article-source__code pre,
  .article-python__code pre,
  .article-run__code pre {
    padding: 22px 24px;
  }
}
@media (min-width: 761px) {
  .article-source__code pre,
  .article-python__code pre,
  .article-run__code pre {
    border-radius: 2px;
    padding: 24px 34px;
  }
}

.article-source__code span,
.article-python__code span,
.article-run__code span {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
  font-size: 15px;
  line-height: 27px;
  font-weight: normal !important;
}

/* Native theme */
.article-source__code pre .hll,
.article-python__code pre .hll,
.article-run__code pre .hll {
  background-color: #404040 !important;
}
.article-source__code pre .c,
.article-python__code pre .c,
.article-run__code pre .c {
  color: #999999 !important;
}
.article-source__code pre .err,
.article-python__code pre .err,
.article-run__code pre .err {
  color: #a61717 !important;
  background-color: #e3d2d2 !important;
}
.article-source__code pre .g,
.article-python__code pre .g,
.article-run__code pre .g {
  color: #d0d0d0 !important;
}
.article-source__code pre .k,
.article-python__code pre .k,
.article-run__code pre .k {
  color: #fc888c !important;
}
.article-source__code pre .l,
.article-python__code pre .l,
.article-run__code pre .l {
  color: #d0d0d0 !important;
}
.article-source__code pre .n, .article-source__code pre .o, .article-source__code pre .x, .article-source__code pre .p,
.article-python__code pre .n,
.article-python__code pre .o,
.article-python__code pre .x,
.article-python__code pre .p,
.article-run__code pre .n,
.article-run__code pre .o,
.article-run__code pre .x,
.article-run__code pre .p {
  color: #fafafa !important;
}
.article-source__code pre .cm,
.article-python__code pre .cm,
.article-run__code pre .cm {
  color: #999999 !important;
}
.article-source__code pre .cp,
.article-python__code pre .cp,
.article-run__code pre .cp {
  color: #cd2828 !important;
}
.article-source__code pre .c1,
.article-python__code pre .c1,
.article-run__code pre .c1 {
  color: #999999 !important;
}
.article-source__code pre .cs,
.article-python__code pre .cs,
.article-run__code pre .cs {
  color: #e50808 !important;
  background-color: #520000 !important;
}
.article-source__code pre .fm,
.article-python__code pre .fm,
.article-run__code pre .fm {
  color: #b978f7 !important;
}
.article-source__code pre .gd,
.article-python__code pre .gd,
.article-run__code pre .gd {
  color: #d22323 !important;
}
.article-source__code pre .ge,
.article-python__code pre .ge,
.article-run__code pre .ge {
  color: #d0d0d0 !important;
}
.article-source__code pre .gr,
.article-python__code pre .gr,
.article-run__code pre .gr {
  color: #d22323 !important;
}
.article-source__code pre .gh,
.article-python__code pre .gh,
.article-run__code pre .gh {
  color: #fcfcfc !important;
}
.article-source__code pre .gi,
.article-python__code pre .gi,
.article-run__code pre .gi {
  color: #589819 !important;
}
.article-source__code pre .go,
.article-python__code pre .go,
.article-run__code pre .go {
  color: #cccccc !important;
}
.article-source__code pre .gp,
.article-python__code pre .gp,
.article-run__code pre .gp {
  color: #aaaaaa !important;
}
.article-source__code pre .gs,
.article-python__code pre .gs,
.article-run__code pre .gs {
  color: #d0d0d0 !important;
}
.article-source__code pre .gu,
.article-python__code pre .gu,
.article-run__code pre .gu {
  color: #fcfcfc !important;
}
.article-source__code pre .gt,
.article-python__code pre .gt,
.article-run__code pre .gt {
  color: #d22323 !important;
}
.article-source__code pre .kc, .article-source__code pre .kd, .article-source__code pre .kn, .article-source__code pre .kp, .article-source__code pre .kr, .article-source__code pre .kt,
.article-python__code pre .kc,
.article-python__code pre .kd,
.article-python__code pre .kn,
.article-python__code pre .kp,
.article-python__code pre .kr,
.article-python__code pre .kt,
.article-run__code pre .kc,
.article-run__code pre .kd,
.article-run__code pre .kn,
.article-run__code pre .kp,
.article-run__code pre .kr,
.article-run__code pre .kt {
  color: #6ab825 !important;
}
.article-source__code pre .kn,
.article-python__code pre .kn,
.article-run__code pre .kn {
  color: #93c1f5 !important;
}
.article-source__code pre .ld,
.article-python__code pre .ld,
.article-run__code pre .ld {
  color: #d0d0d0 !important;
}
.article-source__code pre .m,
.article-python__code pre .m,
.article-run__code pre .m {
  color: #3677a9 !important;
}
.article-source__code pre .s,
.article-python__code pre .s,
.article-run__code pre .s {
  color: #ed9d13 !important;
}
.article-source__code pre .na,
.article-python__code pre .na,
.article-run__code pre .na {
  color: #bbbbbb !important;
}
.article-source__code pre .nb,
.article-python__code pre .nb,
.article-run__code pre .nb {
  color: #d1a5fa !important;
}
.article-source__code pre .nc,
.article-python__code pre .nc,
.article-run__code pre .nc {
  color: #EE9149 !important;
}
.article-source__code pre .no,
.article-python__code pre .no,
.article-run__code pre .no {
  color: #40ffff !important;
}
.article-source__code pre .nd,
.article-python__code pre .nd,
.article-run__code pre .nd {
  color: #ffa500 !important;
}
.article-source__code pre .ni,
.article-python__code pre .ni,
.article-run__code pre .ni {
  color: #d0d0d0 !important;
}
.article-source__code pre .ne,
.article-python__code pre .ne,
.article-run__code pre .ne {
  color: #bbbbbb !important;
}
.article-source__code pre .nf,
.article-python__code pre .nf,
.article-run__code pre .nf {
  color: #d1a5fa !important;
}
.article-source__code pre .nl,
.article-python__code pre .nl,
.article-run__code pre .nl {
  color: #d0d0d0 !important;
}
.article-source__code pre .nn,
.article-python__code pre .nn,
.article-run__code pre .nn {
  color: #fcfcfc !important;
}
.article-source__code pre .nx, .article-source__code pre .py,
.article-python__code pre .nx,
.article-python__code pre .py,
.article-run__code pre .nx,
.article-run__code pre .py {
  color: #d0d0d0 !important;
}
.article-source__code pre .nt,
.article-python__code pre .nt,
.article-run__code pre .nt {
  color: #6ab825 !important;
}
.article-source__code pre .nv,
.article-python__code pre .nv,
.article-run__code pre .nv {
  color: #40ffff !important;
}
.article-source__code pre .ow,
.article-python__code pre .ow,
.article-run__code pre .ow {
  color: #6ab825 !important;
}
.article-source__code pre .w,
.article-python__code pre .w,
.article-run__code pre .w {
  color: #666666 !important;
}
.article-source__code pre .mf,
.article-python__code pre .mf,
.article-run__code pre .mf {
  color: #3677a9 !important;
}
.article-source__code pre .mh, .article-source__code pre .mi, .article-source__code pre .mo,
.article-python__code pre .mh,
.article-python__code pre .mi,
.article-python__code pre .mo,
.article-run__code pre .mh,
.article-run__code pre .mi,
.article-run__code pre .mo {
  color: #A7D6FD !important;
}
.article-source__code pre .sa,
.article-python__code pre .sa,
.article-run__code pre .sa {
  color: #ed6713 !important;
}
.article-source__code pre .sb,
.article-python__code pre .sb,
.article-run__code pre .sb {
  color: #A7D6FD !important;
}
.article-source__code pre .sc, .article-source__code pre .sd, .article-source__code pre .s2, .article-source__code pre .se, .article-source__code pre .sh, .article-source__code pre .si,
.article-python__code pre .sc,
.article-python__code pre .sd,
.article-python__code pre .s2,
.article-python__code pre .se,
.article-python__code pre .sh,
.article-python__code pre .si,
.article-run__code pre .sc,
.article-run__code pre .sd,
.article-run__code pre .s2,
.article-run__code pre .se,
.article-run__code pre .sh,
.article-run__code pre .si {
  color: #ed9d13 !important;
}
.article-source__code pre .sx,
.article-python__code pre .sx,
.article-run__code pre .sx {
  color: #ffa500 !important;
}
.article-source__code pre .sr, .article-source__code pre .s1, .article-source__code pre .ss,
.article-python__code pre .sr,
.article-python__code pre .s1,
.article-python__code pre .ss,
.article-run__code pre .sr,
.article-run__code pre .s1,
.article-run__code pre .ss {
  color: #ed9d13 !important;
}
.article-source__code pre .bp,
.article-python__code pre .bp,
.article-run__code pre .bp {
  color: #ECD813 !important;
}
.article-source__code pre .vc, .article-source__code pre .vg, .article-source__code pre .vi,
.article-python__code pre .vc,
.article-python__code pre .vg,
.article-python__code pre .vi,
.article-run__code pre .vc,
.article-run__code pre .vg,
.article-run__code pre .vi {
  color: #40ffff !important;
}
.article-source__code pre .il,
.article-python__code pre .il,
.article-run__code pre .il {
  color: #3677a9 !important;
}

/* Prism theme */
.article-source__code pre code,
.article-python__code pre code,
.article-run__code pre code {
  tab-size: 4;
  color: #d0d0d0 !important;
}

.article-source__code pre .token.comment,
.article-source__code pre .token.prolog,
.article-source__code pre .token.doctype,
.article-source__code pre .token.cdata,
.article-python__code pre .token.comment,
.article-python__code pre .token.prolog,
.article-python__code pre .token.doctype,
.article-python__code pre .token.cdata,
.article-run__code pre .token.comment,
.article-run__code pre .token.prolog,
.article-run__code pre .token.doctype,
.article-run__code pre .token.cdata {
  color: #999999;
}
.article-source__code pre .token.keyword,
.article-python__code pre .token.keyword,
.article-run__code pre .token.keyword {
  color: #fc888c;
}
.article-source__code pre .token.string,
.article-source__code pre .token.char,
.article-source__code pre .token.template-string,
.article-python__code pre .token.string,
.article-python__code pre .token.char,
.article-python__code pre .token.template-string,
.article-run__code pre .token.string,
.article-run__code pre .token.char,
.article-run__code pre .token.template-string {
  color: #ed9d13;
}
.article-source__code pre .token.function,
.article-python__code pre .token.function,
.article-run__code pre .token.function {
  color: #d1a5fa;
}
.article-source__code pre .token.class-name,
.article-python__code pre .token.class-name,
.article-run__code pre .token.class-name {
  color: #EE9149;
}
.article-source__code pre .token.builtin,
.article-python__code pre .token.builtin,
.article-run__code pre .token.builtin {
  color: #d1a5fa;
}
.article-source__code pre .token.number,
.article-python__code pre .token.number,
.article-run__code pre .token.number {
  color: #A7D6FD;
}
.article-source__code pre .token.boolean,
.article-python__code pre .token.boolean,
.article-run__code pre .token.boolean {
  color: #ECD813;
}
.article-source__code pre .token.operator,
.article-python__code pre .token.operator,
.article-run__code pre .token.operator {
  color: #fafafa;
}
.article-source__code pre .token.punctuation,
.article-python__code pre .token.punctuation,
.article-run__code pre .token.punctuation {
  color: #fafafa;
}
.article-source__code pre .token.tag,
.article-python__code pre .token.tag,
.article-run__code pre .token.tag {
  color: #6ab825;
}
.article-source__code pre .token.attr-name,
.article-python__code pre .token.attr-name,
.article-run__code pre .token.attr-name {
  color: #bbbbbb;
}
.article-source__code pre .token.attr-value,
.article-python__code pre .token.attr-value,
.article-run__code pre .token.attr-value {
  color: #ed9d13;
}
.article-source__code pre .token.decorator,
.article-source__code pre .token.annotation,
.article-python__code pre .token.decorator,
.article-python__code pre .token.annotation,
.article-run__code pre .token.decorator,
.article-run__code pre .token.annotation {
  color: #ffa500;
}
.article-source__code pre .token.regex,
.article-python__code pre .token.regex,
.article-run__code pre .token.regex {
  color: #ed9d13;
}
.article-source__code pre .token.parameter,
.article-python__code pre .token.parameter,
.article-run__code pre .token.parameter {
  color: #d0d0d0;
}
.article-source__code pre .token.constant,
.article-python__code pre .token.constant,
.article-run__code pre .token.constant {
  color: #40ffff;
}
.article-source__code pre .token.variable,
.article-python__code pre .token.variable,
.article-run__code pre .token.variable {
  color: #40ffff;
}
.article-source__code pre .token.selector,
.article-source__code pre .token.property,
.article-python__code pre .token.selector,
.article-python__code pre .token.property,
.article-run__code pre .token.selector,
.article-run__code pre .token.property {
  color: #6ab825;
}
.article-source__code pre .token.important,
.article-python__code pre .token.important,
.article-run__code pre .token.important {
  color: #e50808;
}

@media (max-width: 760px) {
  .article-run {
    margin: 27px 0;
    padding: 7px 16px;
  }
}
@media (min-width: 761px) {
  .article-run {
    margin: 29px 0;
    padding: 7px 40px;
  }
}
.article-run__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 24px;
}
.article-run__header div:not(:last-child) {
  margin-right: 1px;
}
.article-run__header-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 14px;
  overflow: hidden;
}
.article-run__header-main div {
  cursor: pointer;
  background-color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  line-height: 17px;
  height: 28px;
  padding: 0 12px;
}
.article-run__header-main div.--open {
  background-color: #202020;
}
.article-run__header-main div:first-child {
  padding-left: 16px !important;
}
.article-run__header-main div:last-child {
  padding-right: 16px !important;
}
.article-run__code {
  margin: 4px 0 8px;
}
.article-run__code-item {
  display: none;
}
.article-run__code-item.--open {
  display: block !important;
}
.article-run__out-main {
  border: 1px dotted #ccc;
}
.article-run__out iframe {
  width: 100%;
  min-height: 96px;
  max-height: 400px;
}

@media (max-width: 760px) {
  .article-source {
    margin-top: 34px;
    margin-bottom: 34px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 761px) {
  .article-source {
    margin-top: 37px;
    margin-bottom: 37px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 760px) {
  .article-python {
    margin-top: 34px;
    margin-bottom: 34px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 761px) {
  .article-python {
    margin-top: 37px;
    margin-bottom: 37px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.article-python__code {
  border-radius: 2px 2px 0 0;
  background: #202020;
}
.article-python__bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #202020;
  padding: 0 8px 2px 2px;
}
@media (min-width: 761px) {
  .article-python__bar {
    border-radius: 0 0 2px 2px;
  }
}
.article-python__out {
  background: #202020;
  border-radius: 0 0 2px 2px;
  width: calc(100% - 40px);
}
.article-python__out pre {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
  width: 100%;
  white-space: pre;
  word-wrap: normal;
  color: #1BA654;
  font-size: 15px;
  line-height: 27px;
  background-color: #404040;
  border-radius: 0 16px 2px 2px;
}
@media (max-width: 760px) {
  .article-python__out pre {
    padding: 20px 22px;
  }
}
@media (min-width: 761px) {
  .article-python__out pre {
    padding: 22px 32px;
  }
}
.article-python__run {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1BA654;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.article-python__run img {
  width: 11px;
  margin-left: 2px;
}

.article-heading-star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0 35px;
}
@media (max-width: 760px) {
  .article-heading-star {
    margin: 53px 0 33px;
  }
}
@media (min-width: 761px) {
  .article-heading-star {
    margin: 55px 0 35px;
  }
}

.article-heading-star h2 {
  font-size: 20px;
  line-height: 34px;
}
@media (max-width: 760px) {
  .article-heading-star h2 {
    font-size: 19px;
    line-height: 33px;
    margin: 0 20px;
  }
}
@media (min-width: 761px) {
  .article-heading-star h2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0 24px;
  }
}

.article-heading-star svg {
  height: 20px;
  fill: none;
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}

.article-heading-sunrise {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 37px;
}
.article-heading-sunrise__main {
  font-size: 20px;
  line-height: 34px;
  margin: 0 24px;
}
.article-heading-sunrise svg {
  height: 18px;
}

@media (max-width: 760px) {
  .article-card-normal-list {
    padding: 7px 20px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article-card-normal-list {
    padding: 7px 40px;
    margin: 36px 0;
  }
}

.article-card-normal:not(:last-child) {
  margin-bottom: 24px;
}

.article-card-normal {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.article-card-normal__header {
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  z-index: 3;
  top: 0;
}
@media (max-width: 760px) {
  .article-card-normal__header--left {
    left: 39px;
  }
}
@media (min-width: 761px) {
  .article-card-normal__header--left {
    left: 44px;
  }
}
@media (max-width: 760px) {
  .article-card-normal__header--right {
    right: 39px;
  }
}
@media (min-width: 761px) {
  .article-card-normal__header--right {
    right: 44px;
  }
}
.article-card-normal__header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted #333;
  height: 44px;
  border-radius: 22px;
  padding: 8px 18px;
}
.article-card-normal__header-inner--image {
  height: auto;
  border-radius: 25px;
  padding: 2px 18px 2px 2px;
}
.article-card-normal__header-inner--image img {
  width: 44px;
  height: 44px;
  border-radius: 23px;
  object-fit: contain;
  margin-right: 10px;
}
.article-card-normal__header-inner > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .article-card-normal__header-inner > span {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 761px) {
  .article-card-normal__header-inner > span {
    font-size: 15px;
    line-height: 23px;
  }
}
.article-card-normal__header svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-card-normal__content {
  padding: 4px;
  border: 1px solid #333;
}
@media (max-width: 760px) {
  .article-card-normal__content {
    padding: 41px 24px 15px;
    margin-top: 26px;
  }
}
@media (min-width: 761px) {
  .article-card-normal__content {
    padding: 42px 28px 18px;
    margin-top: 26px;
  }
}
.article-card-normal__content--left {
  border-radius: 2px 20px 2px 2px;
}
.article-card-normal__content--right {
  border-radius: 20px 2px 2px 2px;
}
@media (max-width: 760px) {
  .article-card-normal__content--image {
    padding-top: 44px;
    margin-top: 29px;
  }
}
@media (min-width: 761px) {
  .article-card-normal__content--image {
    padding-top: 45px;
    margin-top: 29px;
  }
}
@media (max-width: 760px) {
  .article-card-normal__content-inner p {
    margin-top: 13px;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 761px) {
  .article-card-normal__content-inner p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
  }
}
.article-card-normal__content-inner > *:first-child {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .article-card-star-list {
    padding: 7px 16px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article-card-star-list {
    padding: 7px 40px;
    margin: 36px 0;
  }
}

@media (max-width: 760px) {
  .article-card-star:not(:last-child) {
    margin-bottom: 44px;
  }
}
@media (min-width: 761px) {
  .article-card-star:not(:last-child) {
    margin-bottom: 46px;
  }
}

.article-card-star__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-card-star__header > svg {
  height: 8px;
}
.article-card-star__header-left {
  position: absolute;
  top: 12px;
  left: 0;
}
.article-card-star__header-right {
  position: absolute;
  top: 12px;
  right: 0;
}
.article-card-star__header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
@media (max-width: 760px) {
  .article-card-star__header-inner {
    margin: 0 12px;
  }
}
@media (min-width: 761px) {
  .article-card-star__header-inner {
    margin: 0 20px;
  }
}
.article-card-star__header-inner svg {
  width: 20px;
}
.article-card-star__header-inner span {
  font-weight: bold;
}
@media (max-width: 760px) {
  .article-card-star__header-inner span {
    font-size: 16px;
    line-height: 30px;
    max-width: 192px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 16px;
  }
}
@media (min-width: 761px) {
  .article-card-star__header-inner span {
    font-size: 17px;
    line-height: 31px;
    margin: 0 20px;
  }
}
.article-card-star__content > svg {
  height: 8px;
}
@media (max-width: 760px) {
  .article-card-star__content-main {
    padding: 10px 22px 10px;
  }
}
@media (min-width: 761px) {
  .article-card-star__content-main {
    padding: 12px 24px 12px;
  }
}
@media (max-width: 760px) {
  .article-card-star__content-main p {
    margin-top: 27px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .article-card-star__content-main p {
    margin-top: 29px;
    font-size: 17px;
    line-height: 31px;
  }
}
.article-card-star__content-main > *:first-child {
  margin-top: 0 !important;
}

.article-card__svg-star {
  fill: none;
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}
.article-card__svg-line {
  fill: none;
  stroke: #666;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16px;
  stroke-dasharray: 16px 32px;
}
.article-card__svg-diamond {
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16px;
}
.article-card__svg-dent-stroke {
  fill: none;
  stroke: #333;
  stroke-width: 2;
}

.article-converter-simple {
  margin: 29px 0 29px;
  padding: 0 40px 7px;
}

.article-converter-simple__forms {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}

.article-converter-simple__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 16px);
}

.article-converter-simple__form h3 {
  font-size: 17px;
  line-height: 31px;
}

.article-converter-simple__form p {
  font-size: 13px;
  line-height: 21px;
  margin: 3px 0 0;
}

.article-converter-simple__form textarea {
  font-family: "Consolas", "Andale Mono", "Courier", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "YuGothic", monospace;
  tab-size: 4;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  resize: vertical;
  background-color: white;
  border: 1px dotted #3d3d3d;
  width: 100%;
  height: 200px;
  border-radius: 6px;
  padding: 11px 15px 256px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
}

.article-converter-simple button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #3d3d3d;
  padding: 0 48px;
}