@charset "UTF-8";

.md-1-2r-04-w.mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md-1-2r-04-w.mod .im-1 {
  width: 31.2%;
  margin-left: 36px;
}

.md-1-2r-04-w.mod .im-1-txt {
  text-align: left !important;
}

.ol-2 li {
  font-size: 1.6rem;
}

.ol-2 li.list-number-style::before {
  width: 20px;
  font-weight: 700;
  color: #e6002d;
}
.ol-2 li.list-number-style.num-01::before {
  content: "1.";
}
.ol-2 li.list-number-style.num-02::before {
  content: "2.";
}
.ol-2 li.list-number-style.num-03::before {
  content: "3.";
}

.clr-gray {
  color: #666;
}

.bt-style.bt-large {
  width: 580px;
}

.bt-style.bt-medium {
  width: 376px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-6 {
  margin-top: .6em !important;
}

.mt-16 {
  margin-top: 1.6em !important;
}

.mt-22 {
  margin-top: 2.2em !important;
}

.ml-35 {
  margin-left: 35px;
}

.w-full {
  width: 100% !important;
}

@media only screen and (max-width: 767.98px) {
  .md-1-2r-04-w.mod { 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
  }

  .md-1-2r-04-w.mod .im-1 {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .bt-style.bt-large,
  .bt-style.bt-medium {
    width: 100%;
  }

  .ol-2 li {
    font-size: 1.4rem;
  }

  .sp-mt-0 {
    margin-top: 0 !important;
  }

  .sp-mt-8 {
    margin-top: .8em !important;
  }

  .sp-mt-1 {
    margin-top: 1em !important;
  }

  .sp-mt-16 {
    margin-top: 1.6em !important;
  }

  .sp-w-full {
    width: 100% !important;
  }

  .sp-w25p {
    width: 25% !important;
  }
}