@charset "utf-8";

.leaderswap{
  padding: 50px 0 20px;
}
.listline{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.listline::after{
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.listline::before{
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
.listline .listlinebox{
  width: 24%;
  margin-bottom: 30px;
}
.listline.bottomdotted .listlinebox{
  border-bottom: 1px dotted #000;
  padding-bottom: 30px;
}
.listline::after.three_p{
  content: "";
  display: block;
  width: 33%;
  height: 0;
}
.listline.three_p::before{
  content: "";
  display: block;
  width: 33%;
  height: 0;
  order: 1;
}
.listline.three_p .listlinebox{
  width: 33%;
  margin-bottom: 30px;
}
.listline.three_p.bottomdotted .listlinebox{
  border-bottom: 1px dotted #000;
  padding-bottom: 30px;
}
.leaderswap dl{display: flex;}
.leaderswap dt{width: 75%;}
.leaderswap dd{width: 25%;}


.leadertitle{
  font-size: 14px;
  margin: 5px 0;
}
.listlinebox h3{
  font-weight: bold;
}
.leaders_halfcontent{
  display: flex;
  justify-content: space-between;
}
.halfarea{
  width: 49.35%;
  margin-bottom: 30px;
}
.halfarea .listline .listlinebox{
  width: 48%;
}
.titlelist h2{
  margin-bottom: 10px;
}
.titlelist p{
  margin-bottom: 30px;
}

@media screen and (max-width: 767px){
  .listline .listlinebox{
    width: 48%;
    margin-bottom: 15px;
  }
  .listline.bottomdotted .listlinebox{
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
  }
  .listline.three_p .listlinebox{
    width: 48%;
    margin-bottom: 15px;
  }
  .listline.three_p.bottomdotted .listlinebox{
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
  }
  .leaderswap dl{display: unset;}
  .leaderswap dt{width: 100%;}
  .leaderswap dd{width: 100%;}
  .leaderswap dd .listlinebox{
    width: 48%;
    margin-bottom: 15px;}
  .halfarea{
    width: 48%;
    margin-bottom: 15px;
  }
  .halfarea .listline .listlinebox{
    width: 48%;
  }
  .leadertitle{
    font-size: 13px;
  }
  .titlelist p{
    font-size: 14px;
    padding: 0 10px;
  }
}