.lead_area {
  padding-bottom: 50px;
}

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

.lead_area .lead_txt {
  color: #222;
  font-size: 2.4rem;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  .lead_area .lead_txt {
    font-size: 1.6rem;
  }
}

.sec {
  padding: 65px 0;
}

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

.sec .main_txt {
  color: #666;
}

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

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

.sec.sec01 {
  padding: 50px 0 65px;
}

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

.sec.sec01 .bg {
  background-image: url(/internationalfinancialcenter/asset/img/our-support/bg_sec01_pc.png);
  background-size: cover;
  background-position: left top;
  padding: 50px 0 65px;
}

@media screen and (max-width: 767px) {
  .sec.sec01 .bg {
    background-image: url(/internationalfinancialcenter/asset/img/our-support/bg_sec01_sp.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 30px 0;
  }
}

.sec.sec01 .bg .main_txt {
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .sec.sec01 .bg .main_txt {
    color: #666;
  }
}

.sec.sec01 .bg .more_btn_wrap {
  margin-top: 80px;
}

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

.sec.sec01 .bg .more_btn_wrap a {
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .sec.sec01 .bg .more_btn_wrap a:hover {
    background-color: #283666;
  }
}

.sec.sec03 .sec03_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .sec.sec03 .sec03_flex {
    display: block;
    margin-top: 30px;
  }
}

.sec.sec03 .sec03_flex .main_txt {
  width: 49%;
}

@media screen and (max-width: 1100px) {
  .sec.sec03 .sec03_flex .main_txt {
    margin-top: 30px;
    width: 100%;
  }
}

.sec.sec03 .sec03_flex .img {
  width: 46.8%;
}

@media screen and (max-width: 1100px) {
  .sec.sec03 .sec03_flex .img {
    text-align: center;
    width: 100%;
  }
}

.sec.sec04 .sec04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

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

.sec.sec04 .sec04_list li {
  width: 33.3%;
}

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

.sec.sec04 .sec04_list li + li a {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .sec.sec04 .sec04_list li + li a {
    border-top: none;
  }
}

.sec.sec04 .sec04_list li a {
  display: block;
  border: 1px solid #004099;
  height: 100%;
  padding: 12.5% 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .sec.sec04 .sec04_list li a {
    border-left: none;
    border-right: none;
    margin: 0 auto;
    padding: 5% 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sec.sec04 .sec04_list li a:hover {
    background-color: #283666;
  }
  .sec.sec04 .sec04_list li a:hover span.icon img:nth-of-type(1) {
    display: none;
  }
  .sec.sec04 .sec04_list li a:hover span.icon img:nth-of-type(2) {
    display: inline;
  }
  .sec.sec04 .sec04_list li a:hover span.head {
    color: #FFF;
  }
  .sec.sec04 .sec04_list li a:hover span.btn {
    background-color: #283666;
    border: 1px solid #FFF;
    color: #FFF;
  }
}

.sec.sec04 .sec04_list li a span {
  display: block;
}

.sec.sec04 .sec04_list li a span.icon {
  margin: 0 auto;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .sec.sec04 .sec04_list li a span.icon {
    width: 45px;
  }
}

.sec.sec04 .sec04_list li a span.icon img:nth-of-type(2) {
  display: none;
}

.sec.sec04 .sec04_list li a span.head {
  color: #283666;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 15px;
  text-align: center;
}

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

.sec.sec04 .sec04_list li a span.btn {
  border: 1px solid #283666;
  color: #283666;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 40px auto 0;
  padding: 10px 0;
  text-align: center;
  max-width: 150px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .sec.sec04 .sec04_list li a span.btn {
    font-size: 1.6rem;
    margin: 20px auto 0;
    padding: 5px 0;
  }
}

.sec.sec05 {
  padding-bottom: 120px;
}
/*# sourceMappingURL=our-support.css.map */