.subpic {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    height: auto;
    font-family: 'Montserrat', sans-serif;
  }
  
  .subpic img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .subpic .txt {
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  
  .subpic .txt p {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  
  .subpic .txt h2 {
    font-size: 3.25rem;
  }
  
  @media (max-width: 768px) {
    .subpic {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      margin-bottom: 80px;
      position: relative;
      height: auto;
      font-family: 'Montserrat', sans-serif;
    }
    .subpic img {
      width: 100%;
      height: 175px;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .subpic .txt {
      position: absolute;
      left: 60px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #fff;
    }
    .subpic .txt p {
      font-size: 1rem;
      margin-bottom: 15px;
    }
    .subpic .txt h2 {
      font-size: 1.25rem;
    }
  }
  
  p.sent {
    width: 100%;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    font-size: 1.125rem;
    line-height: 33px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ddd;
  }
  
  @media (max-width: 768px) {
    p.sent {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 60px;
      padding-bottom: 80px;
    }
    p.sent br {
      display: none;
    }
  }
  
  .table1 {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    margin-bottom: 80px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  
  .table1 tr:first-of-type * {
    border-top: 1px solid #000;
  }
  
  .table1 th {
    font-weight: 500;
    background: #f8f8f8;
    width: 20%;
    padding: 15px 0;
    vertical-align: middle;
    border: 1px solid #ddd;
  }
  
  .table1 td {
    border: 1px solid #ddd;
    padding: 15px 0;
    width: 30%;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .table2 {
    display: none;
  }
  
  @media (max-width: 768px) {
    .table1 {
      display: none;
    }
    .table2 {
      display: table;
      margin: 0 auto;
      width: 100%;
      max-width: 1280px;
      margin-bottom: 0;
    }
    .table2:last-of-type {
      margin-bottom: 80px;
    }
    .table2 tr:first-of-type * {
      border-top: 1px solid #000;
    }
    .table2 th {
      font-weight: 500;
      background: #f8f8f8;
      width: 20%;
      padding: 15px 0;
      vertical-align: middle;
      border: 1px solid #ddd;
    }
    .table2 td {
      border: 1px solid #ddd;
      padding: 15px 0;
      width: 30%;
      vertical-align: middle;
      padding-left: 20px;
      line-height: 24px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
  }
  
  @media (min-width: 1025px) {
    .history {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      margin-bottom: 80px;
    }
    .history:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background: #999;
      position: absolute;
      top: 0;
      left: 50%;
    }
    .history ul li {
      margin-left: 400px;
      margin-bottom: 40px;
    }
    .history ul li:nth-of-type(2n) {
      text-align: right;
      margin-left: 0;
      margin-right: 400px;
    }
    .history ul li:nth-of-type(2n) h3:after {
      left: auto;
      right: -54px;
    }
    .history ul li h3 {
      font-size: 2.625rem;
      color: #db1212;
      margin-bottom: 15px;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      position: relative;
    }
    .history ul li h3:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 13px solid #999;
      position: absolute;
      left: -52px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    .history ul li p {
      font-size: 1.125rem;
      margin-bottom: 15px;
      font-weight: 300;
    }
    .history ul li p b {
      font-weight: 500;
    }
    .history ul li p.reds {
      color: #db1212;
    }
    .history ul li p:last-of-type {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 1024px) {
    .history {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      margin-bottom: 80px;
      width: 320px;
    }
    .history:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background: #999;
      position: absolute;
      top: 0;
      left: 0;
    }
    .history ul li {
      margin-left: 40px;
      margin-bottom: 40px;
    }
    .history ul li h3 {
      font-size: 2.625rem;
      color: #db1212;
      margin-bottom: 15px;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      position: relative;
    }
    .history ul li h3:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 13px solid #999;
      position: absolute;
      left: -47px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    .history ul li p {
      font-size: 1.125rem;
      margin-bottom: 15px;
      font-weight: 300;
    }
    .history ul li p b {
      font-weight: 500;
    }
    .history ul li p.reds {
      color: #db1212;
    }
    .history ul li p:last-of-type {
      margin-bottom: 0;
    }
  }
  
  .diagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
    pointer-events: none;
    margin-left: 80px;
  }
  @media (max-width:600px) {
      .diagram{
          margin-left: 20px;
      }
      
  }
  
  .mapWrap {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  
  .mapWrap > ul {
    border-top: 1px solid #000;
  }
  
  .mapWrap > ul > li {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .mapWrap > ul > li h2 {
    font-size: 2.25rem;
  }
  
  .mapWrap > ul > li .wrap {
    width: 80%;
    max-width: 1000px;
  }
  
  .mapWrap > ul > li .wrap .top .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
  .mapWrap > ul > li .wrap .top .txt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 65%;
  }
  
  .mapWrap > ul > li .wrap .top .txt dl dt {
    width: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #db1212;
    margin-bottom: 15px;
    font-weight: 500;
  }
  
  .mapWrap > ul > li .wrap .top .txt dl dd {
    margin-bottom: 15px;
    width: calc(100% - 100px);
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
  }
  
  .mapWrap > ul > li .wrap .top .txt > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 60px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #000;
    margin-bottom: 40px;
  }
  
  .mapWrap > ul > li .wrap .top .txt > a img {
    margin-right: 5px;
  }
  
  .mapWrap > ul > li .wrap .top .map {
    height: 420px;
  }
  
  @media (max-width: 768px) {
    .mapWrap {
      width: 95%;
      max-width: 1280px;
      margin: 0 auto;
      margin-bottom: 80px;
    }
    .mapWrap > ul {
      border-top: 1px solid #000;
    }
    .mapWrap > ul > li {
      padding-top: 60px;
      padding-bottom: 60px;
      border-bottom: 1px solid #ddd;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .mapWrap > ul > li h2 {
      font-size: 2.25rem;
      text-align: center;
      margin-bottom: 40px;
    }
    .mapWrap > ul > li .wrap {
      width: 100%;
      max-width: 1000px;
    }
    .mapWrap > ul > li .wrap .top .txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .mapWrap > ul > li .wrap .top .txt dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
    }
    .mapWrap > ul > li .wrap .top .txt dl dt {
      width: 100px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 10px;
      padding-bottom: 10px;
      border-bottom: 2px solid #db1212;
      margin-bottom: 15px;
      font-weight: 500;
    }
    .mapWrap > ul > li .wrap .top .txt dl dd {
      margin-bottom: 15px;
      width: calc(100% - 100px);
      padding-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 20px;
      border-bottom: 1px solid #ddd;
    }
    .mapWrap > ul > li .wrap .top .txt > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 200px;
      height: 60px;
      font-weight: 500;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #000;
      margin-bottom: 20px;
    }
    .mapWrap > ul > li .wrap .top .txt > a img {
      margin-right: 5px;
    }
    .mapWrap > ul > li .wrap .top .map {
      height: 300px;
    }
  }
  
  
  .history.pc{
      
  }
  .history.mobile{
      display: none;
  }
  @media (max-width:1024px) {
      .history.pc{
          display: none;
      }
      .history.mobile{
          display: block;
      }
  }
  /*# sourceMappingURL=sub1.css.map */
  
  