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

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

.txt03 li::before {
  background: #f4adaa; }

.txt04 li::before {
  background: #7289c4; }

.txt05 li::before {
  background: #91c681; }

.txt07 {
  text-align: right; }

.box02-02 {
  padding: 10px;
  border: 1px solid #ea545d;
  border-radius: 6px;
  margin: 20px 0 0 0; }
  .box02-02 h4 {
    margin: 0;
    color: #ea545d; }

.point {
  display: block; }
  .point h2 {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .point h2 {
        display: block; } }
    .point h2 span {
      font-size: 65%;
      color: #000;
      font-weight: normal;
      margin: 0 0 0 10px;
      display: block; }
      @media (max-width: 767px) {
        .point h2 span {
          margin: 5px 0 0 0;
          line-height: 1.5; } }
  .point h3 {
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 1.3;
    display: flex;
    align-items: center; }
    .point h3 span {
      display: block;
      border: 2px solid #CCC;
      border-radius: 6px;
      background: #FFF;
      padding: 4px 10px;
      text-align: center;
      font-size: 12px;
      line-height: 1.3;
      margin: 0 0 0 15px; }
  .point .point-at {
    font-size: 75%;
    text-indent: -1em;
    margin: 0 0 0 1em;
    width: 30%;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .point .point-at {
        width: auto; } }

.point01 {
  display: flex;
  justify-content: space-between;
  margin: 17px 0 0 0; }
  @media (max-width: 767px) {
    .point01 {
      display: block; } }

.point02 {
  width: 32%; }
  @media (max-width: 767px) {
    .point02 {
      width: auto; } }

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