.PlanRouteLayout {
  display: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 20px 20px 0; }
  .PlanRouteLayout * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .PlanRouteLayout .arrow_box {
    padding: 8px 15px;
    float: left;
    width: 100%;
    position: relative;
    background: #EFEBE9;
    border: 1px solid #A1887F;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: left; }
    .PlanRouteLayout .arrow_box .__Text {
      width: calc(100% - 45px);
      float: left;
      font-size: 11px;
      font-weight: 600; }
    .PlanRouteLayout .arrow_box .__Icon {
      width: 45px;
      float: left; }
      .PlanRouteLayout .arrow_box .__Icon img {
        vertical-align: middle; }
  .PlanRouteLayout .arrow_box:after, .PlanRouteLayout .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .PlanRouteLayout .arrow_box:after {
    border-color: rgba(239, 235, 233, 0);
    border-bottom-color: #EFEBE9;
    border-width: 8px;
    margin-left: -8px; }
  .PlanRouteLayout .arrow_box:before {
    border-color: rgba(161, 136, 127, 0);
    border-bottom-color: #A1887F;
    border-width: 9px;
    margin-left: -9px; }

/*# sourceMappingURL=style.css.map */
