@charset "UTF-8";

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
.size_normal{
  width: 1.25em;
  height: 1.25em;
}
.letter3 {
  font-size: 0.9em;
  line-height: 1.0em;
  font-weight: normal;
}
.maru.orange {
  color: #FFFFFF;
  background: #FF8833;
}

.maru.pink {
  color: #FFFFFF;
  background: #fa676b;
}

.box.bg_yellow {
  background: #f1Dc33;
  border: none;
}

#content img.shade {
  box-shadow: 2px 2px 4px gray;
}