@charset "UTF-8";
/* Scss Document */
/*$L:     1170px;*/
/* line 7, ../scss/dicts.scss */
html {
  font-size: 62.5%; }

/* line 10, ../scss/dicts.scss */
small {
  font-size: 85%; }

/* line 13, ../scss/dicts.scss */
#wrapper {
  padding-bottom: 50px; }

/* line 21, ../scss/dicts.scss */
.pagetitle {
  background-color: #f5f6f5;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  text-align: left;
  clear: both;
  margin-top: 0.5em;
  display: block;
  height: 5em;
  display: flex;
  align-items: center; }
  /* line 36, ../scss/dicts.scss */
  body.dict .pagetitle, body.arc .pagetitle, body.index-top .pagetitle {
    text-align: center; }
  @media all and (max-width: 999px) {
    /* line 21, ../scss/dicts.scss */
    .pagetitle {
      text-align: center;
      height: 5em; } }
  @media all and (max-width: 767px) {
    /* line 21, ../scss/dicts.scss */
    .pagetitle {
      text-align: center;
      height: 3.5em; } }
  /* line 56, ../scss/dicts.scss */
  #dict-all-index .pagetitle {
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    text-align: center;
    margin-bottom: 1em !important; }
  /* line 63, ../scss/dicts.scss */
  .pagetitle h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #002d5c;
    width: 1000px;
    margin: 0 auto 2em;
    letter-spacing: 0.15em; }
    /* line 71, ../scss/dicts.scss */
    .pagetitle h1 small {
      font-size: 65%;
      letter-spacing: 0em; }
    @media all and (max-width: 767px) {
      /* line 63, ../scss/dicts.scss */
      .pagetitle h1 {
        font-size: 20px;
        font-size: 2rem; } }
    @media all and (max-width: 479px) {
      /* line 63, ../scss/dicts.scss */
      .pagetitle h1 {
        font-size: 18px;
        font-size: 1.8rem; } }

/* DICTS-INDEX ================================================== */
/* line 88, ../scss/dicts.scss */
#dicts {
  width: 100%;
  margin: 0em auto; }
  @media all and (max-width: 999px) {
    /* line 88, ../scss/dicts.scss */
    #dicts {
      width: 100%; } }
  /* line 98, ../scss/dicts.scss */
  #dicts h2 {
    position: relative;
    display: table;
    padding: 0 200px;
    text-align: center;
    margin: 50px auto 60px;
    color: #002d5c; }
    /* line 106, ../scss/dicts.scss */
    body.arc #dicts h2 {
      margin-bottom: 2em; }
    @media all and (max-width: 767px) {
      /* line 98, ../scss/dicts.scss */
      #dicts h2 {
        padding: 0 100px;
        margin: 20px auto 0px;
        font-size: 12px;
        font-size: 1.2rem; } }
    /* line 116, ../scss/dicts.scss */
    #dicts h2 span {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin: 0 0em;
      padding: 0 1em;
      background-color: #fff;
      text-align: left;
      letter-spacing: 0.3em; }
    /* line 126, ../scss/dicts.scss */
    #dicts h2:before, #dicts h2:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 200px;
      height: 1px;
      background-color: #002d5c; }
    /* line 137, ../scss/dicts.scss */
    #dicts h2:before {
      left: 0; }
    /* line 140, ../scss/dicts.scss */
    #dicts h2:after {
      right: 0; }

/* line 146, ../scss/dicts.scss */
h3.users-title {
  position: relative;
  display: table;
  padding: 0 200px;
  text-align: center;
  margin: 5em auto 20px;
  font-weight: normal;
  font-size: 23px;
  font-size: 2.3rem; }
  @media all and (max-width: 999px) {
    /* line 146, ../scss/dicts.scss */
    h3.users-title {
      font-size: 20px;
      font-size: 2rem;
      margin: 50px auto 0px;
      padding: 0 100px; } }
  @media all and (max-width: 479px) {
    /* line 146, ../scss/dicts.scss */
    h3.users-title {
      padding: 0 50px;
      margin: 20px auto 0px; } }
  /* line 166, ../scss/dicts.scss */
  h3.users-title:before {
    left: 0; }
  /* line 170, ../scss/dicts.scss */
  h3.users-title:after {
    right: 0; }
  /* line 174, ../scss/dicts.scss */
  h3.users-title:before, h3.users-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #002d5c; }
    @media all and (max-width: 767px) {
      /* line 174, ../scss/dicts.scss */
      h3.users-title:before, h3.users-title:after {
        width: 150px; } }
    @media all and (max-width: 479px) {
      /* line 174, ../scss/dicts.scss */
      h3.users-title:before, h3.users-title:after {
        width: 100px; } }
  /* line 193, ../scss/dicts.scss */
  h3.users-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 0em;
    padding: 0 1em;
    background-color: #ffffff;
    text-align: left;
    letter-spacing: 0.3em;
    color: #002d5c; }

/* line 206, ../scss/dicts.scss */
h3.dicts-cat-title {
  background: #e1795f;
  margin: 1.5em 1em .1em 0;
  text-align: left;
  display: inline-block;
  padding: .8em 3em;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px 5px 0px 0px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #ffffff; }
  @media all and (max-width: 479px) {
    /* line 206, ../scss/dicts.scss */
    h3.dicts-cat-title {
      font-size: 13px;
      font-size: 1.3rem; } }

/* line 225, ../scss/dicts.scss */
article {
  width: 688px;
  margin: 2em auto 0em; }
  @media all and (max-width: 999px) {
    /* line 225, ../scss/dicts.scss */
    article {
      width: 90%; } }
  /* line 236, ../scss/dicts.scss */
  article p {
    color: #525252;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.65em;
    margin-bottom: 0.75em;
    text-indent: 1em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif; }
    /* line 245, ../scss/dicts.scss */
    article p.noindent {
      text-indent: 0em;
      margin-left: 0em; }
    /* line 250, ../scss/dicts.scss */
    article p.nonoindent {
      text-indent: 0em;
      margin-left: 0em; }
    /* line 255, ../scss/dicts.scss */
    article p.caption {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 2em; }
    /* line 261, ../scss/dicts.scss */
    article p.right {
      text-align: right; }
    /* line 265, ../scss/dicts.scss */
    article p.nk {
      margin: 2em 1em 2em 2em;
      text-indent: -1em;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      color: #000; }
    /* line 272, ../scss/dicts.scss */
    article p.left2em {
      margin: 2em 1em 2em 2em;
      text-indent: 0em;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      color: #000; }
    /* line 280, ../scss/dicts.scss */
    article p.pdf {
      font-size: 18px;
      font-size: 1.8rem;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      color: #da5938;
      text-indent: -1em;
      margin-left: 1em; }
      @media all and (max-width: 999px) {
        /* line 280, ../scss/dicts.scss */
        article p.pdf {
          font-size: 16px;
          font-size: 1.6rem; } }
      /* line 291, ../scss/dicts.scss */
      article p.pdf:after {
        content: "";
        font-family: "icossd",sans-serif;
        margin-left: .3em;
        font-size: 30px;
        font-size: 3rem;
        margin-top: 10px; }
      /* line 297, ../scss/dicts.scss */
      article p.pdf:before {
        content: "";
        font-family: "icossd",sans-serif;
        padding-right: .3em;
        font-size: 12px;
        font-size: 1.2rem;
        color: #da5938; }
    /* line 309, ../scss/dicts.scss */
    article p.asta-center {
      text-indent: 0em;
      text-align: center;
      margin: 1.3em auto; }
    /* line 315, ../scss/dicts.scss */
    article p strong {
      color: #479CB2;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-weight: bold; }
    /* line 320, ../scss/dicts.scss */
    article p b {
      font-weight: bold !important; }
    /* line 324, ../scss/dicts.scss */
    article p em {
      font-style: italic; }
    /* line 328, ../scss/dicts.scss */
    article p sup {
      font-size: 73%;
      vertical-align: top;
      position: relative;
      top: -0.5em; }
    /* line 336, ../scss/dicts.scss */
    article p sub {
      font-size: 73%;
      vertical-align: bottom;
      position: relative;
      top: 0.5em; }
    /* line 345, ../scss/dicts.scss */
    article p i {
      font-style: italic;
      font-weight: bold;
      color: #393939; }
    /* line 351, ../scss/dicts.scss */
    article p .seiji {
      color: #B719C0;
      font-weight: bold;
      font-size: 120%; }

/* line 358, ../scss/dicts.scss */
#dicts-index .link {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
  color: #da5938; }
  /* line 364, ../scss/dicts.scss */
  #dicts-index .link:hover {
    color: #eeb3a4; }

/* line 371, ../scss/dicts.scss */
.dicts-index-container {
  width: 100%; }

/* line 379, ../scss/dicts.scss */
.swiper-container {
  background: #C0DEE5;
  width: 100%;
  padding: 10px 30px 40px 10px;
  margin: 0px 0px 30px;
  align-items: center; }
  /* line 386, ../scss/dicts.scss */
  .swiper-container .swiper-wrapper {
    padding: 0 0px;
    margin-bottom: 44px;
    align-items: center; }
    @media all and (max-width: 479px) {
      /* line 386, ../scss/dicts.scss */
      .swiper-container .swiper-wrapper {
        margin-bottom: 0px; } }
    /* line 399, ../scss/dicts.scss */
    .swiper-container .swiper-wrapper .swiper-slide {
      width: 300px;
      align-items: center; }

/* line 411, ../scss/dicts.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: calc(100% - 35px) !important;
  width: 60px !important;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }
  @media all and (max-width: 479px) {
    /* line 411, ../scss/dicts.scss */
    .swiper-button-prev,
    .swiper-button-next {
      top: 50% !important; } }

/* line 430, ../scss/dicts.scss */
.swiper-button-prev {
  background-image: url("../img/prev.svg"); }
  @media all and (max-width: 479px) {
    /* line 430, ../scss/dicts.scss */
    .swiper-button-prev {
      left: 0px !important; } }

/* line 437, ../scss/dicts.scss */
.swiper-button-next {
  background-image: url("../img/next.svg"); }
  @media all and (max-width: 479px) {
    /* line 437, ../scss/dicts.scss */
    .swiper-button-next {
      right: 0px !important; } }

/* line 445, ../scss/dicts.scss */
.swiper-pagination-progress {
  background: #a3b8b9 !important;
  position: absolute; }

/* line 449, ../scss/dicts.scss */
.swiper-pagination-progress .swiper-pagination-progressbar {
  /*background: darken($color-blue, 0%) !important;*/
  background: #da5938; }

/* line 453, ../scss/dicts.scss */
.swiper-pagination {
  margin: 0px 0px; }

/* line 457, ../scss/dicts.scss */
.swiper-pagination-bullets {
  bottom: 5px !important;
  left: 0;
  width: 100%; }

/* line 468, ../scss/dicts.scss */
body.arc .dicts-index-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  background: #C0DEE5;
  padding: 2em 0;
  align-items: center;
  min-height: 53vh; }
/* line 482, ../scss/dicts.scss */
.dicts-index-container div.item {
  width: 300px;
  text-align: center;
  margin: 15px;
  border: solid 1px #dbdbdb;
  padding: 36px 18px 10px;
  border-radius: 4% 0 4% 0;
  position: relative;
  background: #ffffff;
  align-items: center; }
  /* line 494, ../scss/dicts.scss */
  .dicts-index-container div.item:hover {
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  /* line 505, ../scss/dicts.scss */
  .dicts-index-container div.item .ribbon-new {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #CAAE26;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }
    /* line 196, ../partials/_variables.scss */
    .dicts-index-container div.item .ribbon-new:before {
      position: absolute;
      content: '';
      top: 0;
      left: -7px;
      border: none;
      height: 38px;
      width: 7px;
      border-radius: 5px 0 0 5px;
      background: #CAAE26; }
    /* line 208, ../partials/_variables.scss */
    .dicts-index-container div.item .ribbon-new:after {
      position: absolute;
      content: '';
      bottom: -7px;
      left: -5px;
      border: none;
      height: 7px;
      width: 5px;
      border-radius: 5px 0 0 5px;
      background: #8a771a; }
  /* line 510, ../scss/dicts.scss */
  .dicts-index-container div.item .ribbon-soon {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #7AB6C5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }
    /* line 196, ../partials/_variables.scss */
    .dicts-index-container div.item .ribbon-soon:before {
      position: absolute;
      content: '';
      top: 0;
      left: -7px;
      border: none;
      height: 38px;
      width: 7px;
      border-radius: 5px 0 0 5px;
      background: #7AB6C5; }
    /* line 208, ../partials/_variables.scss */
    .dicts-index-container div.item .ribbon-soon:after {
      position: absolute;
      content: '';
      bottom: -7px;
      left: -5px;
      border: none;
      height: 7px;
      width: 5px;
      border-radius: 5px 0 0 5px;
      background: #4a96a9; }
  /* line 514, ../scss/dicts.scss */
  .dicts-index-container div.item .ribbon-out {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #ccc;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }
    /* line 196, ../partials/_variables.scss */
    .dicts-index-container div.item .ribbon-out:before {
      position: absolute;
      content: '';
      top: 0;
      left: -7px;
      border: none;
      height: 38px;
      width: 7px;
      border-radius: 5px 0 0 5px;
      background: #ccc; }
    /* line 208, ../partials/_variables.scss */
    .dicts-index-container div.item .ribbon-out:after {
      position: absolute;
      content: '';
      bottom: -7px;
      left: -5px;
      border: none;
      height: 7px;
      width: 5px;
      border-radius: 5px 0 0 5px;
      background: #a6a6a6; }
  /* line 519, ../scss/dicts.scss */
  .dicts-index-container div.item .trim-dic {
    margin-bottom: 10px;
    width: auto !important;
    border: none;
    overflow: hidden; }
    /* line 227, ../partials/_variables.scss */
    .dicts-index-container div.item .trim-dic img {
      display: block;
      width: auto !important;
      height: 170px !important;
      margin: 0 auto; }
  /* line 524, ../scss/dicts.scss */
  .dicts-index-container div.item p {
    text-align: left;
    line-height: 1.3em;
    margin-bottom: .2em; }
    /* line 528, ../scss/dicts.scss */
    .dicts-index-container div.item p.title {
      font-size: 17px;
      font-size: 1.7rem;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif;
      color: #002d5c;
      line-height: 1.1em; }
      /* line 534, ../scss/dicts.scss */
      .dicts-index-container div.item p.title small {
        font-size: 80%;
        letter-spacing: 0em; }
    /* line 540, ../scss/dicts.scss */
    .dicts-index-container div.item p.author {
      font-size: 12px;
      font-size: 1.2rem;
      color: #757575; }
    /* line 544, ../scss/dicts.scss */
    .dicts-index-container div.item p.price {
      font-size: 13px;
      font-size: 1.3rem;
      color: #398091; }
    /* line 548, ../scss/dicts.scss */
    .dicts-index-container div.item p.soon {
      font-size: 13px;
      font-size: 1.3rem;
      color: #da5938; }
  /* line 555, ../scss/dicts.scss */
  .dicts-index-container div.item ul.tag {
    text-align: left;
    letter-spacing: .1em;
    margin: .5em 0 0.3em; }
  /* line 560, ../scss/dicts.scss */
  .dicts-index-container div.item ul.tag li {
    font-size: 12px;
    padding: 4px 10px;
    margin: 0.1em 0.5em 0.1em 0em;
    display: inline-block;
    border: solid 1px #dbdbdb;
    color: #6f9091;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background: #f5f6f5; }
    /* line 568, ../scss/dicts.scss */
    .dicts-index-container div.item ul.tag li:before {
      content: "";
      font-family: "icossd",sans-serif;
      padding-right: .3em; }
/* line 573, ../scss/dicts.scss */
.dicts-index-container #text {
  display: none; }
/* line 578, ../scss/dicts.scss */
.dicts-index-container div.no-result {
  padding: 2em 0em 4em;
  width: 100%;
  text-align: center; }
  @media all and (max-width: 999px) {
    /* line 578, ../scss/dicts.scss */
    .dicts-index-container div.no-result {
      width: 85%; } }
  /* line 587, ../scss/dicts.scss */
  .dicts-index-container div.no-result p {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.5em;
    margin-bottom: 1em; }
    /* line 593, ../scss/dicts.scss */
    .dicts-index-container div.no-result p.button {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-size: 16px;
      background-color: #479CB2;
      color: #fff;
      padding: 0.5em 1em;
      -webkit-transition: color 300ms, background 300ms;
      transition: color 300ms, background 300ms;
      display: block;
      width: 20em;
      margin: 1.5em auto; }
      /* line 107, ../partials/_variables.scss */
      .dicts-index-container div.no-result p.button:hover {
        background: rgba(71, 156, 178, 0.2);
        color: #479CB2; }
      /* line 602, ../scss/dicts.scss */
      .dicts-index-container div.no-result p.button a {
        color: #fff; }

/* DICTS-PAGE ================================================== */
/* line 618, ../scss/dicts.scss */
.pagetitle {
  background-color: #f5f6f5;
  border-top: solid 1px solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  text-align: left;
  clear: both;
  margin-top: 0.5em;
  display: block;
  height: 5em;
  display: flex;
  align-items: center; }
  @media all and (max-width: 479px) {
    /* line 618, ../scss/dicts.scss */
    .pagetitle {
      height: 3em; } }
  /* line 634, ../scss/dicts.scss */
  .pagetitle h1 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif;
    font-size: 24px;
    font-size: 2.4rem;
    color: #002d5c;
    width: 1000px;
    margin: 0 auto;
    letter-spacing: 0.2em; }
    /* line 642, ../scss/dicts.scss */
    .pagetitle h1 small {
      font-size: 65%;
      letter-spacing: 0em; }
    @media all and (max-width: 999px) {
      /* line 634, ../scss/dicts.scss */
      .pagetitle h1 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-size: 2.2rem; } }
    @media all and (max-width: 479px) {
      /* line 634, ../scss/dicts.scss */
      .pagetitle h1 {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0em; } }

/* BUTTON
   ================================================== */
/* line 667, ../scss/dicts.scss */
.dicts-book-btn {
  width: 245px; }
  /* line 672, ../scss/dicts.scss */
  .dicts-book-btn .nakami {
    background-color: #CAAE26;
    padding: 30px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 1em;
    padding: 10px 0 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px; }
    @media all and (max-width: 767px) {
      /* line 672, ../scss/dicts.scss */
      .dicts-book-btn .nakami {
        padding: 10px; } }
    /* line 127, ../partials/_variables.scss */
    .dicts-book-btn .nakami:after {
      border-bottom: 24px solid #CAAE26;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      content: '';
      margin-left: -10px;
      position: absolute;
      top: -18px;
      left: 40px; }
    /* line 681, ../scss/dicts.scss */
    .dicts-book-btn .nakami .more-trigger {
      position: relative;
      display: inline-block;
      width: 44px;
      height: 44px;
      overflow: hidden;
      white-space: nowrap;
      /* hide text */
      color: transparent;
      z-index: 3; }
    /* line 695, ../scss/dicts.scss */
    .dicts-book-btn .nakami .more-trigger::before, .dicts-book-btn .nakami .more-trigger::after {
      /* search icon */
      content: '';
      position: absolute;
      /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    /* line 704, ../scss/dicts.scss */
    .dicts-book-btn .nakami .more-trigger::before {
      /* lens */
      top: 11px;
      left: 11px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 3px solid #363765; }
    /* line 714, ../scss/dicts.scss */
    .dicts-book-btn .nakami .more-trigger::after {
      /* handle */
      height: 3px;
      width: 8px;
      background: #363765;
      bottom: 14px;
      right: 11px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 728, ../scss/dicts.scss */
    .dicts-book-btn .nakami .more-trigger span {
      /* container for the X icon */
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    /* line 745, ../scss/dicts.scss */
    .dicts-book-btn .nakami div.text {
      color: #3e4076;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1em;
      margin-top: -.5em;
      margin-bottom: .5em;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
  /* line 759, ../scss/dicts.scss */
  .dicts-book-btn .button {
    margin-bottom: 1em;
    display: block !important; }
    /* line 765, ../scss/dicts.scss */
    .dicts-book-btn .button .nakamio {
      position: relative; }
      /* line 773, ../scss/dicts.scss */
      .dicts-book-btn .button .nakamio .contents-more {
        width: 60px;
        height: 60px;
        color: #ffffff !important;
        background-color: #CAAE26;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        position: absolute;
        bottom: -40px;
        right: -15px;
        padding: 0; }
        /* line 791, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more a {
          color: #ffffff !important; }
        /* line 795, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger {
          position: relative;
          display: block;
          width: 44px;
          height: 44px;
          overflow: hidden;
          white-space: nowrap;
          /* hide text */
          color: transparent;
          z-index: 3; }
        /* line 809, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger::before, .dicts-book-btn .button .nakamio .contents-more .more-trigger::after {
          /* search icon */
          content: '';
          position: absolute;
          /* Force Hardware Acceleration in WebKit */
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        /* line 818, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger::before {
          /* lens */
          top: 11px;
          left: 11px;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          border: 3px solid #242544; }
        /* line 828, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger::after {
          /* handle */
          height: 3px;
          width: 8px;
          background: #242544;
          bottom: 14px;
          right: 11px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        /* line 842, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger span {
          /* container for the X icon */
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          left: 0; }
          /* line 850, ../scss/dicts.scss */
          .dicts-book-btn .button .nakamio .contents-more .more-trigger span.text {
            margin-top: 3.9em;
            width: 100%;
            color: #242544;
            font-size: .9rem;
            line-height: 1em; }
        /* line 860, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger span::before, .dicts-book-btn .button .nakamio .contents-more .more-trigger span::after {
          /* close icon */
          content: '';
          position: absolute;
          display: inline-block;
          height: 3px;
          width: 22px;
          top: 50%;
          margin-top: -2px;
          left: 50%;
          margin-left: -11px;
          background: #242544;
          opacity: 0;
          /* Force Hardware Acceleration in WebKit */
          -webkit-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -ms-transform: translateZ(0);
          -o-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        /* line 882, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger span::before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        /* line 890, ../scss/dicts.scss */
        .dicts-book-btn .button .nakamio .contents-more .more-trigger span::after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    /* line 904, ../scss/dicts.scss */
    .dicts-book-btn .button#button-ebook {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-size: 15px;
      background-color: #479CB2;
      color: #fff;
      padding: 1em 30px;
      -webkit-transition: color 300ms, background 300ms;
      transition: color 300ms, background 300ms; }
      /* line 107, ../partials/_variables.scss */
      .dicts-book-btn .button#button-ebook:hover {
        background: rgba(71, 156, 178, 0.2);
        color: #fff; }
    /* line 908, ../scss/dicts.scss */
    .dicts-book-btn .button#button-purchase {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-size: 15px;
      background-color: #da5938;
      color: #fff;
      padding: 1em 30px;
      -webkit-transition: color 300ms, background 300ms;
      transition: color 300ms, background 300ms; }
      /* line 107, ../partials/_variables.scss */
      .dicts-book-btn .button#button-purchase:hover {
        background: rgba(218, 89, 56, 0.2);
        color: #fff; }
    /* line 913, ../scss/dicts.scss */
    .dicts-book-btn .button#button-before {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-size: 15px;
      color: #CAAE26;
      border: 1px solid #CAAE26;
      padding: 1em 30px;
      -webkit-transition: color 300ms, background 300ms;
      transition: color 300ms, background 300ms; }
    /* line 918, ../scss/dicts.scss */
    .dicts-book-btn .button#button-out {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      font-size: 15px;
      color: #7F8082;
      border: 1px solid #7F8082;
      padding: 1em 30px;
      -webkit-transition: color 300ms, background 300ms;
      transition: color 300ms, background 300ms; }

/* line 931, ../scss/dicts.scss */
#dicts-page {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto; }
  @media all and (max-width: 999px) {
    /* line 931, ../scss/dicts.scss */
    #dicts-page {
      display: block;
      width: 100%; } }
  /* line 944, ../scss/dicts.scss */
  #dicts-page #dicts-column-l {
    width: 260px; }
    @media all and (max-width: 999px) {
      /* line 944, ../scss/dicts.scss */
      #dicts-page #dicts-column-l {
        padding-left: 0px; } }
    @media all and (max-width: 999px) {
      /* line 944, ../scss/dicts.scss */
      #dicts-page #dicts-column-l {
        width: 100%;
        margin-bottom: 2em;
        padding-left: 0px; } }
    /* line 958, ../scss/dicts.scss */
    #dicts-page #dicts-column-l .dicts-book-btn {
      text-align: center;
      margin: 0 auto; }
      /* line 962, ../scss/dicts.scss */
      #dicts-page #dicts-column-l .dicts-book-btn .trim-dicts-page {
        margin-bottom: 10px;
        height: auto !important;
        border: none;
        overflow: hidden; }
        /* line 242, ../partials/_variables.scss */
        #dicts-page #dicts-column-l .dicts-book-btn .trim-dicts-page img {
          display: block;
          width: 260px !important;
          height: auto !important;
          margin: 0 auto; }
        @media all and (max-width: 479px) {
          /* line 962, ../scss/dicts.scss */
          #dicts-page #dicts-column-l .dicts-book-btn .trim-dicts-page {
            width: 100%;
            margin-bottom: 2em; } }
    /* line 975, ../scss/dicts.scss */
    #dicts-page #dicts-column-l dl.dicts-about {
      width: 100%;
      margin-top: 30px;
      border-bottom: 1px solid #da5938;
      font-size: 13px;
      font-size: 1.3rem;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
      /* line 982, ../scss/dicts.scss */
      #dicts-page #dicts-column-l dl.dicts-about dt {
        float: left;
        clear: left;
        width: 80px;
        font-weight: bold;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", "Hiragino Kaku Gothic ProN",Arial,メイリオ,Meiryo,sans-serif;
        padding: 14px 0px 14px 5px;
        border-top: 1px solid #da5938; }
      /* line 992, ../scss/dicts.scss */
      #dicts-page #dicts-column-l dl.dicts-about dd {
        margin-left: 80px;
        padding: 14px 5px 14px 0;
        border-top: 1px solid #da5938; }
  /* line 1005, ../scss/dicts.scss */
  #dicts-page #dicts-column-r {
    width: 680px; }
    @media all and (max-width: 999px) {
      /* line 1005, ../scss/dicts.scss */
      #dicts-page #dicts-column-r {
        width: 100%; } }
    /* line 1013, ../scss/dicts.scss */
    #dicts-page #dicts-column-r > section {
      padding: 15px 20px;
      border-bottom: solid 1px #dbdbdb; }
      /* line 1018, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.newversion {
        padding-bottom: 3em; }
        /* line 1020, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.newversion h4 {
          color: #da5938; }
        /* line 1028, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.newversion ul li a {
          display: block;
          padding: 1.5em 1em;
          background: #da5938;
          color: #ffffff;
          position: relative; }
          /* line 1035, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.newversion ul li a:hover {
            background: #d24a27; }
            /* line 1039, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.newversion ul li a:hover:after {
              right: 5px; }
          /* line 1045, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.newversion ul li a:after {
            font-family: "icossd",sans-serif;
            content: "\e90e";
            font-size: 1em;
            display: block;
            position: absolute;
            width: 20px;
            line-height: 50px;
            top: 50%;
            margin-top: -25px;
            transition-duration: 0.3s;
            font-weight: normal;
            color: #fff;
            right: 30px; }
      /* line 1071, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.dicts-ebook {
        margin: 1em;
        background: #C0DEE5;
        border-radius: 20px 0 20px 0;
        border-bottom: none; }
        /* line 1078, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-ebook figure {
          margin: 2em;
          border-radius: 20px 0 20px 0; }
          /* line 1084, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-300 {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-300 img {
              display: block;
              width: 300px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1088, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-500 {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-500 img {
              display: block;
              width: 500px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1093, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-column-l {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-column-l img {
              display: block;
              width: 700px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1098, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-s {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.dicts-ebook figure .trim-s img {
              display: block;
              width: 350px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1105, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-ebook figure.center {
            text-align: center; }
          /* line 1110, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-ebook figure figcaption {
            text-align: center; }
            /* line 1112, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.dicts-ebook figure figcaption p {
              text-align: center;
              font-size: 15px;
              font-size: 1.5rem;
              font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
              margin-bottom: .8em; }
              @media all and (max-width: 767px) {
                /* line 1112, ../scss/dicts.scss */
                #dicts-page #dicts-column-r > section.dicts-ebook figure figcaption p {
                  font-size: 14px;
                  font-size: 1.4rem; } }
        /* line 1127, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-ebook .gray {
          background: #f5f6f5;
          padding: 2em;
          text-align: center; }
      /* line 1136, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.no_content {
        display: none; }
      /* line 1140, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section p {
        line-height: 1.6em;
        font-size: 14px;
        font-size: 1.4rem; }
        /* line 1144, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section p a {
          color: #da5938; }
          /* line 1147, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section p a:hover {
            color: #eeb3a4; }
        /* line 1152, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section p.pdf {
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          color: #da5938; }
          /* line 1156, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section p.pdf:after {
            content: "";
            font-family: "icossd",sans-serif;
            margin-left: .3em;
            font-size: 18px;
            font-size: 1.8rem;
            margin-top: 10px; }
          /* line 1162, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section p.pdf:before {
            content: "";
            font-family: "icossd",sans-serif;
            padding-right: .3em;
            font-size: 12px;
            font-size: 1.2rem;
            color: #da5938; }
        /* line 1172, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section p.link:before {
          content: "";
          font-family: "icossd",sans-serif;
          padding-right: .3em;
          font-size: 12px;
          font-size: 1.2rem;
          color: #da5938; }
      /* line 1182, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .dicts-author {
        font-size: 11px;
        font-size: 1.1rem;
        padding-top: 13px; }
      /* line 1187, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section > h2 {
        color: #002d5c;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: normal;
        letter-spacing: 0.05em;
        line-height: 1.5em; }
      /* line 1195, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section > h3 {
        color: #000;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: normal;
        margin-top: 20px;
        line-height: 1.3em;
        letter-spacing: 0.05em; }
        /* line 1204, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section > h3 > p {
          color: #000;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: normal;
          margin-top: 20px;
          line-height: 1.3em;
          letter-spacing: 0.05em; }
      /* line 1218, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.dicts-body h2 {
        margin: 1.5em 0em .5em;
        font-size: 20px;
        font-size: 2rem; }
        /* line 1223, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body h2:before {
          content: '■';
          color: #002d5c;
          font-size: 12px;
          font-size: 1.2rem;
          margin-right: .5em; }
        /* line 1230, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body h2:first-child {
          margin-top: 0em; }
      /* line 1235, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.dicts-body > h3 {
        color: #398091;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: normal;
        line-height: 1.3em;
        margin: 1.5em 0em 0.7em !important;
        border-left: 5px solid #398091;
        padding: .2em .5em; }
        /* line 1245, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body > h3:nth-child(1) {
          margin: 0.5em 0em !important; }
      /* line 1250, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.dicts-body p {
        color: #525252;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5em;
        margin: 0em 0em 0.8em 0em;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
        /* line 1257, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body p.oos {
          font-size: 17px;
          font-size: 1.7rem;
          margin: 1.2em 0em .2em;
          color: #479CB2;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
        /* line 1263, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body p.caption {
          font-size: 13px;
          font-size: 1.3rem;
          font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif;
          margin-top: 2em !important; }
      /* line 1271, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.dicts-body ul {
        margin: 1em 1em 1em 1.3em; }
        /* line 1275, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body ul > li {
          position: relative;
          color: #4D4D4D;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.6em;
          margin-bottom: 0.8em; }
          /* line 1285, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-body ul > li::after {
            display: block;
            content: '';
            position: absolute;
            top: .5em;
            left: -1em;
            width: 8px;
            height: 8px;
            background-color: #fff;
            border: 1px solid #399AAA;
            border-radius: 100%; }
          /* line 1300, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-body ul > li > ul {
            margin-left: 2em;
            margin-top: .5em; }
            /* line 1304, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.dicts-body ul > li > ul > li {
              font-size: 14px;
              font-size: 1.4rem; }
              /* line 1308, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section.dicts-body ul > li > ul > li::after {
                display: block;
                content: '';
                position: absolute;
                top: .5em;
                left: -1em;
                width: 5px;
                height: 5px;
                background-color: #fff;
                border: 1px solid #399AAA;
                border-radius: 100%; }
              /* line 1322, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section.dicts-body ul > li > ul > li:last-child {
                margin-bottom: 1em; }
      /* line 1336, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.dicts-body ol {
        margin: 1.5em 3em;
        list-style: decimal !important;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
        /* line 1339, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body ol > li {
          position: relative;
          color: #4D4D4D;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7em;
          margin-bottom: 0.8em; }
          /* line 1347, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-body ol > li:last-child {
            margin-bottom: 0em; }
          /* line 1354, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-body ol > li > ol {
            margin-left: 2em;
            margin-top: .5em;
            list-style: decimal !important; }
            /* line 1359, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.dicts-body ol > li > ol > li {
              font-size: 14px;
              font-size: 1.4rem; }
              /* line 1365, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section.dicts-body ol > li > ol > li:last-child {
                margin-bottom: 1em; }
      /* line 1380, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.dicts-body figure {
        margin: 2em 0em; }
        /* line 1386, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure .trim-300 {
          margin-bottom: 10px;
          height: auto !important;
          border: none;
          overflow: hidden; }
          /* line 242, ../partials/_variables.scss */
          #dicts-page #dicts-column-r > section.dicts-body figure .trim-300 img {
            display: block;
            width: 300px !important;
            height: auto !important;
            margin: 0 auto; }
        /* line 1390, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure .trim-500 {
          margin-bottom: 10px;
          height: auto !important;
          border: none;
          overflow: hidden; }
          /* line 242, ../partials/_variables.scss */
          #dicts-page #dicts-column-r > section.dicts-body figure .trim-500 img {
            display: block;
            width: 500px !important;
            height: auto !important;
            margin: 0 auto; }
        /* line 1395, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure .trim-l {
          margin-bottom: 10px;
          height: auto !important;
          border: none;
          overflow: hidden; }
          /* line 242, ../partials/_variables.scss */
          #dicts-page #dicts-column-r > section.dicts-body figure .trim-l img {
            display: block;
            width: 600px !important;
            height: auto !important;
            margin: 0 auto; }
        /* line 1400, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure .trim-s {
          margin-bottom: 10px;
          height: auto !important;
          border: none;
          overflow: hidden; }
          /* line 242, ../partials/_variables.scss */
          #dicts-page #dicts-column-r > section.dicts-body figure .trim-s img {
            display: block;
            width: 350px !important;
            height: auto !important;
            margin: 0 auto; }
        /* line 1404, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure .trim-ss {
          margin-bottom: 10px;
          height: auto !important;
          border: none;
          overflow: hidden; }
          /* line 242, ../partials/_variables.scss */
          #dicts-page #dicts-column-r > section.dicts-body figure .trim-ss img {
            display: block;
            width: 150px !important;
            height: auto !important;
            margin: 0 auto; }
        /* line 1409, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure .trim-badge {
          margin-bottom: 10px;
          width: auto !important;
          border: none;
          overflow: hidden; }
          /* line 227, ../partials/_variables.scss */
          #dicts-page #dicts-column-r > section.dicts-body figure .trim-badge img {
            display: block;
            width: auto !important;
            height: 60px !important;
            margin: 0 auto; }
        /* line 1413, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure.center {
          text-align: center; }
        /* line 1418, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.dicts-body figure figcaption {
          text-align: center; }
          /* line 1421, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.dicts-body figure figcaption p {
            text-align: center;
            font-size: 15px;
            font-size: 1.5rem;
            font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
            @media all and (max-width: 767px) {
              /* line 1421, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section.dicts-body figure figcaption p {
                font-size: 14px;
                font-size: 1.4rem; } }
      /* line 1437, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.content {
        border-bottom: none; }
        /* line 1441, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content h3 {
          color: #398091;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          font-size: 19px;
          font-size: 1.9rem;
          font-weight: normal;
          line-height: 1.3em;
          margin: 1.5em 0em 0.7em !important;
          border-left: 5px solid #398091;
          padding: .5em;
          border-top: 1px solid #398091; }
          /* line 1452, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content h3:nth-child(1) {
            margin: 0.5em 0em; }
        /* line 1457, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content h4 {
          color: black;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: normal;
          line-height: 1.3em;
          margin: 1.3em 0em 0.5em 0em;
          background: #f1f1ef;
          padding: .5em .75em;
          border-radius: 4px; }
          /* line 1469, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content h4.content_title {
            margin: 0em 0em 1em 0em !important;
            background: none;
            font-size: 18px;
            font-size: 1.8rem;
            padding: 0; }
        /* line 1477, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content h5 {
          color: #479CB2;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: normal;
          line-height: 1.3em;
          margin: 1em 0em 0.5em 1em !important; }
        /* line 1488, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content .border {
          border: solid 1px #dbdbdb; }
        /* line 1493, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content .gray {
          background: #f5f6f5;
          padding: 2em;
          text-align: center; }
        /* line 1499, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content .gray-nocenter {
          background: #f5f6f5;
          padding: 2em;
          text-align: left !important; }
          /* line 1504, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content .gray-nocenter p {
            text-align: left !important; }
        /* line 1508, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content strong {
          font-weight: bold; }
        /* line 1512, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content p {
          color: #525252;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7em;
          margin: 0em 1em 1.2em 1.2em;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
          /* line 1519, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content p.oos {
            font-size: 17px;
            font-size: 1.7rem;
            margin: 1.2em 0em .2em;
            color: #479CB2;
            font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
          /* line 1525, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content p.caption {
            font-size: 13px;
            font-size: 1.3rem;
            font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif;
            margin-top: 1.5em !important; }
        /* line 1535, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content .AFC930 {
          color: #da5938; }
        /* line 1539, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content div.notedesign {
          border: 2px solid #e2e3df;
          padding: 5px 10px 10px 10px;
          background-color: #f5f6f5;
          font-size: 0.9em;
          margin-top: 5px;
          margin-bottom: 15px; }
          /* line 1547, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content div.notedesign p.notetitle {
            margin: 0px 0px 3px 0px;
            padding: 0px;
            border-bottom: 1px solid #e2e3df;
            color: #597374;
            background-image: none; }
          /* line 1555, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content div.notedesign .subtitle {
            color: #6f9091; }
        /* line 1560, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content ul {
          margin: 2em 2em 2em 3.2em; }
          /* line 1564, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content ul > li {
            position: relative;
            color: #4D4D4D;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.6em;
            margin-bottom: 0.8em; }
            /* line 1574, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.content ul > li::after {
              display: block;
              content: '';
              position: absolute;
              top: .5em;
              left: -1em;
              width: 8px;
              height: 8px;
              background-color: #fff;
              border: 1px solid #399AAA;
              border-radius: 100%; }
            /* line 1589, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.content ul > li > ul {
              margin-left: 2em;
              margin-top: .5em; }
              /* line 1593, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section.content ul > li > ul > li {
                font-size: 14px;
                font-size: 1.4rem; }
                /* line 1597, ../scss/dicts.scss */
                #dicts-page #dicts-column-r > section.content ul > li > ul > li::after {
                  display: block;
                  content: '';
                  position: absolute;
                  top: .5em;
                  left: -1em;
                  width: 5px;
                  height: 5px;
                  background-color: #fff;
                  border: 1px solid #399AAA;
                  border-radius: 100%; }
                /* line 1611, ../scss/dicts.scss */
                #dicts-page #dicts-column-r > section.content ul > li > ul > li:last-child {
                  margin-bottom: 1em; }
        /* line 1625, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content i {
          font-style: italic; }
        /* line 1629, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content pre {
          line-height: 1.3em;
          margin: 0.5em; }
        /* line 1634, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content ol {
          margin: 0em 2.5em;
          list-style: decimal !important;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
          /* line 1637, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content ol > li {
            position: relative;
            color: #4D4D4D;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.7em;
            margin-bottom: 0.8em; }
            /* line 1645, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.content ol > li:last-child {
              margin-bottom: 0em; }
            /* line 1652, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.content ol > li > ol {
              margin-left: 2em;
              margin-top: .5em;
              list-style: decimal !important; }
              /* line 1657, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section.content ol > li > ol > li {
                font-size: 14px;
                font-size: 1.4rem; }
                /* line 1663, ../scss/dicts.scss */
                #dicts-page #dicts-column-r > section.content ol > li > ol > li:last-child {
                  margin-bottom: 1em; }
        /* line 1676, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content figure {
          margin: 2em 0em; }
          /* line 1682, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure .trim-300 {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.content figure .trim-300 img {
              display: block;
              width: 300px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1686, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure .trim-500 {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.content figure .trim-500 img {
              display: block;
              width: 500px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1691, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure .trim-l {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.content figure .trim-l img {
              display: block;
              width: 600px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1696, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure .trim-s {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.content figure .trim-s img {
              display: block;
              width: 350px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1700, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure .trim-ss {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.content figure .trim-ss img {
              display: block;
              width: 150px !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 1705, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure .trim-badge {
            margin-bottom: 10px;
            width: auto !important;
            border: none;
            overflow: hidden; }
            /* line 227, ../partials/_variables.scss */
            #dicts-page #dicts-column-r > section.content figure .trim-badge img {
              display: block;
              width: auto !important;
              height: 60px !important;
              margin: 0 auto; }
          /* line 1709, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure.center {
            text-align: center; }
          /* line 1714, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content figure figcaption {
            text-align: center; }
            /* line 1717, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.content figure figcaption p {
              text-align: center;
              font-size: 15px;
              font-size: 1.5rem;
              font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
              @media all and (max-width: 767px) {
                /* line 1717, ../scss/dicts.scss */
                #dicts-page #dicts-column-r > section.content figure figcaption p {
                  font-size: 14px;
                  font-size: 1.4rem; } }
        /* line 1730, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.content dl {
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
          /* line 1733, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content dl dt {
            margin: 0em 0em .5em 0em; }
            /* line 1736, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.content dl dt h3 {
              border: none;
              font-size: 17px;
              font-size: 1.7rem;
              margin: 0em; }
          /* line 1742, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.content dl dd {
            line-height: 1.4em;
            margin-left: 3em; }
      /* line 1749, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .oos {
        color: #da5938; }
      /* line 1752, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section b {
        font-weight: bold; }
      /* line 1755, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .clmAuthor {
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        text-align: right;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.5em;
        margin: .8em 1em; }
      /* line 1763, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section table {
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        margin: 1em; }
        /* line 1766, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section table th {
          padding: 1em 1em;
          text-align: left;
          border-top: solid 2px #ccc;
          border-bottom: solid 2px #ccc;
          border-right: solid 3px #fff;
          border-left: solid 3px #fff;
          background: #f5f6f5; }
        /* line 1775, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section table td {
          border-bottom: solid 1px #dbdbdb;
          padding: .5em 1em;
          font-size: 15px;
          font-size: 1.5rem; }
      /* line 1788, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.index h3 {
        color: #398091;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: normal;
        line-height: 1.3em;
        margin: 0.5em 0em 0.5em !important;
        border-left: 5px solid #398091;
        padding: .5em;
        border-top: solid 1px #dbdbdb; }
        /* line 1799, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.index h3:nth-child(1) {
          margin: 0.5em 0em; }
      /* line 1804, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.index h4 {
        margin-left: 1.5em;
        margin-top: 1.5em;
        font-size: 16px;
        font-size: 1.6rem;
        border-bottom: solid 1px #dbdbdb;
        padding-bottom: .3em; }
      /* line 1811, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.index h5 {
        margin-left: 2.5em;
        font-size: 15px;
        font-size: 1.5rem;
        border-bottom: solid 1px #dbdbdb;
        padding-bottom: .3em; }
      /* line 1817, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.index h6 {
        color: #000;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 1.3em;
        margin: 0.5em 0em 0.5em 3.5em; }
      /* line 1825, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.index p {
        margin-left: 4em;
        margin-bottom: .7em;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
        /* line 1830, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.index p strong {
          font-weight: bold; }
      /* line 1835, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.index ol {
        margin-left: 4em;
        list-style: decimal;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 14px;
        font-size: 1.4rem; }
        /* line 1836, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.index ol li {
          margin-bottom: .4em; }
      /* line 1846, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.index ul {
        margin-left: 4em;
        list-style: disc;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 14px;
        font-size: 1.4rem; }
        /* line 1847, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.index ul li {
          margin-bottom: .4em; }
          /* line 1850, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.index ul li ul {
            margin: 1em; }
            /* line 1852, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section.index ul li ul li {
              list-style: circle; }
      /* line 1867, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.version span {
        color: #da5938;
        margin: 0em .2em; }
      /* line 1871, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section.version ul {
        display: flex;
        flex-wrap: wrap; }
        /* line 1875, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section.version ul li {
          padding: 8px 18px;
          margin-right: 1.2em;
          margin-bottom: 0.7em;
          background: #ACCEDE;
          font-size: 13px; }
          /* line 1878, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section.version ul li:hover {
            background: #d0e4ed;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
      /* line 1895, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section h4 {
        color: #000;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: normal;
        line-height: 1.3em;
        margin: 0em 0em 0.7em 0em; }
      /* line 1905, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section h5 {
        color: #000;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.3em;
        margin: 1.5em 0em 0.5em; }
      /* line 1916, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .balloon {
        background-color: #C0DEE5;
        padding: 30px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 0.5em; }
        @media all and (max-width: 767px) {
          /* line 1916, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section .balloon {
            padding: 10px; } }
        /* line 127, ../partials/_variables.scss */
        #dicts-page #dicts-column-r > section .balloon:after {
          border-bottom: 24px solid #C0DEE5;
          border-right: 8px solid transparent;
          border-left: 8px solid transparent;
          content: '';
          margin-left: -10px;
          position: absolute;
          top: -18px;
          left: 40px; }
        /* line 1919, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section .balloon h4 {
          margin-top: 0em; }
        /* line 1922, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section .balloon p {
          color: #4D4D4D;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.6em;
          margin-bottom: .5em; }
      /* line 1932, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section ul {
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
      /* line 1938, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section ul.features {
        display: flex;
        flex-wrap: wrap; }
        /* line 1942, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section ul.features li {
          padding: 8px 18px;
          margin-right: 1.2em;
          margin-bottom: 0.7em;
          background: #C7E2E8;
          font-size: 13px; }
          /* line 1945, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section ul.features li:hover {
            background: #ebf5f7;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          /* line 1956, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section ul.features li.user-in-features:before {
            content: "";
            font-family: "icossd",sans-serif;
            padding-right: .3em; }
      /* line 1966, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section ul.link {
        flex-direction: column;
        display: flex; }
        /* line 1971, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section ul.link ul {
          margin-top: .2em; }
          /* line 1973, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section ul.link ul li {
            margin-bottom: 1em;
            margin-top: .2em;
            padding: .7em !important;
            position: relative;
            text-align: left;
            background: #D5DFE0;
            display: inline-block; }
            /* line 1981, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section ul.link ul li a {
              padding-right: 30px;
              font-size: 14px;
              font-size: 1.4rem;
              width: 80%;
              min-width: 50%; }
              /* line 1989, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section ul.link ul li a:after {
                font-size: 30px;
                font-size: 3rem;
                font-family: "icossd",sans-serif;
                content: "\e909";
                position: absolute;
                top: 50%;
                right: 3px;
                margin-top: -13px;
                color: #da5938; }
              /* line 2000, ../scss/dicts.scss */
              #dicts-page #dicts-column-r > section ul.link ul li a:hover:after {
                right: -5px !important;
                -webkit-transition: all .3s ease;
                transition: all .3s ease; }
      /* line 2011, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .about {
        margin: 1em auto;
        padding: 1em;
        background-color: #f5f6f5;
        margin-top: 1em;
        margin-bottom: 1em;
        width: auto; }
        /* line 2020, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section .about p {
          font-size: 13px;
          font-size: 1.3rem;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          border-bottom: solid 1px #dbdbdb;
          padding: 0em 0em 0.7em 0.5em;
          margin-bottom: 1em; }
          /* line 2027, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section .about p.format span {
            color: #5286CB;
            margin-right: 10px;
            padding-top: 2px;
            padding-right: 2px;
            padding-bottom: 2px;
            padding-left: 2px;
            border-radius: 5px;
            border: 1px solid #5286CB; }
      /* line 2045, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .shop {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
        padding: 10px; }
        /* line 2052, ../scss/dicts.scss */
        #dicts-page #dicts-column-r > section .shop div {
          width: 220px;
          margin-bottom: 0.5em;
          padding: 5px;
          list-style: none;
          border-radius: 5px; }
          /* line 2059, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section .shop div.amazon a, #dicts-page #dicts-column-r > section .shop div.amazon a:hover {
            background-position: 0px 0px; }
          /* line 2064, ../scss/dicts.scss */
          #dicts-page #dicts-column-r > section .shop div a {
            background-repeat: no-repeat;
            background-position: 0 0;
            background-image: url(https://dictionary.sanseido-publ.co.jp/wordpress/wp-content/themes/dictionaryandbeyond/img/button_ebook.png);
            background-color: rgba(0, 0, 0, 0);
            background-attachment: scroll;
            display: block;
            overflow: hidden;
            list-style: none;
            display: block;
            height: 55px;
            text-indent: -1100em;
            width: 220px; }
            /* line 2078, ../scss/dicts.scss */
            #dicts-page #dicts-column-r > section .shop div a:hover {
              background-repeat: no-repeat;
              background-position: 0 0;
              background-image: url(https://dictionary.sanseido-publ.co.jp/wordpress/wp-content/themes/dictionaryandbeyond/img/button_ebookHover.png);
              background-color: rgba(0, 0, 0, 0);
              background-attachment: scroll;
              display: block;
              overflow: hidden; }
      /* line 2100, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .shop div.amazon a,
      #dicts-page #dicts-column-r > section .shop div.amazon a:hover {
        background-position: 0px 0px; }
      /* line 2105, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .shop div.rakutenk a,
      #dicts-page #dicts-column-r > section .shop div.rakutenk a:hover {
        background-position: -274px 0px; }
      /* line 2109, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .shop div.ibook a,
      #dicts-page #dicts-column-r > section .shop div.ibook a:hover {
        background-position: 0 -84px; }
      /* line 2113, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .shop div.kinokuniya a,
      #dicts-page #dicts-column-r > section .shop div.kinokuniya a:hover {
        background-position: -274px -84px; }
      /* line 2117, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .shop div.booklive a,
      #dicts-page #dicts-column-r > section .shop div.booklive a:hover {
        background-position: 0px -175px; }
      /* line 2122, ../scss/dicts.scss */
      #dicts-page #dicts-column-r > section .shop div.reader a {
        background-position: -274px -175px; }
    /* line 2127, ../scss/dicts.scss */
    #dicts-page #dicts-column-r .banner-wrap {
      display: flex;
      justify-content: space-between;
      margin: 10px;
      background: #fff;
      flex-wrap: wrap; }
      /* line 2134, ../scss/dicts.scss */
      #dicts-page #dicts-column-r .banner-wrap > div {
        background-color: #f5f6f5;
        border: solid 1px #398091;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        padding: 20px 0px 0px;
        position: relative; }
        /* line 2143, ../scss/dicts.scss */
        #dicts-page #dicts-column-r .banner-wrap > div:hover {
          background-color: #398091;
          border: solid 3px #398091; }
        /* line 2157, ../scss/dicts.scss */
        #dicts-page #dicts-column-r .banner-wrap > div.w-half {
          width: 45%;
          position: relative; }
          @media all and (max-width: 767px) {
            /* line 2157, ../scss/dicts.scss */
            #dicts-page #dicts-column-r .banner-wrap > div.w-half {
              width: 100%; } }
        /* line 2167, ../scss/dicts.scss */
        #dicts-page #dicts-column-r .banner-wrap > div figcaption {
          position: absolute;
          bottom: 0px;
          left: 0;
          z-index: 2;
          width: 100%;
          height: auto;
          background-color: rgba(57, 128, 145, 0.9);
          -webkit-transition: .3s;
          transition: .3s;
          padding: 1em; }
          /* line 2179, ../scss/dicts.scss */
          #dicts-page #dicts-column-r .banner-wrap > div figcaption > h3 {
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
            line-height: 1.5em;
            text-align: left;
            border: none;
            margin: 0 !important; }
        /* line 2195, ../scss/dicts.scss */
        #dicts-page #dicts-column-r .banner-wrap > div figure {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          /* line 2201, ../scss/dicts.scss */
          #dicts-page #dicts-column-r .banner-wrap > div figure .trim-banner {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r .banner-wrap > div figure .trim-banner img {
              display: block;
              width: 90% !important;
              height: auto !important;
              margin: 0 auto; }
          /* line 2206, ../scss/dicts.scss */
          #dicts-page #dicts-column-r .banner-wrap > div figure .trim-app {
            margin-bottom: 10px;
            height: auto !important;
            border: none;
            overflow: hidden;
            margin: .5em; }
            /* line 242, ../partials/_variables.scss */
            #dicts-page #dicts-column-r .banner-wrap > div figure .trim-app img {
              display: block;
              width: 114px !important;
              height: auto !important;
              margin: 0 auto; }

/* RELATED ================================================== */
/* line 2227, ../scss/dicts.scss */
.related-container {
  width: 100%;
  margin: 2em 0; }
  /* line 2232, ../scss/dicts.scss */
  .related-container .swiper-container {
    background: #C0DEE5;
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin: 0px auto; }
    /* line 2238, ../scss/dicts.scss */
    .related-container .swiper-container .swiper-wrapper {
      padding: 0 0px; }
      @media all and (max-width: 479px) {
        /* line 2238, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper {
          margin-bottom: 50px; } }
      /* line 2246, ../scss/dicts.scss */
      .related-container .swiper-container .swiper-wrapper div.item {
        width: 300px !important;
        text-align: center;
        height: auto;
        margin: 15px;
        border: solid 1px #dbdbdb;
        padding: 36px 18px 10px;
        border-radius: 4% 0 4% 0;
        position: relative;
        justify-content: flex-start;
        background: #ffffff; }
        /* line 2259, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item:hover {
          background: rgba(255, 255, 255, 0.5);
          -webkit-transition: .3s;
          -moz-transition: .3s;
          -ms-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        /* line 2270, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item .ribbon-new {
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          display: inline-block;
          position: absolute;
          left: 0;
          top: 12px;
          box-sizing: border-box;
          padding: 0 12px;
          margin: 0;
          height: 30px;
          line-height: 30px;
          font-size: 14px;
          letter-spacing: 0.1em;
          color: #ffffff;
          background: #CAAE26;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }
          /* line 196, ../partials/_variables.scss */
          .related-container .swiper-container .swiper-wrapper div.item .ribbon-new:before {
            position: absolute;
            content: '';
            top: 0;
            left: -7px;
            border: none;
            height: 38px;
            width: 7px;
            border-radius: 5px 0 0 5px;
            background: #CAAE26; }
          /* line 208, ../partials/_variables.scss */
          .related-container .swiper-container .swiper-wrapper div.item .ribbon-new:after {
            position: absolute;
            content: '';
            bottom: -7px;
            left: -5px;
            border: none;
            height: 7px;
            width: 5px;
            border-radius: 5px 0 0 5px;
            background: #8a771a; }
        /* line 2275, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item .ribbon-soon {
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          display: inline-block;
          position: absolute;
          left: 0;
          top: 12px;
          box-sizing: border-box;
          padding: 0 12px;
          margin: 0;
          height: 30px;
          line-height: 30px;
          font-size: 14px;
          letter-spacing: 0.1em;
          color: #ffffff;
          background: #7AB6C5;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }
          /* line 196, ../partials/_variables.scss */
          .related-container .swiper-container .swiper-wrapper div.item .ribbon-soon:before {
            position: absolute;
            content: '';
            top: 0;
            left: -7px;
            border: none;
            height: 38px;
            width: 7px;
            border-radius: 5px 0 0 5px;
            background: #7AB6C5; }
          /* line 208, ../partials/_variables.scss */
          .related-container .swiper-container .swiper-wrapper div.item .ribbon-soon:after {
            position: absolute;
            content: '';
            bottom: -7px;
            left: -5px;
            border: none;
            height: 7px;
            width: 5px;
            border-radius: 5px 0 0 5px;
            background: #4a96a9; }
        /* line 2279, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item .ribbon-out {
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          display: inline-block;
          position: absolute;
          left: 0;
          top: 12px;
          box-sizing: border-box;
          padding: 0 12px;
          margin: 0;
          height: 30px;
          line-height: 30px;
          font-size: 14px;
          letter-spacing: 0.1em;
          color: #ffffff;
          background: #ccc;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12); }
          /* line 196, ../partials/_variables.scss */
          .related-container .swiper-container .swiper-wrapper div.item .ribbon-out:before {
            position: absolute;
            content: '';
            top: 0;
            left: -7px;
            border: none;
            height: 38px;
            width: 7px;
            border-radius: 5px 0 0 5px;
            background: #ccc; }
          /* line 208, ../partials/_variables.scss */
          .related-container .swiper-container .swiper-wrapper div.item .ribbon-out:after {
            position: absolute;
            content: '';
            bottom: -7px;
            left: -5px;
            border: none;
            height: 7px;
            width: 5px;
            border-radius: 5px 0 0 5px;
            background: #a6a6a6; }
        /* line 2284, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item .trim-dic {
          margin-bottom: 10px;
          width: auto !important;
          border: none;
          overflow: hidden; }
          /* line 227, ../partials/_variables.scss */
          .related-container .swiper-container .swiper-wrapper div.item .trim-dic img {
            display: block;
            width: auto !important;
            height: 170px !important;
            margin: 0 auto; }
        /* line 2289, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item p {
          text-align: left;
          line-height: 1.5em; }
          /* line 2292, ../scss/dicts.scss */
          .related-container .swiper-container .swiper-wrapper div.item p.title {
            font-size: 17px;
            font-size: 1.7rem;
            font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif;
            color: #002d5c;
            margin-right: 0; }
          /* line 2300, ../scss/dicts.scss */
          .related-container .swiper-container .swiper-wrapper div.item p.author {
            font-size: 12px;
            font-size: 1.2rem;
            color: #757575; }
          /* line 2304, ../scss/dicts.scss */
          .related-container .swiper-container .swiper-wrapper div.item p.price {
            font-size: 13px;
            font-size: 1.3rem;
            color: #da5938; }
          /* line 2308, ../scss/dicts.scss */
          .related-container .swiper-container .swiper-wrapper div.item p.soon {
            font-size: 13px;
            font-size: 1.3rem;
            color: #398091; }
        /* line 2315, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item ul.tag {
          text-align: left;
          letter-spacing: .1em;
          margin: .5em 0 0.3em; }
        /* line 2320, ../scss/dicts.scss */
        .related-container .swiper-container .swiper-wrapper div.item ul.tag li {
          font-size: 12px;
          padding: 4px 10px;
          margin: 0.1em 0.5em 0.1em 0em;
          display: inline-block;
          border: solid 1px #dbdbdb;
          color: #6f9091;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          background: #f5f6f5; }
          /* line 2328, ../scss/dicts.scss */
          .related-container .swiper-container .swiper-wrapper div.item ul.tag li:before {
            content: "";
            font-family: "icossd",sans-serif;
            padding-right: .3em; }
  /* line 2340, ../scss/dicts.scss */
  .related-container .swiper-button-prev,
  .related-container .swiper-button-next {
    position: absolute;
    top: calc(50% - 0px) !important;
    width: 60px !important;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat; }
    @media all and (max-width: 479px) {
      /* line 2340, ../scss/dicts.scss */
      .related-container .swiper-button-prev,
      .related-container .swiper-button-next {
        display: none; } }
  /* line 2359, ../scss/dicts.scss */
  .related-container .swiper-button-prev {
    background-image: url("../img/prev.svg"); }
    @media all and (max-width: 479px) {
      /* line 2359, ../scss/dicts.scss */
      .related-container .swiper-button-prev {
        left: 0px !important; } }
  /* line 2366, ../scss/dicts.scss */
  .related-container .swiper-button-next {
    background-image: url("../img/next.svg"); }
    @media all and (max-width: 479px) {
      /* line 2366, ../scss/dicts.scss */
      .related-container .swiper-button-next {
        right: 0px !important; } }
  /* line 2376, ../scss/dicts.scss */
  .related-container .swiper-pagination {
    margin: 10px 0px; }
  /* line 2380, ../scss/dicts.scss */
  .related-container .swiper-pagination-bullets {
    bottom: 5px !important;
    left: 0;
    width: 100%; }

/*# sourceMappingURL=dicts.css.map */
