@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700');

.mag-container {
  text-align: center;
}

.text-pink p span {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  color: #db5268;
  margin: 0 0 20px;
}
.text-pink p span::before {
  content: '';
  width: 27px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico-check.png) no-repeat;
  margin: -5px 5px 0 0;
}

.text {
  font-size: 17px;
  line-height: 2.6;
  color: #000;
  margin: 35px 0 80px;
}