p.center {
  text-align: center;
}

.charalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 18px;
}

.pop {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pop:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}

.form_bg {
  /*position: relative;
  min-height: 268px;*/
  background-color: #cbe9fe;
  padding: 0.9em 1em 1.1em;
  text-align: center;
}

table {
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 30px;
}

th {
  border: 1px solid white;
  padding: 5px;
  background-color: #63b0ff;
  color: white;
  text-align: center;
}

td {
  border: 1px solid gray;
  padding: 5px;
}

.link_btn {
  display: block;
  padding: 18px 0 16px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border-radius: 10px;
  width: 60%;
  margin: 6px auto 6px;
  position: relative;
  -webkit-box-shadow: 0 4px #e29612;
  box-shadow: 0 4px #e29612;
  background: #f5ba18;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.link_btn:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.8;
}

.redraw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.redraw .redraw-container {
  display: block;
  width: auto;
  position: relative;
  margin: 4% auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.redraw .redraw-container a {
  display: inline-block;
  margin: auto;
  text-decoration: none;
  color: orangered;
}

.redraw .redraw-container:visited {
  text-decoration: none;
}

.redraw .redraw-container:hover {
  -webkit-transform: scale(1.02) rotate(10deg);
          transform: scale(1.02) rotate(10deg);
}

.redraw p {
  font-size: 1.4em;
}

.koma-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.koma-container {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.koma-container.visible {
  opacity: 1;
  visibility: visible;
}

.koma-container.visible img {
  right: 0px;
}

.koma-container img {
  display: block;
  position: relative;
  margin: 10px auto;
  max-width: 100%;
  right: -100px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.text-wrapper {
  margin: 40px 0 0;
  width: 100%;
}

.text-wrapper p {
  text-align: center;
}

.annotation {
  font-size: 0.7em;
  margin: 0 auto 30px;
  display: block;
  position: relative;
  max-width: 370px;
}

.annotation p {
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-left: 1em;
}

.annotation span.list-style {
  position: absolute;
  left: -1em;
}
