.page_ttl_area {
  background-image: url(/internationalfinancialcenter/asset/img/multilingual-organizations/bg_pagettl.jpg);
}

.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;
  }
}

.search .search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search .search_list dt, .search .search_list dd {
  width: 100%;
}

.search .search_list dt {
  color: #283666;
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .search .search_list dt {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.search .search_list dd {
  font-size: 2rem;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .search .search_list dd {
    font-size: 1.5rem;
  }
}

.search .search_list .half_box {
  max-width: 430px;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .search .search_list .half_box {
    max-width: none;
    width: 100%;
  }
}

.search .search_list .box {
  width: 100%;
}

.search .search_list .select_wrap select {
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 30px 5px 15px;
  height: 45px;
  width: 100%;
}

.search .search_list .select_wrap select:focus {
  border: none;
  outline: 2px solid #004099;
}

.search .search_list .input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search .search_list .input_wrap input[type=text],
.search .search_list .input_wrap input[type=email] {
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 1.8rem;
  padding: 0 15px;
  width: 100%;
  height: 45px;
}

.search .search_list .input_wrap input[type=text]:focus,
.search .search_list .input_wrap input[type=email]:focus {
  border: none;
  outline: 2px solid #004099;
}

@media screen and (max-width: 767px) {
  .search .search_list .input_wrap input[type=text],
  .search .search_list .input_wrap input[type=email] {
    font-size: 1.5rem;
  }
}

.search .search_list .input_wrap.search_ico {
  position: relative;
}

.search .search_list .input_wrap.search_ico::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../asset/img/icon_search.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
}

.search .search_list .input_wrap.search_ico input[type=text] {
  padding-right: 2em;
}

.search .submit_btn_wrap {
  margin-top: 130px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .search .submit_btn_wrap {
    margin-top: 50px;
  }
}

.search .submit_btn_wrap .submit {
  display: inline-block;
  background-color: #004099;
  border: 3px solid #004099;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 18px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 208px;
}

@media screen and (max-width: 767px) {
  .search .submit_btn_wrap .submit {
    font-size: 1.6rem;
    padding: 15px 0;
    width: 150px;
  }
}

@media screen and (min-width: 768px) {
  .search .submit_btn_wrap .submit:hover {
    background-color: #FFF;
    color: #004099;
  }
}

.region .map_wrap {
  position: relative;
  padding-left: 20%;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .region .map_wrap {
    padding-left: 0;
  }
}

.region .map_wrap .map {
  position: relative;
  display: inline-block;
  max-width: 730px;
  width: 100%;
}

.region .map_wrap .map g {
  cursor: pointer;
}

.region .map_wrap .map g:hover .cls-2, 
.region .map_wrap .map g:hover .cls-3, 
.region .map_wrap .map g:hover .cls-4,
.region .map_wrap .map g:hover .st0,
.region .map_wrap .map g:hover .st11 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #104490;
}

.region .map_wrap .map g:hover .st2, .region .map_wrap .map g:hover .st8 {
  opacity: 0.7;
}

.region .map_wrap .region_list {
  display: none;
  position: absolute;
  top: 31%;
  left: 0;
  background-color: #FFF;
  border: 1px solid #000;
  padding: 2.6% 1.6% 2.1%;
  width: 39.7%;
}

@media screen and (max-width: 767px) {
  .region .map_wrap .region_list {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px auto 0;
    padding: 5%;
    width: 90%;
  }
}

.region .map_wrap .region_list::before {
  position: absolute;
  content: "";
  top: 5%;
  left: 2%;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.region .map_wrap .region_list.hover {
  display: block;
}

.region .map_wrap .region_list .region_list_ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .region .map_wrap .region_list .region_list_ttl {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .region .map_wrap .region_list .region_list_ttl {
    font-size: 2.2rem;
  }
}

.region .map_wrap .region_list .region_list_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}

.region .map_wrap .region_list .region_list_city li {
  width: 50%;
}

.region .map_wrap .region_list .region_list_city li a {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .region .map_wrap .region_list .region_list_city li a {
    font-size: 1.07vw;
  }
}

@media screen and (max-width: 767px) {
  .region .map_wrap .region_list .region_list_city li a {
    font-size: 1.4rem;
  }
}

.region .map_wrap .region_list .region_list_city li a:hover {
  opacity: 0.7;
}

.category .category_list {
  margin-top: 55px;
  padding-left: 4.3%;
}

@media screen and (max-width: 767px) {
  .category .category_list {
    margin-top: 20px;
    padding-left: 0;
  }
}

.category .category_list li {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .category .category_list li {
    margin-top: 15px;
    margin-right: 10px;
  }
}

.category .category_list li a {
  display: inline-block;
  border: 2px solid #283666;
  border-radius: 10px;
  color: #283666;
  font-size: 2rem;
  letter-spacing: 0.02em;
  padding: 12px 20px;
}

@media screen and (max-width: 767px) {
  .category .category_list li a {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.category .category_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.etc {
  padding-bottom: 130px;
}

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

.etc .etc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

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

.etc .etc_list li {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .etc .etc_list li {
    max-width: 270px;
    margin: 0 auto;
    width: 100%;
  }
}

.etc .etc_list li + li {
  margin-left: 45px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .etc .etc_list li + li {
    margin-left: 7%;
  }
}

@media screen and (max-width: 767px) {
  .etc .etc_list li + li {
    margin-left: auto;
    margin-top: 20px;
  }
}

.etc .etc_list li a {
  display: block;
  background-color: #283666;
  padding: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .etc .etc_list li a {
    padding: 45px 7%;
  }
}

@media screen and (max-width: 767px) {
  .etc .etc_list li a {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .etc .etc_list li a:hover {
    opacity: 0.7;
  }
}

.etc .etc_list li a span {
  display: block;
}

.etc .etc_list li a span.img {
  text-align: center;
}

.etc .etc_list li a span.txt {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .etc .etc_list li a span.txt {
    font-size: 2rem;
  }
}

.result {
  padding: 120px 0 0;
}

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

.result .head {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

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

.result .result_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .result .result_info {
    margin-top: 20px;
  }
}

.result .result_info dt, .result .result_info dd {
  color: #666;
  font-size: 2rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .result .result_info dt, .result .result_info dd {
    font-size: 1.6rem;
  }
}

.result .result_info dt {
  width: 185px;
}

@media screen and (max-width: 767px) {
  .result .result_info dt {
    margin-top: 10px;
    width: 100%;
  }
}

.result .result_info dt .icon {
  display: inline-block;
  margin-right: 0.5em;
  text-align: center;
  width: 18px;
}

.result .result_info dt .icon img {
  vertical-align: middle;
  padding-bottom: 3px;
}

.result .result_info dd {
  width: calc(100% - 185px);
}

@media screen and (max-width: 767px) {
  .result .result_info dd {
    margin-top: 5px;
    width: 100%;
  }
}

.result .result_count {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .result .result_count {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.result .result_detail {
  margin-top: 30px;
}

.result .result_detail + .result_detail {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .result .result_detail + .result_detail {
    margin-top: 30px;
  }
}

.result .result_detail .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #283666;
  color: #FFF;
  font-size: 2rem;
  height: 100px;
  padding-left: 4%;
}

@media screen and (max-width: 767px) {
  .result .result_detail .office {
    font-size: 1.6rem;
    height: 50px;
  }
}

.result .result_detail .office .icon {
  display: inline-block;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .result .result_detail .office .icon {
    width: 30px;
  }
}

.result .result_detail .detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #283666;
  padding: 0 4% 25px;
}

.result .result_detail .detail_wrap .detail_list {
  width: 48%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .result .result_detail .detail_wrap .detail_list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .result .result_detail .detail_wrap .detail_list {
    width: 100%;
  }
}

.result .result_detail .detail_wrap .detail_list dt {
  color: #283666;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .result .result_detail .detail_wrap .detail_list dt {
    font-size: 1.6rem;
  }
}

.result .result_detail .detail_wrap .detail_list dd {
  color: #666;
  font-size: 1.8rem;
  line-height: 1.666;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .result .result_detail .detail_wrap .detail_list dd {
    font-size: 1.4rem;
  }
}

.result .result_detail .detail_wrap .detail_list dd .a_mark {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .result .result_detail .detail_wrap .detail_list dd .a_mark {
    width: 12px;
  }
}

.result .result_detail .detail_wrap .detail_list dd .a_mark img {
  vertical-align: -2px;
}

.result .result_detail .detail_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .result .result_detail .detail_wrap .btn_wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .result .result_detail .detail_wrap .btn_wrap {
    display: block;
  }
}

.result .result_detail .detail_wrap .btn_wrap .more_btn_wrap + .more_btn_wrap {
  margin-left: 9%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .result .result_detail .detail_wrap .btn_wrap .more_btn_wrap + .more_btn_wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .result .result_detail .detail_wrap .btn_wrap .more_btn_wrap + .more_btn_wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}

.result .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .result .link_area {
    margin-top: 20px;
  }
}

.result .link_area .link a {
  position: relative;
  display: inline-block;
  color: #283666;
  font-size: 2rem;
  font-weight: 600;
  padding-right: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .result .link_area .link a {
    font-size: 1.6rem;
  }
}

.result .link_area .link a::before {
  position: absolute;
  content: "";
  right: 0;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .result .link_area .link a::before {
    width: 12px;
    height: 12px;
  }
}

.result .link_area .link a:hover {
  opacity: 0.7;
}

.result .link_area .link a.load::before {
  top: -3px;
  border-left: 4px solid #283666;
  border-bottom: 4px solid #283666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .result .link_area .link a.load::before {
    top: -10%;
    border-left: 2px solid #283666;
    border-bottom: 2px solid #283666;
  }
}

.result .link_area .link a.new::before {
  top: 6px;
  border-right: 4px solid #283666;
  border-top: 4px solid #283666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .result .link_area .link a.new::before {
    top: 35%;
    border-right: 2px solid #283666;
    border-top: 2px solid #283666;
  }
}

.result .noresult {
  padding: 40px 0 0;
}

.result .noresult .message {
  color: #004099;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.545;
  text-align: center;
}

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

.result .noresult .message span {
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .result .noresult .message span {
    font-size: 1.4rem;
  }
}

.result .noresult .tips {
  background-color: #f4f9fa;
  margin-top: 60px;
  padding: 40px 4.7% 30px;
}

@media screen and (max-width: 767px) {
  .result .noresult .tips {
    margin-top: 30px;
    padding: 20px 4.7%;
  }
}

.result .noresult .tips .ttl {
  color: #222;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .result .noresult .tips .ttl {
    font-size: 1.6rem;
  }
}

.result .noresult .tips .list, .lead_area .contents_wrap .list {
  margin-top: 20px;
}

.result .noresult .tips .list li, .lead_area .contents_wrap .list li {
  font-size: 2rem;
  line-height: 1.7;
  list-style: disc;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.lead_area .contents_wrap .list li{
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .result .noresult .tips .list li {
    font-size: 1.4rem;
  }
}

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

.result .noresult .help {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .result .noresult .help {
    margin-top: 30px;
  }
}

.result .noresult .help .ttl {
  color: #666;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .result .noresult .help .ttl {
    font-size: 1.6rem;
  }
}

.result .noresult .help .main_txt {
  margin-top: 25px;
  text-align: center;
}

.result .noresult .help .main_txt a {
  font-weight: 600;
}

.ms-choice {
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
}

.ms-choice > div.icon-caret {
  border-width: 10px 7px 0 7px;
}

.ms-choice > div.icon-caret.open {
  border-width: 0 7px 10px 7px;
}

.ms-choice > span {
  padding-left: 15px;
}

.ms-choice > span.placeholder {
  color: #707070;
}

.ms-drop ul > li {
  padding: 0.5rem 8px;
}

.ms-drop ul > li:nth-last-of-type(2) {
  padding-bottom: 0.7em;
}

.ms-drop ul > li label {
  font-size: 1.8rem;
  padding-left: 2.25rem;
  white-space: unset;
}

@media screen and (max-width: 767px) {
  .ms-drop ul > li label {
    font-size: 1.4rem;
  }
}

.ms-drop input[type="checkbox"] {
  margin-top: 0;
  left: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.result .result_detail .detail_wrap .btn_wrap a::before {
  display: none;
}

input[type="checkbox"][value="東京都"] + span,input[type="checkbox"][value="大阪府"] + span, input[type="checkbox"][value="福岡県"] + span, input[type="checkbox"][value="Tokyo"] + span, input[type="checkbox"][value="Osaka"] + span,input[type="checkbox"][value="Fukuoka"] + span {
	font-weight:600;
}

/*# sourceMappingURL=multilingual-organizations.css.map */