@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
body.page-type-other .section-content {
  background: linear-gradient(to bottom, #d1dded 0%, #ffffff 20%, #ffffff 80%, #d1dded 100%);
}
@media (max-width: 1024px) {
  body.page-type-other .section-content > .wrap {
    padding: 0;
    width: 100%;
  }
}
body.page-type-other .section-content .content-box {
  margin-top: 2%;
  margin-bottom: 2%;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .inner-wrap {
    background-color: #fff;
  }
}
body.page-type-other .section-content .content-box .cards {
  padding: 2% 3%;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards {
    padding: 30px;
    padding-top: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  body.page-type-other .section-content .content-box .cards {
    padding: 10px;
  }
}
body.page-type-other .section-content .content-box .cards .head {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 6px #055e9c;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .head {
    display: none;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 2px #055e9c;
  }
}
body.page-type-other .section-content .content-box .cards .head .left-box {
  font-size: 24px;
  line-height: 1;
  color: #055e9c;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .head .left-box {
    font-size: 20px;
    width: 80%;
  }
}
@media (max-width: 500px) {
  body.page-type-other .section-content .content-box .cards .head .left-box {
    font-size: 18px;
  }
}
body.page-type-other .section-content .content-box .cards .head .mid-box {
  font-size: 20px;
  color: #055e9c;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .head .mid-box {
    width: 20%;
    font-size: 14px;
  }
}
body.page-type-other .section-content .content-box .cards .head .mid-box a {
  display: block;
  font-size: 20px;
  color: #055e9c;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .head .mid-box a {
    text-align: right;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  body.page-type-other .section-content .content-box .cards .head .mid-box a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .head .right-box {
    display: none;
  }
}
body.page-type-other .section-content .content-box .cards .body {
  display: flex;
}
body.page-type-other .section-content .content-box .cards .body .title {
  font-size: 18px;
  color: #055e9c;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body .title {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    background: linear-gradient(to right, #daeeef, #91cfe4);
    border-radius: 30px;
    padding: 7px 20px;
    color: #000;
  }
}
@media (max-width: 500px) {
  body.page-type-other .section-content .content-box .cards .body .title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body .title a {
    display: block;
    color: #000;
  }
}
@media (max-width: 500px) {
  body.page-type-other .section-content .content-box .cards .body .title a {
    font-size: 16px;
  }
}
body.page-type-other .section-content .content-box .cards .body .title span.for-mobile {
  margin: 0 5px;
}
body.page-type-other .section-content .content-box .cards .body .title span.for-mobile:first-child {
  margin-left: 0;
}
body.page-type-other .section-content .content-box .cards .body .title span.for-mobile:last-child {
  font-size: 13px;
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list {
    flex-direction: column;
  }
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list {
  width: 19%;
  margin: 0 0.5% 25px 0.5%;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list {
    width: 100%;
    margin: 0 0.5% 10px 0.5%;
  }
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list {
    padding: 7px 7px;
    display: flex;
    flex-wrap: wrap;
  }
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list > li.list {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list > li.list {
    background-color: #fff;
    margin: 0 10px 10px;
    width: calc(50% - 20px);
    text-align: center;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.25);
    border-radius: 12px;
  }
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list > li.list a {
  font-size: 15px;
  color: #626262;
  line-height: 1;
  -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;
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list > li.list a:hover {
  color: #055e9c;
}
@media (max-width: 1400px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list > li.list a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list > li.list a {
    font-size: 14px;
    display: block;
    padding: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list > ul.child-list > li.list a {
    font-size: 14px;
    padding: 7px;
  }
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li {
  margin-bottom: 15px;
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a {
  display: flex;
  justify-content: space-between;
  padding: 3px 15px;
  font-size: 17px;
  color: #055e9c;
  border-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 10px rgb(0, 0, 0,0.25);
  -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;
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a:hover {
  color: #cb3529;
  background-color: #f7ebed;
}
@media (max-width: 1400px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a {
    color: #000;
    font-size: 18px;
    background: linear-gradient(to right, #daeeef, #91cfe4);
    border-radius: 30px;
    padding: 7px 20px;
  }
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a:hover {
    color: #000;
    background: linear-gradient(to right, #daeeef, #91cfe4);
  }
}
@media (max-width: 500px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a {
    font-size: 16px;
  }
}
body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a i {
  display: inline-block;
  margin-left: 30px;
  font-size: 24px;
}
@media (max-width: 1024px) {
  body.page-type-other .section-content .content-box .cards .body ul.menu-list > li.list ul.type-btn li a i {
    display: none;
  }
}
@media (max-width: 1400px) {
  body.page-type-other .section-content .content-box .cards .body .left-box {
    display: none;
  }
}
body.page-type-other .section-content .content-box .cards .body .mid-box {
  width: 85%;
}
@media (max-width: 1400px) {
  body.page-type-other .section-content .content-box .cards .body .mid-box {
    width: 100%;
  }
}
body.page-type-other .section-content .content-box .cards .left-box {
  width: 15%;
}
body.page-type-other .section-content .content-box .cards .right-box {
  width: 15%;
}
body.page-type-other .section-content .content-box .cards .mid-box {
  width: 70%;
}
@media (max-width: 1024px) {
  .section-footer-dec {
    display: none;
  }
}
