@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
.absolute {
  position: relative;
}
.col-box {
  position: relative;
}
.circle_bg01 {
  top: 10%;
  right: 0;
}
.circle_bg02 {
  right: 0;
  bottom: 0%;
}
.box-shadow {
  box-shadow: 7px 7px 15px rgba(178, 178, 178, 0.5);
}
body.page-type-reliability .section-kv {
  background-image: url('../../../images/reliability/kv.jpg');
  background-color: #fdf3d8;
}
@media all and (max-width: 768px) {
  body.page-type-reliability .section-kv {
    padding-bottom: 80%;
    background-size: cover;
    background-image: url('../../../images/reliability/kv-m.jpg');
  }
}
body.page-type-reliability .section-content {
  background: linear-gradient(to bottom, #fdf3d8 0%, #fbfcfc 60%);
}
@media all and (max-width: 768px) {
  body.page-type-reliability .section-content {
    background: linear-gradient(to bottom, #fdf3d8 0%, #fbfcfc 60%);
  }
}
body.page-type-reliability .section-footer-dec {
  background-color: #FBFCFC;
}
body.page-type-reliability .col-box {
  position: relative;
}
body.page-type-reliability .absolute {
  position: absolute;
}
body.page-type-reliability .list-dot {
  width: 10px;
  height: 10px;
  background-color: #63A4C3;
  border-radius: 30px;
  margin-right: 10px;
}
body.page-type-reliability .indent-box {
  margin-top: 30px;
  width: fit-content;
  padding: 0 10px 8px 0;
}
body.page-type-reliability .text-center {
  text-align: center;
}
.col-box img.people02 {
  width: 200px;
}
@media all and (max-width: 1400px) {
  .col-box img.people02 {
    width: 180px;
  }
}
@media all and (max-width: 1280px) {
  .col-box img.people02 {
    width: 140px;
  }
}
@media all and (max-width: 1024px) {
  .col-box img.people02 {
    display: none;
  }
}
.w-50 {
  position: relative;
}
.col-box img.car {
  right: 0;
  top: -20%;
  width: 200px;
}
@media all and (max-width: 1400px) {
  .col-box img.car {
    display: none;
  }
}
.more {
  width: 60%;
  float: right;
  margin-top: 3%;
}
@media all and (max-width: 1400px) {
  .more {
    width: 50%;
  }
}
@media all and (max-width: 1024px) {
  .more {
    width: 50%;
  }
}
@media all and (max-width: 820px) {
  .more {
    width: 50%;
    float: none;
  }
}
@media all and (max-width: 500px) {
  .more {
    width: 65%;
  }
}
@media all and (max-width: 414px) {
  .more {
    width: 100%;
  }
}
.more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e57a5;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgb(0, 0, 0,0.25);
}
.more a .trs i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more a:hover {
  color: #d85353;
  background-color: #f7ebed;
}
.more a:hover i {
  transform: translateX(3px);
}

.file-list li {
  border-bottom: solid 1px #1f5e9c;
}
.file-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  font-size: 17px;
  line-height: 1;
  color: #626262;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 768px) {
  .file-list li a {
    font-size: 15px;
    padding: 10px;
  }
}
.file-list li a .title-box {
  display: flex;
  align-items: center;
}
.file-list li a .title-box i {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1f5e9c;
  margin-right: 7px;
}
@media all and (max-width: 768px) {
  .file-list li a .title-box i {
    width: 7px;
    height: 7px;
    min-width: 7px;
  }
}
.file-list li a .title-box > span {
  line-height: 1.5;
}
.file-list li a .download-icon {
  display: inline-block;
  width: 30px;
  height: 18px;
  background-image: url("../../../images/icon_download01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@media all and (max-width: 768px) {
  .file-list li a .download-icon {
    min-width: 21px;
    max-width: 21px;
    min-height: 18px;
    max-height: 18px;
    margin-left: 10px;
    background-size: contain;
  }
}
@media all and (max-width: 560px) {
  .file-list li a .download-icon {
    min-width: 16px;
    max-width: 16px;
    min-height: 14px;
    max-height: 14px;
  }
}
.file-list li a:hover {
  color: #1f5e9c;
  opacity: 1;
}
.file-list li a:hover .download-icon {
  background-image: url("../../../images/icon_download02.png");
}
.cards{
	background-color: transparent !important;
	padding: 0px !important;
	box-shadow: none !important;
}
