@charset "UTF-8";

/****************************************
*	worldwide offices popballon
****************************************/

.comp_jetro_support {
 padding: 36px 0;
 background-color: #192f60;
 color: #fff;
}
.layout-ja .comp_jetro_support {
 background-color: #1C4BB0;
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support {
  padding: 36px 0;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support {
  margin: 0 -3.75%;
  padding: 28px 0;
 }
}
@media print, screen and (min-width: 641px) {
 .elem_section_block + .comp_jetro_support {
  margin-top: -40px;
 }
}
@media only screen and (max-width: 640px) {
 .elem_section_block + .comp_jetro_support {
  margin-top: -30px;
 }
}
@keyframes popballoon {
 75% {
  transform: scale(1.15);
 }
 100% {
  transform: scale(1);
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support .pc_only {
  display: block;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support .pc_only {
  display: none;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support .sp_only {
  display: none;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support .sp_only {
  display: block;
 }
}

.comp_jetro_support > div {
 max-width: 1000px;
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support > div {
  margin: 0 auto 30px;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support > div {
  margin: 0 calc((12 / 320) * 100%) 20px;
 }
}

.comp_jetro_support > div:last-child {
 margin-bottom: 0;
}


.comp_jetro_support_panel {
 max-width: 746px;
 position: relative;
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_panel {
  height: 396px;
  margin: 22px auto;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_panel {
  margin-top: 32px;
 }
}

.comp_jetro_support_panel[aria-hidden="true"] {
 display: none;
}

.comp_jetro_support_panel_img {
 display: block;
 width: 100%;
 margin: auto;
 opacity: .3;
 pointer-events: none;
 -webkit-user-select: none;
     -ms-user-select: none;
         user-select: none;
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_panel_img {
  width: calc(100% - ((14 / 320) * 100%) * 2);
  opacity: .8;
  margin: 0 calc((14 / 320) * 100%) 20px;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
 }
}

@media print, screen and (min-width: 641px) {
 html:not(.ie10):not(.ie9) .comp_jetro_support_office.is_active .comp_jetro_support_office_balloon {
  transform-origin: center bottom 0;
  animation: popballoon .5s ease both;
 }
}

@media print {
 html:not(.ie10):not(.ie9) .comp_jetro_support_office.is_active .comp_jetro_support_office_balloon {
  transform: scale(1);
 }
}

.comp_jetro_support_office_balloon {
 z-index: 1;
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon {
  position: absolute;
  color: #767676 !important;
  transition: color .25s;
 }
 html:not(.ie10):not(.ie9) .comp_jetro_support_office_balloon {
  transform: scale(0);
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office_balloon {
  display: flex;
  width: 50%;
  color: #fff !important;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon:not(div):hover {
  color: #192f60 !important;
  transition: color .25s;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office_balloon > div {
  display: flex;
 }
 .comp_jetro_support_office_balloon > div::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  margin: 0 4px 8px 0;
  background-image: url(/library/common/invest/img/comp_jetro_support/balloon_sp.png);
  background-size: cover;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_normal_country, .comp_jetro_support_office_balloon_normal_number, .comp_jetro_support_office_balloon_small_country, .comp_jetro_support_office_balloon_small_number {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office_balloon_normal_country, .comp_jetro_support_office_balloon_normal_number, .comp_jetro_support_office_balloon_small_country, .comp_jetro_support_office_balloon_small_number {
  display: inline-block;
  font-size: 14px;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office_balloon_normal_number::before, .comp_jetro_support_office_balloon_small_number::before {
  content: "...";
  margin-right: 2px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_pc_img {
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office_balloon_pc_img {
  display: none;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_japan {
  top: 44px;
  left: 275px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_asia {
  top: 100px;
  left: 188px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_asia .comp_jetro_support_office_balloon_normal_country,
 .comp_jetro_support_office_balloon_asia .comp_jetro_support_office_balloon_normal_number {
  color: #192f60;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_africa {
  top: 180px;
  left: 36px;
 }
 .comp_jetro_support_office_balloon_europe {
  top: 22px;
  left: 15px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_north_america {
  top: 40px;
  right: 150px;
 }
 .comp_jetro_support_office_balloon_north_america .comp_jetro_support_office_balloon_normal_country {
  top: 14px;
 }
 .comp_jetro_support_office_balloon_north_america .comp_jetro_support_office_balloon_normal_number {
  top: 42px;
 }
}
@media print, screen and (min-width: 641px) {
 .layout-ja .comp_jetro_support_office_balloon_north_america .comp_jetro_support_office_balloon_normal_country {
  top: 25px;
  font-size: 18px;
 }
 .layout-ja .comp_jetro_support_office_balloon_north_america .comp_jetro_support_office_balloon_normal_number {
  top: 30px;
 }
}
@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_central_South_America {
  top: 180px;
  right: 40px;
 }
 .comp_jetro_support_office_balloon_central_South_America .comp_jetro_support_office_balloon_normal_country {
  top: 10px;
  font-size: 15px;
 }
 .comp_jetro_support_office_balloon_central_South_America .comp_jetro_support_office_balloon_normal_number {
  top: 32px;
 }
}
@media print, screen and (min-width: 641px) {
 .layout-ja .comp_jetro_support_office_balloon_central_South_America .comp_jetro_support_office_balloon_normal_country {
  top: 30px;
  font-size: 16px;
 }
 .layout-ja .comp_jetro_support_office_balloon_central_South_America .comp_jetro_support_office_balloon_normal_number {
  top: 28px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_central_South_America .comp_jetro_support_office_balloon_normal_number {
  top: 50px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_russia {
  top: 0;
  left: 200px;
 }
 .comp_jetro_support_office_balloon_russia .comp_jetro_support_office_balloon_small_country {
  top: 12px;
 }
 .comp_jetro_support_office_balloon_russia .comp_jetro_support_office_balloon_small_number {
  top: 32px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_middle_east {
  top: 80px;
  left: 115px;
 }
 .comp_jetro_support_office_balloon_middle_east .comp_jetro_support_office_balloon_small_country {
  top: 12px;
 }
 .comp_jetro_support_office_balloon_middle_east .comp_jetro_support_office_balloon_small_number {
  top: 32px;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office_balloon_middle_east {
  display: none;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_oceania {
  top: 230px;
  left: 270px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_normal {
  width: 100px;
 }
}

@media only screen and (max-width: 640px) {
 .comp_jetro_support_office_balloon_normal {
  width: 50%;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_normal > div {
  position: relative;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_normal_country {
  font-size: 18px;
  top: 18px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_normal_number {
  font-size: 30px;
  top: 30px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_small {
  width: 75px;
 }
}

.comp_jetro_support_office_balloon_small > div {
 position: relative;
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_small_country {
  font-size: 15px;
  top: 18px;
 }
}

@media print, screen and (min-width: 641px) {
 .comp_jetro_support_office_balloon_small_number {
  font-size: 27px;
  top: 21px;
 }
}

@media print, screen and (min-width: 641px)
  .layout-ja .comp_jetro_support_office_balloon_oceania .comp_jetro_support_office_balloon_small_country {
    font-size: 14px;
}
