h2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 550px) {
    h2 {
      margin: 0 auto 30px;
      padding-bottom: 15px;
      font-size: 20px; } }
  h2:after {
    content: '';
    width: 80px;
    height: 10px;
    background-color: #000;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px; }
    @media screen and (max-width: 550px) {
      h2:after {
        width: 60px;
        height: 8px;
        left: calc(50% - 30px); } }

section.top {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 120px; }
  @media screen and (max-width: 768px) {
    section.top {
      margin: 0 auto 52px; } }
  section.top p {
    font-size: 16px;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      section.top p {
        font-size: 14px;
        line-height: 1.8; } }

section.country, section.report {
  max-width: 1000px;
  width: 90%; }

section.country {
  margin: 0 auto 130px; }
  @media screen and (max-width: 768px) {
    section.country {
      margin: 0 auto 46px; } }
  section.country h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.country h2 {
        margin-bottom: 18px; } }
  section.country .cntWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.country .cntWrap {
        margin-bottom: 16px; } }
    section.country .cntWrap .cntBox {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 23%; }
      @media screen and (max-width: 768px) {
        section.country .cntWrap .cntBox {
          max-width: 300px;
          width: 100%;
          margin: 0 auto 32px; } }
      section.country .cntWrap .cntBox img {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          section.country .cntWrap .cntBox img {
            max-width: 140px;
            width: 90%;
            margin: 0 auto 6px; } }
      section.country .cntWrap .cntBox dl dt {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.country .cntWrap .cntBox dl dt {
            margin-bottom: 6px;
            font-size: 18px; } }
        section.country .cntWrap .cntBox dl dt span {
          font-size: 16px;
          font-weight: inherit; }
          @media screen and (max-width: 768px) {
            section.country .cntWrap .cntBox dl dt span {
              font-size: 14px; } }
      section.country .cntWrap .cntBox dl dd {
        width: 100%; }
  section.country .sister {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      section.country .sister img {
        width: 90%;
        margin: 0 auto 12px; } }
    @media screen and (min-width: 769px) {
      section.country .sister dl {
        width: calc(100% - 380px); } }
    section.country .sister dl dt {
      margin-bottom: 12px;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.country .sister dl dt {
          margin-bottom: 2px;
          font-size: 18px; } }
    section.country .sister dl dd {
      line-height: 1.8;
      font-size: 15px; }
      @media screen and (max-width: 768px) {
        section.country .sister dl dd {
          font-size: 14px;
          line-height: 1.7; } }

section.report {
  margin: 0 auto 140px;
  padding: 40px 5% 60px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    section.report {
      margin: 0 auto 48px;
      border: 3px solid #191919;
      padding: 22px 5% 26px; } }
  section.report h2 {
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      section.report h2 {
        margin-bottom: 24px; } }
  section.report .cntWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      section.report .cntWrap {
        flex-direction: column-reverse;
        align-items: center; } }
    @media screen and (min-width: 769px) {
      section.report .cntWrap .txt {
        width: calc(100% - 360px); } }
    section.report .cntWrap .txt h3 {
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.report .cntWrap .txt h3 {
          margin-bottom: 10px;
          font-size: 18px; } }
    section.report .cntWrap .txt p.name {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.report .cntWrap .txt p.name {
          margin-bottom: 14px;
          font-size: 16px; } }
      section.report .cntWrap .txt p.name + p {
        line-height: 1.8;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          section.report .cntWrap .txt p.name + p {
            line-height: 1.7;
            font-size: 14px; } }
    @media screen and (max-width: 768px) {
      section.report .cntWrap img {
        width: 90%;
        margin: 0 auto 18px; } }
