/* dictionary */
/* ============================================ */
.main-dictionary {
  background: #f7f3e2;
}

.p-dictionary {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-dictionary {
    padding: 50px 0 100px;
  }
}
.p-dictionary::after {
  content: "";
  background-image: url("img/bg_1.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  height: 51px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-dictionary::after {
    background-image: url(img/bg_2.png);
    height: 72px;
  }
}
.p-dictionary-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dictionary-text {
    font-size: 16px;
  }
}
.p-dictionary-text em {
  font-style: normal;
}
.p-dictionary-content__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 40px auto;
  grid-template-columns: 300px auto;
  gap: 0 40px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-content__head {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto auto;
    gap: 40px 0;
  }
  .p-dictionary-content__head > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-dictionary-content__head > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-dictionary-content__head_img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    width: 80%;
    margin: 0 auto;
  }
}
.p-dictionary-content__head img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-dictionary-content__head .search-box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-dictionary-content__head .search-box__des {
  text-align: center;
  margin-bottom: 20px;
}
.p-dictionary-content__head .search-box__des span {
  position: relative;
  padding: 0 60px;
  font-size: 23px;
  letter-spacing: 0.08em;
  color: #88815c;
}
@media screen and (max-width: 992px) {
  .p-dictionary-content__head .search-box__des span {
    padding: 0 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-content__head .search-box__des span {
    font-size: 16px;
  }
}
.p-dictionary-content__head .search-box__des span::before, .p-dictionary-content__head .search-box__des span::after {
  content: "";
  background: url("img/icon_ribbon_3.png") no-repeat center/contain;
  width: 36px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-dictionary-content__head .search-box__des span::before {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.p-dictionary-content__head .search-box__des span::after {
  right: 0;
}
.p-dictionary-content__head .searchform {
  position: relative;
}
.p-dictionary-content__head .searchform::before {
  content: "";
  background: #d6c26f;
  width: 5px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-dictionary-content__head .searchform label {
  display: none;
}
.p-dictionary-content__head .searchform input[type=text] {
  background: #FFF;
  border: 2px solid #9c9a99;
  border-radius: 50px;
  width: 100%;
  height: 70px;
  padding: 0 60px;
  margin: 0;
  font-family: inherit;
  font-size: 17px;
  letter-spacing: 0;
}
.p-dictionary-content__head .searchform button {
  background: #d6c26f;
  border: none;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-dictionary-content__wrap {
  width: 980px;
  margin: -60px auto 0;
}
@media screen and (max-width: 1120px) {
  .p-dictionary-content__wrap {
    width: 100%;
    padding: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-content__wrap {
    margin-top: -40px;
    padding: 0 0 0 15px;
  }
}
.p-dictionary-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-dictionary-category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 15px;
  }
}
.p-dictionary-category li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 5px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  -webkit-transition: z-index 0.3s;
  transition: z-index 0.3s;
}
@media screen and (max-width: 1120px) {
  .p-dictionary-category li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
@media screen and (max-width: 992px) {
  .p-dictionary-category li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin: 0 max(5px, 1vw);
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-category li {
    margin: 0 2px;
    border-radius: 5px;
    font-size: 13px;
  }
}
.p-dictionary-category li a {
  display: block;
  padding: 5px 0 25px;
}
@media screen and (max-width: 992px) {
  .p-dictionary-category li a {
    padding: 20px max(10px, 2vw) 40px;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-category li a {
    padding: 20px max(6px, 2vw) 40px;
  }
}
@media screen and (max-width: 400px) {
  .p-dictionary-category li a {
    padding: 20px max(6px, 1.5vw) 40px;
  }
}
.p-dictionary-category li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-dictionary-category li:nth-of-type(4) {
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-category li:nth-of-type(4) {
    margin-right: 2px;
  }
}
.p-dictionary-category li.is_current, .p-dictionary-category li:hover, .p-dictionary-category li:focus-visible {
  z-index: 2;
}
.p-dictionary-category li.is_all {
  background: #fff;
  border: 5px #d6c26f solid;
  color: #d6c26f;
}
@media screen and (max-width: 767px) {
  .p-dictionary-category li.is_all {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    border-width: 3px;
    margin-bottom: 20px;
  }
  .p-dictionary-category li.is_all a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 5px 20px;
  }
}
.p-dictionary-category li.is_all::before {
  border-color: #d6c26f transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-dictionary-category li.is_all::before {
    bottom: 50%;
    left: 90%;
    -webkit-transform: translateY(50%) rotate(-90deg);
            transform: translateY(50%) rotate(-90deg);
  }
}
.p-dictionary-category li.is_design {
  background: #d46785;
}
.p-dictionary-category li.is_proofreading {
  background: #a0976c;
}
.p-dictionary-category li.is_paper {
  background: #d6c26f;
}
.p-dictionary-category li.is_printing {
  background: #83ad7d;
}
.p-dictionary-category li.is_bookbinding {
  background: #595757;
}
.p-dictionary-category li.is_promotion {
  background: #67a9bd;
}
.p-dictionary-category li.is_other {
  background: #9c9a99;
}
.p-dictionary-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 90px;
}
.p-dictionary-list__wrap {
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__wrap {
    margin: -20px -10px 0 0;
  }
}
.p-dictionary-list__wrap::before {
  content: "";
  background: #d6c26f;
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-dictionary-list__wrap::after {
  content: "";
  background: #9c9a99;
  width: 4px;
  height: calc(100% - 50px);
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__wrap::after {
    top: 18px;
    right: 34px;
    left: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.p-dictionary-list__book {
  position: relative;
  background: url("img/dictionary_bg_page.png") repeat-x bottom left/auto 25px;
  background-color: #fff;
  border: 2px #9c9a99 solid;
  padding: 60px 40px 80px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__book {
    padding: 60px 60px 60px 20px;
  }
}
.p-dictionary-list__book::before {
  content: "";
  background: url("img/dictionary_bg_top.png") no-repeat top left/contain;
  width: 80px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__book::before {
    width: 70px;
    left: auto;
    right: -40px;
  }
}
.p-dictionary-list__book::after {
  content: "";
  background: url("img/dictionary_bg_btm.png") no-repeat bottom left/contain;
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__book::after {
    left: auto;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.p-dictionary-list__block {
  position: relative;
}
.p-dictionary-list__block a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 15px auto;
  grid-template-columns: 220px auto;
  gap: 0 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 992px) {
  .p-dictionary-list__block a {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto 15px auto 15px auto;
    grid-template-rows: auto auto auto;
    gap: 15px 0;
  }
  .p-dictionary-list__block a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-dictionary-list__block a > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-dictionary-list__block a > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.p-dictionary-list__block a:hover, .p-dictionary-list__block a:focus-visible {
  opacity: 0.7;
}
.p-dictionary-list__block a .icon--visited {
  display: none;
}
.p-dictionary-list__block a.visited .icon--visited {
  display: block;
  width: 42px;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__block a.visited .icon--visited {
    left: 90%;
  }
}
.p-dictionary-list__title {
  width: 235px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 4px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-dictionary-list__title {
    top: 20px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__title {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }
}
.p-dictionary-list__title.is_design {
  background: #eec2ce;
  border-left: 5px #d46785 solid;
}
.p-dictionary-list__title.is_proofreading {
  background: #d9d5c4;
  border-left: 5px #a0976c solid;
}
.p-dictionary-list__title.is_paper {
  background: #efe7c5;
  border-left: 5px #d6c26f solid;
}
.p-dictionary-list__title.is_printing {
  background: #cddecb;
  border-left: 5px #83ad7d solid;
}
.p-dictionary-list__title.is_bookbinding {
  background: #bdbcbc;
  border-left: 5px #595757 solid;
}
.p-dictionary-list__title.is_promotion {
  background: #c2dde5;
  border-left: 5px #67a9bd solid;
}
.p-dictionary-list__title.is_other {
  background: #d7d7d6;
  border-left: 5px #9c9a99 solid;
}
.p-dictionary-list__img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px;
  padding-bottom: 65%;
  border: #9c9a99 solid;
  border-width: 0 3px 3px 0;
}
@media screen and (max-width: 992px) {
  .p-dictionary-list__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__img {
    width: 90%;
    margin: 0 auto;
  }
}
.p-dictionary-list__des {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-dictionary-list__des {
    -webkit-line-clamp: 2;
  }
}
.p-dictionary-consult {
  margin-top: 110px;
}
.p-dictionary-consult__text {
  position: relative;
  background: url("img/balloon_dictionary_pc.svg") no-repeat center/contain;
  padding: 20px 0 40px;
  font-size: 21px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-dictionary-consult__text {
    background: url("img/balloon_dictionary_sp.svg") no-repeat center/contain;
    font-size: 16px;
  }
}
.p-dictionary-consult__img {
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-consult__img {
    margin-top: -30px;
  }
}
.p-dictionary-consult__img::before {
  content: "";
  background: #d4d4d3;
  border-radius: 150px 150px 30px 30px;
  max-width: 900px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-dictionary-consult__img::before {
    border-radius: 70px 70px 30px 30px;
  }
}
.p-dictionary-consult__img img {
  position: relative;
  width: 100%;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-consult__img img {
    width: 90%;
    z-index: 1;
  }
}
.p-dictionary-consult .btn--1 {
  position: relative;
  max-width: 410px;
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-top: -30px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-consult .btn--1 {
    width: 90%;
    padding: 5px 0;
    margin-top: -10px;
    font-size: 16px;
    z-index: 2;
  }
}
.p-dictionary-consult .btn--1 .label::before {
  border-width: 30px 0 30px 10px;
}
.p-dictionary-consult .btn--1 .label::after {
  border-width: 30px 0 30px 10px;
}
.p-dictionary .archive-title {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dictionary .archive-title {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

.no_mv .p-dictionary {
  background: #f7f3e2;
}
.no_mv .p-dictionary-list__wrap {
  margin-bottom: 50px;
}
.no_mv .p-dictionary .wp-pagenavi {
  margin: 70px auto 50px;
}
@media screen and (max-width: 767px) {
  .no_mv .p-dictionary .wp-pagenavi {
    margin: 50px auto 30px;
  }
}

/* dictionary single */
/* ============================================ */
.p-dictionary-article {
  max-width: 715px;
  min-height: 700px;
  padding: 60px 45px 80px;
}
.p-dictionary-article__wrap {
  position: relative;
  padding: 0 0 0 calc((100% - 980px) / 2);
}
@media screen and (max-width: 992px) {
  .p-dictionary-article__wrap {
    padding: 0;
  }
}
.p-dictionary-article__book {
  position: relative;
  background: url("img/dictionary_bg_page.png") repeat-x bottom left/auto 25px;
  background-color: #fff;
  border: #9c9a99 solid;
  border-width: 2px 0 0 2px;
  -webkit-box-shadow: -10px 10px 0 #d6c26f;
          box-shadow: -10px 10px 0 #d6c26f;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .p-dictionary-article__book {
    margin: 0 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-article__book {
    margin: 0 0 0 20px;
  }
  .p-dictionary-article__book .nav-item a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 30px;
  }
}
.p-dictionary-article__book::before {
  content: "";
  background: #9c9a99;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 705px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article__book::before {
    left: auto;
    right: 38px;
  }
}
.p-dictionary-article__book::after {
  content: "";
  background: #d6c26f;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article__book::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-article {
    padding: 40px 60px 60px 20px;
  }
  .p-dictionary-article .p-editor {
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
  }
}
.p-dictionary-article::before {
  content: "";
  background: url("img/dictionary_bg_top.png") no-repeat top left/contain;
  width: 80px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 667px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article::before {
    left: auto;
    right: 0;
  }
}
.p-dictionary-article::after {
  content: "";
  background: url("img/dictionary_bg_btm.png") no-repeat bottom left/contain;
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: -23px;
  left: 667px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article::after {
    left: auto;
    right: 0;
  }
}
.p-dictionary-article__cate {
  width: 100px;
  padding: 5px 0 20px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 30px;
}
.p-dictionary-article__cate::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-dictionary-article__cate.is_design {
  background: #d46785;
}
.p-dictionary-article__cate.is_proofreading {
  background: #a0976c;
}
.p-dictionary-article__cate.is_paper {
  background: #d6c26f;
}
.p-dictionary-article__cate.is_printing {
  background: #83ad7d;
}
.p-dictionary-article__cate.is_bookbinding {
  background: #595757;
}
.p-dictionary-article__cate.is_promotion {
  background: #67a9bd;
}
.p-dictionary-article__cate.is_other {
  background: #9c9a99;
}
.p-dictionary-article__title {
  position: relative;
  border: #bcb17f solid;
  border-width: 2px 0;
  padding: 30px 10px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #bcb17f;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article__title {
    padding: 20px 10px;
    font-size: 15px;
  }
}
.p-dictionary-article__title::before {
  content: "";
  background: url("img/icon_pencil2.png") no-repeat center/contain;
  background-color: #fff;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.p-dictionary-article__title span {
  margin-right: 20px;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article__title span {
    font-size: 18px;
  }
}
.p-dictionary-article__title.is_design span {
  color: #d46785;
}
.p-dictionary-article__title.is_proofreading span {
  color: #a0976c;
}
.p-dictionary-article__title.is_paper span {
  color: #d6c26f;
}
.p-dictionary-article__title.is_printing span {
  color: #83ad7d;
}
.p-dictionary-article__title.is_bookbinding span {
  color: #595757;
}
.p-dictionary-article__title.is_promotion span {
  color: #67a9bd;
}
.p-dictionary-article__title.is_other span {
  color: #9c9a99;
}
.p-dictionary-article__content a.is_ilm {
  background: url(img/icon_question.png) no-repeat right center/12px;
  padding: 5px 14px 5px 5px;
  margin-right: 5px;
  font-weight: bold;
  color: #d46785;
}
.p-dictionary-article__back {
  position: relative;
  margin: 50px auto 0;
  text-align: center;
}
.p-dictionary-article__back .btn-back {
  background: #a0976c;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  padding: 0 50px 15px 32px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article__back .btn-back {
    height: 50px;
    font-size: 13px;
    line-height: 50px;
  }
}
.p-dictionary-article__back .btn-back .label {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-article__back .btn-back .label {
    padding-left: 30px;
  }
}
.p-dictionary-article__back .btn-back .label::before {
  content: "";
  background-image: url("img/icon_arrow_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.p-dictionary-relation {
  position: relative;
  width: 980px;
  padding: 70px 0 50px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-dictionary-relation {
    width: 100%;
    padding: 70px 45px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-relation {
    padding: 70px 15px 50px;
  }
}
.p-dictionary-relation::before {
  content: "";
  background: #fff;
  border: #9c9a99 solid;
  border-width: 0 2px 2px 0;
  width: calc(100% + 120px);
  height: 130%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.p-dictionary-relation__head {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 70px;
}
.p-dictionary-relation__head::before, .p-dictionary-relation__head::after {
  content: "";
  background: url("img/icon_ribbon_3.png") no-repeat center/contain;
  width: 36px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-dictionary-relation__head::before {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.p-dictionary-relation__head::after {
  right: 0;
}
.p-dictionary-relation__head span {
  position: relative;
  background: url("img/icon_question.png") no-repeat right center/20px;
  padding-right: 30px;
  font-size: 20px;
  letter-spacing: 0.44em;
}
.p-dictionary-relation__list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
@media screen and (max-width: 992px) {
  .p-dictionary-relation__list {
    gap: 0 min(2vmax, 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-relation__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-relation__list_box {
    margin: 0 10px;
  }
}
.p-dictionary-relation__list_box.is_design .p-dictionary-relation__list_label {
  background: #eec2ce;
}
.p-dictionary-relation__list_box.is_proofreading .p-dictionary-relation__list_label {
  background: #d9d5c4;
}
.p-dictionary-relation__list_box.is_paper .p-dictionary-relation__list_label {
  background: #efe7c5;
}
.p-dictionary-relation__list_box.is_printing .p-dictionary-relation__list_label {
  background: #cddecb;
}
.p-dictionary-relation__list_box.is_bookbinding .p-dictionary-relation__list_label {
  background: #bdbcbc;
}
.p-dictionary-relation__list_box.is_promotion .p-dictionary-relation__list_label {
  background: #c2dde5;
}
.p-dictionary-relation__list_box.is_other .p-dictionary-relation__list_label {
  background: #d7d7d6;
}
.p-dictionary-relation__list_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 65%;
  border: #9c9a99 solid;
  border-width: 0 3px 3px 0;
}
.p-dictionary-relation__list_label {
  margin-top: 10px;
  padding: 0 20px;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-dictionary-relation .p-post__empty {
  position: relative;
  margin-top: 30px;
}
.p-dictionary-relation-cate {
  background: #cdc399;
  margin: -50px auto 100px;
  padding: 100px 0 150px;
}
@media screen and (max-width: 992px) {
  .p-dictionary-relation-cate {
    margin: 50px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-relation-cate {
    margin: 50px auto -50px;
    padding: 50px 0 100px;
  }
}
.p-dictionary-relation-cate .p-post__empty {
  text-align: center;
  margin-top: 30px;
}
.p-dictionary-side {
  width: 235px;
  padding-top: 60px;
  position: absolute;
  top: 0;
  right: calc((100% - 980px) / 2);
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-dictionary-side {
    position: relative;
    width: 100%;
    padding: 60px 45px 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-side {
    padding: 30px 15px 0;
  }
}
.p-dictionary-side__head {
  font-size: 19px;
  letter-spacing: 0.18em;
  text-align: center;
  color: #bcb17f;
  border-bottom: 1px #bcb17f solid;
  margin-bottom: 20px;
}
.p-dictionary-side__search .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.p-dictionary-side__search .searchform label {
  display: none;
}
.p-dictionary-side__search .searchform input[type=text] {
  background: #FFF;
  border: 1px solid #000;
  border-right: none;
  border-radius: 3px 0 0 3px;
  width: 100%;
  height: 30px;
  padding: 0 13px 0 10px;
  margin: 0 -3px 0 0;
  font-family: inherit;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0;
}
.p-dictionary-side__search .searchform button {
  background: #000;
  border: none;
  border-radius: 3px;
  border-radius: 0 3px 3px 0;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}
.p-dictionary-side__category {
  margin-top: 50px;
}
.p-dictionary-side__category .p-dictionary-category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .p-dictionary-side__category .p-dictionary-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-dictionary-side__category .p-dictionary-category li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 10px;
  font-size: 17px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .p-dictionary-side__category .p-dictionary-category li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
  }
  .p-dictionary-side__category .p-dictionary-category li:nth-of-type(2n) {
    margin-left: 2.5%;
  }
}
.p-dictionary-side__category .p-dictionary-category li::before {
  border-width: 9px 0 9px 8px;
  border-color: transparent transparent transparent #fff;
  bottom: 50%;
  left: 92.5%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .p-dictionary-side__category .p-dictionary-category li::before {
    left: 90%;
  }
}
.p-dictionary-side__category .p-dictionary-category li a {
  padding: 5px 20px;
}
@media screen and (max-width: 992px) {
  .p-dictionary-side__category .p-dictionary-category li a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-dictionary-side__relation {
  position: relative;
  background: url("img/icon_question.png") no-repeat left center/20px;
  font-weight: normal;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.5;
}

.p-dictionary-i {
  background: #cdc399;
  padding: 70px 0 120px;
  position: relative;
}
.p-dictionary-i::after {
  content: "";
  background-image: url("img/bg_1.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  height: 51px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-dictionary-i::after {
    background-image: url("img/bg_2.png");
    height: 72px;
  }
}
.p-dictionary-i__inner {
  position: relative;
}
.p-dictionary-i__chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 1120px) {
  .p-dictionary-i__chara {
    position: relative;
    right: -50%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__chara {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
}
.p-dictionary-i__chara-text {
  background: url("img/balloon_14.png") no-repeat left top/contain;
  padding: 36px 24px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.p-dictionary-i__chara-img {
  margin: 25px 0 0 -30px;
}
.p-dictionary-i__list-wrap {
  background: #fff;
  border-radius: 30px;
  padding: 30px 300px 30px 80px;
}
@media screen and (max-width: 1120px) {
  .p-dictionary-i__list-wrap {
    position: relative;
    padding: 30px 30px 30px 80px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__list-wrap {
    padding: 40px 20px;
    margin: -90px 10px 0;
  }
}
.p-dictionary-i__list-new {
  display: inline-block;
  background: #67a9bd;
  width: 40px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
}
.p-dictionary-i__list-new::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  right: -10px;
}
.p-dictionary-i__list-new span {
  position: relative;
  display: inline-block;
  padding: 20px 5px 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  vertical-align: middle;
  letter-spacing: 0.3em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__list-new span {
    font-size: 16px;
  }
}
.p-dictionary-i__list-new span::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0 20px 10px 20px;
  border-color: transparent #67a9bd;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__list-new span::before {
    top: 99%;
  }
}
.p-dictionary-i__list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__list li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.p-dictionary-i__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-dictionary-i__list-meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__list-meta {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin: 0;
  }
  .p-dictionary-i__list-meta::before {
    content: "";
    background: #000;
    width: calc(100% - 240px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-dictionary-i__list-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  font-weight: normal;
  font-size: 13px;
  margin-right: 20px;
}
.p-dictionary-i__list-cate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 100%;
  background: #000;
  padding: 3px 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.p-dictionary-i__list-cate.is_design {
  background: #d46785;
}
.p-dictionary-i__list-cate.is_proofreading {
  background: #a0976c;
}
.p-dictionary-i__list-cate.is_paper {
  background: #d6c26f;
}
.p-dictionary-i__list-cate.is_printing {
  background: #83ad7d;
}
.p-dictionary-i__list-cate.is_bookbinding {
  background: #595757;
}
.p-dictionary-i__list-cate.is_promotion {
  background: #67a9bd;
}
.p-dictionary-i__list-cate.is_other {
  background: #9c9a99;
}
.p-dictionary-i__list-title {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-dictionary-i__list-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 10px;
  }
}