@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ---normalize */
*,
:before,
::before,
:after,
::after {
  box-sizing: border-box;
}

* {
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

a,
blockquote,
button,
code,
div,
figcaption,
h1,
h2,
h3,
input[type=email],
input[type=text],
input[type=password],
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
td,
textarea,
th,
ul {
  color: #1f1f1f;
}

a,
blockquote,
body,
br,
button,
code,
div,
figure,
figcaption,
h1,
h2,
h3,
html,
iframe,
img,
input,
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
table,
tbody,
td,
th,
thead,
tr,
ul {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  background: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

p a {
  font-size: 100%;
  font-weight: bold;
}

strong {
  font-size: 100%;
  vertical-align: baseline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  font-size: 0;
  margin: 0;
  max-width: 100%;
}

svg {
  border: 0;
  stroke-width: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
}

th {
  font-weight: bold;
}

blockquote {
  margin: 0;
  quotes: none;
}

blockquote::after,
blockquote::before {
  content: "";
}

pre code {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
}

input[type=text] {
  background-color: transparent;
}

input[type=file],
input[type=checkbox] {
  display: none;
}

textarea {
  background-color: transparent;
  resize: vertical;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-y: scroll;
  overflow-anchor: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  font-family: inherit;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-calendar-picker-indicator {
  display: none;
}

::-webkit-resizer {
  display: none;
}

iframe {
  display: block;
  max-width: 100%;
}

/* --- */
#body {
  overflow-x: hidden;
}

.image {
  width: 100%;
  height: 274px;
  overflow: hidden;
}

.image img {
  width: 100%;
  height: 274px;
  object-fit: cover;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0 0 16px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 12px;
}

.avatar img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  object-fit: cover;
}

.author-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.author-meta {
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.author-name,
.author-time {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 21px;
}

.author-bull {
  color: #8b8b8b;
  font-size: 7px;
  line-height: 13px;
  margin: 0 6px;
}

.title {
  font-size: 23px;
  line-height: 35px;
}
@media (max-width: 760px) {
  .title {
    padding: 18px 24px 34px;
  }
}
@media (min-width: 761px) {
  .title {
    padding: 18px 40px 34px;
  }
}

.mode {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px 24px 0 0;
}

.mode div {
  cursor: pointer;
}

.mode img {
  width: 24px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .footer {
    padding: 33px 0 24px;
  }
}
@media (min-width: 761px) {
  .footer {
    padding: 41px 0 32px;
  }
}

.action {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .action {
    padding-left: 24px;
  }
}
@media (min-width: 761px) {
  .action {
    padding-left: 40px;
  }
}

.action-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-icon img {
  height: 22px;
}

.view {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  margin: 2px 24px 0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
}

.view span {
  font-size: 13px;
  line-height: 15px;
}

.view span:first-child {
  font-weight: bold;
  margin-right: 6px;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .pager {
    padding-right: 24px;
  }
}
@media (min-width: 761px) {
  .pager {
    padding-right: 40px;
  }
}

.pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}

.pager img {
  width: 24px;
}

.pager img.--previous {
  transform: scale(-1, -1);
}

.pager a.--first {
  margin-right: 32px;
}
@media (max-width: 760px) {
  .pager a.--first {
    margin-right: 24px;
  }
}

#description {
  display: none;
}

/* ---articleNormalize */
.article {
  -webkit-text-size-adjust: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-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,
  .article > .quiz-input,
  .article > .quiz-blank {
    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,
  .article > .quiz-input,
  .article > .quiz-blank {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

.column {
  position: relative;
}
@media (max-width: 760px) {
  .column {
    padding: 0 24px;
  }
}
@media (min-width: 761px) {
  .column {
    padding: 0 32px;
  }
}

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

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

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

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

.column-body > p ruby rb {
  font-size: 100%;
}

.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) {
  .column-body > *:first-child {
    margin-top: 0 !important;
  }
}

@media (min-width: 761px) {
  .column-body > *:last-child {
    margin-bottom: 0 !important;
  }
}

.column-border {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

.column-border.--none {
  border-left: 1px solid transparent;
}

.column-border.--line {
  border-left: 1px solid #3d3d3d;
}

.column-border.--dot {
  border-left: 1px dotted #3d3d3d;
}

.column-border.--dash {
  border-left: 1px dashed #3d3d3d;
}

.section {
  position: relative;
  padding: 63px 40px 7px 40px;
}

.section-imageHeading {
  position: absolute;
  top: 0;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section-imageHeading > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px dashed #0955E2;
  margin-right: 16px;
}

.section-imageHeading img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  object-fit: cover;
}

.section-imageHeading span {
  font-size: 18px;
  line-height: 32px;
}

.section-body {
  position: relative;
  padding: 8px 0 8px 30px;
}

.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) {
  .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) {
  .section-body > p {
    font-size: 17px;
    line-height: 31px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

.section-body > p a {
  color: #0955E2;
}

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

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

.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;
}

/* ---articleParagraph */
.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;
  }
}

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

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

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

.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 > 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) {
  .figure-list {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .figure-list {
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

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

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

.figure {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 760px) {
  .figure {
    margin-top: 34px;
    margin-bottom: 34px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 761px) {
  .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;
  }
}

.figure > img {
  border-radius: 2px;
}
@media (max-width: 760px) {
  .figure > img {
    width: 100%;
    margin-top: 6px;
  }
}
@media (min-width: 761px) {
  .figure > img {
    width: 288px;
    min-width: 288px;
    margin: 6px 0;
  }
}

@media (max-width: 760px) {
  .figure > div {
    margin-top: 21px;
  }
}
@media (min-width: 761px) {
  .figure > div {
    width: calc(100% - 320px);
    margin-left: 32px;
  }
}

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

.figure > div > p:first-child {
  margin-top: 0 !important;
}

.figure > div > p:last-child {
  margin-bottom: 0 !important;
}

.figure > div > p > a {
  color: #0955E2;
}

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

/* ---list */
.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;
  }
}

.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;
  }
}

.list-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list-bracket svg {
  width: 21px;
  margin-right: 12px;
}

.list-container .list {
  width: calc(100% - 33px);
}

.list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 760px) {
  .list-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 761px) {
  .list-item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.list-item-icon.--circle {
  margin-right: 12px;
}

.list-item-icon.--circle svg {
  margin-top: 11.5px;
  width: 6px;
}

.list-item-span.--circle {
  width: calc(100% - 18px);
}

@media (max-width: 760px) {
  .list-item-icon.--number {
    width: 24px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--number {
    width: 26px;
  }
}

.list-item-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) {
  .list-item-icon.--number > span {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--number > span {
    font-size: 16px;
    line-height: 19px;
    margin-top: 6px;
  }
}

@media (max-width: 760px) {
  .list-item-span.--number {
    width: calc(100% - 24px);
  }
}
@media (min-width: 761px) {
  .list-item-span.--number {
    width: calc(100% - 26px);
  }
}

.list-item-icon.--triangle {
  margin-right: 12px;
}

.list-item-icon.--triangle svg {
  margin-top: 10px;
  width: 11px;
}

.list-item-span.--triangle {
  width: calc(100% - 29px);
}

.list-item-icon.--line-solid {
  margin-right: 12px;
  width: 8px;
  border-bottom: 1px solid #1f1f1f;
}
@media (max-width: 760px) {
  .list-item-icon.--line-solid {
    height: 14.5px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--line-solid {
    height: 15px;
  }
}

.list-item-icon.--line-dot {
  margin-right: 12px;
  width: 12px;
  border-bottom: 1px dotted #1f1f1f;
}
@media (max-width: 760px) {
  .list-item-icon.--line-dot {
    height: 14.5px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--line-dot {
    height: 15px;
  }
}

.list-item-span.--line-solid {
  width: calc(100% - 20px);
}

.list-item-span.--line-dot {
  width: calc(100% - 24px);
}

@media (max-width: 760px) {
  .list-item-icon.--star {
    width: 23px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--star {
    width: 25px;
  }
}

@media (max-width: 760px) {
  .list-item-icon.--star svg {
    margin-top: 7.5px;
    height: 13px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--star svg {
    margin-top: 7.7px;
    height: 14px;
  }
}

@media (max-width: 760px) {
  .list-item-span.--star {
    width: calc(100% - 23px);
  }
}
@media (min-width: 761px) {
  .list-item-span.--star {
    width: calc(100% - 25px);
  }
}

@media (max-width: 760px) {
  .list-item-icon.--test {
    margin-right: 12px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--test {
    margin-right: 14px;
  }
}

@media (max-width: 760px) {
  .list-item-icon.--test svg {
    margin-top: 7.5px;
    width: 13px;
  }
}
@media (min-width: 761px) {
  .list-item-icon.--test svg {
    margin-top: 7.7px;
    width: 14px;
  }
}

@media (max-width: 760px) {
  .list-item-span.--test {
    width: calc(100% - 25px);
  }
}
@media (min-width: 761px) {
  .list-item-span.--test {
    width: calc(100% - 28px);
  }
}

@media (max-width: 760px) {
  .list-item-span {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 761px) {
  .list-item-span {
    font-size: 17px;
    line-height: 29px;
  }
}

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

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

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

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

/* --- */
@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;
  }
}

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

.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;
}

.table {
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}

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

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

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

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

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

.normalPair {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}
@media (max-width: 760px) {
  .normalPair {
    padding: 7px 41px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .normalPair {
    padding: 7px 74px;
    margin: 36px 0;
  }
}

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

.normalPair-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.normalPair-wrapper > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3d3d3d;
  border-radius: 18px;
  height: 36px;
  padding: 0 16px;
}
@media (max-width: 760px) {
  .normalPair-wrapper > span {
    height: 34px;
    padding: 0 17px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 761px) {
  .normalPair-wrapper > span {
    height: 36px;
    padding: 0 18px;
    font-size: 15px;
    line-height: 21px;
  }
}

.normalPair table {
  border: 0 !important;
  border-collapse: separate;
  padding: 0 !important;
}

@media (max-width: 760px) {
  .normalPair td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 761px) {
  .normalPair td {
    font-size: 17px;
    line-height: 25px;
  }
}

.normalPair td:first-child {
  text-align: right;
  border-right: 1px solid #3d3d3d;
}
@media (max-width: 760px) {
  .normalPair td:first-child {
    padding-right: 18px;
  }
}
@media (min-width: 761px) {
  .normalPair td:first-child {
    padding-right: 22px;
  }
}

@media (max-width: 760px) {
  .normalPair td:last-child {
    padding-left: 18px;
  }
}
@media (min-width: 761px) {
  .normalPair td:last-child {
    padding-left: 22px;
  }
}

@media (max-width: 760px) {
  .normalPair tr:not(:last-child) td {
    padding-bottom: 10px;
  }
}
@media (min-width: 761px) {
  .normalPair tr:not(:last-child) td {
    padding-bottom: 12px;
  }
}

.normalPair tr:first-child td {
  padding-top: 4px !important;
}

.normalPair.--with-header tr:first-child td {
  padding-top: 16px !important;
}

.normalPair tr:last-child td {
  padding-bottom: 4px !important;
}

.blockPair {
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}
@media (max-width: 760px) {
  .blockPair {
    padding: 7px 41px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 761px) {
  .blockPair {
    padding: 7px 74px;
    margin-top: 37px;
    margin-bottom: 37px;
  }
}

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

.blockPair table {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  border-collapse: separate;
}

@media (max-width: 760px) {
  .blockPair td {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 761px) {
  .blockPair td {
    font-size: 16px;
    line-height: 24px;
  }
}

.blockPair td:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0 !important;
}

@media (max-width: 760px) {
  .blockPair tr:not(:last-child) td {
    padding-bottom: 24px;
  }
}
@media (min-width: 761px) {
  .blockPair tr:not(:last-child) td {
    padding-bottom: 28px;
  }
}

.blockPair td:first-child span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lavenderblush;
}
@media (max-width: 760px) {
  .blockPair td:first-child span {
    border-radius: 16px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 761px) {
  .blockPair td:first-child span {
    border-radius: 18px;
    height: 36px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 760px) {
  .blockPair td:last-child {
    padding-left: 14px;
  }
}
@media (min-width: 761px) {
  .blockPair td:last-child {
    padding-left: 16px;
  }
}

.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;
  }
}

@media (max-width: 760px) {
  .article .quote {
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article .quote {
    margin: 38px 0;
    padding: 0 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;
  }
}

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

@media (max-width: 760px) {
  .quiz-blank {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .quiz-blank {
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

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

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

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

.quiz-blank > p.math {
  margin-top: -17px !important;
  margin-bottom: -17px !important;
}

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

.quiz-blank > p.math {
  width: 100%;
}

.quiz-blank > p.math > span {
  display: block;
  width: 100%;
  overflow-x: scroll;
  overscroll-behavior-x: none;
  scrollbar-width: none;
}

.quiz-blank figure {
  width: 100%;
  max-height: 400px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  object-fit: contain;
}

.quiz-blank figure img {
  width: auto;
  max-height: 400px;
}

.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) {
  .quiz-blank .--blank {
    height: 30px;
  }
}
@media (min-width: 761px) {
  .quiz-blank .--blank {
    height: 31px;
  }
}

.quiz-blank .--blank span {
  display: none;
  box-sizing: content-box;
  border: 1px solid transparent;
  width: calc(100% - 2px);
}
@media (max-width: 760px) {
  .quiz-blank .--blank span {
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 761px) {
  .quiz-blank .--blank span {
    height: 29px;
    font-size: 17px;
    line-height: 29px;
  }
}

.quiz-select {
  overflow-x: hidden;
}
@media (max-width: 760px) {
  .quiz-select {
    padding: 7px 12px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .quiz-select {
    padding: 7px 64px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

.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) {
  .quiz-select .--container {
    padding: 0 20px 20px;
  }
}
@media (min-width: 761px) {
  .quiz-select .--container {
    padding: 0 24px 24px;
  }
}

.quiz-select .--container::before {
  position: absolute;
  top: 6px;
  right: 6px;
  display: inline-block;
  content: url("/img/quiz/question.svg");
  width: 20px;
  height: 20px;
}

.quiz-select .--container > p {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  padding: 25px 8px;
}

.quiz-select li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fafafa;
  border-radius: 20px 2px 2px 20px;
  padding: 4px;
  height: 40px;
  margin-bottom: 8px;
}

.quiz-select li div {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: white;
  border: 1px solid #f0f0f0;
  margin-right: 12px;
}

.quiz-select li span {
  width: calc(100% - 44px);
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
}

.quiz-select li:last-child {
  margin-bottom: 0;
}

.quiz-select .--answer {
  display: none;
  margin-top: 24px;
}

.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) {
  .quiz-select .--result {
    display: none;
  }
}

.quiz-select .--comment {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 8px 24px;
  width: 100%;
}
@media (min-width: 761px) {
  .quiz-select .--comment {
    width: calc(100% - 80px);
  }
}

.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;
}

.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 > .to {
    padding: 7px 24px;
  }
}
@media (min-width: 761px) {
  .article > .to {
    padding: 7px 40px;
  }
}

@media (max-width: 760px) {
  .to {
    margin: 27px 0;
  }
}
@media (min-width: 761px) {
  .to {
    margin: 29px 0;
  }
}

.to-item {
  display: flex;
  justify-content: center;
}

.to-item > div {
  border: 1px solid #3d3d3d;
  border-radius: 2px;
}
@media (max-width: 760px) {
  .to-item > div {
    padding: 8px 20px;
  }
}
@media (min-width: 761px) {
  .to-item > div {
    padding: 8px 20px;
  }
}

.to-item > div > *:first-child {
  margin-top: 0 !important;
}

.to-item > div > *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .to-item p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .to-item p {
    font-size: 17px;
    line-height: 31px;
  }
}

.to-array {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.to-array > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1px;
  min-height: 40px;
}

.to-array-symbol {
  background-color: #3d3d3d;
  width: 1px;
  height: 100%;
  position: relative;
}

.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;
}

.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;
}

.to-array-content {
  position: absolute;
  top: 20px;
  left: 24px;
  min-width: 120px;
  max-width: 320px;
}

.to-array-content p {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 760px) {
  .article > .extend {
    padding: 0 24px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .article > .extend {
    padding: 0 40px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

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

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

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

.extend-main-mark {
  white-space: nowrap;
  position: relative;
}
@media (max-width: 760px) {
  .extend-main-mark {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .extend-main-mark {
    font-size: 17px;
    line-height: 31px;
  }
}

.extend-main-mark::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #333;
}

.extend-detail {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .extend-detail {
    margin-top: 27px;
  }
}
@media (min-width: 761px) {
  .extend-detail {
    margin-top: 29px;
  }
}

.extend-detail svg {
  position: absolute;
}

.extend-detail-inner {
  position: relative;
}
@media (max-width: 760px) {
  .extend-detail-inner {
    width: 238px;
  }
}
@media (min-width: 761px) {
  .extend-detail-inner {
    width: 360px;
  }
}

@media (max-width: 760px) {
  .extend-detail-inner--left {
    padding: 12px 27px;
  }
}
@media (min-width: 761px) {
  .extend-detail-inner--left {
    padding: 14px 28px;
  }
}

@media (max-width: 760px) {
  .extend-detail-inner--right {
    padding: 14px 20px;
  }
}
@media (min-width: 761px) {
  .extend-detail-inner--right {
    padding: 14px 22px;
  }
}

.extend-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;
}

.extend-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;
}

.extend-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;
}

.extend-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;
}

.extend-detail-inner > *:first-child {
  margin-top: 0 !important;
}

.extend-detail-inner > *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  .extend-detail-inner p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 761px) {
  .extend-detail-inner p {
    font-size: 15px;
    line-height: 27px;
    margin-top: 29px;
    margin-bottom: 29px;
  }
}

@media (max-width: 760px) {
  .history {
    padding: 7px 24px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .history {
    padding: 7px 57px;
    margin: 36px 0;
  }
}

.history-item {
  position: relative;
  border-left: 1px solid chocolate;
}
@media (max-width: 760px) {
  .history-item {
    padding: 10px 0 10px 16px;
  }
}
@media (min-width: 761px) {
  .history-item {
    padding: 12px 0 12px 20px;
  }
}

.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) {
  .history-item::before {
    top: 18px;
  }
}
@media (min-width: 761px) {
  .history-item::before {
    top: 20.5px;
  }
}

.history-time {
  color: sienna;
  font-family: "Times New Roman", serif;
  font-style: italic;
}
@media (max-width: 760px) {
  .history-time {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 761px) {
  .history-time {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 760px) {
  .history-content {
    margin-top: 4px;
  }
}
@media (min-width: 761px) {
  .history-content {
    margin-top: 4px;
  }
}

.history-header {
  font-weight: bold;
}
@media (max-width: 760px) {
  .history-header {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 761px) {
  .history-header {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 760px) {
  .history-content p {
    margin-top: 6px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 761px) {
  .history-content p {
    margin-top: 6px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 21px;
  }
}

@media (max-width: 760px) {
  .compare {
    margin: 34px 0;
    padding: 27px 24px 7px;
  }
}
@media (min-width: 761px) {
  .compare {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 36px 0;
    padding: 29px 40px 7px;
  }
}

.compare-item {
  z-index: 0;
  position: relative;
}
@media (min-width: 761px) {
  .compare-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 760px) {
  .compare-item:first-child {
    margin-bottom: 40px;
  }
}

.compare-item-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) {
  .compare-item-head {
    top: -22px;
    left: -4px;
    height: 40px;
    border-radius: 22px;
  }
}
@media (min-width: 761px) {
  .compare-item-head {
    top: -22px;
    left: -6px;
    height: 44px;
    border-radius: 22px;
  }
}

.compare-item:first-child .compare-item-head {
  border: 1px solid #DB153E;
}

.compare-item:last-child .compare-item-head {
  border: 1px solid #0955E2;
}

.compare-item-head span {
  overflow-x: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .compare-item-head span {
    height: 36px;
    padding: 2px 18px 0;
    border-radius: 18px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .compare-item-head span {
    height: 40px;
    padding: 4px 20px 0;
    border-radius: 20px;
    font-size: 17px;
    line-height: 30px;
  }
}

.compare-item:first-child .compare-item-head span {
  border: 1px dotted transparent;
  color: #DB153E;
}

.compare-item:last-child .compare-item-head > span {
  border: 1px dotted transparent;
  color: #0955E2;
}

.compare-item-body {
  border-radius: 4px 20px 4px 4px;
}
@media (max-width: 760px) {
  .compare-item-body {
    padding: 36px 24px 16px;
  }
}
@media (min-width: 761px) {
  .compare-item-body {
    padding: 40px 24px 18px;
  }
}

.compare-item:first-child .compare-item-body {
  background-color: LavenderBlush;
  border: 1px dotted #DB153E;
}

.compare-item:last-child .compare-item-body {
  background-color: AliceBlue;
  border: 1px dotted #0955E2;
}

@media (max-width: 760px) {
  .compare-item-body > p {
    margin: 22px 0;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 761px) {
  .compare-item-body > p {
    margin: 26px 0;
    font-size: 16px;
    line-height: 28px;
  }
}

.compare-item-body > *:first-child {
  margin-top: 0 !important;
}

.compare-item-body > *:last-child {
  margin-bottom: 0 !important;
}

.compare-item-body > p > a {
  color: #0955E2;
}

@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;
  }
}

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

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

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

.say-avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .say-avatar {
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
}
@media (min-width: 761px) {
  .say-avatar {
    width: 68px;
    height: 68px;
    border-radius: 34px;
  }
}

.say-avatar.--left::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  border-bottom: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .say-avatar.--left::before {
    top: 18px;
    width: 12px;
  }
}
@media (min-width: 761px) {
  .say-avatar.--left::before {
    top: 22px;
    width: 16px;
  }
}
@media (max-width: 760px) {
  .say-avatar.--left::before {
    left: 43px;
  }
}
@media (min-width: 761px) {
  .say-avatar.--left::before {
    left: 67px;
  }
}

.say-avatar.--right::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 2px;
  border-bottom: 1px dotted #0955E2;
}
@media (max-width: 760px) {
  .say-avatar.--right::before {
    top: 18px;
    width: 12px;
  }
}
@media (min-width: 761px) {
  .say-avatar.--right::before {
    top: 22px;
    width: 16px;
  }
}
@media (max-width: 760px) {
  .say-avatar.--right::before {
    right: 43px;
  }
}
@media (min-width: 761px) {
  .say-avatar.--right::before {
    right: 67px;
  }
}

.say-avatar img {
  overflow: hidden;
}
@media (max-width: 760px) {
  .say-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
@media (min-width: 761px) {
  .say-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
  }
}

.say-content {
  position: relative;
  padding: 4px;
}
@media (max-width: 760px) {
  .say-content {
    width: calc(100% - 44px - 12px);
  }
}
@media (min-width: 761px) {
  .say-content {
    width: calc(100% - 68px - 16px - 120px);
    min-width: 300px;
  }
}

@media (max-width: 760px) {
  .say-content.--left {
    margin-left: 12px;
  }
}
@media (min-width: 761px) {
  .say-content.--left {
    margin-left: 16px;
  }
}

@media (max-width: 760px) {
  .say-content.--right {
    margin-right: 12px;
  }
}
@media (min-width: 761px) {
  .say-content.--right {
    margin-right: 16px;
  }
}

.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) {
  .say-content.--left::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .say-content.--left::before {
    width: 24px;
    height: 24px;
  }
}

.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) {
  .say-content.--left::after {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .say-content.--left::after {
    width: 24px;
    height: 24px;
  }
}

.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) {
  .say-content.--right::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .say-content.--right::before {
    width: 24px;
    height: 24px;
  }
}

.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) {
  .say-content.--right::after {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 761px) {
  .say-content.--right::after {
    width: 24px;
    height: 24px;
  }
}

.say-content-inner {
  position: relative;
  border-radius: 7px;
}
@media (max-width: 760px) {
  .say-content-inner {
    padding: 14px 22px;
  }
}
@media (min-width: 761px) {
  .say-content-inner {
    padding: 14px 22px;
  }
}

.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) {
  .say-content-inner.--left::before {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .say-content-inner.--left::before {
    width: 19px;
  }
}

.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) {
  .say-content-inner.--left::after {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .say-content-inner.--left::after {
    width: 19px;
  }
}

.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) {
  .say-content-inner.--right::before {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .say-content-inner.--right::before {
    width: 19px;
  }
}

.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) {
  .say-content-inner.--right::after {
    width: 16px;
  }
}
@media (min-width: 761px) {
  .say-content-inner.--right::after {
    width: 19px;
  }
}

@media (max-width: 760px) {
  .say-content-inner p {
    margin-top: 5px;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 761px) {
  .say-content-inner p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 28px;
  }
}

.say-content-inner > *:first-child {
  margin-top: 0 !important;
}

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

@media (max-width: 760px) {
  .bitext {
    margin: 27px 0;
  }
}
@media (min-width: 761px) {
  .bitext {
    margin: 29px 0;
  }
}

@media (max-width: 760px) {
  .bitext-item:not(:last-child) {
    margin-bottom: 23px;
  }
}
@media (min-width: 761px) {
  .bitext-item:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (max-width: 760px) {
  .bitext-item > *:first-child {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 761px) {
  .bitext-item > *:first-child {
    font-size: 17px;
    line-height: 31px;
  }
}

.bitext-item > *:last-child {
  color: #f0660a;
}
@media (max-width: 760px) {
  .bitext-item > *:last-child {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (min-width: 761px) {
  .bitext-item > *:last-child {
    font-size: 15px;
    line-height: 29px;
  }
}

.bitext-item > *:last-child > span {
  color: #f0660a;
}

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

.curve {
  display: flex;
  align-items: center;
  justify-content: center;
}

.curve canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 0;
  width: 100%;
  max-width: 400px;
  height: 200px;
}

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

.diagram-inner {
  width: 100%;
}
@media (max-width: 760px) {
  .diagram-inner {
    max-width: 320px;
  }
}
@media (min-width: 761px) {
  .diagram-inner {
    max-width: 480px;
  }
}

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

.rect-inner {
  width: 100%;
}
@media (max-width: 760px) {
  .rect-inner {
    max-width: 320px;
  }
}
@media (min-width: 761px) {
  .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 !important;
}

.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) {
  .code pre {
    padding: 22px 24px;
  }
}
@media (min-width: 761px) {
  .code pre {
    padding: 24px 34px;
  }
}

.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;
}

.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;
}

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

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

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

.python-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #202020;
  padding: 0 8px 2px 2px;
}
@media (min-width: 761px) {
  .python-bar {
    border-radius: 0 0 2px 2px;
  }
}

.python-out {
  background: #202020;
  border-radius: 0 0 2px 2px;
  width: calc(100% - 40px);
}

.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) {
  .python-out pre {
    padding: 20px 22px;
  }
}
@media (min-width: 761px) {
  .python-out pre {
    padding: 22px 32px;
  }
}

.python-run {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1BA654;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.python-run img {
  width: 11px;
  margin-left: 2px;
}

@media (max-width: 760px) {
  .run {
    margin: 27px 0;
    padding: 7px 16px;
  }
}
@media (min-width: 761px) {
  .run {
    margin: 29px 0;
    padding: 7px 40px;
  }
}

.run-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 24px;
}

.run-header-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 14px;
  overflow: hidden;
}

.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;
}

.run-header-main div.--open {
  background-color: #202020;
}

.run-header-main div:first-child {
  padding-left: 16px !important;
}

.run-header-main div:last-child {
  padding-right: 16px !important;
}

.run-header div:not(:last-child) {
  margin-right: 1px;
}

.run-code {
  margin: 4px 0 8px;
}

.run-code-item {
  display: none;
}

.run-code-item.--open {
  display: block !important;
}

.run-code-item .code pre {
  border-radius: 2px;
}

.run-out-main {
  border: 1px dotted #ccc;
}

.run-out iframe {
  width: 100%;
  min-height: 96px;
  max-height: 400px;
}

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

@media (min-width: 761px) {
  .source .code pre {
    border-radius: 2px;
  }
}

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

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

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

@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.sunrise {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 37px;
}

.sunrise h2 {
  font-size: 20px;
  line-height: 34px;
  margin: 0 24px;
}

.sunrise svg {
  height: 18px;
}

@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ---normalBox */
@media (max-width: 760px) {
  .article .box-list {
    padding: 7px 20px;
    margin: 34px 0;
  }
}
@media (min-width: 761px) {
  .article .box-list {
    padding: 7px 40px;
    margin: 36px 0;
  }
}

.box {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

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

.box-header {
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  z-index: 3;
}

.box-header {
  position: absolute;
  top: 0;
}

@media (max-width: 760px) {
  .box-header.--left {
    left: 39px;
  }
}
@media (min-width: 761px) {
  .box-header.--left {
    left: 44px;
  }
}

@media (max-width: 760px) {
  .box-header.--right {
    right: 39px;
  }
}
@media (min-width: 761px) {
  .box-header.--right {
    right: 44px;
  }
}

.box-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted #333;
}

.box-header-inner.--with-image {
  border-radius: 25px;
  padding: 2px 18px 2px 2px;
}

.box-header-inner.--without-image {
  height: 44px;
  border-radius: 22px;
  padding: 8px 18px;
}

.box-header-inner.--with-image img {
  width: 44px;
  height: 44px;
  border-radius: 23px;
  object-fit: contain;
  margin-right: 10px;
}

.box-header-inner span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .box-header-inner span {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 761px) {
  .box-header-inner span {
    font-size: 15px;
    line-height: 23px;
  }
}

.box-header svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-content {
  padding: 4px;
  border: 1px solid #333;
}

.box-content.--left {
  border-radius: 2px 20px 2px 2px;
}

.box-content.--right {
  border-radius: 20px 2px 2px 2px;
}

@media (max-width: 760px) {
  .box-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 15px;
  }
}
@media (min-width: 761px) {
  .box-content {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 18px;
  }
}

@media (max-width: 760px) {
  .box-content.--with-image {
    padding-top: 44px;
    margin-top: 29px;
  }
}
@media (min-width: 761px) {
  .box-content.--with-image {
    padding-top: 45px;
    margin-top: 29px;
  }
}

@media (max-width: 760px) {
  .box-content.--without-image {
    padding-top: 41px;
    margin-top: 26px;
  }
}
@media (min-width: 761px) {
  .box-content.--without-image {
    padding-top: 42px;
    margin-top: 26px;
  }
}

@media (max-width: 760px) {
  .box-content-inner p {
    margin-top: 13px;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 761px) {
  .box-content-inner p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
  }
}

.box-content-inner > *:first-child {
  margin-top: 0 !important;
}

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

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

.starBox-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.starBox-header > svg {
  height: 8px;
}

.starBox-header-left {
  position: absolute;
  top: 12px;
  left: 0;
}

.starBox-header-right {
  position: absolute;
  top: 12px;
  right: 0;
}

.starBox-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
@media (max-width: 760px) {
  .starBox-header-inner {
    margin: 0 12px;
  }
}
@media (min-width: 761px) {
  .starBox-header-inner {
    margin: 0 20px;
  }
}

.starBox-header-inner svg {
  width: 20px;
}

.starBox-header-inner span {
  font-weight: bold;
}
@media (max-width: 760px) {
  .starBox-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) {
  .starBox-header-inner span {
    font-size: 17px;
    line-height: 31px;
    margin: 0 20px;
  }
}

@media (max-width: 760px) {
  .starBox-content-main {
    padding: 10px 22px 10px;
  }
}
@media (min-width: 761px) {
  .starBox-content-main {
    padding: 12px 24px 12px;
  }
}

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

.starBox-content-main > *:first-child {
  margin-top: 0 !important;
}

.starBox-content > svg {
  height: 8px;
}

.svg-starBox-star {
  fill: none;
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5px;
}

.svg-starBox-line {
  fill: none;
  stroke: #666;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16px;
  stroke-dasharray: 16px 32px;
}

.svg-starBox-diamond {
  stroke: #333;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16px;
}

.simpleConverter {
  margin: 29px 0 29px;
  padding: 0 40px 7px;
}

.simpleConverter-forms {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}

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

.simpleConverter-form h3 {
  font-size: 17px;
  line-height: 31px;
}

.simpleConverter-form p {
  font-size: 13px;
  line-height: 21px;
  margin: 3px 0 0;
}

.simpleConverter-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;
}

.simpleConverter 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;
}