@charset "UTF-8";
.cosplay {
  padding: 35px 15px 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.cosplay h2 {
  margin-bottom: 25px;
  margin-right: -15px;
  margin-left: -15px;
}
.cosplay h3 {
  width: 226px;
  margin: 0 auto 25px;
}
.cosplay .txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}
.cosplay .txt span {
  color: #fb3690;
}
.cosplay li {
  margin-bottom: 15px;
}
.last_img {
  text-align: right;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.bold {
  font-weight: bold;
}
.color-em {
  color: #fb3690;
}
.color-red {
  color: #ff1e1e;
}
.text-left {
  text-align: left;
}
