#dcc {
  font-size: 15px;
  line-height: 1.3;
  color: #11193e;
}
#dcc p.read {
  margin-bottom: 24px;
}
#dcc section {
  padding: 14vh 0;
}
#dcc section.pT0 {
  padding-top: 0;
}
#dcc section .inner {
  max-width: 900px;
}
#dcc section .sectionTitle {
  text-align: center;
  margin-bottom: 7vh;
}
#dcc section .sectionTitle h2 {
  font-size: 2vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #dcc section .sectionTitle h2 {
    font-size: 5vw;
  }
}
#dcc section .sectionTitle p {
  font-weight: bold;
}
#dcc section .mainImg {
  width: 100%;
  margin-bottom: 10vh;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #dcc section .mainImg {
    height: 50vh;
  }
}
#dcc section .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dcc section h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}
#dcc section ul {
  margin-bottom: 24px;
}
#dcc section ul li {
  font-size: 90%;
  padding-left: 12px;
  position: relative;
  margin-top: 12px;
}
#dcc section ul li:first-child {
  margin-top: 0;
}
#dcc section ul li::after {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2c345c;
}
#dcc section .twoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dcc section .twoBox .img {
  width: 100% !important;
  padding-right: 0;
  height: 240px;
  overflow: hidden;
  margin-bottom: 24px;
}
#dcc section .twoBox .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}
#dcc section .twoBox .contents {
  width: 48%;
}
#dcc section .twoBox .contents h4 {
  font-weight: bold;
  font-weight: 17px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #dcc section .twoBox .contents {
    width: 100%;
  }
  #dcc section .twoBox .contents:last-child {
    padding-top: 7vh;
  }
}
#dcc section .threeBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#dcc section .threeBox .img {
  margin-bottom: 12px;
}
#dcc section .threeBox .box {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 24px;
}
#dcc section .threeBox .box h4 {
  font-size: 17px;
  margin-bottom: 12px;
}
#dcc section .threeBox .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #dcc section .threeBox .box {
    margin-right: 0;
    width: 100%;
  }
}
#dcc section .productsBox {
  margin-top: 7vh;
}
#dcc #kv {
  background-color: #2c345c;
  padding: 30vh 0;
  background-image: url(../images/kv.jpeg);
  background-size: cover;
  color: #fff;
}
#dcc #kv .kvTitle {
  text-align: center;
}
#dcc #kv .kvTitle h1 {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: #11193e 3px 0 10px;
}
@media only screen and (max-width: 767px) {
  #dcc #kv .kvTitle h1 {
    font-size: 13vw;
  }
}
#dcc #kv .kvTitle p {
  font-weight: bold;
  font-size: 2vw;
  text-shadow: #11193e 3px 0 10px;
}
@media only screen and (max-width: 767px) {
  #dcc #kv .kvTitle p {
    font-size: 4vw;
  }
}
#dcc .pointWrap dl {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #11193e;
  margin-top: 16px;
}
#dcc .pointWrap dl:first-child {
  margin-top: 0;
}
#dcc .pointWrap dl dt {
  font-weight: bold;
  width: 140px;
  background-color: #11193e;
  padding: 16px;
  color: #fff;
}
#dcc .pointWrap dl dd {
  padding: 16px;
}
#dcc #background {
  background-image: url(../images/09.jpeg);
  background-size: cover;
  position: relative;
  color: #fff;
}
#dcc #background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 18, 67, 0.7294117647);
  left: 0;
  top: 0;
  z-index: 0;
  backdrop-filter: blur(12px);
}
#dcc #background .inner {
  position: relative;
  z-index: 1;
}
#dcc #background .inner .read {
  margin-bottom: 7vh;
}
#dcc #background .inner .read h2 {
  font-weight: bold;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2.8vw;
}
@media only screen and (max-width: 767px) {
  #dcc #background .inner .read h2 {
    font-size: 5vw;
  }
}
#dcc #background .inner .read p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#dcc #pickup {
  background-color: #11193e;
  color: #fff;
}
#dcc #pickup .threeBox .box {
  background-color: #fff;
  color: #11193e;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 10px;
}
#dcc #pickup .threeBox .box h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
#dcc .productsBox .twoBox .contents {
  border: 1px solid #11193e;
  padding: 24px 24px 36px 24px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #dcc .productsBox .twoBox .contents:first-child {
    margin-bottom: 7vh;
  }
}
#dcc .productsBox .twoBox .contents .ctaBtn {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -24px;
}
#dcc .strongText {
  text-align: center;
  margin-top: 8vh;
  font-size: 150%;
  font-weight: bold;
}
#dcc .strongText span {
  background: linear-gradient(transparent 60%, rgb(234, 255, 0) 60%);
}

#productContact .inner .contactWrap {
  background-color: #001986;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 10%;
  border-radius: 15px;
}
#productContact .inner .contactWrap .title {
  width: 30%;
}
#productContact .inner .contactWrap .title p {
  font-weight: bold;
  font-size: 3.5vw;
}
#productContact .inner .contactWrap .action {
  width: 50%;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#productContact .inner .contactWrap .action .linkBtn a {
  display: inline-block;
  background-color: #fff;
  color: #001986;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  padding: 0 32px;
  border: 3px solid #fff;
  transition-duration: 0.5s;
}
#productContact .inner .contactWrap .action .linkBtn a:hover {
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
}/*# sourceMappingURL=dcc.css.map */