/*---------------------------------------------------------------------
　キッズページ-キャラクター紹介
---------------------------------------------------------------------*/
.character h3 {
  background: #FFF462;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  padding: .125em 1em;
  border: 2px solid #000;
  margin: 1em 0;
}

.character h4 {
  font-size: 120%;
  font-weight: bold;
  margin-left: 10px;
  padding-bottom: 20px;
}

.character .storyBox {
  padding: 40px;
  width: 90%;
  margin: 20px auto;
  background: #fff9e7;
  box-shadow: inset 0 0 30px rgba(230, 220, 190, 1), 0 10px 6px -6px #777;
  -webkit-box-shadow: inset 0 0 30px rgba(230, 220, 190, 1), 0 10px 6px -6px #777;
  -moz-box-shadow: inset 0 0 30px rgba(230, 220, 190, 1), 0 10px 6px -6px #777;
}

.character .charaFlexBox {
  display: flex;
  justify-content: center;
}

.character .charaItem2 {
  margin-left: 50px;
}

.character #tabContArea ul > li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 10px;
}

.character #tabContArea ul > li:before {
  background: #FFF462;
  position: absolute;
  display: block;
  content: '';
  top: 20px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  border: 1.5px solid #333;
}

.character .introBox {
  display: flex;
  justify-content: space-around;
}

.character .introItem1 .name,
.character .introItem2 .name,
.character .introItem3 .name,
.character .introItem4 .name{
  border-bottom: 3px solid #FFF463;
  width: 90%;
  margin: 15px auto;
}

.character .introItem1,
.character .introItem2,
.character .introItem3,
.character .introItem4 {
  width: 20%;
}

.character .fontRed {
  color: red;
}

@media screen and (max-width:989px) {

  .character .introBox {
    display: block;
  }

  .character .charaFlexBox {
    display: block;
  }

  .character .charaItem2 {
    text-align: right;
  }

  .character .introItem1,
  .character .introItem2,
  .character .introItem3,
  .character .introItem4 {
    width: 80%;
    margin: 30px auto 0;
  }

  .character .introItem1 img,
  .character .introItem2 img,
  .character .introItem3 img,
  .character .introItem4 img {
    margin: 15px;
  }
}
