/*中央揃え*/
.center {
  text-align: center;
}

/*九ちゃん*/
.box-sentence {
  background-color: #e5f5f0;
  border-radius: 10px;
  padding: 20px;
}

/* th幅調整y
--------------------------------------------------------- */
.tb-resp th.width {
  width: 30%;
}

@media all and (max-width: 767px) {
  .tb-resp th.width {
    display: block;
    width: 100%;
  }
}

/* music
--------------------------------------------------------- */
@media all and (max-width: 480px) {
  audio {
    width: 100%;

  }
}

/* 九ちゃん
--------------------------------------------------------- */
.character-area {
  position: relative;
  padding: 48px 24px;
  background-color: #ffedc6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.68'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.character-area h2 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #fff;
  font-size: 1.5rem;
}
.character-area h2::after {
  display: block;
  content: attr(title-en);
  color: #af0065;
  font-size: 1rem;
}

.balloon {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #fff;
  border-radius: 30px;
  color: #0b3eb4;
  font-weight: bold;
}

.balloon:before {
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
}

.balloon:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
}

.balloon p {
  margin: 0;
  padding: 0;
}

@media (max-width:1200px) {
  .balloon:before {
    top: -30px;
    left: 50%;
    margin-left: -15px;
    height: 12px;
    bottom: 56px;
    border-radius: 50%;
  }

  .balloon:after {
    top: -22px;
    left: 50%;
    height: 18px;
    bottom: 40px;
    border-radius: 50%;
  }
}
