#subPage .layout .right {
  text-align: left;
}
#subPage .textArea {
  text-align: center;
}

body .sub01 .wrap .layout .left .imgBox {
  margin: 0 auto;
}
body .sub01 .wrap .layout .left h3 {
  margin-top: 10px;
}
body .sub01 .wrap .layout .right .contArea .title {
  margin-top: 30px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
body .sub01 .wrap .layout .right .contArea .flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
body .sub01 .wrap .layout .right .contArea .flex .textArea {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  body .sub01 .wrap .layout .right .contArea .flex {
    display: flex;
    flex-direction: column;
  }
  body .sub01 .wrap .layout .right .contArea .flex .imgBox {
    width: 100%;
  }
  body .sub01 .wrap .layout .right .contArea .flex .textArea {
    width: 100%;
  }
}/*# sourceMappingURL=sub01.css.map */