@charset "shift_jis";

/* add text */

.title_text {
  text-align: center;
}

.banner-text {
  display: flex;
  margin-bottom: 30px;

}

.text_01 {
  font-size: 18px;
  line-height: 2;
}

.text_02 {
  border-bottom: 2px solid orange;
  font-weight: bold;
}

.banner-text_01 {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.banner-text_02 {
  width: 30%;
  padding: 20px;
}
