.txt_common:last-child {margin: 0;}
.ir_navi_list.li3 li {margin: 0 0 16px;}
.ir_navi_list.li3 li:nth-child(3n) {border: none;}
.ir_navi_list .sm {width: 20% !important;}
.ir_navi_list .big {width: 30% !important;}
.ir_navi_list.c2 {justify-content: center;}
.ir_navi_list.c2 li {width: fit-content !important;}

.irRankBg {
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.irRankBg-wrap {
  position: absolute;
  top: 190px;
  right: 0;
  opacity: 0.15;
  transform: rotate(-15deg);
}
.irRankBg-img {
  width: 526px;
  pointer-events: none;
}

/* site
――――――――――――――――――――――――――――――――――――*/
#site .list_general02 {margin: 0 0 60px;}
#site .site-li::after {top: 24px;}
#site .site-li {
  margin-bottom: 30px;
  padding: 12px 55px 30px 20px;
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#site .ttl {font-size: 1.8rem;}
.site-time {
  margin-left: auto;
  font-size: 15px;
  color: #4E4E4E;
}


/* siteGenre
――――――――――――――――――――――――――――――――――――*/
.siteGenre-ti {
  padding: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #D5D5D5;
}
.siteGenre-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  border-bottom: 1px solid #D5D5D5;
}
.siteGenre-ul:not(:last-child) {margin: 0 0 40px;}
.siteGenre-li {
  width: calc((100% - 0px) / 3);
  margin: 16px 0 -1px;
  padding: 0 0 16px 16px;
  border-bottom: 1px solid #D5D5D5;
}
.siteGenre-link {display: flex;}
.siteGenre-link:hover .siteGenre-wrap {text-decoration: underline;}
.siteGenre-wrap {
  font-weight: bold;
  padding-right: 0.5em;
}
.siteGenre-time {
  min-width: 100px;
  margin-left: auto;
  padding-right: 16px;
  font-size: 14px;
  border-right: 1px solid #D5D5D5;
  color: #4E4E4E;
}
.siteGenre-li:first-child ,
.siteGenre-li:nth-child(3n+1){padding-left: 0;}
.siteGenre-li:nth-child(3n) {padding-right: 0;}
.siteGenre-li:nth-child(3n) .siteGenre-time {border-right: none;}


/* rankNav
――――――――――――――――――――――――――――――――――――*/
.rankNav {margin: 0 0 50px;}
.rankNav.rank .ir_navi_list li {width: auto;}
.rankNav-link {
  position: relative;
  display: inline-block;
  color: #0070C0;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.rankNav-link::before {
  position: absolute;
  content: "";
  background-color: #262626;
  bottom: -5px;
  height: 2px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1000;
}
.rankNav-link:hover::before {opacity: 1;}
.rankNav-link:hover {color: #219DF5;}
.current .rankNav-link {
  color: #262626;
  pointer-events: none;
}
.current .rankNav-link .ico-mui {display: none;}
.rankNav-link .ico-mui::before {
  content: '\e7cd';
  font-size: 21px;
  position: relative;
  left: 2px;
}
.rankNav-link:not(.hideOpen) .ico-mui {transform: rotate(-90deg);}
span.rankNav-link .ico-mui::before {
  top: -1px;
  left: 1px;
}

.rankNav-hideMenu {
  width: 100%;
  height: 0;
  position: absolute;
  background: #F4F4F4;
  left: 0;
  z-index: 10;
  overflow: hidden;
  transition: 0.2s;
}
.rankNav-hideMenu-wrap {padding: 24px 30px;}
.rankNav-hideMenu-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
.rankNav-hideMenu-li {
  width: calc(100% / 6);
  display: flex;
  align-items: center;
}
.rank .rankNav-hideMenu-li {width: calc(100% / 3);}
.rank .rankNav-hideMenu-li a {margin: auto;}
.rankNav-hideMenu-li:not(:nth-child(6n+ 1)) {padding-left: 8px;}
.ir .rankNav-hideMenu-li:not(:nth-child(6n)):after {
  content: '';
  width: 1px;
  height: 20px;
  margin-left: auto;
  background: #696969;
  display: block;
}
.rankNav-hideMenu-li:after {
  content: '';
  width: 1px;
  height: 20px;
  margin-left: auto;
  background: #696969;
  display: block;
}
.rankNav-hideMenu-link {
  width: calc(100% - 8px);
  padding: 4px 8px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  transition: 0.2s;
}
.rankNav-hideMenu-link:hover {background: #fff;}

.rankList-dl.performance .rankList-item {
  padding: 16px 8px;
}
.rankList-dl.performance .rankList-item:nth-child(1) {
  min-width: 300px;
  padding: 16px;
  text-align: left;
  font-size: 18px;
  justify-content: flex-start;
}


/* rankMenu
――――――――――――――――――――――――――――――――――――*/
.rankMenu-ul {
  padding: 16px 0;
  border-radius: 4px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.rankMenu-link {
  padding: 4px 8px;
  font-weight: bold;
  border-radius: 4px;
  display: block;
}
.rankMenu-link:hover {background: #fff;}
.rankMenu-link.current {
  background: #fff;
  pointer-events: none;
}


/* rank
――――――――――――――――――――――――――――――――――――*/
.rankHead {
  margin: 0 0 16px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.rankHead-day {margin-right: auto;}
.rankHead-ti {
  margin-right: auto;
  font-size: 24px;
  font-weight: bold;
}
.rankHead-ti-sub {
  margin-left: 8px;
  font-size: 20px;
  font-weight: normal;
}
.goldRank .rankHead-ti {color: #AF9500;}
.bronzeRank .rankHead-ti {color: #6A3805;}

/* rankList
――――――――――――――――――――――――――――――――――――*/
.rankList.min {
  margin: 0 0 30px;
  font-size: 14px;
}
.rankList.min .rankList-item {font-family: "Oswald", sans-serif;}
.rankList.min .rankList-list .rankList-item {font-size: 16px;}
.rankList.min .rankList-item.name ,
.rankList.min .rankList-item a {font-family: 'Noto Sans JP', sans-serif;}
.rankList.min .rankList-item a:hover {text-decoration: underline;}
.rankList.government .rankList-item:nth-child(2) {
  min-width: 100px;
  flex: 0;
}
.rankList-ti-ul ,
.rankList-list-ul {display: flex;}
.rankList-item {
  flex: 1;
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.rankList-item.num {
  max-width: 66px;
  font-family: "Oswald", sans-serif;
}
.rankList-item.score {
  max-width: 75px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.rankList-item.name {
  text-align: left;
  font-size: 18px;
  justify-content: flex-start;
}
.rankList-item.genre {max-width: 155px;}
.rankList-item.government {max-width: 200px;}
.rankList-item.market {
  max-width: 140px;
  flex-direction: column;
}
.rankList-item.code {
  max-width: 116px;
  font-family: "Oswald", sans-serif;
}
.rankList-item.link {
  max-width: 70px;
  padding: 8px;
}
.rankList-item-minTxt {
  font-size: 80%;
  opacity: 0.7;
}

/* rankList-ti */
.rankList-ti .rankList-item {
  font-weight: bold;
  background: #F4F4F4;
}


/* rankList-list */
.rankList-list-num {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 40px;
  background: #F4F4F4;
  display: block;
}
.rankList-list-link {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rankList-list-link:hover {background: #eee;}


/* rankFootNav
――――――――――――――――――――――――――――――――――――*/
#rankFootNav ,
#rankFootNavRank {
  width: 100%;
  margin: 50px auto;
}
#rankFootNav .section_blue ,
#rankFootNavRank .section_blue {padding: 55px 0 24px;}
#rankFootNav .ir_navi_list ,
#rankFootNavRank .ir_navi_list {
  background: none;
  justify-content: center;
  gap: 16px 0;
}

#rankFootNav .ir_navi_list li {width: calc(100% / 7);}
#rankFootNavRank .ir_navi_list li {
  width: fit-content;
  padding: 0 20px;
}
#rankFootNav .ir_navi_list li:nth-child(7n) ,
#rankFootNavRank .ir_navi_list li:nth-child(7n) {border: none;}


/* rankFootNav
――――――――――――――――――――――――――――――――――――*/
#genreList .company_menu_list {
  padding: 0;
  justify-content: flex-start;
  gap: 20px;
}
#genreList .company_menu_list li {
  width: calc((100% - 60px) / 4);
  margin: 0;
}
#genreList .company_menu_list li a {min-height: 90px;}

.rankNav.other .ir_navi_list li {width: calc(100% / 3);}

.company_menu_list01.performance {padding-top: 30px;}
.company_menu_list01.performance a::after {
  width: 20px;
  height: 18px;
  background: url("/assets/img/common/icon_newwindow.svg") no-repeat center / 100% auto;
}

.brokerage .section {padding: 0;}
.brokerage .reviewLink li {margin-bottom: 12px;}
.brokerage .reviewLink a {
  display: inline-block;
  padding: 11px 45px 11px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: calc(50% + 1px);
  border-radius: 4px;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
  background-color: #0070C0;
  background-image: url("/assets/img/common/icon_arrow_08.svg");
  color: #FFF;
}
.brokerage h2 ,
#review h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.brokerage h2::before ,
#review h3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 15px;
  width: 20px;
  height: 3px;
  background-color: #C83051;
}
.method .section.flex {
  align-items: baseline;
  gap: 24px;
}
.government_list {flex: 1;}
.government_list_table {
  width: 100%;
  margin: 0 0 24px;
}
.government_list thead th {
  padding: 3px 5px;
  background-color: #b5b39f;
  border-bottom: 1px solid #b5b39f;
  color: #ffffff;
  text-align: center;
}
.government_list tbody th {text-align: left;}
.government_list tbody th, .government_list tbody td {
  padding: 10px 5px;
  vertical-align: top;
  border-bottom: 1px solid #b5b39f;
}
@media screen and (max-width: 768px) {
  .irRankBg-wrap {
    width: 70%;
    top: 180px;
    right: 30px;
  }
  .siteGenre-ti {margin: 0 0 24px;}
  .siteGenre-ul {
    border-bottom: none;
    flex-direction: column;
  }
  .siteGenre-li {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .siteGenre-time {border: none;}

  #site .site-li {padding: 12px 35px 30px 0;}

  .rankNav-hideMenu {
    width: calc(100% - 30px);
    margin: auto;
    right: 0;
  }
  
  .ir_navi_block {padding: 15px;}
  .rankNav-hideMenu-wrap {padding: 24px;}
  .rankNav-hideMenu-li ,
  .rank .rankNav-hideMenu-li {width: calc(100% / 2);}
  .rankNav-hideMenu-li:not(:nth-child(6n+1)) {padding: 0;}
  .rankNav-hideMenu-li:not(:nth-child(6n))::after {content: none;}
  .rankNav-hideMenu-li:nth-child(odd) a {padding-right: 8px;}
  .rankNav-hideMenu-li:nth-child(2n) {padding-left: 8px;}
  .rankNav-hideMenu-li:nth-child(2n+1)::after {
    content: '';
    width: 1px;
    height: 20px;
    margin-left: auto;
    background: #696969;
    display: block;
  }

  .rankMenu-ul {
    margin: 0 0 32px;
    padding: 24px;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }
  .sec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .rankMenu {order: 1;}
  .rankNav {order: 2;}
  .headline3 {order: 3;}
  .txt_common {order: 4;}
  .rankList {
    width: calc(100% + 15px);
    overflow: auto;
  }
  .rankHead {flex-direction: column;}
  .rankHead-ti {font-size: 20px;}
  .rankList-item {
    padding: 16px 12px;
    font-size: 15px;
  }
  .rankList-item.score ,
  .rankList-item.name{font-size: 15px;}
  .rankList-list-numimg {width: 28px;}
  .rankList-item.num {min-width: 58px;}
  .rankList-item.score {min-width: 58px;}
  .rankList-item.name {min-width: 170px;}
  .rankList-item.government {min-width: 200px;}
  .rankList-item.genre {min-width: 130px;}
  .rankList-item.market {min-width: 100px;padding: 16px 8px;}
  .rankList-item.code {min-width: 112px;}
  .rankList-item.link {min-width: 80px;}

  #rankFootNav .ir_navi_list li {
    width: calc(100% / 2);
    margin: 0;
  }
  #rankFootNav .ir_navi_list, #rankFootNavRank .ir_navi_list {
    padding-bottom: 8px;
    justify-content: flex-start;
  }
  #rankFootNav .ir_navi_list li:nth-child(7n), #rankFootNavRank .ir_navi_list li:nth-child(7n) {border-right: 1px solid #D5D5D5;}
  #rankFootNavRank .ir_navi_list {
    flex-direction: column;
    align-items: center;
  }
  #rankFootNavRank .ir_navi_list li {
    width: 100%;
    margin-bottom: 14px;
    border-right: none;
  }

  .method .section.flex {flex-direction: column;}
  .government_list {width: 100%;}
}/* sm */









.method .section {padding: 0;}
.method h2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 9px 0 9px 30px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.method h2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #C83051;
}

@media only screen and (max-width: 799px) {
  .method h2 {
    margin-bottom: 30px;
    padding: 7px 0 7px 22px;
    font-size: 1.7rem;
  }
  .method h2::before {
    width: 4px;
  }
}
.method .fl:not(.lstn),
.method h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.method .fl:not(.lstn)::before ,
.method h3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 15px;
  width: 20px;
  height: 3px;
  background-color: #C83051;
}

@media only screen and (max-width: 799px) {
  .method .fl:not(.lstn) ,
  .method h3 {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .method .fl:not(.lstn)::before ,
  .method h3::before {
    top: 10px;
    width: 12px;
    height: 2px;
  }
  .method .fl.style01 {
    padding: 7px 0 7px 20px;
    font-size: 1.7rem;
  }
  .method .fl.style01::before {
    top: 0;
    width: 4px;
    height: 100%;
  }
}
.method .accent {font-weight: bold;}
.brokerage p:not(:last-child) ,
.method p:not(:last-child) ,
.method ul:not(:last-child) ,
.method li:not(:last-child) {margin-bottom: 16px;}

.decimal li {padding-left: 16px;}


/*　table　*/
.basicTbl01 {
  width: 100%;
  margin: 0 0 24px;
}
.basicTbl01 table {
	width: 100%;
	border-collapse: separate;
    	border-spacing: 0;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
}
.basicTbl01 table thead th,
.basicTbl01 table tbody th,
.basicTbl01 table tbody td {
  padding: 16px;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
.basicTbl01 table thead th {
	background-color: #F4F4F4;
	text-align: center;
}
.basicTbl01 table tbody th {
	background-color: #F4F4F4;
	text-align: left;
	font-weight: normal;
}
.basicTbl01 table tbody td {
  padding: 8px;
	background-color: #FFFFFF;
	text-align: left;
}
.basicTbl01 table .tm { padding: 6px 7px 5px 7px; }
.basicTbl01 {width: 100%;}
.basicTbl01 table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.basicTbl01 table .bg01 { background-color: #FFFCF4; }
.basicTbl01 .wth {width: 220px;}