.light-blue-font {
  color: #00a8eb;
}
.read:not(.playing).reading2-blue-font {
  color: #005bac;
}
.read:not(.playing).reading2-red-font,
.read:not(.playing) .reading2-red-font {
  color: #c7000c;
}
.pink-font {
  color: #e9518e;
}
.reading1-title {
  font-size: 1.8em;
  font-weight: bolder;
}
.reading1-subtitle {
  background-color: #c2d72c;
  display: inline-flex !important;
  border-radius: 0.3em;
  align-items: center;
  padding: 0.1em 0.8em 0 0.8em;
  box-shadow: inset 0.1em 0.2em 0.2em rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.reading2-subtitle {
  background-color: #fff;
  display: inline-flex !important;
  border-radius: 0.3em;
  padding: 0.1em 0.8em 0.1em 0.8em;
  box-shadow: 0 0.01em 0.2em 0.01em rgba(0, 0, 0, 0.5),
    inset 0.1em 0.2em 0.2em rgba(0, 0, 0, 0.1);
  font-weight: bold;
  align-items: center;
  margin-bottom: 0.5em;
}
.circle-back-letter {
  width: 1.4em;
  height: 1.4em;
  background-color: #e4eaec;
  border-radius: 50%;
  border: 0.15em solid #fff;
  display: inline-flex;
  box-shadow: 0 0.01em 0.2em 0.01em rgba(0, 0, 0, 0.5);
  font-size: 1.4em;
  align-items: center;
  justify-content: center;
  margin: 0.11em;
  text-indent: 0;
  padding-top: 0.1em;
}
.reading1-num {
  position: relative;
  font-size: 0.9em;
  margin-right: 0.8em;
  color: #000;
}
.reading1-num::after {
  content: "";
  display: block;
  width: 3.4em;
  height: 3.4em;
  position: absolute;
  top: -0.7em;
  left: -0.3em;
  background-image: url(../00_data/honbun/reading1/reading1_num.png);
  background-repeat: no-repeat;
  background-size: 1.8em;
  z-index: -1;
}
.reading1-price-wrapper {
  display: flex;
  position: relative;
}
.reading1-price {
  display: flex;
  width: 6em;
  height: 6em;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  box-shadow: 0.1em 0.2em 0.4em rgba(0, 0, 0, 0.5),
    inset 0.1em 0.2em 0.2em rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  transform: rotate(15deg);
  left: -0.8em;
  margin-left: 1em;
}
.reading1-price-after {
  display: block;
  position: absolute;
  width: 6em;
  height: 6em;
  background-color: #c2d72c;
  border-radius: 50%;
  box-shadow: inset 0.1em 0.2em 0.4em rgba(0, 0, 0, 0.5);
  right: 0;
  top: 0;
  z-index: -1;
}
.read:not(.playing) .reading1-price-zip {
  color: #00a8eb;
}
.reading1-price-zip {
  font-size: 1.2em;
  font-weight: bolder;
}
.reading1-price-per {
  font-size: 0.9em;
}
.border-top {
  display: block;
  border-top: 0.05em solid #000;
}
.border-bottom {
  display: block;
  border-bottom: 0.05em solid #000;
}
.border-dashed-bottom {
  display: block;
  border-bottom: 0.05em dashed #000;
}
.border-solid-bottom.red {
  display: block;
  border-bottom: 0.15em solid #c7000c;
}
.flr {
  float: right;
}
.flx {
  display: flex;
  margin: 0.3em;
}

.read:not(.playing) .reading2-red {
  color: #c7000c;
}

.center-content {
  flex-basis: 50%;
}

.left-content {
  flex-basis: 30%;
  margin-right: 0.6em;
}

.right-content {
  flex-basis: 70%;
}

.read:not(.playing).reading3-red-font {
  color: #a22c38;
}
.read:not(.playing).reading3-red-title {
  color: #ae0e16;
}
