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