@charset "UTF-8";
/* ==========================================================

title : 刀剣用語集・甲冑用語集・著名刀工・刀匠名鑑・刀剣難解辞典・刀剣難解辞典Ⅱ・刀剣漢字辞典／共通CSS【刀剣ワールド】

memo：

last modify : 2022/05/17 tanaka 刀剣漢字辞典にh2見出し（左右に花柄背景有り）とバナーを追加

2020/12/17 TCI_福岡_Yomeshima 刀剣漢字辞典用に微調整
2020/12/01 TCI_福岡_Yomeshima css共通化
2020/10/20 TCI_福岡_yoneshima css共通化対応
2020/10/22 TCI_福岡_uesugi 掲載数のcss追加
2020/10/20 TCI_福岡_Yomeshima 「著名刀工名鑑」「刀剣難解辞典」／共通化対応
2020/10/08 TCI_福岡_uesugi グレーボタンcss変更
2020/09/30 TCI_福岡_Yomeshima 新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ common */
/* ------------------------------------ */
/* -- hide -- */
@media (min-width: 768px) {
  .hidepc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidesp {
    display: none !important;
  }
}

/* -- breadcrumbs -- */
.breadcrumbs {
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin: 15px auto;
  }

  .breadcrumbs li {
    font-size: 14px;
  }
}

/* -- born -- */
.born {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ------------------------------------ */
/* ▼ common heading */
/* ------------------------------------ */
.box_word__list h2 img,
.box_word__list h4 img,
.box_word__hiragana h2 img,
.box_word__search h2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------ */
/* ▼ common transition */
/* ------------------------------------ */
.box_word__list--item .item__btn,
.box_word__list--item .item__btn1,
.cmn_word_list_block li img {
  transition: all .2s;
}

/* ------------------------------------ */
/* ▼ anchor */
/* ------------------------------------ */
.anchor {
  margin: 0 auto 45px;
  max-width: 750px;
}

.anchor:after {
  clear: both;
  content: "";
  display: block;
}

.anchor ul {
  margin: 0 -5px;
}

.anchor ul li {
  display: table;
  float: left;
  margin: 0 0 10px;
  padding: 0 5px;
  text-align: center;
  width: 33.333333%;
}

.anchor ul li a {
  background: url("../image_cmn/anchor/anchor_bg.png");
  color: #fff;
  display: table-cell;
  font-size: 19px;
  line-height: 20px;
  padding: 14px 15px;
  position: relative;
  vertical-align: middle;
}

.anchor ul li a span {
  display: block;
  padding: 0 12px;
  position: relative;
}

.anchor ul li a span::after {
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 0;
}

.anchor ul li a::after,
.anchor ul li a::before {
  content: "";
  position: absolute;
  top: 0;
}

.anchor ul li a::before {
  background: url("../image_cmn/anchor/anchor_before.svg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 36px;
  left: 0;
  top: 0;
  width: 47px;
  z-index: 1;
}

.anchor ul li a::after {
  border: 1px solid #B28E5F;
  bottom: 5px;
  left: 5px;
  top: 5px;
  right: 5px;
}

.anchor ul li.active a,
.anchor ul li a:hover {
  background: url("../image_cmn/anchor/anchor_bg_hv.png");
}

@media (max-width: 767px) {
  .anchor {
    margin: 0 auto 40px;
    max-width: 328px;
  }

  .anchor ul {
    margin: 0;
  }

  .anchor ul li {
    width: 50%;
  }

  .anchor ul li a::before {
    background: url("../image_cmn/anchor/anchor_before_sp.svg");
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 59px;
  }

  .anchor ul li:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 413px) {
  .anchor {
    max-width: 308px;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .anchor ul li a {
    padding: 14px 15px 12px;
  }
}

/* ------------------------------------ */
/* ▼ anchor_link_box */
/* ------------------------------------ */
.anchor_link_box ul {
  font-weight: 600;
  justify-content: center;
}

.anchor_link_box ul li {
  border-left: 1px solid #d6b180;
  width: 33.33%;
}

.anchor_link_box ul li:first-child {
  border-left: none;
  margin-left: 0;
}

.anchor_link_box ul li:nth-child(n+4) {
  margin-top: 3px;
}

.anchor_link_box ul li a {
  background: url("../image_cmn/word/bg_search_menu.png");
  font-weight: normal;
  padding: 10px 15px 10px 17px;
  text-align: left;
}

.anchor_link_box ul li a:hover {
  background: url("../image_cmn/word/bg_search_menu_hover.png");
  opacity: 1;
}

.anchor_link_box ul li a .anchor_inner {
  font-size: 18px;
  text-align: left;
}

.anchor_link_box ul li a .search_group {
  background: #303030;
  display: inline-block;
  border-radius: 16px;
  font-size: 22px;
  margin: 4px 0;
  padding: 6px 16px;
  text-align: center;
  vertical-align: middle;
  width: 170px;
}

.anchor_link_box ul li a .search_text {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  width: 4.5em;
}

.anchor_link_box ul li a .search_group::after,
.anchor_link_box ul li a .search_text::after {
  display: none;
}

@media (max-width: 940px) {
  .anchor_link_box ul li a .anchor_inner {
    text-align: center;
  }
}

/* for iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .anchor_link_box ul li a:hover {
    background: url("../image_cmn/word/bg_search_menu.png");
  }
}

/* IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .anchor_link_box ul li a .search_group {
    letter-spacing: .02em;
    padding-top: 9px;
    padding-bottom: 4px;
  }

  .anchor_link_box ul li a .search_text {
    background: none;
  }
}

@media (max-width: 767px) {
  .anchor_link_box ul li {
    width: 50%;
  }

  .anchor_link_box ul li:last-child {
    border-left: none;
    border-top: 1px solid #d6b180;
    width: 100%;
  }

  .anchor_link_box ul li a {
    line-height: 1.1;
    padding: 10px;
  }

  .anchor_link_box ul li a .anchor_inner {
    font-size: 15px;
    padding-right: 20px;
  }

  .anchor_link_box ul li a .search_group {
    font-size: 18px;
    max-width: 160px;
  }

  .anchor_link_box ul li a .search_text {
    margin: 0 4px;
  }
}

@media (max-width: 413px) {
  .anchor_link_box ul {
    margin: 0 auto;
    width: 88%;
  }

  .anchor_link_box ul li {
    border-left: none;
    margin-left: 0;
    width: 100%;
  }

  .anchor_link_box ul li:not(:first-child) {
    border-top: 1px solid #d6b180;
  }
}

/* ------------------------------------ */
/* ▼ word heading */
/* ------------------------------------ */
/* -- box_word__heading -- */
.box_word__heading h1 {
  font-size: 38px;
  font-weight: 600;
  position: relative;
}

.box_word__heading span {
  display: inline-block;
  font-size: 20px;
  padding: 0 36px 0 40px;
  position: relative;
  vertical-align: top;
}

.box_word__heading span::before,
.box_word__heading span::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 27px;
}

.box_word__heading span::before {
  left: 0;
}

.box_word__heading span::after {
  right: 0;
}

@media (max-width: 767px) {
  .box_word__heading .box_word__heading--inner h1 {
    font-size: 24px;
    line-height: 1.1;
  }

  .box_word__heading .box_word__heading--inner span {
    font-size: 16px;
  }
}

@media (max-width: 413px) {
  .box_word__heading .box_word__heading--inner span {
    font-size: 15px;
    letter-spacing: 0;
  }
}

/* -- box_word__heading__table -- */
.box_word__heading__table {
  display: table;
  height: 100%;
  width: 100%;
}

.box_word__heading__table .inner {
  display: table-cell;
  vertical-align: middle;
}

/* ------------------------------------ */
/* ▼ box_word__archive */
/* ------------------------------------ */
.box_word__archive .box_txt {
  color: #000;
  text-align: center;
  margin: 20px auto 0;
  max-width: 770px;
}

.box_word__archive .box_txt_1 {
  margin: 14px auto 25px;
  max-width: 800px;
  text-align: left;
}

.box_word__archive .box_txt_2 {
  margin: 15px auto 28px;
}

.box_word__archive .box_txt_3 {
  margin: 17px auto 23px;
}

.box_word__archive .box_txt_4 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .box_word__archive .box_txt {
    width: 100%;
  }

  .box_word__archive .box_txt_1 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    width: 100%;
  }

  .box_word__archive .box_txt_2 {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .box_word__archive .box_txt_3 {
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
  }

  .box_word__archive .box_txt_4 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
}

@media (max-width: 413px) {
  .box_word__archive .box_txt_1,
  .box_word__archive .box_txt_2,
  .box_word__archive .box_txt_3,
  .box_word__archive .box_txt_4 {
    font-size: 14px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__wrapper */
/* ------------------------------------ */
@media (max-width: 767px) {
  .box_word__wrapper {
    overflow: hidden;
  }
}

/* ------------------------------------ */
/* ▼ box_word__list */
/* ------------------------------------ */
/* -- box_word__list -- */
.box_word__list {
  margin: 0 auto 60px;
  max-width: 1000px;
}

/* -- box_word__list -- */
@media (max-width: 767px) {
  .box_word__list {
    margin-bottom: 30px;
  }
}

/* -- box_word__list--item -- */
.box_word__list--item {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .box_word__list--item {
    margin-bottom: 45px;
  }
}

/* -- box_word__list--item h3 -- */
.box_word__list--item:not(.box_word__list--kanji) h3 {
  background-color: #056e3d;
  background-image: url("../image_cmn/word/bkg_cat_w1000.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  color: #fff;
  display: table;
  font-size: 19px;
  font-weight: 600;
  height: 56px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 auto 30px;
  max-width: 1000px;
  position: relative;
  text-align: center;
  width: 100%;
}

.box_word__list--item:not(.box_word__list--kanji) h3 > span {
  display: table-cell;
  vertical-align: middle;
  background-clip: content-box;
}

.box_word__list--item:not(.box_word__list--kanji) h3 > span span {
  display: inline-block;
  padding: 2px 25px 0;
  position: relative;
}

.box_word__list--item:not(.box_word__list--kanji) h3 > span span::before,
.box_word__list--item:not(.box_word__list--kanji) h3 > span span::after {
  background: url("../image_cmn/word/ico_dots.png") no-repeat top left;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box_word__list--item:not(.box_word__list--kanji) h3 span > span::before {
  left: 0;
}

.box_word__list--item:not(.box_word__list--kanji) h3 span > span::after {
  right: 0;
}

@media (max-width: 767px) {
  .box_word__list--item:not(.box_word__list--kanji) h3 {
    background: #056e3d url("../image_cmn/word/sp/bkg_cat.png") no-repeat center;
    background-size: auto 47px;
    height: 47px;
    margin-bottom: 13px;
    max-width: 95%;
    width: 100%;
  }
}

/* For iPad */
.tablet .box_word__list--item:not(.box_word__list--kanji) h3.bgcate {
  background-clip: padding-box;
}

.tablet .box_word__list--item:not(.box_word__list--kanji) .item__btn:hover,
.tablet .box_word__list--item:not(.box_word__list--kanji) .item__btn1:hover {
  opacity: 1;
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box_word__list h2.pc {
    padding-top: 9px;
  }

  .box_word__list h2 span:after,
  .box_word__list h2 span:before {
    margin-top: -14px;
  }

  .box_word__list--item:not(.box_word__list--kanji) h3 > span span {
    padding: 0 30px;
  }

  .box_word__list--item:not(.box_word__list--kanji) h3.bgcate {
    padding-top: 6px;
  }

  .box_word__list--item:not(.box_word__list--kanji) h3.bgcate span::before,
  .box_word__list--item:not(.box_word__list--kanji) h3.bgcate span::after {
    top: 13px !important;
  }
}

/* -- box_word__list--item item__content -- */
.box_word__list--item .item__content {
  position: relative;
  top: -6px;
  margin: 0 auto 5px;
  width: 900px;
}

.box_word__list--item .item__content .d_img {
  float: right;
  margin: 6px 0 20px 60px;
}

.box_word__list--item .item__content img {
  float: right;
  width: 300px;
}

@media (min-width: 768px) {
  .box_word__list--item .item__content > p {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .box_word__list--item .item__content {
    width: 100%;
    margin-bottom: 22px;
  }

  .box_word__list--item .item__content .d_img {
    float: none;
    margin: 0;
    padding: 0 25px;
  }

  .box_word__list--item .item__content img {
    width: 100%;
  }
}

/* -- box_word__list--item item__btn -- */
.box_word__list--item .item__btn,
.box_word__list--item .item__btn1 {
  background-image: url("../image_cmn/word/btn_open.png");
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  float: right;
  font-size: 0;
  height: 47px;
  margin: 0 49px 0 0;
  width: 152px;
}

.box_word__list--item .item__btn:hover,
.box_word__list--item .item__btn1:hover {
  opacity: .5;
}

.box_word__list--item .item__btn.active,
.box_word__list--item .item__btn1.active {
  background-image: url("../image_cmn/word/btn_close.png");
  margin-bottom: 12px;
}

.box_word__list--item .item__btn {
  position: absolute;
  right: 40px;
  bottom: 55px;
  float: none;
  margin: 0;
}

.box_word__list--item .item__btn.active {
  margin-bottom: 0;
}

/* For iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .box_word__list--item .item__btn:hover,
  .box_word__list--item .item__btn1:hover {
    opacity: 1;
  }
}

/* -- item__title -- */
.item__title {
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-left-width: 3px;
  display: flex;
  flex-wrap: wrap;
  min-height: 56px;
  position: relative;
}

.highlighting .item__title {
  background: #ffeded;
  border-color: #991c1c;
}

.item__title::after {
  content: "▶";
  color: #000;
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 15px;
  height: 24px;
  margin-top: -12px;
}

.item__title .item__hd,
.item__title span {
  color: #000;
  display: block;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.item__title .item__hd {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .06em;
  margin: 0;
}

.item__title span {
  font-size: 14px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .item__title {
    padding: 6px 20px 6px 12px;
  }
}

@media (max-width: 767px) {
  .item__title {
    padding: 4px 20px 4px 10px;
  }

  .highlighting .item__title {
    background: #ffeded;
    border-color: #991c1c;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .item__title:not(.disabled):hover {
    opacity: 1;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .item__title {
      padding-top: 7px;
    }
}

/* -- item__title color -- */
.boder_left_red .item__title {
  border-left-color: #c92121;
  border-left-width: 4px;
  padding-left: 11px;
}

.item__title.disabled {
  background: #aaa;
  border-color: #7f7f7f;
  border-left-color: #000;
  color: #fff;
  pointer-events: none;
}

.item__title.disabled::after {
  color: #fff;
}

/* ------------------------------------ */
/* ▼ box_word__hiragana */
/* ------------------------------------ */
.box_word__hiragana {
  margin-bottom: 53px;
  text-align: center;
}

.box_word__hiragana:after {
  clear: both;
  content: "";
  display: table;
}

.box_word__hiragana ul {
  font-size: 0;
  margin: auto;
  letter-spacing: normal;
  width: 660px;
}

.box_word__hiragana ul li {
  display: inline-block;
  height: 44px;
  margin-bottom: 17px;
  padding: 0 11px;
  width: 10%;
}

.box_word__hiragana ul li a,
.box_word__hiragana ul li .disabled {
  color: #fff;
  display: table;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1.05px;
}

.box_word__hiragana ul li a span,
.box_word__hiragana ul li .disabled span {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .box_word__hiragana ul {
    transform: rotateY(180deg);
  }

  .box_word__hiragana ul li a span,
  .box_word__hiragana ul li .disabled span {
    transform: rotateY(180deg);
  }

  .box_word__hiragana ul li a,
  .box_word__hiragana ul li .disabled {
    background: url("../image_cmn/word/bkg_word.png") no-repeat center;
    height: 44px;
    width: 44px;
  }

  .box_word__hiragana ul li a:hover {
    background-image: url("../image_cmn/word/bkg_word_hover.png");
    color: #fff;
  }

  .box_word__hiragana ul li .disabled {
    background-image: url("../image_cmn/word/bkg_word_d.png");
  }
}

@media (max-width: 767px) {
  .box_word__hiragana {
    padding: 0 10px;
  }

  .box_word__hiragana ul {
    font-size: 0;
    margin: 0 auto;
    max-width: 400px;
    width: auto;
  }

  .box_word__hiragana ul li {
    display: inline-block;
    font-size: 0;
    height: inherit;
    margin-bottom: 7px;
    padding: 0 5px;
    vertical-align: top;
    width: 77px;
  }

  .box_word__hiragana ul li:nth-child(5n+5) {
    margin-right: 0;
  }

  .box_word__hiragana ul li a,
  .box_word__hiragana ul li .disabled {
    background: url("../image_cmn/word/sp/bg_char_on.png") no-repeat center;
    background-size: 100%;
    height: 45px;
    width: 100%;
  }

  .box_word__hiragana ul li .disabled {
    background-image: url("../image_cmn/word/sp/bg_char_off.png");
  }

  .box_word__hiragana ul li a:hover {
    background-image: url("../image_cmn/word/sp/bg_char_hover.png");
  }
}

@media (max-width: 413px) {
  .box_word__hiragana ul li {
    width: 60px;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .box_word__hiragana ul li a span,
  .box_word__hiragana ul li .disabled span {
    padding-top: 8px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__search */
/* ------------------------------------ */
.box_word__search--form {
  background: url("../image_cmn/word/bg-search.jpg") no-repeat center;
  background-size: auto 110px;
  height: 100px;
  margin: 28px auto 0;
  max-width: 480px;
  border: 1px solid #B28E5F;
}

.box_word__search h2 {
  margin-bottom: 17px;
}

.box_search_name__frame {
  position: relative;
}

.box_search_name__frame .inner {
  background: #fff;
  border-radius: 7px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  height: 40px;
  top: 30px;
  width: 340px;
}

.box_search_name__frame input,
.box_search_name__frame button {
  float: left;
  outline: none;
}

.box_search_name__frame input {
  border: 1px solid #76441b;
  border-right: none;
  border-radius: 7px 0 0 7px;
  box-shadow: 0 0 0;
  height: 100%;
  letter-spacing: -.8px;
  padding: 0 1em;
  font-size: 17px;
  width: 250px;
}

.search_form_inner input::placeholder {
  color: #b5b5b5;
}

.box_search_name__frame input::-webkit-input-placeholder {
  color: #b5b5b5;
}

.box_search_name__frame input::-moz-placeholder {
  color: #b5b5b5;
}

.box_search_name__frame input:-ms-input-placeholder {
  color: #b5b5b5;
}

.box_search_name__frame input:-moz-placeholder {
  color: #b5b5b5;
}

.box_search_name__frame button {
  background: #76441b;
  border: 0;
  border-radius: 0 7px 7px 0;
  padding: 0;
  height: 40px;
  width: 90px;
}

.box_search_name__frame button span {
  background: url("../image_cmn/word/ico_search.png") no-repeat center left;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  line-height: 40px;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .box_word__search {
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .box_word__search .pd05 {
    padding: 0 5px;
  }

  .box_word__search .box_word__search--form {
    background: url("../image_cmn/word/bg-search.jpg") no-repeat center;
    background-size: auto 106px;
    height: 106px;
    width: 100%;
  }

  .box_word__search .box_search_name__frame .inner {
    height: 45px;
    line-height: 45px;
    top: 30px;
    width: 85.65%;
  }

  .box_word__search .box_search_name__frame input {
    font-size: 17px;
    width: 80%;
  }

  .box_word__search .box_search_name__frame button {
    float: right;
    height: 45px;
    width: 20%;
  }

  .box_word__search .box_search_name__frame button span {
    background: url("../image_cmn/word/sp/ico_search.svg") no-repeat center left;
    background-size: 14px 14px;
    font-size: 15px;
    line-height: 45px;
    padding-left: 20px;
  }
}

@media (max-width: 413px) {
  .box_word__search .box_search_name__frame input {
    font-size: 15px;
  }

  .box_word__search .box_search_name__frame button span {
    background-size: 12px 12px;
    padding-left: 15px;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box_search_name__frame button span {
    background-position: top 12px left;
    line-height: 51px;
  }
}


/* ------------------------------------ */
/* ▼ cmn_word_search_block */
/* ------------------------------------ */
/* -- cmn_word_search_block -- */
.cmn_word_search_block_wrap {
  margin: 0 auto;
  max-width: 832px;
}

.cmn_word_search_block {
  position: relative;
  background: #f8f2e4;
  border: 1px solid #b28e5f;
  letter-spacing: -.02em;
}

.cmn_word_search_block::after,
.cmn_word_search_block::before {
  content: "";
  position: absolute;
}

.cmn_word_search_block::after {
  background: url("../image_cmn/word/w_icon_after.png") no-repeat top left;
  height: 40px;
  right: 0;
  bottom: 0;
  width: 40px;
}

.cmn_word_search_block::before {
  background: url("../image_cmn/word/w_icon_before.png") no-repeat top left;
  height: 64px;
  left: 0;
  top: 0;
  width: 68px;
}

.cmn_word_search_block_inner {
  display: flex;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .cmn_word_search_block_wrap {
    margin-top: 30px;
  }

  .cmn_word_search_block_wrap.is_bottom {
    margin-bottom: 100px;
  }

  .cmn_word_search_block {
    padding: 20px 20px 20px 40px;
  }
}

@media (max-width: 767px) {
  .cmn_word_search_block_wrap {
    margin-top: 15px;
    padding: 0 10px;
  }

  .cmn_word_search_block_wrap.is_bottom {
    margin-bottom: 47px;
  }

  .cmn_word_search_block {
    padding: 20px 0;
  }

  .cmn_word_search_block::after {
    display: none;
  }

  .cmn_word_search_block_inner {
    flex-wrap: wrap;
  }
}


/* -- cmn_word_search_block_title -- */
.cmn_word_search_block_title {
  font-weight: 600;
  line-height: 1.167;
  text-align: center;
}

@media (min-width: 768px) {
  .cmn_word_search_block_title {
    width: 136px;
  }
}

@media (max-width: 767px) {
  .cmn_word_search_block_title {
    width: 100%;
  }
}

/* -- cmn_word_search_block_list -- */
.cmn_word_search_block_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.cmn_word_search_block_list li {
  margin-top: 10px;
  padding: 0 5px;
  width: 50px;
}

.cmn_word_search_block_list li.first:not(.yl) a {
  color: #000;
  background: url("../image_cmn/word/bkg_word_rd.png") no-repeat center;
  background-size: cover;
  text-shadow: 0 2px 1px #fff,
    0 1px 1px #fff,
    1px 1px 1px #fff,
    1px 0 1px #fff,
    2px 0 1px #fff,
    1px -1px 1px #fff,
    1px -2px 1px #fff,
    0 -2px 1px #fff,
    -1px -2px 1px #fff,
    -2px -2px 1px #fff,
    -2px -1px 1px #fff,
    -2px 0 1px #fff,
    -2px 1px 1px #fff,
    -1px 1px 1px #fff;
  width: 100%;
}

.cmn_word_search_block_list li.first a {
  width: 100%;
}

.cmn_word_search_block_list li a,
.cmn_word_search_block_list li > span {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  width: 40px;
}

.cmn_word_search_block_list li a,
.cmn_word_search_block_list li.gr > span {
  background: url("../image_cmn/word/bkg_word_rd.png") no-repeat center / cover;
}

.cmn_word_search_block_list li a::after,
.cmn_word_search_block_list li.gr > span::after {
  content: "";
  border: 1px solid #c9976f;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

.cmn_word_search_block_list li.gr {
  filter: none;
  opacity: .6;
}

.cmn_word_search_block_list li.gr > span {
  background: #676767;
  opacity: .7;
}

.cmn_word_search_block_list li.gr > span::after {
  border: 1px solid #9e9d9b;
}

.cmn_word_search_block_list li.yl a {
  background: url("../image_cmn/word/bkg_word_yl.png") no-repeat center / cover;
  pointer-events: none;
  text-shadow: none;
}

.cmn_word_search_block_list li.yl a::after {
  content: none;
}

@media (min-width: 768px) {
  .cmn_word_search_block_list {
    margin-top: -10px;
    width: calc(100% - 136px);
  }

  .cmn_word_search_block_list li.first {
    width: 110px;
  }

  .cmn_word_search_block_list li.first a {
    font-size: 17px;
  }

  .cmn_word_search_block_list li a:hover {
    opacity: .7;
  }

  .cmn_word_search_block_list li.gr:hover {
    opacity: .6 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cmn_word_search_block_list li a:hover {
    opacity: .7;
  }

  .cmn_word_search_block_list li.gr:hover {
    opacity: .6 !important;
  }
}

@media (max-width: 767px) {
  .cmn_word_search_block_list {
    margin-top: 5px;
    max-width: 300px;
    width: 100%;
  }

  .cmn_word_search_block_list li.first {
    width: 100px;
  }

  .cmn_word_search_block_list li.first a {
    font-size: 14px;
  }
}

/* ------------------------------------ */
/* ▼ cmn_word_result_title */
/* ------------------------------------ */
.cmn_word_result_title {
  border-bottom: 2px solid #b28e5f;
  font-weight: 600;
  margin: 0 auto;
  max-width: 832px;
  padding-bottom: 3px;
  width: 100%;
}

.cmn_word_result_title_inner {
  border-bottom: 1px solid #d1bb9f;
  position: relative;
}

.cmn_word_result_title_text {
  background: url("../image_cmn/word/ico_dots02.png") no-repeat top 8px left;
  float: left;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 3px 15px 0 43px;
  position: absolute;
  bottom: 5px;
  width: calc(100% - 270px);
}

.cmn_word_result_title_text span {
  font-size: 23px;
  letter-spacing: 0;
  margin-right: 13px;
}
.cmn_word_result_title_text span.cmn_h1_sitetop_name {
  font-size: 80%;
  display: inline-block;
}
.cmn_word_result_title_count {
  float: right;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .8px;
  margin: 4px 0 0;
  position: relative;
  text-align: right;
  width: 270px;
}

.cmn_word_result_title_count .plan_count {
  font-weight: normal;
  position: relative;
  top: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmn_word_result_title_text {
    width: calc(100% - 265px);
  }

  .cmn_word_result_title_count {
    width: 265px;
  }
}

@media (min-width: 768px) {
  .cmn_word_result_title_count .plan_count {
    font-size: 18px;
    padding-right: 20px;
  }

  .cmn_word_result_title_count span {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .cmn_word_result_title {
    margin-bottom: 20px;
    padding-top: 5px;
    width: 100%;
  }

  .cmn_word_result_title_inner {
    padding-bottom: 4px;
  }

  .cmn_word_result_title_text {
    background-size: 22px 15px;
    font-size: 20px;
    padding-left: 35px;
    position: relative;
    top: 0;
    width: 100%;
  }

  .cmn_word_result_title_text span {
    font-size: 21px;
    margin-right: 0;
  }

  .cmn_word_result_title_text span em {
    font-size: 21px;
  }

  .cmn_word_result_title_count {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 0;
  }

  .cmn_word_result_title_count .plan_count {
    font-size: 15px;
    padding-right: 0;
  }
}

@media (max-width: 413px) {
  .cmn_word_result_title {
    width: 100%;
    padding-top: 5px;
    margin-bottom: 20px;
  }

  .cmn_word_result_title_inner {
    padding-bottom: 4px;
  }

  .cmn_word_result_title_text {
    font-size: 16px;
    top: 0;
    width: 100%;
    padding-left: 35px;
  }

  .cmn_word_result_title_text span {
    font-size: 17px;
  }

  .cmn_word_result_title_text span em {
    font-size: 17px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .cmn_word_result_title {
    width: 100%;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_word_result_title_text {
    background-position: top 4px left;
  }
}

/* ------------------------------------ */
/* ▼ cmn_word_result_list */
/* ------------------------------------ */
/* -- cmn_word_result_list -- */
.cmn_word_result_list {
  font-size: 0;
  margin: 0 auto;
}

.cmn_word_result_list_item {
  display: inline-block;
  padding: 25px 32px 0 25px;
  vertical-align: top;
  width: 100%;
}

.cmn_word_result_list_item:nth-child(2n+1) {
  background: url("../image_cmn/word/bg_detail.jpg") repeat top left;
}

.cmn_word_result_list_item .d_thumb {
  float: right;
  position: relative;
  width: 266px;
  margin-left: 25px;
}

.cmn_word_result_list_item .d_thumb img {
  border: 1px solid #d2d2d2;
  margin: 78px auto 30px;
}

.cmn_word_result_list_item .label {
  display: table;
  height: 26px;
  right: 0;
  min-width: 110px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.cmn_word_result_list_item .label span {
  padding: 0 10px;
  color: #fff;
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}

.cmn_word_result_list_item .content {
  position: relative;
}

.cmn_word_result_list_title {
  border-bottom: 1px solid #b28e5f;
  font-weight: 600;
  letter-spacing: .06em;
  padding-bottom: 2px;
}

.cmn_word_result_list_item .txt__wrap p {
  font-size: 18px;
  overflow: hidden;
  zoom: 1;
}

.cmn_word_result_list_title span {
  background: url("../image_cmn/word/ico_dots02.png") no-repeat top 5px left;
  background-size: 20px 13px;
  border-bottom: 1px solid #b28e5f;
  display: block;
  padding: 0 120px 5px 26px;
}

.cmn_word_result_list_title_sub {
  color: #a92121;
  font-weight: 600;
  margin-bottom: 11px;
}



@media (min-width: 768px) {
  .cmn_word_result_list {
    margin-top: 30px;
    width: 780px;
  }

  .cmn_word_result_list_item:not(:first-of-type) {
    margin-top: 20px;
  }

  .cmn_word_result_list_item .txt__wrap {
    width: 405px;
  }

  .cmn_word_result_list_item .txt__wrap p {
    margin-bottom: 1em;
  }

  .cmn_word_result_list_title {
    font-size: 23px;
  }

  .cmn_word_result_list_title_sub {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .cmn_word_result_list {
    margin-top: 20px;
    width: 100%;
  }

  .cmn_word_result_list_item:not(:first-of-type) {
    margin-top: 15px;
  }

  .cmn_word_result_list_item .label {
    margin-bottom: 8px;
    position: static;
  }

  .cmn_word_result_list_item .txt__wrap p {
    padding-right: 0;
  }

  .cmn_word_result_list_title {
    font-size: 21px;
  }

  .cmn_word_result_list_title span {
    padding-right: 0;
  }

  .cmn_word_result_list_title_sub {
    font-size: 18px;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_word_result_list_item .content {
    padding-top: 3px;
  }

  .cmn_word_result_list_item .label span {
    padding-top: 5px;
  }

  .cmn_word_result_list_title span {
    background-position: top 4px left;
  }

  .cmn_word_result_list_title_sub {
    padding-top: 5px;
  }
}

/* -- content__sub -- */
.cmn_word_result_list_item .content__sub {
  padding: 9px 0 0 26px;
}

.content__sub .cmn_link_btn_text {
  font-size: 15px;
}

/* ------------------------------------ */
/* ▼ box_word__result */
/* ------------------------------------ */
/* -- box_word__result cmn_word_result_title -- */
@media (max-width: 767px) {
  .box_word__result .cmn_word_result_title_wrap {
    padding: 0 10px;
  }
}

/* -- box_word__result cmn_word_result_list -- */
@media (max-width: 767px) {
  .box_word__result .cmn_word_result_list {
    margin-bottom: 0;
    padding: 0 15px;
    width: 100%;
  }

  .box_word__result .cmn_word_result_list_item {
    margin-bottom: 12px;
    padding: 22px 20px 30px;
  }

  .box_word__result .cmn_word_result_list_item .content {
    overflow: visible;
    padding-right: 0;
  }

  .box_word__result .cmn_word_result_list_item .content h2 {
    font-size: 21px;
    line-height: 27px;
  }

  .box_word__result .cmn_word_result_list_item .content .content__sub {
    padding: 6px 0 0 25px;
  }

  .box_word__result .cmn_word_result_list_item .content .content__sub h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .9px;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .box_word__result .cmn_word_result_list_item .content .content__sub p {
    font-size: 16px;
    height: 52px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 17px;
  }

  .box_word__result .cmn_word_result_list_item a.cmn_link_btn.roll {
    width: 68%;
  }

  .box_word__result .cmn_word_result_list_item a.roll img {
    margin: 0 auto;
  }

  .box_word__result .cmn_word_result_list_item .d_thumb {
    float: none;
    padding: 0 20px 15px;
    width: 100%;
    margin: 0 auto;
  }

  .box_word__result .cmn_word_result_list_item img.thumb {
    float: none;
    height: 100%;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 413px) {
  .box_word__result .cmn_word_result_list {
    width: 100%;
    padding: 0 15px;
  }
}

/* ------------------------------------ */
/* ▼ page navigation */
/* ------------------------------------ */
/* -- page_skip -- */
.page_skip {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto 100px;
  position: relative;
  text-align: center;
}

.page_skip * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

.page_skip a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.page_count_box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #4250dc;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  height: 34px;
  letter-spacing: .01em;
  line-height: 34px;
  margin: 0 5px;
  padding: 0;
  width: 34px;
}

.page_count_box a {
  background: #fff;
  color: #4250dc;
  display: block;
  font-size: 15px;
  height: 34px;
  letter-spacing: .01em;
  line-height: 34px;
  width: 34px;
}

.page_count_box a:hover {
  background: #4250dc;
  color: #fff;
  font-weight: 600;
}

.p_toback,
.p_tonext {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  font-size: 15px;
  line-height: 34px;
  width: 95px;
}

.p_toback a,
.p_tonext a {
  color: #00f;
}

.p_tonext.prevp {
  background: url("../image_cmn/word/bg_back.png") no-repeat 92px 12px;
  padding-right: 10px;
  padding-left: 0;
}

.p_tonext.prevp a:hover {
  background: url("../image_cmn/word/bg_back_ov.png") no-repeat 92px 12px #4250dc;
  margin-right: -10px;
  padding-right: 10px;
  margin-left: 0;
  padding-left: 0;
}

.p_toback {
  background: url("../image_cmn/word/bg_back.png") no-repeat 92px 12px;
  padding-right: 10px;
}

.p_tonext {
  background: url("../image_cmn/word/bg_next.png") no-repeat 9px 12px;
  margin-left: 0;
  padding-left: 10px;
}

.p_toback a:hover {
  background: url("../image_cmn/word/bg_back_ov.png") no-repeat 92px 12px #4250dc;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 34px;
  margin-right: -10px;
  padding-right: 10px;
  width: 95px;
}

.p_tonext a:hover {
  background: url("../image_cmn/word/bg_next_ov.png") no-repeat 9px 12px #4250dc;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 34px;
  margin-left: -10px;
  padding-left: 10px;
  width: 95px;
}

.p_toback_gr {
  background: url("../image_cmn/word/bg_back_gr.png") no-repeat 92px 12px #ccc;
  border-radius: 2px;
  color: #8e8e8e;
  font-size: 15px;
  line-height: 36px;
  margin-right: 2px;
  padding-right: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  width: 95px;
}

.p_tonext_gr {
  background: url("../image_cmn/word/bg_next_gr.png") no-repeat 9px 12px #ccc;
  border-radius: 2px;
  color: #8e8e8e;
  font-size: 15px;
  line-height: 36px;
  padding-left: 10px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
  width: 95px;
}

.page_select {
  margin-left: 3px;
  position: absolute;
}

.page_select_ttl {
  background: url("../image_cmn/word/bg_select_bottom.png") no-repeat right center;
  color: #1d558d;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 34px;
  padding-left: 2px;
  position: relative;
  text-align: left;
  width: 156px;
}

.page_select_ttl span {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 34px;
  padding-left: 5px;
  position: relative;
  text-align: left;
  width: 150px;
}

.page_select_ttl_hover {
  background: url("../image_cmn/word/bg_select_bottom_on.png") #fff no-repeat right center;
  color: #1d558d;
}

.page_select_ttl_hover span {
  border-bottom: 1px dotted #1d558d;
  border-radius: 2px 2px 0 0 / 2px 2px 0 0;
}

.page_select_menu {
  background: #fff;
  border-bottom: 1px solid #1d558d;
  border-left: 1px solid #1d558d;
  border-right: 1px solid #1d558d;
  color: #1d558d;
  display: none;
  font-size: 15px;
  left: 5px;
  line-height: 34px;
  max-height: 195px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  text-align: left;
  width: 155px;
  z-index: 2;
}

.page_select_menu ul {
  text-indent: 10px;
  width: 145px;
}

.page_select_menu li {
  background: #fff;
  border-bottom: 1px dotted #1d558d;
  line-height: 34px;
}

.page_select_menu li.first_list {
  margin-left: -10px;
}

.page_select_menu .li_last {
  border-bottom: none;
  margin-left: -10px;
}

.page_select_menu a {
  display: block;
  width: 145px;
}

.page_select_menu a:hover {
  background: #ffe6eb;
  color: #f00;
}

.page_select_menu::-webkit-scrollbar {
  width: 12px;
}

.page_select_menu::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 1);
}

.page_skip_ul,
.page_nav_ul {
  position: relative;
  right: 75px;
}

.page_skip_ul li,
.page_nav_ul li,
.page_nav_ul02 li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.page_select_menu::-webkit-scrollbar-thumb,
.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(200, 230, 255, 1);
}

@media (max-width: 767px) {
  .page_skip_ul li,
  .page_nav_ul li,
  .page_nav_ul02 li {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    margin: 0 1.5% 1.5% 0;
    padding: 0 11px;
    width: auto;
  }

  .page_nav_ul li.p_tonext a:hover {
    background-position: center left 9px;
    line-height: inherit;
    margin: 0 -11px 0 -25px;
    padding: 0 11px 0 25px;
    width: auto;
  }

  .page_nav_ul li.p_tonext.prevp a:hover {
    background-position: center right 9px;
    margin: 0 -25px 0 -11px;
    padding: 0 25px 0 11px;
  }

  .page_skip_ul li.hide_sp,
  .page_nav_ul li.hide_sp,
  .page_nav_ul02 li.hide_sp {
    display: none;
  }

  .page_nav_ul li.p_tonext {
    background-position: center left 9px;
    padding-left: 25px;
  }

  .page_nav_ul li.p_tonext.prevp {
    background-position: center right 9px;
    padding-right: 25px;
    padding-left: 10px;
  }

  .page_nav_ul li.p_toback_gr {
    background-position: center right 10px;
    height: 30px;
    line-height: 30px;
    padding-right: 25px;
  }

  .page_nav_ul li.p_tonext_gr {
    background-position: center left 10px;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
  }

  .page_nav_ul li:last-child {
    margin-right: 0;
    padding: 0;
  }

  .page_count_box a {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    margin: 0 -7px;
    padding: 0 7px;
    width: auto;
  }

  .page_skip_ul,
  .page_nav_ul {
    right: 0;
  }

  .page_select {
    left: 0;
    margin: 0;
    position: relative;
  }

  .page_select_ttl {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    padding-left: 0;
    width: 126px;
  }

  .page_select_ttl span {
    font-size: 11px;
    height: 28px;
    line-height: 29px;
    width: 120px;
  }

  .page_select_menu {
    margin-top: 1px;
  }
  
  .page_select_menu ul,
  .page_select_menu {
    background: #fff;
    left: 0;
    width: 125px;
  }

  .page_select_menu ul li {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .page_select_menu li.first_list {
    margin: 0;
  }

  .page_select_menu li:last-child {
    margin: 0;
  }

  .page_select_menu a {
    width: 100%;
  }
}

/* -- box_word__result page_skip -- */
.box_word__result .page_skip {
  max-width: 780px;
  margin: 40px auto 30px;
}

.box_word__result .page_skip_ul,
.box_word__result .page_nav_ul {
  right: 0;
}

.box_word__result .page_select {
  position: static;
}

@media (max-width: 767px) {
  .box_word__result .page_skip {
    margin-bottom: 30px;
  }
}

/* ------------------------------------ */
/* ▼ word result text */
/* ------------------------------------ */
.box_word_result__txt {
  margin: 0 auto 77px;
  width: 780px;
}

.box_word_result__txt .thumb {
  border: 1px solid #d2d2d2;
  float: right;
  height: 252px;
  margin: 77px 0 0 20px;
  width: 340px;
}

.box_word_result__txt .content h1 {
  background: url("../image_cmn/word/ico_dots02.png") no-repeat top 8px left;
  background-size: 20px 13px;
  border-bottom: 1px solid #b28e5f;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 0 0 2px;
  position: relative;
}

.box_word_result__txt .content h1 span {
  border-bottom: 1px solid #b28e5f;
  display: block;
  font-size: 23px;
  letter-spacing: 1.15px;
  padding: 0 15px 1px 26px;
}

.box_word_result__txt .content__main {
  padding: 0 10px 0 27px;
}

.box_word_result__txt .content h2 {
  color: #a92121;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 6px 0 11px;
}

.box_word_result__txt .content p {
  font-size: 18px;
}

.box_word_result__txt .content p a:hover {
  text-decoration: underline;
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box_word_result__txt .content h2 {
    padding: 11px 10px 4px 0;
  }
}

/* ------------------------------------ */
/* ▼ word detail */
/* ------------------------------------ */
/* -- box_word__detail cmn_word_result_title -- */
.box_word__detail .cmn_word_result_title {
  margin-bottom: 53px;
  width: 822px;
}

.box_word__detail .cmn_word_result_title_text {
  padding-left: 43px;
  padding-right: 0;
  width: 100%;
}

.box_word__detail .cmn_word_result_title_text span {
  margin: 0;
}

/* -- box_word__detail box_word__list--item -- */
.box_word__detail .box_word__list--item {
  background: url("../image_cmn/word/bg_detail02.jpg") repeat top left;
  margin-bottom: 58px;
}

.box_word__detail .item__title {
  height: 55px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 10px 8px 0 8px;
}

.box_word__detail .item__title .item__hd {
  font-size: 18px;
}

@media (max-width: 767px) {
  .box_word__detail .box_word__list--item {
    padding: 0 10px;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box_word__detail .item__title {
    padding-top: 10px;
  }
}

/* -- box_word__detail cmn_word_list_block_wrap -- */
.box_word__detail .cmn_word_list_block_wrap {
  background: none;
  padding: 50px 0 110px;
  width: 940px;
}

.box_word__detail .cmn_word_list_block_wrap .border_color {
  bottom: 70px;
  border: none;
  content: "";
  display: block;
  height: 2px;
  margin: 0;
  position: absolute;
  top: auto;
  width: 100%;
}

.box_word__detail .cmn_word_list_block_wrap::before {
  background: url("../image_cmn/word/bg_detail01.png") no-repeat top left;
  display: none;
  height: 94px;
  width: 198px;
  right: 6px;
  top: -94px;
}

.box_word__detail .cmn_word_list_block {
  width: 100%;
}

.box_word__detail .cmn_word_list_block li {
  margin-bottom: 15px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .box_word__detail .cmn_word_list_block_wrap .slick-arrow {
    margin-top: -6px;
  }

  .box_word__detail .cmn_word_list_block_wrap .prev {
    left: -29px;
  }

  .box_word__detail .cmn_word_list_block_wrap .next {
    right: -29px;
  }
}

@media (max-width: 767px) {
  .box_word__detail .cmn_word_list_block_wrap {
    padding-bottom: 80px;
    padding-top: 28px;
    width: 100%;
  }

  .box_word__detail .cmn_word_list_block_wrap .border_color {
    bottom: 50px;
  }

  .box_word__detail .cmn_word_list_block_wrap h3 > span {
    font-size: 19px;
  }

  .box_word__detail .cmn_word_list_block {
    width: 91.7%;
  }

  .box_word__detail .cmn_word_list_block_wrap .item__btn1 {
    background-image: url("../image_cmn/word/sp/btn_open.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: none;
    font-size: 0;
    height: 51px;
    margin: 0 auto 0;
    width: 298px;
  }

  .box_word__detail .cmn_word_list_block_wrap .item__btn1.active {
    background-image: url("../image_cmn/word/sp/btn_close.png");
  }
}

/* -- box_word__detail box_word_result__txt -- */
@media (max-width: 767px) {
  .box_word__detail .box_word_result__txt {
    padding: 0 10px;
    width: 100%;
  }

  .box_word__detail .box_word_result__txt .content {
    overflow: visible;
  }

  .box_word__detail .box_word_result__txt .content h1 {
    top: 0;
  }

  .box_word__detail .box_word_result__txt .content h1 span {
    font-size: 21px;
    line-height: 27px;
    padding: 0 15px 5px 30px;
  }

  .box_word__detail .box_word_result__txt .content .content__main {
    padding-left: 30px;
  }

  .box_word__detail .box_word_result__txt .content .content__main p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
  }

  .box_word__detail .box_word_result__txt .d_thumb img.thumb {
    width: 100%;
    height: inherit;
  }
}

/* -- box_word__detail d_thumb -- */
.box_word__detail .d_thumb img {
  border: 1px solid #d2d2d2;
}

/* -- box_word__detail item__btn -- */
.box_word__detail .box_word__list--item .item__btn,
.box_word__detail .box_word__list--item .item__btn1 {
  margin: 0 10px 0 0;
}

.box_word__detail .box_word__list--item .item__btn.active,
.box_word__detail .box_word__list--item .item__btn1.active {
  margin-top: -2px;
}

/* -- img_etc -- */
.img_etc img {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .img_etc {
    font-size: 0;
  }

  .img_etc img {
    margin-bottom: 29px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ link_cate */
/* ------------------------------------ */
.link_cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.link_cate_btn {
  padding: 0 7px;
  width: auto;
}

.link_cate_btn a {
  background: #c92121;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #000;
  padding: 11px 40px 11px 24px;
  position: relative;
}

.link_cate_btn a::after {
  content: "▶";
  color: #fff;
  position: absolute;
  top: 50%;
}

.link_cate_btn a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .link_cate {
    margin-top: 40px;
  }

  .link_cate_btn:nth-of-type(n+3) {
    margin-top: 15px;
  }

  .link_cate_btn a {
    font-size: 18px;
    padding: 11px 32px;
    min-width: 300px;
  }

  .link_cate_btn a::after {
    font-size: 15px;
    height: 24px;
    margin-top: -12px;
    right: 8px;
  }
}

@media (max-width: 767px) {
  .link_cate {
    flex-direction: column;
    margin-top: 20px;
  }

  .link_cate_btn:not(:first-of-type) {
    margin-top: 10px;
  }

  .link_cate_btn a {
    font-size: 13px;
    padding: 11px 20px;
    min-width: 220px;
  }

  .link_cate_btn a::after {
    font-size: 9px;
    height: 14px;
    margin-top: -7px;
    right: 5px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__all */
/* ------------------------------------ */
/* -- box_word__all -- */
@media (max-width: 767px) {
  .box_word__all .cmn_word_result_title_wrap {
    padding: 0 10px;
  }

  .box_word__all .cmn_word_result_title_count {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 0;
    right: 0;
  }
}

/* -- anchor_cmn -- */
.box_word__all .anchor_cmn {
  margin: 30px auto 0;
  max-width: 810px
}

.box_word__all .anchor_cmn ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.box_word__all .anchor_cmn ul li {
  display: block;
  margin-bottom: 13px;
  width: 20.74%;
}

/* 用語がない場合のアンカーリンクをグレーアウト */
.box_word__all .anchor_cmn ul li a.btn_gray {
  background: url("../image_cmn/anchor/anchor_bg_gr.png");
}

.box_word__all .anchor_cmn ul li a.btn_gray::after {
  border: 1px solid #aaa;
}

@media (max-width: 767px) {
  .box_word__all .anchor_cmn ul li {
    margin: 0 0 10px;
    padding: 0 5px;
    width: 33.3%;
  }
}

/* -- update_btn -- */
@media (max-width: 767px) {
  .update_btn:not(.is_open) .opened_text {
    display: none;
  }

  .update_btn.is_open .closed_text {
    display: none;
  }
}

/* ------------------------------------ */
/* ▼ btn_return */
/* ------------------------------------ */
.btn_return {
  margin-bottom: 12px;
}

.btn_return .flex_r {
  display: flex;
  flex-direction: row-reverse;
}

.btn_return .cmn_link_btn {
  margin: 0;
  width: 290px;
}

.btn_return .cmn_link_btn .cmn_link_btn_text {
  font-size: 16px;
  padding: 8px 14px 7px 23px;
}

.btn_return .cmn_link_btn .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  left: 14px;
  right: auto;
  top: calc(50% - 5px);
  transform: rotate(180deg);
}

/* ------------------------------------ */
/* ▼ link button */
/* ------------------------------------ */
.btn_blcok {
  margin: 15px auto 0;
  max-width: 330px;
  width: 100%;
}

.btn_blcok:not(.is_show) {
  display: none;
}


.btn_blcok .cmn_link_btn {
  padding: 0;
  width: 91%;
}

.btn_blcok .cmn_link_btn_text {
  padding: 7px 11px 7px 2px;
}

.btn_blcok .cmn_link_btn_text::after {
  right: 5px;
}

@media (max-width: 767px) {
  .btn_blcok {
    max-width: 255px;
  }

  .btn_blcok .cmn_link_btn_text {
    font-size: 15px;
    padding-top: 9px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .btn_blcok .cmn_link_btn_text {
    padding-bottom: 6px;
    padding-top: 10px;
  }
}

/* ------------------------------------ */
/* ▼ img__wrap */
/* ------------------------------------ */
.img__wrap {
  display: flex;
  flex-wrap: wrap;
}

.img__wrap__item {
  position: relative;
}

.img__wrap__item:nth-of-type(2n) {
  margin-right: 0;
}

.img__wrap__item:first-child:last-child {
  text-align: center;
}

.img__wrap__cap {
  font-size: 16px;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .img__wrap {
    margin: 35px auto 0;
    width: 594px;
  }

  .img__wrap__item {
    margin: 0 30px 20px 0;
    width: 282px;
  }

  .img__wrap__item:first-child:last-child {
    margin: 0 auto 30px;
    width: 470px;
  }

  .img__wrap__item:first-child:last-child .img__wrap__cap {
    color: #a92121;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
    font-weight: 600;
    margin-top: 12px;
  }

  .img__wrap__item:not(:nth-of-type(2n)):not(:first-child):last-child:after {
    background: url("../image/tips/img-blank-01.png") no-repeat top left;
    background-size: 100% auto;
    content: "";
    height: 144px;
    position: absolute;
    right: -250px;
    top: 30px;
    width: 144px;
  }
}

@media (max-width: 767px) {
  .img__wrap {
    margin: 20px auto;
  }

  .img__wrap__item {
    margin: 0 0 20px 0;
    padding: 0 20px;
    width: 100%;
  }

  .img__wrap__item:first-child:last-child {
    padding: 0;
  }

  .img__wrap__item:last-of-type {
    margin-bottom: 0;
  }
}

/* ------------------------------------ */
/* relational_word_title */
/* ------------------------------------ */
.relational_title_box {
  margin: 0 auto;
  max-width: 820px;
  position: relative;
}

.relational_title_box::before {
  background: #b79735;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.relational_title_box .relational_title_text {
  line-height: 0;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.relational_title_box .relational_title_text::before,
.relational_title_box .relational_title_text::after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
}

.relational_title_box .relational_title_text > span {
  background: url("../image_cmn/word/bg-title01-rep.png") repeat 0 0 / 100% auto;
  display: inline-block;
  font-size: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}

.relational_title_box .relational_title_text > span::before,
.relational_title_box .relational_title_text > span::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

.relational_title_box .relational_title_text > span::before {
  background: url("../image_cmn/word/bg-title01-top.png") no-repeat 0 0 / cover;
}

.relational_title_box .relational_title_text > span::after {
  background: url("../image_cmn/word/bg-title01-btm.png") no-repeat left bottom / cover;
}

.relational_title_box .relational_title_text > span > span {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.5;
  position: relative;
  vertical-align: middle;
}

.relational_title_box .relational_title_text > span > span::before,
.relational_title_box .relational_title_text > span > span::after {
  background: url("../image_cmn/word/ico-ttl-gold.png") no-repeat center / cover;
  content: "";
  display: block;
  height: 19px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}

@media (min-width: 768px) {
  .relational_title_box {
    width: 100%;
  }

  .relational_title_box::before {
    left: 0;
    width: 100%;
  }

  .relational_title_box .relational_title_text {
    max-width: 530px;
  }

  .relational_title_box .relational_title_text::before,
  .relational_title_box .relational_title_text::after {
    top: -10px;
    width: 26px;
  }

  .relational_title_box .relational_title_text::before {
    left: -26px;
  }

  .relational_title_box .relational_title_text::after {
    right: -26px;
  }

  .relational_title_box .relational_title_text > span::before,
  .relational_title_box .relational_title_text > span::after {
    height: 14px;
  }

  .relational_title_box .relational_title_text > span::before {
    top: -10px;
  }

  .relational_title_box .relational_title_text > span::after {
    bottom: -10px;
  }

  .relational_title_box .relational_title_text > span > span {
    font-size: 19px;
    padding: 0 39px;
  }

  .relational_title_box .relational_title_text > span > span::before {
    left: -4px;
  }

  .relational_title_box .relational_title_text > span > span::after {
    right: -4px;
  }
}

@media (max-width: 767px) {
  .relational_title_box::before {
    left: 2%;
    width: 96%;
  }

  .relational_title_box .relational_title_text {
    max-width: 278px;
  }

  .relational_title_box .relational_title_text::before,
  .relational_title_box .relational_title_text::after {
    top: -7px;
    width: 10px;
  }

  .relational_title_box .relational_title_text::before {
    left: -10px;
  }

  .relational_title_box .relational_title_text::after {
    right: -10px;
  }

  .relational_title_box .relational_title_text > span::before,
  .relational_title_box .relational_title_text > span::after {
    height: 7px;
  }

  .relational_title_box .relational_title_text > span::before {
    top: -7px;
  }

  .relational_title_box .relational_title_text > span::after {
    bottom: -7px;
  }

  .relational_title_box .relational_title_text > span > span {
    font-size: 16px;
    padding: 0 44px;
  }

  .relational_title_box .relational_title_text > span > span::before {
    left: 8px;
  }

  .relational_title_box .relational_title_text > span > span::after {
    right: 8px;
  }
}

/* ------------------------------------ */
/* calousel_item_block */
/* ------------------------------------ */
.calousel_item_block {
  margin: 0 auto;
  max-width: 934px;
  opacity: 0;
  transition: opacity .3s linear;
}

.calousel_item_block.slick-initialized {
  opacity: 1;
}

.calousel_item_word_block {
  letter-spacing: .06em;
  line-height: 1.5;
}

.calousel_item_image {
  text-align: center;
}

.calousel_item_image a {
  display: block;
  transition: .2s;
}

.calousel_item_image img {
  border: 1px solid #888;
  margin: 0 auto;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.calousel_item_image img {
  margin-left: -1px;
}

.calousel_item_text {
  letter-spacing: .06em;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .calousel_item_block {
    margin-top: 12px;
  }

  .calousel_item {
    margin: 0 8px;
  }

  .calousel_item_word_block {
    font-size: 20px;
    height: 30px;
  }

  .calousel_item_image_block {
    margin-top: 7px;
  }

  .calousel_item_image a:hover {
    opacity: .7;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .calousel_item_image a:hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .calousel_item_image_block {
    margin-top: 3px;
  }
}

/* ------------------------------------ */
/* item_detail_block */
/* ------------------------------------ */
.item_detail_block {
  background: url("../image_cmn/word/bg-box-item01.png");
}

.item_detail_image_block {
  display: flex;
}

.item_detail_image {
  font-size: 0;
}

.item_detail_info_text_block {
  background: #fff;
  border: 1px solid #d1c2a5;
  border-top: none;
}

.item_detail_text_ttl {
  font-weight: 600;
}

.word_txt,
.word_text {
  color: #1d8700;
  font-weight: 600;
}

@media (min-width: 768px) {
  .item_detail_block {
    margin: 0 auto;
    max-width: 820px;
    padding: 40px 40px 45px;
  }

  .item_detail_image_block {
    justify-content: space-between;
  }

  .item_detail_info_text_block {
    padding: 20px 28px;
  }
}

@media (max-width: 767px) {
  .item_detail_block {
    padding: 20px;
  }

  .item_detail_image_block {
    justify-content: center;
  }

  .item_detail_text_block {
    width: 100%;
  }

  .item_detail_info_block {
    margin-top: 20px;
  }

  .item_detail_info_text_block {
    padding: 10px 15px;
  }

  .item_detail_btn_block {
    margin: 20px auto 0;
    width: 220px;
  }
}

/* ------------------------------------ */
/* post_number_wrap */
/* ------------------------------------ */
.post_number_wrap {
  margin: 0 auto 30px;
  max-width: 500px;
  width: 50%;
}

.post_number_wrap.not-planed_contents{
  max-width: 420px;
}

.post_number_wrap dl {
  border: 2px solid #b28e5f;
}

.post_number_wrap dt,
.post_number_wrap dd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post_number_wrap dt {
  background: url("../image_cmn/anchor/anchor_bg.png") no-repeat center 0;
  background-size: cover;
  color: #fff;
  font-size: 19px;
  padding: 5px 5px 4px;
  width: 30%;
}

.post_number_wrap dd {
  font-size: 22px;
  font-weight: 600;
  padding-left: 5px;
  width: 70%;
}

.post_number_wrap.not-planed_contents dt,
.post_number_wrap.not-planed_contents dd{
  width: 50%;
}

.post_number_wrap dd span {
  font-size: 18px;
  letter-spacing: .085em;
}

@media (max-width: 767px) {
  .post_number_wrap {
    margin: 4% auto;
    padding: 0 10px;
    width: 90%;
  }

  .post_number_wrap dt {
    background: url("../image_cmn/anchor/anchor_bg.png") repeat-y center 0;
    background-size: cover;
    font-size: 18px;
    width: 30%;
  }

  .post_number_wrap.not-planed_contents dt{
    width: 60%;
  }

  .post_number_wrap dd {
    display: block;
    font-size: 18px;
    padding: 1.5% 0;
    width: 70%;
    text-align: center;
  }

  .post_number_wrap.not-planed_contents dd{
    width: 40%;
  }

  .post_number_wrap dd span {
    display: block;
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* cmn_word_title */
/* ------------------------------------ */
.cmn_word_title {
  margin: 0 auto;
  text-align: center;
}

.cmn_word_title_text {
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
  clear: both;
  background: none;
  color: #000;
  height: auto;
  letter-spacing: .1em;
  position: relative;
  display: inline-block;
}

.cmn_word_title_text::before {
  background: url("../image_cmn/word/ico02.png") no-repeat top left;
  content: "";
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 3%;
  width: 28px;
  height: 28px;
  background-size: 28px;
}

.cmn_word_title_text::after {
  background: url("../image_cmn/word/ico02.png") no-repeat top left;
  content: "";
  margin-top: -14px;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 28px;
  height: 28px;
  background-size: 28px;
}

.cmn_word_title_text_inner {
  font-weight: 600;
  display: inline-block;
  border-top: solid 3px #B28E5F;
  border-bottom: solid 3px #B28E5F;
  padding: 14px 60px;
}

.cmn_word_title_text .cmn_word_result_title_count {
  width: 80px;
}

.cmn_word_title_text .cmn_word_result_title_count span {
  font-size: 15px;
  letter-spacing: .03em;
}

@media (min-width: 768px) {
  .cmn_word_title p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cmn_word_title p {
    font-size: 15px;
  }

  .cmn_word_title_text {
    font-size: 1.2em;
  }

  .cmn_word_title_text::before,
  .cmn_word_title_text::after {
    background: url("../image_cmn/word/sp/ico02.svg") no-repeat top left;
    background-size: 1em;
    content: "";
    height: 1em;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 1em;
  }

  .cmn_word_title_text::before {
    left: 1%;
  }

  .cmn_word_title_text::after {
    right: 1%;
  }
  
  .cmn_word_title_text_inner {
    width: 100%;
    padding: 15px 40px;
  }
}

/* ------------------------------------ */
/* cmn_word_list_block */
/* ------------------------------------ */
.cmn_word_list_block_wrap {
  background: url("../image_cmn/word/bg_word05.jpg") top left;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}

.cmn_word_list_block_wrap:not(.no_bg_flw)::before {
  background: url("../image_cmn/word/bg_word06.png") no-repeat top left;
  content: "";
  height: 132px;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}

.cmn_word_list_block_wrap .item__btn.hide {
  display: none;
}

.cmn_word_list_block {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.cmn_word_list_block_item {
  padding: 0 7px;
  vertical-align: top;
}

.cmn_word_list_block_item.item__hidden {
  display: none;
}

.cmn_word_list_block_item a {
  display: block;
}

.cmn_word_list_block_item img {
  border-top: none;
  width: 100%;
}

.cmn_word_list_block_item.item img {
  border: none;
}

.cmn_word_list_block_item.noborder img {
  border: none;
}

.cmn_word_list_block_item:not(.no_data):not(.spacer) img:hover {
  opacity: .5;
}

.cmn_word_list_block_item.no_data {
  cursor: default;
  position: relative;
}

.cmn_word_list_block_item.no_data img {
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmn_word_list_block_item.long_box {
  width: 100%;
}

.cmn_word_list_block_item:not(.no_data) img:hover {
  opacity: .5;
}

.cmn_word_list_block_item.deco {
  text-align: center;
}

.cmn_word_list_block_item.deco img {
  width: auto;
}

.cmn_word_list_block_item.deco:not(.no_data) img:hover {
  cursor: default;
  opacity: 1;
}

@media (min-width: 768px) {
  .cmn_word_list_block_wrap {
    padding: 40px 40px 35px;
  }

  .cmn_word_list_block_wrap .prev {
    left: -28px;
  }

  .cmn_word_list_block_wrap .next {
    right: -28px;
  }

  .cmn_word_list_block {
    margin-top: 10px;
  }

  .cmn_word_list_block_item {
    margin-top: 15px;
    width: 25%;
  }

  .cmn_word_list_block_item.short_box {
    width: 50%;
  }

  .cmn_word_list_block_item.deco {
    display: flex;
    align-items: center;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .cmn_word_list_block_wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media (max-width: 767px) {
  .cmn_word_list_block_wrap {
    padding: 30px 20px 35px;
  }

  .cmn_word_list_block_wrap::before {
    content: none;
  }

  .cmn_word_list_block_wrap .prev {
    left: -18px;
  }

  .cmn_word_list_block_wrap .next {
    right: -18px;
  }

  .cmn_word_list_block_wrap .item__btn {
    background-image: url("../image_cmn/word/sp/btn_open.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    display: block;
    float: none;
    font-size: 0;
    height: 51px;
    margin: 10px auto 0;
    opacity: 1;
    position: relative;
    right: auto;
    bottom: auto;
    width: 250px;
  }

  .cmn_word_list_block_wrap .item__btn.active {
    background-image: url("../image_cmn/word/sp/btn_close.png");
  }

  .cmn_word_list_block {
    margin-top: 5px;
  }

  .cmn_word_list_block_item {
    margin-top: 10px;
    min-height: 0;
    width: 50%;
  }

  .cmn_word_list_block_item.short_box {
    width: 100%;
  }

  .cmn_word_list_block_item.deco {
    display: none;
  }
}

/* -- spacer -- */
.cmn_word_list_block .spacer {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  min-height: 56px;
  text-align: center;
}

.cmn_word_list_block .spacer img {
  height: auto;
  vertical-align: bottom;
  width: auto;
}

.cmn_word_list_block .spacer img:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  /* spacer01 */
  .cmn_word_list_block .spacer.spacer01:nth-of-type(4n),
  .cmn_word_list_block .spacer.spacer01:nth-of-type(4n+1) {
    display: none;
  }

  /* spacer02 */
  .cmn_word_list_block .spacer.spacer02:nth-of-type(4n+1),
  .cmn_word_list_block .spacer.spacer02:nth-of-type(4n+2) {
    display: none;
  }

  /* spacer03 */
  .cmn_word_list_block .spacer.spacer03:nth-of-type(4n+1),
  .cmn_word_list_block .spacer.spacer03:nth-of-type(4n+3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .cmn_word_list_block .spacer {
    align-items: center;
  }

  /* spacer01 */
  .cmn_word_list_block .spacer.spacer01 {
    display: none;
  }

  /* spacer02 */
  .cmn_word_list_block .spacer.spacer02:nth-of-type(2n) {
    display: none;
  }

  /* spacer03 */
  .cmn_word_list_block .spacer.spacer03 {
    display: none;
  }
}

/* ------------------------------------ */
/* cmn_word_disc_wrap */
/* ------------------------------------ */
.cmn_word_disc_wrap.type01 {
  margin-top: 10px;
}

.cmn_word_disc_wrap.type01 .disc {
  letter-spacing: .054em;
  margin-top: 10px;
  padding: 0 22px;
}

.cmn_word_disc_wrap .disc_img {
  margin: 0 auto;
}

.cmn_word_disc_wrap.type01 .disc_img {
  max-width: 720px;
}

.cmn_word_disc_wrap.type01 .disc_img img {
  border: 1px solid #888;
  vertical-align: bottom;
}

.cmn_word_disc_wrap.type02 .disc_img {
  outline: 1px solid #d2d2d2;
  outline-offset: -1px;
}

@media (min-width: 768px) {
  .cmn_word_disc_wrap.type01 .disc {
    font-size: 18px;
    max-height: 88px;
  }

  .cmn_word_disc_wrap.type01 .disc_img {
    margin-top: 20px;
  }

  .cmn_word_disc_wrap.type02 {
    margin-top: 15px;
  }

  .cmn_word_disc_wrap.type02::after {
    clear: both;
    content: "";
    display: table;
  }

  .cmn_word_disc_wrap.type02 .disc {
    padding-left: 25px;
    letter-spacing: .03em;
  }

  .cmn_word_disc_wrap.type02 .disc p {
    font-size: 18px;
  }

  .cmn_word_disc_wrap.type02 .disc span {
    display: block;
  }

  .cmn_word_disc_wrap.type02 .disc span + span {
    margin-top: 7px;
  }

  .cmn_word_disc_wrap.type02 .disc_img_wrap {
    float: right;
    margin-top: 5px;
    padding-left: 25px;
    width: 325px;
  }
}

@media (max-width: 767px) {
  .cmn_word_disc_wrap.type01 .disc {
    font-size: 16px;
    max-height: 130px;
  }

  .cmn_word_disc_wrap.type01 .disc_img {
    margin-top: 15px;
    padding: 0 22px;
  }

  .cmn_word_disc_wrap.type02 {
    margin-top: 8px;
  }

  .cmn_word_disc_wrap.type02 .disc {
    height: 52px;
  }

  .cmn_word_disc_wrap.type02 .disc p {
    font-size: 16px;
  }

  .cmn_word_disc_wrap.type02 .disc_img {
    margin-top: 12px;
    max-width: 450px;
  }

  .cmn_word_disc_wrap.type02 .disc_img img {
    width: 100%;
  }
}

/* ------------------------------------ */
/* 刀剣漢字辞典のみ
   h2見出し（左右に花柄背景有り）バナーエリア追加 */
/* ------------------------------------ */

.touken-kanji-result .cmn_h2_01 {
  border-bottom: 4px solid #93703e;
  border-top: 2px solid #93703e;
  max-width: 858px;
}
.touken-kanji-result .cmn_h2_01>span {
  background-image: none;
  background-color: #838f35;
  color: #FFF;
}
.touken-kanji-result .cmn_h2_01>span>span::after,
.touken-kanji-result .cmn_h2_01>span>span::before {
  background-image: url(/wp/wp-content/themes/wp-templ/touken-kanji/image/ico01.png);
}

.touken-kanji-result .cmn_word_result_list_item .cmn_bnr_area {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .touken-kanji-result .cmn_h2_01 + .cmn_word_result_wrap {
    margin-top: 37px; 
  }
  .touken-kanji-result .cmn_h2_01 + .section_lead_block {
    margin-top: 20px; 
  }  
}

@media (max-width: 767px) {
  .touken-kanji-result .cmn_h2_01 {
    margin: 0 10px 10px;
  }
  .touken-kanji-result .cmn_h2_01>span {
    padding: 13px 10px;
  }
  .sp_newline {
    display: inline-block;
  }

  .touken-kanji-result .cmn_word_result_list_item .cmn_bnr_area {
    margin-top: 30px;
  }
}