@media all and (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

.info {
  padding: 75px 0 80px;
}

.info__news {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 50px;
}

.info__date {
  font-size: 14px;
}

.info__tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

.info-back {
  margin-top: 75px;
}

@media all and (max-width: 767px) {
  .info {
    padding: 35px 0 40px;
  }
  .info__news {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .info__date {
    font-size: 15px;
  }
  .info__tit {
    margin-top: 10px;
  }
  .info-back {
    margin-top: 40px;
  }
}

.body {
  margin-top: 10px;
}

.body td, .body th {
  padding: initial;
}

.body h1 {
  font-size: 40px;
  font-weight: bold;
}

.body h2 {
  font-size: 36px;
  font-weight: bold;
}

.body h3 {
  font-size: 30px;
  font-weight: bold;
}

.body h4 {
  font-size: 24px;
  font-weight: bold;
}

.body h5 {
  font-size: 18px;
  font-weight: bold;
}

.body h6 {
  font-size: 16px;
  font-weight: bold;
}

.body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.body a {
  color: #1E87F0;
  text-decoration: underline;
}

.body a:hover {
  text-decoration: none;
}

.body ul {
  list-style: disc;
  padding-left: 1em;
}

.body ol {
  list-style: decimal;
  padding-left: 1em;
}

.body blockquote {
  background-color: #EBEBEB;
  padding: 40px 60px;
  position: relative;
}

.body blockquote:before, .body blockquote:after {
  content: '';
  background-image: url(../img/common/ico_blockquote.png);
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 23px;
  height: 22px;
}

.body blockquote:before {
  top: 20px;
  left: 12px;
}

.body blockquote:after {
  bottom: 20;
  right: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media all and (max-width: 767px) {
  .body blockquote {
    padding: 40px 20px;
  }
  .body blockquote:before {
    top: 12px;
    left: 12px;
  }
  .body blockquote:after {
    bottom: 12;
    right: 12px;
  }
}
