@charset "UTF-8";
/* CSS Document */
.box_kaku_red {
  background: none;
  border: 5px solid #cf121b;
  border-radius: 0;
  padding: 10px;
}
.text.no-photos h2 {
  font-size: 33px !important;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .text.no-photos h2 {
    font-size: 28px !important;
    letter-spacing: -0.02em
  }
}
@media (max-width: 378px) {
  .text.no-photos h2 {
    font-size: 18px !important;
    letter-spacing: -0.02em
  }
}
.under_content .block h3 {
  border: 2px solid #cf121b;
    background: #fff !important;
  /*background: #F3F3F3 !important;*/
  line-height: 1.5 !important;
  padding: 8px 10px;
  color: #303030;
  font-size: 1.3rem
}
.under_content .block span {
  font-weight: bold;
  /*  background: rgba(255, 255, 89, 0.88);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0;*/
}
.under_content .block p, .under_content .block ul li {
  /*font-weight: bold;*/
}