/*# sourceMappingURL=under_add.css.map */
/*　20260626追加 */
.slogan_text {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}

.br_sp {
  display: none;
}
/*　20260706追加 */
@media (max-width: 768px) {
  .br_sp {
    display: inline;
  }
}
html body p.text_mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif !important;
}

html body p.text_bold {
  font-weight: bold;
}

.flex_box {
    display: flex;
    gap: 20px;
}

.col_img {
    width: 100%;
}

.col_img img {
    width: 100%;
    height: auto;
    display: block;
}

.col_text {
    width: 100%;
}
