.Main__content .textBox {
    border-top: 1px solid #ddd;
}
.Main__content .text_gray {
    color: #666;
}

@media only screen and (min-width: 768px) {
    .entry-flow .entry-flow__head .flow_box {
       width: 100px;
    }
    .Main__content .text_gray {
      margin-top: 12px;
    }
}
@media only screen and (max-width: 767.98px) {

    .entry-flow__box--col .entry-flow__image img {
      max-height: none;
    }
    .entry-flow__head {
      position: relative;
    }
    .entry-flow__image {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background-color: #F0F0F0;
    }
    .entry-flow__txBox .entry-flow__title {
      font-weight: 700;
    }
    .entry-flow__txBox .entry-flow__lead {
      font-weight: 700;
    }
    .entry-flow [class*=entry-flow__box] {
      position: relative
    }
    .entry-flow {
      margin: 10px 0;
    }
    .entry-flow__item {
      display: flex;
      flex-direction: row;
      margin-top: 1.8em !important;
      padding: 16px 15px 14px 10px;
      border-radius: 5px;
      background: none;
    }
    .entry-flow__item:not(:last-child):after {
      -webkit-transform: translateX(-50%);
      bottom: -35px;
      left: 25%;
              transform: translateX(-50%);
      border-top: 15px solid #0099ff;
      border-right: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid transparent;
    }
    .entry-flow__box--col {
      position: relative;
    }
    .entry-flow__box--col .entry-flow__image {
      height: 277px;
    }
    .entry-flow__head {
      width: calc(50% - 8px);
      margin-right: 8px;
    }
    .entry-flow__image {
      height: 132px;
      border-radius: 8px;
    }
    .entry-flow__image > img {
      max-width: 100%;
      max-height: 80px;
    }
    .entry-flow__txBox {
      width: 50%;
    }
    .entry-flow__txBox .entry-flow__lead {
      margin: 8px 0;
      font-size: 1.6rem;
    }
    .entry-flow [class*=entry-flow__box]{
      display: flex;
      margin-top: 26px !important;
    }
    .entry-flow__txBox, .entry-flow[data-col-pc="4"] .entry-flow__txBox {
      padding: 25px 4px 0;
      text-align: left;
      margin-right: 0;
    }
}
