@charset "utf-8";

.jacr_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px 24px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 96%;
  max-width: 1060px;
  font-family: "Noto Sans JP", sans-serif;
}

.jacr_flex img {
  width: 100%;
  max-width: 430px;
  flex-shrink: 1;
  height: auto;
}

.jacr_txt_box {
  flex: 1;
  min-width: 0;
  flex-shrink: 1;
}

.jacr_txt_box h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
}

.jacr_txt_box h1 .color {
  font-weight: bold;
  color: #2c499d;
}

.jacr_txt_box h1 .jacr {
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

.jacr_chairman {
  font-size: 18px;
}

.jacr_content {
  font-size: 24px;
  margin-bottom: 32px;
}

.jacr_content h2 {
  padding: 12px 16px;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
}

.jacr_schedule {
  background-color: #a14f4f;
}

.jacr_venue {
  background-color: #6a8d3a;
}

.jacr_registration {
  background-color: #3d915a;
}

.jacr_detail {
  font-weight: bold;
  font-size: 24px;
}

.jacr_detail span {
  font-size: 40px;
  font-weight: bold;
  padding: 0 8px;
}

.jacr_ccc {
  text-align: right;
}

.jacr_ccc img {
  width: 100%;
  max-width: 140px;
}

@media only screen and (max-width: 1100px) {
  .jacr_flex {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 768px) {
  .jacr_txt_box h1 {
    font-size: 32px;
  }

  .jacr_detail {
    font-size: 20px;
  }

  .jacr_detail span {
    font-size: 32px;
  }
}