@charset "UTF-8";
.preparation{
  padding: 5rem 0;
}
@media (min-width: 769px) {
  .preparation{
    padding: 10rem 0;
  }
}

#about{
  margin: 3rem 0 0;
}

#about h2{
  border-bottom: 1px solid #34b7ff;
  border-left: 4px solid #34b7ff;
  color: #34b7ff;
  margin: 0 0 1rem;
  padding: 0 0 0 0.5rem;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  #about h2{
    font-size: 1.5rem;
  }
}

#about p{
  margin: 1rem;
}

#about p strong{
  font-weight: normal;
  font-family: kan48typos-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 1;
}

#about p strong::before{
  content: "";
  display: none;
  height: 0.5rem;
  width: 100%;
  background: #ffc7f1;
  position: absolute;
  z-index: -1;
  bottom: -0.2rem;
  left: 0;
}

#about section{
  margin-bottom: 3rem;
  text-align: left;
}

#about section:last-child{
  margin-bottom: 0;
}

.howto{
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .howto{
    flex-direction: row;
  }
}

.howto h3{
  background: #cfeeff;
  text-align: center;
  padding: 0.5rem 0;
  line-height: 1;
  color: #ff0091;
}

.howto_item{
  width: 100%;
  margin: 0 0 1rem;
}

@media (min-width: 769px) {
  .howto_item{
    margin: 0;
  }
  .howto_item:nth-child(2){
    margin: 0 1rem;
  }
}

#about .howto_item p{
  margin: 0;
  padding: 1rem;
  word-break: break-all;
  text-align: justify;
  background: #fff;
}

.voice .voice_desc{
  text-align: center;
}

.voice_box{
  /* display: flex;
  flex-wrap: wrap; */
}
.voice_box .voice_item{
  /* width: 30%; */
  margin: 1rem 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0.8rem;
  font-size: 0.8em;
  background: #fff;
}
.voice_box .voice_item:nth-child(3n+2){
  /* margin: 5% 5% 0; */
}

/* .voice_item span{
  position: relative;
  z-index: 1;
} */

/* .voice_item span::before{
  content: "";
  display: block;
  height: 0.5rem;
  width: 100%;
  background: #ffbfe1;
  position: absolute;
  z-index: -1;
  bottom: -0.2rem;
} */

.voice_item:nth-child(7n+1){
  border-left: 5px solid #ffbfbf;
}

.voice_item:nth-child(7n+2){
  border-left: 5px solid #ffdebf;
}

.voice_item:nth-child(7n+3){
  border-left: 5px solid #fff9bf;
}

.voice_item:nth-child(7n+4){
  border-left: 5px solid #bfffd3;
}

.voice_item:nth-child(7n+5){
  border-left: 5px solid #bfdbff;
}

.voice_item:nth-child(7n+6){
  border-left: 5px solid #e5bfff;
}

.voice_item:nth-child(7n+7){
  border-left: 5px solid #ffbff1;
}
