.country_text {
  line-height: 1.8em;
  padding-bottom: 60px;
}
.country_text a {
  text-decoration: underline;
  color: #000096;  
}
.country_flag {
  width: 100px;
  height: auto;
}
.country_flag_text {
  font-size: 80%;
  color: #999;
}
.country_list_block {
  display: inline-block;
  width: 46%;
  line-height: 1.9em;
  vertical-align: top;
  padding: 12px;
}
.country_rec {
  margin-left: 12px;
}
.country_rec .seq {
  display: inline-block;
  width: 36px;
  text-align: left;
  padding-right: 8px;
  vertical-align: top;
  white-space: nowrap;
}
.country_rec .country_name {
  display: inline-block;
}
.country_info_table {
  width: 100%;
  margin: 16px 0px 16px 0px;
}
.country_info_table td.country_info_title {
  vertical-align: top;
}
.country_info_table td.country_info_text ul {
  margin-left: 12px;
  margin-block-start: 0px;
}
@media screen and (max-width: 767px) {
  .country_list_block {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .country_list_block:first-child {
    margin-bottom: 40px;
  }
  .country_rec {
    margin-left: 0px;
  }
  .country_info_table td.country_info_text ul {
    margin-block-start: 16px;
  }
}
.bridge_dl_link {
  display: block;
  background-color: #fff;
  text-align: center;
  margin: 40px 0px 40px 0px;
  padding: 20px 8px 12px 8px;
  line-height: 1.4em;
  border: 1px solid #ccc;
}
.bridge_dl_link:hover {
  background-color: var(--common-select-color);
  text-decoration: none;
}
.bridge_dl_link img.pdf_img {
  display: block;
  width: 32px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.bridge_dl_link[mode="disabled"] {
  opacity: 0.5;
}
.bridge_dl_link[mode="disabled"]:hover {
  background-color: #fff;
}