.base-area__hd {
  padding: 40px;
  text-align: center;
}
.base-area__h2 {
  display: inline-block;
  font-size: 28px;
  color: #000;
  line-height: 32px;
  text-align: center;
  position: relative;
  font-weight: 500;
}
/*
.base-area__h2:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 40px;
  height: 6px;
  margin-left: -20px;
  border-radius: 40px;
  background-color: var(--brand-color);
  z-index: 2;
}
*/
.base-area__nationText {
  margin: 30px 0;
  font-size: 30px;
  color: var(--brand-color);
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
.base-area__bd {
  max-width: 1170px;
  padding: 0 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.base-area__ft {
  text-align: center;
}
.base-area__img {
  max-width: 100%;
  height: auto;
}
.base-bd__nation {
  overflow: hidden;
}
.base-bd__nation_ex {
  text-align: center;
}
.base-nation__li {
  display: inline-block;
  width: 31%;
  margin: 1%;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.base-nation__li:hover {
  -webkit-box-shadow: inset 0 0 10px #ebebeb, 0 0 8px #a1a1a1;
          box-shadow: inset 0 0 10px #ebebeb, 0 0 8px #a1a1a1;
}
.base-nation__title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.base-nation__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.base-nation__icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.base-nation__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  text-align: left;
}
