.orangeFf {
  color: #ff7200;
}

.border-dd {
  border: 1px solid #ddd;
}

.border-top-dd {
  border-top: 1px solid #ddd;
}

.table1 {
  width: 100%;
  border-top: 2px solid #000;
}

.table1 th, .table1 td {
  padding: 18px 10px;
  text-align: center;
  line-height: 1.3;
  color: #111;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table1 th:last-of-type, .table1 td:last-of-type {
  border-right: 0;
}

@media (max-width: 576px) {
  .table1 th, .table1 td {
    padding: 15px 10px;
  }
}

.table1 th {
  background: #f8f8f8;
}

@media (max-width: 991px) {
  .table1 br {
    display: none;
  }
}

.page-content {
  padding-bottom: 100px;
  word-break: keep-all;
}

.page-content p {
  word-break: keep-all;
}

.page-content .flex-list {
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.page-content .flex-list img {
  width: 100%;
}

@media (max-width: 991px) {
  .page-content .flex-list {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .page-content .flex-list .img {
    width: calc(33% - (20px / 3));
  }
}

@media (max-width: 576px) {
  .page-content .flex-list .img {
    width: calc(50% - 5px);
  }
}

@media (min-width: 769px) {
  .page-content .flex-list.col5 .img {
    width: calc(20% - (40px / 5));
  }
}

@media (min-width: 992px) {
  .page-content .flex-list.col5 .img {
    width: calc(20% - (80px / 5));
    text-align: center;
  }
}

@media (min-width: 577px) {
  .page-content .flex-list.col4 .img {
    width: calc(50% - 5px);
  }
}

@media (min-width: 769px) {
  .page-content .flex-list.col4 .img {
    width: calc(33% - (20px / 3));
  }
}

@media (min-width: 992px) {
  .page-content .flex-list.col4 .img {
    width: calc(25% - (60px / 4));
    text-align: center;
  }
}

@media (min-width: 769px) {
  .page-content .flex-list.col3 .img {
    width: calc(33.33% - (40px / 3));
  }
}

.page-content .flex-list .figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 500;
  color: #000;
  background: #f8f8f8;
}

@media (max-width: 991px) {
  .page-content .flex-list .figcaption {
    height: 52px;
  }
}

@media (max-width: 768px) {
  .page-content .flex-list .figcaption {
    height: 46px;
  }
}

.greeting .p1 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
}

.greeting .p2 {
  padding: 60px 0 95px;
  color: #333;
}

.greeting ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.greeting ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 69px 10px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
  background: #f1f4f5;
  border: 1px solid #e1e1e1e1;
  border-radius: 20px;
}

.greeting ul li:nth-of-type(2n) {
  background: #e1e8f4;
}

@media (max-width: 991px) {
  .greeting .p1 {
    font-size: 52px;
  }
  .greeting ul {
    gap: 10px;
  }
  .greeting ul li {
    padding: 55px 10px;
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .greeting .p1 {
    font-size: 40px;
  }
  .greeting ul {
    gap: 20px 0;
    flex-wrap: wrap;
  }
  .greeting ul li {
    flex: inherit;
    width: 49%;
  }
  .greeting ul li:nth-of-type(3) {
    order: 4;
  }
}

@media (max-width: 576px) {
  .greeting .p1 {
    font-size: 30px;
  }
  .greeting .p2 {
    padding: 30px 0 70px;
  }
  .greeting ul {
    gap: 10px 0;
  }
  .greeting ul li {
    padding: 45px 10px;
    font-size: 20px;
  }
}

@media (max-width: 440px) {
  .greeting .p1 {
    font-size: 22px;
  }
  .greeting .p2 {
    padding: 35px 0 60px;
  }
  .greeting ul li {
    font-size: 18px;
  }
}

.history article {
  padding-bottom: 100px;
}

.history article .flex {
  padding-bottom: 40px;
}

.history article .flex .year {
  font-size: 75px;
  font-weight: 700;
  color: #000;
  line-height: 0.9;
}

.history article .flex .list {
  position: relative;
  margin-top: 20px;
  width: 580px;
}

.history article .flex .list li {
  position: relative;
  padding: 0 0 20px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.history article .flex .list li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 8.81px;
  height: 8.81px;
  background: #e60012;
  border-radius: 50%;
}

.history article .flex .list:before {
  content: '';
  display: block;
  position: absolute;
  left: -200px;
  top: 14px;
  width: 150px;
  height: 1px;
  background: #555;
}

.history article .bg-box {
  height: 350px;
  background: no-repeat center / cover;
}

.history article.art1 .bg-box {
  background-image: url("/img/semic/history_1.png");
}

.history article.art2 .bg-box {
  background-image: url("/img/semic/history_2.png");
}

.history article.art3 .bg-box {
  background-image: url("/img/semic/history_3.png");
}

@media (max-width: 1300px) {
  .history article .flex .year {
    font-size: 66px;
  }
  .history article .flex .list {
    width: 50%;
  }
  .history article .flex .list:before {
    left: -140px;
    width: 110px;
  }
}

@media (max-width: 991px) {
  .history article .flex {
    flex-direction: column;
    gap: 100px;
  }
  .history article .flex .year {
    font-size: 60px;
  }
  .history article .flex .list {
    margin: 0;
    width: 100%;
  }
  .history article .flex .list li {
    padding: 0 0 10px 30px;
  }
  .history article .flex .list:before {
    left: 0;
    top: -50px;
  }
  .history article .bg-box {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .history article .flex {
    gap: 80px;
  }
  .history article .flex .year {
    font-size: 42px;
  }
  .history article .flex .list {
    margin: 0;
    width: 100%;
  }
  .history article .flex .list li {
    padding: 0 0 10px 30px;
    font-size: 18px;
  }
  .history article .flex .list li:after {
    top: 9px;
  }
  .history article .flex .list:before {
    left: 0;
    top: -40px;
    width: 60px;
  }
  .history article .bg-box {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .history article {
    padding-bottom: 70px;
  }
  .history article .flex {
    gap: 50px;
  }
  .history article .flex .year {
    font-size: 30px;
  }
  .history article .flex .list li {
    padding: 0 0 10px 20px;
    font-size: 16px;
  }
  .history article .flex .list li:after {
    top: 9px;
    width: 7px;
    height: 7px;
  }
  .history article .flex .list:before {
    top: -25px;
    width: 50px;
  }
  .history article .bg-box {
    height: 220px;
  }
}

.location dl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  border-top: 1px solid #014099;
}

.location dl dt, .location dl dd {
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.location dl dt {
  width: 15%;
  text-align: center;
  background: #f9f9f9;
}

.location dl dd {
  width: 35%;
}

@media (max-width: 991px) {
  .location dl dt,
  .location dl dd {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .location dl dt, .location dl dd {
    padding: 15px 20px;
  }
  .location dl dt {
    width: 25%;
  }
  .location dl dd {
    width: 75%;
  }
}

@media (max-width: 576px) {
  .location dl dt,
  .location dl dd {
    padding: 15px;
    font-size: 15px;
  }
}

.bus article {
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .bus article {
    padding-bottom: 70px;
  }
}

.bus h2.bar_top {
  position: relative;
  padding: 20px 0 45px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.bus h2.bar_top:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 36px;
  height: 2px;
  background: #333;
}

@media (max-width: 576px) {
  .bus h2.bar_top {
    padding: 17px 0 25px;
    font-size: 22px;
    line-height: 1.2;
  }
  .bus h2.bar_top:before {
    width: 30px;
  }
}

.bus .txt {
  padding-bottom: 5px;
}

.bus .txt span {
  display: block;
  padding: 0 0 20px 10px;
  font-size: 20px;
  font-weight: 500;
  text-indent: -10px;
  color: #111;
}

@media (max-width: 768px) {
  .bus .txt span {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .bus .txt {
    margin-bottom: 12px;
  }
  .bus .txt span {
    padding: 0 0 7px 10px;
    font-size: 15px;
  }
}

.bus .bg-gray {
  padding: 25px 20px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #555;
  background: #f6f6f6;
}

@media (max-width: 768px) {
  .bus .bg-gray {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .bus .bg-gray {
    padding: 15px 10px;
    font-size: 15px;
  }
}

.bus.modify .img {
  overflow: hidden;
  padding: 50px 10px;
  text-align: center;
  border: 1px dashed #ddd;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .bus.modify .img {
    padding: 30px 10px;
  }
}

.bus.modify .img img {
  width: auto;
}

.bus.modify .con2 .wrap {
  display: flex;
  justify-content: space-between;
}

.bus.modify .con2 .wrap .txt1 h3.dot {
  position: relative;
  padding-left: 32px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.bus.modify .con2 .wrap .txt1 h3.dot:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
  background: #ddd;
  border-radius: 50%;
}

.bus.modify .con2 .wrap .txt1 p {
  padding-bottom: 60px;
  font-weight: 500;
  color: #111;
}

.bus.modify .con2 .wrap .txt1 p:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .bus.modify .con2 .wrap .img {
    padding: 20px;
    width: 60%;
  }
}

@media (max-width: 1199px) {
  .bus.modify .con2 .wrap {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .bus.modify .con2 .wrap .txt1 h3.dot {
    margin-bottom: 20px;
  }
  .bus.modify .con2 .wrap .txt1 p {
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .bus.modify .con2 .wrap {
    gap: 40px;
  }
  .bus.modify .con2 .wrap .txt1 h3.dot {
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .bus.modify .con2 .wrap .txt1 h3.dot:before {
    width: 8px;
    height: 8px;
  }
  .bus.modify .con2 .wrap .txt1 p {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=page.css.map */