.main_txt {
  color: #666;
}

.contact_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #283666;
  margin: 0 15px 15px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_area {
    display: block;
    margin: 0 10px 10px 0;
  }
}

.contact_area::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contact_area::before {
    top: 10px;
    left: 10px;
  }
}

.contact_area .img {
  background-color: #FFF;
  width: 40.6%;
}

@media screen and (max-width: 767px) {
  .contact_area .img {
    width: 100%;
  }
}

.contact_area .txt_area {
  background-color: #FFF;
  padding: 4.1% 5.5% 4.1% 4.1%;
  width: 59.4%;
}

@media screen and (max-width: 767px) {
  .contact_area .txt_area {
    width: 100%;
  }
}

.contact_area .txt_area .head {
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contact_area .txt_area .head {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.contact_area .txt_area .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 1100px) {
  .contact_area .txt_area .contact_list {
    display: block;
  }
}

.contact_area .txt_area .contact_list dt, .contact_area .txt_area .contact_list dd {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact_area .txt_area .contact_list dt, .contact_area .txt_area .contact_list dd {
    font-size: 1.4rem;
  }
}

.contact_area .txt_area .contact_list dt {
  font-weight: 600;
  padding-left: 40px;
  width: 180px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .contact_area .txt_area .contact_list dt {
    width: 100%;
  }
}

.contact_area .txt_area .contact_list dt::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  background-size: cover;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .contact_area .txt_area .contact_list dt::before {
    top: -8px;
  }
}

.contact_area .txt_area .contact_list dt:nth-of-type(1)::before {
  background-image: url(/internationalfinancialcenter/asset/img/our-support/about-us/icon_clock.png);
}

.contact_area .txt_area .contact_list dt:nth-of-type(2)::before {
  background-image: url(/internationalfinancialcenter/asset/img/our-support/about-us/icon_mail.png);
}

.contact_area .txt_area .contact_list dt:nth-of-type(3)::before {
  background-image: url(/internationalfinancialcenter/asset/img/our-support/about-us/icon_phone.png);
}

.contact_area .txt_area .contact_list dt:nth-of-type(4)::before {
  background-image: url(/internationalfinancialcenter/asset/img/our-support/about-us/icon_home.png);
}

.contact_area .txt_area .contact_list dd {
  line-height: 1.25;
  width: calc(100% - 180px);
}

@media screen and (max-width: 1100px) {
  .contact_area .txt_area .contact_list dd {
    width: 100%;
  }
}

.contact_area .txt_area .contact_list dd .link {
  color: #283666;
}

.lead_area {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .lead_area {
    padding: 25px 0;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f9fa;
  padding: 6.25%;
}

@media screen and (max-width: 1100px) {
  .about {
    display: block;
  }
}

.about .txt_area {
  width: 63%;
}

@media screen and (max-width: 1100px) {
  .about .txt_area {
    width: 100%;
  }
}

.about .txt_area .head {
  font-size: 3.6rem;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .txt_area .head {
    font-size: 1.8rem;
  }
}

.about .txt_area .head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #283666;
  width: 30px;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .about .txt_area .head::before {
    width: 15px;
  }
}

.about .txt_area .txt {
  font-size: 1.8rem;
  line-height: 1.666;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .about .txt_area .txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.about .img_area {
  padding-top: 5.2%;
  width: 32%;
}

@media screen and (max-width: 1100px) {
  .about .img_area {
    width: 100%;
  }
}

.about .img_area .bg {
  display: block;
  background-color: #FFF;
  padding: 16.6% 2% 12.9%;
}

@media screen and (min-width: 768px) {
  .about .img_area .bg {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .about .img_area .bg:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .about .img_area .bg {
    padding: 5% 2%;
  }
}

.about .img_area .bg span {
  display: block;
}

.about .img_area .bg span.icon {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about .img_area .bg span.icon img {
    width: 20%;
  }
}

.about .img_area .bg span.link_txt {
  color: #283666;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about .img_area .bg span.link_txt {
    font-size: 1.4rem;
  }
}

.sec {
  padding: 130px 0 120px;
}

@media screen and (max-width: 767px) {
  .sec {
    padding: 65px 0 60px;
  }
}

.sec .sec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sec .sec_list {
    display: block;
    margin-top: 25px;
  }
}

.sec .sec_list li {
  width: 46.8%;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec .sec_list li + li {
    margin-top: 20px;
  }
}

.sec .sec_list li a {
  display: block;
  background-color: #14508c;
  height: 100%;
}

.sec .sec_list li a:hover {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .sec .sec_list li a:hover {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .sec .sec_list li a:hover span {
    color: #14508c;
  }
  .sec .sec_list li a:hover span.txt_area {
    background-color: #FFF;
  }
}

.sec .sec_list li a span {
  display: block;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec .sec_list li a span img{
  width: 100%;
}

.sec .sec_list li a span.txt_area {
  background-color: #14508c;
  padding: 11% 8.8%;
}

.sec .sec_list li a span.txt_area .head {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.14;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li a span.txt_area .head {
    font-size: 1.6rem;
  }
}

.sec .sec_list li a span.txt_area .txt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li a span.txt_area .txt {
    line-height: 1.5;
    margin-top: 10px;
  }
}

.sec .sec_list li a span.txt_area .more {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec .sec_list li a span.txt_area .more {
    margin-top: 20px;
  }
}

.sec .more_btn_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .sec .more_btn_wrap {
    margin-top: 30px;
  }
}

.sec .more_btn_wrap a {
  width: 450px;
}

@media screen and (max-width: 767px) {
  .sec .more_btn_wrap a {
    width: 90%;
  }
}
@media screen and (max-width: 468px) {
  .sec .more_btn_wrap a {
    font-size: 1.2rem;
  }
}