@charset "UTF-8";

.flex_item02 {
  text-align: center;
}

.flex_item02_inner {
  display: inline-block;
}


@media only screen and (min-width: 480px) {
  .flex_box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flex_item01 {
    width: 40%;
  }

  .flex_item02 {
    width: 55%;
    margin: 0;
  }

  .outline_desc {
    margin: 0;
  }

}
