.box01 figure {
  margin-bottom: 15px; }
  .box01 figure.mt20 {
    margin-bottom: 0; }
  .box01 figure.mt25 {
    margin-top: 25px; }

.txt02 {
  font-size: 14px;
  list-style-type: none; }
  .txt02 li {
    position: relative;
    padding: 0 0 0 12px; }
    .txt02 li::before {
      content: "";
      background: #7289c4;
      height: 10px;
      width: 7px;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      position: absolute;
      left: 0;
      top: 5px; }

.colm2 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .colm2 .colm2-txt {
    width: 50%; }
  .colm2 .colm2-txt02 {
    width: 80%; }
  .colm2 h4 {
    margin: 0;
    color: #000;
    font-size: 15px; }
  .colm2 figure {
    margin-right: 10px; }
    .colm2 figure.img01 {
      margin: 0 0 0 10px; }
      @media (max-width: 767px) {
        .colm2 figure.img01 {
          width: 45px; } }
  .colm2.reverse {
    flex-direction: row-reverse; }
    .colm2.reverse figure {
      margin: 0 0 0 10px; }

.box02-02 {
  padding: 10px;
  border: 1px solid #004ea2;
  border-radius: 6px;
  margin: 20px 0 0 0; }
  .box02-02 h4 {
    margin: 0 0 5px 0;
    color: #004ea2;
    line-height: 1.3; }

/*# sourceMappingURL=style.css.map */
