@charset "utf-8";

.main_wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 72px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f9f9f9;
}

.main_wrap a {
  display: block;
  text-decoration: none;
  color: #333;
}

.main_wrap img {
  vertical-align: bottom;
}

.main_wrap h1 {
  margin-bottom: 0;
}

.main_wrap p {
  margin: 0;
}

.intro {
  padding: 24px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f1f1f1;
}

.intro p {
  text-align: center;
}

.sec_02 {
  margin-bottom: 72px;
}

.sec_02 h2 {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://houjin.biccamera.com/images/topics/trusco_sekaino_protool/img/national_flag_01.png),
    url(https://houjin.biccamera.com/images/topics/trusco_sekaino_protool/img/national_flag_02.png);
  background-repeat: no-repeat;
  background-position: left 0, right 0;
  background-size: 22.5%;
}

.sec_02 h2::before {
  content: "";
  display: block;
  margin: 3px 3px 0;
  width: 35px;
  height: 35px;
  background-image: url(https://houjin.biccamera.com/images/topics/trusco_sekaino_protool/img/map_pin.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.overseas_manufacturers_list {
  padding: 0 16px;
}

.overseas_manufacturers_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.overseas_manufacturers_list ul li {
  position: relative;
  width: 264px;
  list-style: none;
  box-shadow: 5px 5px 0px 0px #eeeeee;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.2s ease-out;
}

.overseas_manufacturers_list ul li:hover {
  box-shadow: 0px 0px 0px 0px #eeeeee;
}

.overseas_manufacturers_list ul li a {
  padding: 16px 16px 28px;
  position: relative;
}

.overseas_manufacturers_list ul li a::after {
  content: "商品一覧を見る";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 202px;
  color: #fff;
  background-color: rgb(71 71 71 / 90%);
  opacity: 0;
  transition: 0.2s ease-out;
}

.overseas_manufacturers_list ul li a:hover::after {
  opacity: 1;
}

.overseas_manufacturers_list ul li .img_box {
  margin-bottom: 8px;
}

.overseas_manufacturers_list .manufacturers_name {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #5a5a5a;
  line-height: 1;
}

.overseas_manufacturers_list .manufacturers_kana {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d;
  line-height: 1;
}

.btn_contact {
  margin: 0 auto;
  width: 60%;
}

.btn_contact a {
  position: relative;
  width: 100%;
  padding: 24px;
  text-align: center;
  background-color: #1a1618;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  box-shadow: 0px 7px 0px 0px #cbcbcb;
  transition: 0.2s ease-out;
}

.btn_contact a::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transition: 0.2s ease-out;
}

.btn_contact a:hover {
  box-shadow: 0px 0px 0px 0px #cbcbcb;
  transform: translateY(6px);
}
