
@charset "utf-8";

html{
  scroll-behavior: smooth;
}

.dictionary-all{
  position:relative;
  width:calc(100% - 30px);
  max-width:1140px;
  margin:auto;
  padding-bottom:clamp(50px, 1.989rem + 5.68vw, 100px) ;
}
.str-list-h2 {
  color: #06C;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 20px;
}
.dictionary-block{
  width:100%;
  margin:20px 0;
}
.dictionary-block + .dictionary-block{
  margin-top:60px;
}
.dictionary-block h3 {
  margin-bottom: 20px;
  padding:10px;
  font-size: 18px;
  border-bottom: 2px #06C solid;
  color: #444;
  font-size: 18px;
  font-weight: bold;
}
.dictionary-list{
  margin:auto;
  display:flex;
  flex-wrap: wrap;
  gap:20px 40px;
  font-size: 12px;
  width:calc(100% - 20px);
}
.dictionary-list + .dictionary-list,
.dictionary-list + .content-asset .dictionary-list{
  margin-top:40px;
  padding-top:40px;
  border-top:2px dotted #ccc;
}
.dictionary-list li{
  width:calc((100% - 40px) / 2);
  line-height:1.6;
}
.dictionary-list a {
  font-size: 14px;
  font-weight: bold;
  margin-bottom:5px;
}
@media screen and (max-width: 767px) {
  .str-list-h2 {
    font-size: 22px;
    margin: 0 0 16px;
  }
  .dictionary-list{
    flex-direction: column;
    gap:20px;
  }
  .dictionary-list li{
    width:100%;
  }
}

/*---------------------
更新日
---------------------*/
.date-block{
  margin-top:40px;
  text-align:right;
  font-size:clamp(12px, 0.705rem + 0.23vw, 14px);
}

/*---------------------
ページトップへ戻る
---------------------*/
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}
#pagetop a {
  background-color: rgba(51, 51, 51, .8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 2%;
  }
}

/*---------------------
スタッフおすすめランキング
---------------------*/
.c-headline__h2{
  text-align: center;
}
.rankNewVerheading {
  padding: 10px 15px;
  background: #00b3e6;
  font-size: 18px;
  font-weight: bold;
  margin-top: clamp(15px, 0.597rem + 1.7vw, 30px);
  padding-left: 12px;
  color: #fff;
  height: auto !important;
  margin-bottom: 20px;
}
.rankNewVerheading .rankigdateModified,
#rankingBox h3 .rankigdateModified {
  position: relative;
  top: -20px !important;
  float: right;
  font-size: 14px;
  font-weight: normal;
}
.otherLink{
  text-align:right;
  font-size: 14px;
}
.incDeskRanking,
.incNoteRanking{
  padding-top:clamp(50px, 1.989rem + 5.68vw, 100px) ;
}