@charset "utf-8";
/* =================================================
 * 2020/02/21 SSL対応中の追加用
 * ================================================*/

.endtitle_top {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin: 35px auto;
}

@media screen and (max-width:640px) {
  .endtitle_top {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin: 20px auto;
  }
}