.input {
  background-color: #b68a05;
  color: #fff;
  border-radius: 0.7em;
  display: inline-flex;
  padding: 0.2em 0.2em 0.07em 0.2em;
  width: 6.8em;
  height: 1.5em;
  margin-right: 0.2em;
  align-items: center;
  justify-content: center;
}

.output {
  background-color: #008942;
  color: #fff;
  border-radius: 0.7em;
  display: inline-flex;
  padding: 0.2em 0.2em 0.07em 0.2em;
  width: 6.8em;
  height: 1.5em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  align-items: center;
  justify-content: center;
}

.pictureFrame {
  border-top: 0.4em solid #dcbe9d;
  border-bottom: 0.4em solid #dcbe9d;
  border-right: 0.4em solid #b79a81;
  border-left: 0.4em solid #b79a81;
  margin: 1em 0em;
  padding: 0.4em;
  box-shadow: 0.1em 0.1em 0.3em inset rgba(0, 0, 0, 0.45),
    0.1em 0.1em 0.3em rgba(0, 0, 0, 0.45);
  background-color: #f1f0ef;
}

.pictureFrame > span {
  display: block;
  position: relative;
  height: 6vw;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.expression1 {
  background-image: url("../00_data/expression/expression_honbun/expression_honbun_img1.png");
}

.expression2 {
  background-image: url("../00_data/expression/expression_honbun/expression_honbun_img2.png");
}

.expression3 {
  background-image: url("../00_data/expression/expression_honbun/expression_honbun_img3.png");
}

.expression4 {
  background-image: url("../00_data/expression/expression_honbun/expression_honbun_img4.png");
  height: 8.22vw !important;
}

.read.playing.expression1 {
  background-image: url("../00_data/expression/expression_honbun/expression_honbun_img1_playing.png");
}

.read.playing.expression2 {
  background-image: url("../00_data/expression/expression_honbun/expression_honbun_img2_playing.png");
}

.read.playing.expression3 {
  background-image: url("../00_data/expression/expression_honbun/expression_honbun_img3_playing.png");
}

.font-small {
  font-size: 80%;
}

.pink-font {
  color: #fb3199;
}
