.info_wrap .info_top {
  margin-bottom: 5em;
  padding: 2em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url(/common/img/signup_line.png) no-repeat center top #f9fafb;
  border-bottom: 3px solid #f2f2f2;
  border-left: 3px solid #237287;
  border-right: 3px solid #26a19c;
  text-align: center;
}

.info_wrap .info_top::before {
  content: "";
  width: 3px;
  height: 70%;
  background-color: #f2f2f2;
  position: absolute;
  left: -3px;
  bottom: -3px;
  z-index: 1;
}

.info_wrap .info_top::after {
  content: "";
  width: 3px;
  height: 70%;
  background-color: #f2f2f2;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 1;
}

.info_wrap h3 {display: flex; display: -ms-flexbox;
  align-items: center;
  font-size: 1.75em;
  margin-bottom: 0.7em;
}
.info_wrap h3::before{content: ""; width: 23px; height: 12px; display: block; margin-right: 10px;
  background-image: url(/common/img/desc.png);
}
.info_wrap .info_top strong {
  display: block;
  margin-bottom: 1em;
  color: #237287;
  font-size: 1.35em;
}
.info_wrap .info_top p {
  color: #333;
  word-break: keep-all;
  line-height: 1.4;
  font-size: 1.2em;
}
.info_wrap .info_top br {
  display: none;
}
.info_wrap .info_top p span {
  color: #038e88;
}
.year_wrap li > div, .desc_wrap, .desc_wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.year_wrap > div {
  margin-bottom: 3em;
  position: relative;
}
.year_wrap .history {
  display: block;
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.37em;
  font-weight: bold;
}
.year_wrap .history_wrap {
  position: relative;
}
.year_wrap .history_wrap::before {
  content: "";
  width: 3px;
  height: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #237287;
}
.year_wrap ul {
  width: 100%;
  padding: 6em 0 3em;
  position: relative;
}
.year_wrap ul li {
  margin-bottom: 3em;
  position: relative;
}
.year_wrap ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 100%;
  background-color: #237287;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.year_wrap ul li > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.year_wrap ul li strong {
  display: block;
  width: 50px;
  font-size: 1.35em;
  font-weight: 700;
}
.year_wrap ul li .desc_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2px;
}
.year_wrap ul li .desc_wrap div + div {
  margin-top: 1.3em;
}
.year_wrap ul li .desc_wrap span {
  display: block;
  width: 40px;
  font-size: 1.25em;
  color: #347d90;
}
.year_wrap ul li .desc_wrap p {
  color: #666;
  /* padding-top: 2px; */ margin-top: -2px;
  width: calc(100% - 57px);
  line-height: 1.4;
  font-size: 1.2em;
}
.year_wrap ul li.left {
  width: 100%;
}
.year_wrap ul li.left > div {
  float: left;
  width: 50%;
  padding-right: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.year_wrap ul li.left > div strong, .year_wrap ul li.left > div span {
  margin-left: 0.9em;
}
.year_wrap ul li.left > div .desc_wrap div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.year_wrap ul li.right {
  width: 100%;
}
.year_wrap ul li.right > div {
  float: right;
  width: 50%;
  padding-left: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.year_wrap ul li.right strong,
.year_wrap ul li.right span {
  margin-right: 1em;
}
.year_wrap ul li::after {
  content: "";
  display: block;
  clear: both;
}
.year_wrap ul::before, .year_wrap ul::after {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/common/img/history.png);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.year_wrap ul::before {
  top: 0;
}
.year_wrap ul::after {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .info_wrap .info_top br {
    display: block;
  }
  .year_wrap .history {
    font-size: 2em;
  }

  .year_wrap ul {
    padding: 5em 0 2em;
  }

  .year_wrap ul li {
    margin-bottom: 2em;
  }

  .year_wrap ul li > div, .year_wrap ul li.left > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .year_wrap ul li.left > div {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .year_wrap ul li strong {
    margin-bottom: 0.3em;
  }

  .year_wrap ul li .desc_wrap div + div {
    margin-top: 0.5em;
  }

}
@media screen and (max-width: 479px) {
  .info_wrap h3{font-size: 1.5em;}
  .info_wrap .info_top strong{font-size: 1.1em; word-break: keep-all; line-height: 1.4;}
  .info_wrap .info_top p{font-size: 1em;}

  .year_wrap .history {
    font-size: 1.3em;
  }

  .year_wrap ul li::before {
    -webkit-transform: translate(-50%, 35%);
            transform: translate(-50%, 35%);
  }

  .year_wrap ul li.left > div {
    padding-right: 20px;
  }

  .year_wrap ul li.right > div {
    padding-left: 20px;
  }
  .year_wrap ul li strong{font-size:1.15em}
  .desc_wrap div, .year_wrap ul li.left > div .desc_wrap div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .year_wrap ul li.left > div .desc_wrap div {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .year_wrap ul li .desc_wrap span {
    margin-bottom: 0.1em;
  }

  .year_wrap ul li .desc_wrap p {
    width: 100%;
    font-size: 0.9em;
  }
}

/*# sourceMappingURL=/info.b49da141.css.map */