@charset "utf-8";
/* CSS Document */
@import url('reset.min.1.2.css');

/* ////////////////// #footer ////////////////// */
/*-----copyright------*/

.d-none {
  display: none !important;
}

#div_frame_footer {
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 9;
}

.footer {
  width: fit-content;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 600;
  color: #aaa;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0%;
}

.con_t ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}

.con_t ul li {
  transition: all 0.3s ease-out;
  /*chrome*/
  -webkit-transition: all 0.3s ease-out;
  /*firefox*/
  -moz-transition: all 0.3s ease-out;
}

.cr_con {
  width: 100%;
  padding: 0.8rem 0;
}

.footer_ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1px, 1.8vw, 15px);
}

.cr_link {
  width: 100%;
  /* text-align: center; */
  position: relative;
  z-index: 1;
}

.cr_link a {
  color: #fff;
  display: inline;
  transition: all 0.25s;
}

.cr_link a:hover {
  color: #f6ebc0;
}

.cr_uj {
  width: 100%;
  max-width: 170px;
  margin-bottom: 0.5rem;
}

.cr_block {
  font-size: .8rem;
}

.rank_con {
  width: 100%;
}

.rank_con ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: flex-start;
  -ms-flex-pack: start;
  align-items: center;
}

.rank_con ul li {
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0.5rem 0.5rem;
}

.rank_con ul li:nth-of-type(1) {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}

.icon img {
  width: 46px !important;
  height: auto;
}

.rank_con ul li:nth-of-type(2) {
  width: 1%;
  border-left: #dcddde 1px solid;
}

.rank_con ul li:nth-of-type(3) {
  width: 48%;
}

.rank_con ul li:nth-of-type(1)>div:nth-of-type(2) {
  padding-left: 0.5rem;
  flex-grow: 1;
}

.rank_txt span {
  padding-right: 5px;
}

.cr_uj {
  width: auto;
  max-width: 170px;
  margin: 0;
}



/* 連結區：第二行置中、三個連結不換行 */
.footer-links {  
  margin-top: .25rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links>span {
  color: #333;
}

.footer-links a {
  width: fit-content;
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

/* /////////////////////// RWD設定 /////////////////////// */
@media screen and (max-width: 430px) {
  .cr_uj {
    width: 50%;
  }

}