@charset "UTF-8";

/***** section *****/
main .contents-wrap > section:nth-of-type(2) {
  margin-top: 5.8rem;
}
main .contents-wrap > section:nth-of-type(n+2) {
  padding: 0 2.4rem;
}
main .contents-wrap > section:nth-of-type(n+3) {
  margin-top: 8.2rem;
}
main .contents-wrap > section > ul { margin-top: 2.4rem; }
main .contents-wrap > section ul {
  list-style: none;
  padding: 0 1.8rem;
}
main .contents-wrap > section ul li + li {
  margin-top: 1.2rem;
}
main .contents-wrap > section a:not(.btn-detail):not(.btn-link-box) {
  color: #19a4dd;
  font-size: 1.8rem;
  line-height: calc(30 / 18 * 1em);
  text-decoration: underline;
}
main .contents-wrap > section a:not(.btn-detail):not(.btn-link-box):hover {
  text-decoration: none;
}
main .contents-wrap > section a + i.new {
  display: inline-block;
  color: #ec5464;
  font-size: 1.7rem;
  font-weight: 500;
  font-style: normal;
  line-height: calc(30 / 18 * 1em);
  margin-left: .5em;
  transform: rotate(.028deg);
}

/***** glossary *****/
#glossary header h1 img {
  width: 100%;
}
#glossary .description-set {
  padding: 3.2rem 5.4rem 2.2rem;
}
#glossary form .wrap {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 0 5.4rem 4.8rem;
}
#glossary form .wrap .search-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #646a71;
  border-radius: 2rem;
  background-color: #fff;
  width: 48rem;
  max-width: 100%;
  height: 4rem;
  overflow: hidden;
}
#glossary form .wrap .search-body input[type="text"] {
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  margin-left: 2rem;
}
#glossary form .wrap .search-body button[type="submit"] {
  flex: 0 0 auto;
  background: url(/static/images/commons/icon-search-black.svg) no-repeat center center / 2.2rem auto;
  width: 5.4rem;
  height: 100%;
}
#glossary form .wrap .search-body button[type="submit"] span { display: none; }

/***** featured *****/
#featured .chd .mhead a {
  display: flex;
  min-height: 3.6rem;
}
#featured li {
  display: flex;
  flex-wrap: wrap;
}
#featured li a:first-child {
  margin-right: 3.6rem;
}
#featured li .btn-detail {
  display: flex;
  position: relative;
  padding-left: 1.6rem;
}
#featured li .btn-detail:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #31353a;
  border-width: .5rem 0 .5rem .8rem;
  border-style: solid;
  width: 0;
  height: 0;
  margin: auto 0;
}
#featured li .btn-detail span {
  font-size: 1.4rem;
  line-height: calc(30 / 14 * 1em);
  transform: rotate(.028deg) translateY(-.1rem);
}

/***** ranking *****/
#ranking li {
  display: flex;
  align-items: center;
}
#ranking li .rank {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.2rem;
  height: 2rem;
}
#ranking li .rank i {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 2.3rem;
  height: 1.8rem;
}
#ranking li:nth-of-type(1) .rank i { background-image: url(/static/images/commons/icon-crown-gold.svg); }
#ranking li:nth-of-type(2) .rank i { background-image: url(/static/images/commons/icon-crown-silver.svg); }
#ranking li:nth-of-type(3) .rank i { background-image: url(/static/images/commons/icon-crown-bronze.svg); }
#ranking li:nth-of-type(-n+3) .rank span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-left: .6rem;
}
#ranking li:nth-of-type(1) .rank span { color: #dbc200; }
#ranking li:nth-of-type(2) .rank span { color: #9cb7c3; }
#ranking li:nth-of-type(3) .rank span { color: #c6b3a7; }
#ranking li:nth-of-type(1) .rank span + span,
#ranking li:nth-of-type(2) .rank span + span,
#ranking li:nth-of-type(3) .rank span + span { display: none; }
#ranking li:nth-of-type(n+4) .rank i { display: none; }
#ranking li:nth-of-type(n+4) .rank span,
#ranking li:nth-of-type(n+4) .rank span + span {
  color: #a5adb5;
  font-size: 2rem;
  line-height: 1;
}
#ranking li .rank + a {
  margin-left: 1.8rem;
  transform: rotate(.028deg) translateY(-.1rem);
}

/***** index *****/
#index .char-set {
  column-count: 2;
}
#index .char-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 2.4rem;
  padding-right: 1.8rem;
}
#index .char-group h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(30 / 18 * 1em);
}
#index .char-list {
  margin-top: 2rem;
  padding: 0 1.8rem;
}

/***** mobile ***********************************************************************************/
@supports (display: grid) { /* IE fix start */
@media screen and (max-width: 768px) {
  /***** breadcrumbs *****/
  main .breadcrumbs {
    background-color: transparent;
    padding-bottom: 1.6rem;
  }

  /***** section *****/
  main .contents-wrap > section:nth-of-type(2) { margin-top: 9rem; }
  main .contents-wrap > section:nth-of-type(n+2) { padding: 0 3rem; }
  main .contents-wrap > section:nth-of-type(n+3) { margin-top: 11rem; }
  main .contents-wrap > section > ul { margin-top: 4.8rem; }
  main .contents-wrap > section ul { padding: 0 1.8rem; }
  main .contents-wrap > section ul li + li { margin-top: 3rem; }
  main .contents-wrap > section a:not(.btn-detail):not(.btn-link-box) {
    font-size: 2.8rem;
    line-height: calc(46 / 28 * 1em);
  }
  main .contents-wrap > section a + i.new {
    font-size: 2.6rem;
    line-height: calc(46 / 26 * 1em);
  }

  /***** glossary *****/
  #glossary header { padding: 0; }
  #glossary .description-set { padding: 4.2rem 3rem 3.6rem; }
  #glossary .description-set p {
    text-align: left;
    margin-right: -.2em;
  }
  #glossary form .wrap { padding: 0 3rem 4.8rem; }
  #glossary form .wrap .search-body {
    border-radius: 3.6rem;
    width: 63rem;
    height: 7.2rem;
  }
  #glossary form .wrap .search-body input[type="text"] {
    font-size: 3rem;
    margin-left: 3rem;
  }
  #glossary form .wrap .search-body button[type="submit"] {
    background: url(/static/images/commons/icon-search-black.svg) no-repeat center center / 3.8rem auto;
    width: 8.6rem;
  }

  /***** featured *****/
  #featured li .btn-detail {
    padding-left: 2rem;
    transform: translateY(.2rem);
  }
  #featured li .btn-detail:before {
    border-color: transparent transparent transparent #646a71;
    border-width: .6rem 0 .6rem 1rem;
    border-style: solid;
  }
  #featured li .btn-detail span {
    font-size: 2rem;
    line-height: calc(46 / 20 * 1em);
    transform: rotate(.028deg) translateY(-.1rem);
  }

  /***** ranking *****/
  #ranking li .rank {
    min-width: 6.8rem;
    height: 3.2rem;
  }
  #ranking li .rank i {
    width: 3.6rem;
    height: 2.8rem;
  }
  #ranking li:nth-of-type(-n+3) .rank span {
    font-size: 3.2rem;
    margin-left: .8rem;
  }
  #ranking li:nth-of-type(n+4) .rank span,
  #ranking li:nth-of-type(n+4) .rank span + span {
    font-size: 2.8rem;
    line-height: 1;
  }
  #ranking li .rank + a {
    margin-left: 2.4rem;
    transform: rotate(.028deg) translateY(-.1rem);
  }

  /***** index *****/
  #index .char-set { column-count: 1; }
  #index .char-group {
    width: 100%;
    margin-top: 4.8rem;
    padding-right: 0;
  }
  #index .char-group h3 {
    font-size: 2.8rem;
    line-height: calc(46 / 28 * 1em);
  }
  #index .char-list {
    margin-top: 1.8rem;
    padding: 0 1.8rem;
  }
}
}/* IE fix end */
