@charset "utf-8";

html,
body {
  overflow-x: hidden;
}

body,
.dd-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.dd-page a {
  text-decoration: none;
}

.dd-page img {
  border: 0;
  height: auto;
  font-size: 0;
  display: block;
}

.dd-page li {
  list-style: none;
}

.dd-page a {
  text-decoration: none;
  color: #333333;
}

.dd-red {
  color: #ffd692;
}

.dd-page {
  font-family: 'Arial', sans-serif;
  overflow: hidden;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  line-height: 1.6;
  color: #fff;
  font-size: 18px;
}

.dd-container {
  width: 1007px;
  margin: 0px auto;
}

.dd-header {
  height: 695px;
  position: relative;
  background: url(../images/banner.jpg?v=1.20) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 60px;
}

.dd-header>.dd-container {
  display: flex;
  justify-content: center;
}

.dd-header-slogan {
  width: 760px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dd-header-slogan::before {
  content: '\20';
  width: 111px;
  height: 32px;
  background: url(../images/slogan-fri.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -145px;
  bottom: 0px;
}

.dd-header-slogan .dd-big {
  font-size: 40px;
  font-family: 'Arial black', sans-serif;
  font-weight: bold;
  white-space: nowrap;
  background-image: linear-gradient(to right, #376dc6, #303970);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.dd-header-slogan .dd-min {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #303970;
}

.dd-header-slogan .dd-small {
  font-size: 20px;
  background-image: -moz-linear-gradient(0deg, rgb(49, 64, 124) 9%, rgb(78, 122, 206) 71%, rgb(51, 79, 149) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(49, 64, 124) 9%, rgb(78, 122, 206) 71%, rgb(51, 79, 149) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(49, 64, 124) 9%, rgb(78, 122, 206) 71%, rgb(51, 79, 149) 100%);
  padding: 0 15px;
}


.dd-body {
  background-image: linear-gradient(to bottom, #5d81bd, #3d64a7);
  padding-top: 5px;
  position: relative;
  padding-bottom: 90px;
}

.dd-part01 {
  margin-top: -120px;
  background: url(../images/part01-af.png) no-repeat;
  background-size: 100% 49px;
  background-position: center bottom;
  position: relative;
}

.dd-part01::before {
  content: '\20';
  width: 100%;
  height: 51px;
  background: url(../images/part01-bf.png) no-repeat;
  background-size: 100% 51px;
  background-position: center bottom;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
}

.dd-part01::after {
  content: '\20';
  background: url(../images/part01-min.png) no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  position: absolute;
  top: 51px;
  bottom: 49px;
  left: 0;
  right: 0;
}

.dd-part01-wrap {
  padding: 30px 25px;
  position: relative;
  z-index: 1;
  min-height: 235px;
}

.dd-part01-wrap .dd-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  background-color: #5c81bd;
}

.dd-part01-wrap .dd-table th {
  background: linear-gradient(to bottom, #3c64a7, #303970);
  color: #fff;
  font-weight: bold;
  padding: 5px 2px;
  text-align: center;
  border-right: 1px solid #fff;
}

.dd-part01-wrap .dd-table th:last-child {
  border-right: none;
}

.dd-part01-wrap .dd-table th:nth-child(1),
.dd-part01-wrap .dd-table th:nth-child(3) {
  width: 6.77%;
}

.dd-part01-wrap .dd-table th:nth-child(2),
.dd-part01-wrap .dd-table th:nth-child(5) {
  width: 22.5%;
}

.dd-part01-wrap .dd-table th:nth-child(4) {
  width: 14.5%;
}


.dd-part01-wrap .dd-table td {
  background: rgba(74, 123, 196, 0.3);
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}

.dd-part01-wrap .dd-table td.dd-nr {
  border-right: none;
}

.dd-part01-wrap .dd-table td.dd-drak {
  background-color: #3c64a7;
}

.dd-part02 {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.dd-part02-apply {
  background-image: -moz-linear-gradient(0deg, rgb(255, 220, 225) 9%, rgb(255, 255, 255) 71%, rgb(255, 236, 209) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 220, 225) 9%, rgb(255, 255, 255) 71%, rgb(255, 236, 209) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 220, 225) 9%, rgb(255, 255, 255) 71%, rgb(255, 236, 209) 100%);
  border: 2px solid #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 355px;
  padding: 5px 25px;
  height: 69px;
}

.dd-part02-apply span {
  color: #37508d;
  font-size: 36px;
}

.dd-part03 {
  margin-top: 35px;
}

.dd-part03-title {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.dd-part03-title strong {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  border: 1px solid #fff;
  line-height: 1;
  flex-shrink: 0;
}

.dd-part03-title::after {
  content: '\20';
  width: 100%;
  height: 1px;
  background: #fff;
  flex: 1 1 auto;
  opacity: 0.6;
}

.dd-part03-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-part03-list li {
  color: #fff;
  line-height: 2;
  margin-bottom: 10px;
}



@media screen and (max-width: 1024px) {
  .dd-page {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
    font-size: 1.95vw;
  }

  .dd-container {
    width: 93.75%;
  }

  .dd-header {
    height: 75vw;
    padding-top: 6vw;
    background-size: cover;
  }

  .dd-header-slogan {
    width: 75vw;
  }

  .dd-header-slogan::before {
    width: 11.1vw;
    height: 3.2vw;
    right: -0;
  }

  .dd-header-slogan .dd-big {
    font-size: 4vw;
  }

  .dd-header-slogan .dd-min {
    font-size: 2.6vw;
    margin-bottom: 1vw;
  }

  .dd-header-slogan .dd-small {
    font-size: 2.0vw;
    padding: 0 2vw;
  }


  .dd-body {
    padding-top: .5vw;
    padding-bottom: 9vw;
  }

  .dd-part01 {
    margin-top: -12vw;
    background-size: 100% 4.9vw;
  }

  .dd-part01::before {
    height: 5.1vw;
    background-size: 100% 5.1vw;
  }

  .dd-part01::after {
    top: 5.1vw;
    bottom: 4.9vw;
  }

  .dd-part01-wrap {
    padding: 3.0vw 2.5vw;
    min-height: 23.5vw;
  }

  .dd-part01-wrap .dd-table {
    border-radius: 2vw;
  }

  .dd-part01-wrap .dd-table th {
    padding: .5vw .2vw;
  }

  .dd-part01-wrap .dd-table td {
    padding: .5vw .2vw;
  }


  .dd-part02 {
    margin-top: 3.5vw;
  }

  .dd-part02-apply {
    border-radius: 3.5vw;
    width: 35.5vw;
    height: 6.9vw;
  }

  .dd-part02-apply span {
    font-size: 3.6vw;
  }

  .dd-part03 {
    margin-top: 3.5vw;
  }

  .dd-part03-title {
    margin-bottom: 2vw;
  }

  .dd-part03-title strong {
    font-size: 2.4vw;
    border-radius: 3vw;
    padding: .8vw 2vw;
  }


  .dd-part03-list li {
    margin-bottom: 1vw;
  }


}

@media screen and (max-width: 550px) {
  .dd-page {
    font-size: 12px;
  }


  .dd-header {
    height: 380px;
    padding-top: 10px;
  }

  .dd-header-slogan {
    width: 280px;
  }

  .dd-header-slogan::before {
    width: 60px;
    height: 18px;
    right: -0;
  }

  .dd-header-slogan .dd-big {
    font-size: 20px;
    white-space: normal;
    text-align: center;
  }

  .dd-header-slogan .dd-min {
    font-size: 12px;
    margin-bottom: 1vw;
  }

  .dd-header-slogan .dd-small {
    font-size: 10px;
    padding: 0 10px;
  }

  .dd-part01-wrap {
    min-height: 23.5vw;
    overflow: hidden;
  }

  .dd-part01-wrap .dd-table-wrap {
    overflow-x: auto;
  }

  .dd-part01-wrap .dd-table {
    border-radius: 2vw;
    width: 600px;
  }

  .dd-part01-wrap .dd-table th {
    padding: 5px .2vw;
  }

  .dd-part01-wrap .dd-table td {
    padding: 5px .2vw;
  }


  .dd-part02 {
    margin-top: 20px;
  }

  .dd-part02-apply {
    border-radius: 20px;
    min-width: 0;
    width: auto;
  }

  .dd-part02-apply span {
    font-size: 18px;
  }

  .dd-part03 {
    margin-top: 20px;
  }

  .dd-part03-title {
    margin-bottom: 10px;
  }

  .dd-part03-title strong {
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 10px;
  }


  .dd-part03-list li {
    margin-bottom: 5px;
  }
}