@charset "utf-8";
.wrap-all{
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto 50px;
}
.wrap-content{
  background: #F5F5F5;
  border: #D9D9D9 1px solid;
  font-size: 2rem;
  padding: 30px 20px;
}
.hdg-lv1 > *{
  color: #333;
  font-weight: bold;
  font-size: 5rem;
  width: auto;
}
.hdg-lv2 > *{
  background-color: transparent;
  color: #333 !important;
  display: block;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: left;
}
.hdg-lv2 > h2::before,
.hdg-lv2 > h2::after{
  display: none;
}
.hdg-country > *{
  font-size: 16px;
  display: block;
  color: #262626;
  margin: 0;
  padding: 15px 40px 15px 0;
  border-bottom: #E5E5E5 1px solid;
  font-weight: 700;
  text-align: left;
}
.list-link{
  padding: 15px 0;
}
.list-link a{
  text-decoration: underline;
}
.list-link > ul > li {
  list-style: none;
}
.wrap-area{
  margin-top: 60px;
}
.wrap-box-country{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-box-country > .section{
  width: calc(50% - 20px);
}
.box-country{
  margin-top: 20px;
}
.wrap-area .section:has(.hdg-lv2)+.section:has(.box-country) .box-country{
  margin-top: 0;
}


/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */
@media (max-width: 766px) {
  .wrap-all{
    max-width: inherit;
    margin-bottom: 60px;
  }
  .hdg-lv1 > *{
    font-weight: bold;
    font-size: 3.2rem;
  }
  .wrap-content{
    font-size: 1.6rem;
  }
  .wrap-box-country{
    display: block;
  }
  .wrap-box-country > .section{
    width: 100%;
  }
}