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

title : 【刀剣ワールド】刀剣名刀図鑑 検索結果ページ
scope : 【刀剣ワールド】刀剣名刀図鑑 検索結果ページ

memo：

modify : 2022/03/10 tanaka リード文追加タイトル改行修正
2020/09/16 TCI_uesugi ボタンレイアウト修正
2020/07/29 TCI_Yoneshima current表示追加
2020/05/12 TCI_Yoneshima 新規作成

========================================================== */
/* ------------------------------------ */
/* ▼ 共通上書き */
/* ------------------------------------ */
.cmn_h1_sitetop_name {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .box_result_title .cmn_h1_sitetop_name {
    text-align: left;
    width: auto;
  }
}
/* ------------------------------------ */
/* ▼ box_search_result */
/* ------------------------------------ */
/* -- box_search_result -- */
.box_search_result__wrapper {
  overflow: visible;
}

.box_search_result {
  margin: auto;
  max-width: 950px;
  width: 100%;
}

@media (max-width: 767px) {
  .box_search_result__wrapper {
    padding-bottom: 40px;
  }
  .box_search_result {
    padding: 0 10px;
  }
  .result .box_search_result {
    padding: 0 10px;
    width: 100%;
  }
}

/* -- box_result_title -- */
.box_result_title {
  max-width: 830px;
  margin: 0 auto;
  border-bottom: 2px solid #b28e5f;
  margin-bottom: 20px;
  padding-bottom: 3px;
  width: 100%;
  position: relative;
}
.box_result_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
  border-bottom: 1px solid #b28e5f;
}

.box_result_title .box_result_title__inner_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.box_result_title .h1_search_all {
  background: url("../image/detail/ico-title-dots01.png") no-repeat top .4em left;
  background-size: 26px 17px;
  font-size: 26px;
  letter-spacing: .1em;
  padding: 4px 4px 4px 43px;
  position: relative;
}

.box_result_title .h1_search_all.w_adj {
  max-width: 13em;
}

.box_result_title .num_search_result small {
  font-size: 22px;
  font-weight: normal;
}

.box_result_title .num_search_result span {
  font-size: 22px;
  top: 0;
}

.box_result_title h1 small {
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
  margin-left: -1px;
}

.box_result_title span {
  font-size: 18px;
  letter-spacing: 1px;
}

.box_result_title .katana_all {
  float: right;
  margin-right: 22px;
}

.box_result_title span.two_line {
  display: block;
  margin-top: -1.6em;
  margin-left: auto;
  white-space: nowrap;
}

.box_result_title span small {
  font-size: 20px;
  letter-spacing: .06em;
  font-weight: 600;
}

.search_result_heading_count {
  letter-spacing: .04em;
  position: relative;
  text-align: right;
}

.box_result_title h1.h1_search_all.h1_result_all {
  max-width: 100%;
}

@media (min-width: 768px) {
  .box_result_title .h1_search_all.has_katana_all {
    padding-right: 200px;
  }
  .box_result_title .num_search_result {
    padding-left: 43px;
  }
  .search_result_heading_count {
    font-size: 18px;
    margin: 4px 0 0;
    width: 250px;
  }
  .search_result_heading_count span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .box_result_title .h1_search_all {
    background-size: 18px 12px;
    background-position: top .3em left;
    font-size: 24px;
    padding: 0 0 5px 25px;
    position: relative;
    width: 100%;
  }
  .box_result_title {
    margin-bottom: 53px;
    width: 98%;
  }
  .result_all .box_result_title {
    margin-bottom: 0;
    width: 100%;
  }
  .box_result_title .box_result_title__inner_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .box_result_title .box_result_title__inner {
    border: none;
    border-bottom-width: 0;
    display: block;
    padding: 0;
    position: absolute;
    bottom: -50px;
    width: 100%;
  }
  .box_result_title span {
    font-size: 16px;
    text-align: right;
    width: 100%;
  }
  .box_result_title span small {
    font-size: 15px;
    font-weight: normal;
    margin-left: 0;
  }
  .box_result_title span.bdN {
    border: none;
    width: auto;
    padding: 2px 0 0;
  }
  .box_result_title .num_search_result {
    border: none;
    margin-left: 0;
    padding-top: 0;
    padding-left: 25px;
  }
  .box_result_title .num_search_result small {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
  }
  .box_result_title .num_search_result span {
    font-size: 15px;
  }
  .two_line {
    border: none;
    display: block;
    text-align: right;
  }
  .box_result_title span.two_line {
    font-size: 15px;
    letter-spacing: normal;
    min-height: 45px;
    padding: 0;
  }
  .two_line .katana_all {
    font-size: 15px;
    letter-spacing: normal;
    margin-right: 1.5rem;
  }
  .search_result_heading_count {
    font-size: 16px;
  }
  .search_result_heading_count span {
    border: none;
    font-size: 14px;
    margin-left: 10px;
  }
  .box_result_title h1.h1_search_all.h1_result_all {
    font-size: 17px;
  }
}

/* ▼ section_lead_block */
.section_lead_block {
  margin: 0 auto;
  max-width: 830px;
}

@media (min-width: 768px) {
  .section_lead_block {
    letter-spacing: 0;
    margin-bottom: 30px;
    padding: 0 31px 0 43px;
  }
}

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

  .section_lead_text {
    font-size: 16px;
  }
}

/* -- box_result_list -- */
.box_result_list {
  margin: 40px auto 0;
  max-width: 800px;
  width: 100%;
}

.box_result_list .box_result__item {
  background: url(../image/bg-box-pattern02.jpg) repeat top left;
  margin-bottom: 56px;
  border-top: 2px solid #b28e5f;
  border-bottom: 4px solid #b28e5f;
  border-left: 1px solid #b28e5f;
  border-right: 1px solid #b28e5f;
}

.box_result_list .box_result__item:last-child {
  margin-bottom: 0;
}

.box_result_list .box_result__item h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  max-height: 60px;
  padding: 17px 15px 11px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.box_result_list .box_result__item .gallery .gallery__item {
  align-items: center;
  display: flex;
  font-size: 0;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.box_result_list .box_result__item .gallery .gallery__item:nth-child(n+2) {
  margin-top: 8px;
}

.box_result_list .box_result__item .gallery .gallery__item::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.box_result_list .box_result__item .gallery .gallery__item.gallery__item_white {
  background: #fff;
}

.box_result_list .box_result__item .gallery .gallery__item.gallery__item_white::before {
  border: 1px solid #D2D2D2;
}

.box_result_list .box_result__item .gallery .gallery__item span {
  width: 100%;
}

.box_result_list .box_result__item .gallery .gallery__item img {
  display: block;
  margin: auto;
  z-index: 2;
}

.box_result_list .box_result__item .gallery .gallery__item:last-child {
  margin-bottom: 0;
}

.box_result_list .box_result__item .content {
  padding: 15px 25px 28px;
}

.box_result_list .box_result__item .content .description {
  letter-spacing: .06em;
  margin: 0 auto 22px;
  text-align: justify;
  width: 95%;
}

.box_result_list .box_result__item .info_box {
  background: #fff;
  border: 1px solid #b28e5f;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.box_result_list .box_result__item table {
  position: relative;
}

.box_result_list .box_result__item table::before,
.box_result_list .box_result__item table::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 120px;
  z-index: -1;
}

.box_result_list .box_result__item table::before {
  background: url(../image/bg_result01.jpg) repeat top left;
  left: 0;
}

.box_result_list .box_result__item table::after {
  background: url(../image/bg_result02.jpg) repeat top left;
  left: 374px;
}

.box_result_list .box_result__item table td {
  border-bottom: 1px solid #D9C7AF;
  position: relative;
  vertical-align: middle;
}

.box_result_list .box_result__item table td:nth-child(odd) {
  color: #fff;
  font-size: 0;
  font-weight: 600;
  text-align: center;
  width: 120px;
}

.box_result_list .box_result__item table td:nth-child(odd) span {
  font-size: 15px;
  margin-left: 6px;
}

.box_result_list .box_result__item table td:nth-child(even) {
  font-size: 17px;
  padding: 8px 10px 7px 13px;
  width: 253px;
}

.box_result_list .box_result__item table td.spec {
  font-size: 18px;
  font-weight: 600;
}

.box_result_list .box_result__item table td i,
.box_result_list .box_result__item table td span {
  display: inline-block;
  vertical-align: middle;
}

.box_result_list .box_result__item table tr:last-child td {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .box_result_list .box_result__item .gallery .gallery__item {
    height: 160px;
  }
  .box_result_list .box_result__item .content .description {
    height: 85px;
  }
}

@media (max-width: 767px) {
  .result .box_result_list {
    width: 100%;
  }
  .box_result_list .box_result__item h2 {
    font-size: 21px;
    letter-spacing: 1.05px;
    max-height: none;
    overflow: hidden;
    padding: 15px 15px 10px;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .box_result_list .box_result__item .gallery .gallery__item {
    height: auto;
  }
  .box_result_list .box_result__item .gallery .gallery__item.gallery__item_white {
    margin-top: -2px;
  }
  .box_result_list .box_result__item .gallery .gallery__item img {
    height: auto;
  }
  .box_result_list .box_result__item .content {
    padding: 20px 20px 30px;
  }
  .box_result_list .box_result__item .content .description {
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto 5.1%;
    max-height: inherit;
    width: 90%;
  }
  .box_result_list .box_result__item table.sp {
    display: table !important;
  }
  .box_result_list .box_result__item table::after {
    display: none;
  }
  .box_result_list .box_result__item table td.spec {
    font-size: 17px !important;
  }
  .box_result_list .box_result__item table td:nth-child(even) {
    background: #fff;
    font-size: 16px;
    width: inherit;
  }
  .box_result_list .box_result__item table td:nth-child(odd) span {
    font-size: 14px;
  }
  .box_result_list .box_result__item .info_box {
    margin-bottom: 19px;
  }
  .box_result_list .box_result__item {
    margin-bottom: 30px;
    border-top: 1px solid #B28E5F;
    border-bottom: 2px solid #B28E5F;
    border-left: 1px solid #B28E5F;
    border-right: 1px solid #B28E5F;
  }
}

/* ------------------------------------ */
/* ▼ Page navigation */
/* ------------------------------------ */
/* -- page_skip -- */
.page_skip {
  margin-top: 30px;
}

.page_skip_box {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

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

.page_skip li {
  display: inline-block;
  vertical-align: top;
}

.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;
  height: 34px;
  width: 34px;
}

.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_tonext {
  background: url("../image/img-skip-next.png") no-repeat 9px 12px;
  padding-left: 10px;
}

.p_tonext.prevp {
  background: url("../image/img-skip-back.png") no-repeat 92px 12px;
  padding-left: 0;
  padding-right: 10px;
}

.p_tonext a {
  color: #0000ff;
  display: block;
  margin-left: -10px;
  padding-left: 10px;
}

.p_tonext.prevp a {
  margin-left: 0;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 10px;
}

.p_toback_gr,
.p_tonext_gr {
  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_toback_gr {
  background: url("../image/img-skip-back-gr.png") no-repeat 92px 12px #ccc;
  margin-right: 2px;
  padding-right: 10px;
}

.p_tonext_gr {
  background: url("../image/img-skip-next-gr.png") no-repeat 9px 12px #ccc;
  padding-left: 10px;
}

.page_select {
  margin-left: 3px;
}

.page_select_ttl {
  background: url("../image/img-select-bottom.png") no-repeat right center;
  color: #1d558d;
  cursor: pointer;
  padding-left: 2px;
  position: relative;
  width: 157px;
}

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

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

.page_select_menu {
  border-bottom: 1px solid #1d558d;
  border-left: 1px solid #1d558d;
  border-right: 1px solid #1d558d;
  color: #1d558d;
  display: none;
  font-size: 15px;
  line-height: 34px;
  left: 2px;
  max-height: 195px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  text-align: left;
  width: 156px;
  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: -9px;
  width: 100%;
}

.page_select_menu a {
  display: block;
}

.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;
}

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

@media (min-width: 768px) {
  .page_count_box a:hover {
    background: #4250dc;
    color: #fff;
    font-weight: 600;
  }

  .p_tonext a:hover {
    color: #fff;
    font-weight: 600;
  }

  .p_tonext.prevp a:hover {
    background: url("../image/img-skip-back-ov.png") no-repeat 92px 12px #4250dc;
  }

  .p_tonext a:hover {
    background: url("../image/img-skip-next-ov.png") no-repeat 9px 12px #4250dc;
  }

  .page_select_ttl_hover {
    background: url("../image/img-select-top.png")#fff no-repeat right center;
  }

  .page_select_menu a:hover {
    background: #FFE6EB;
    color: #ff0000;
  }
}

@media (max-width: 767px) {
  .page_skip li {
    margin-top: 5px;
  }
}

/* ------------------------------------ */
/* ▼ btn_more */
/* ------------------------------------ */
/* -- btn_more -- */
.btn_more {
  width: 232px;
}

@media (min-width: 768px) {
  .btn_more_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 524px;
    padding: 0 10px;
    width: 100%;
  }

  .btn_more:nth-child(even) {
    margin-left: 7.937%;
  }
}

@media (max-width: 767px) {
  .btn_more {
    margin: 0 auto;
  }
  .btn_more:not(:first-of-type) {
    margin-top: 15px;
  }
}

/* ------------------------------------ */
/* ▼ table_of_contents */
/* ------------------------------------ */
/* -- table_of_contents -- */
.table_of_contents {
  background: url("/image_cmn/bgtitle/bg-division-content.png") repeat 0 0;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

.table_of_contents::before,
.table_of_contents::after {
  content: "";
  display: block;
  position: absolute;
}

.table_of_contents::before {
  background: url("/image_cmn/bgtitle/bg-division01.png") no-repeat 0 0;
  height: 62px;
  width: 213px;
  left: 0;
  top: 0;
}

.table_of_contents::after {
  background: url("/image_cmn/bgtitle/bg-division02.png") no-repeat 0 0;
  height: 110px;
  width: 239px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.table_of_contents .division-icon {
  color: #FFF;
  display: inline-block;
  font-weight: 600;
  padding: 3px 11px;
  text-align: center;
}

.table_of_contents .kokuho {
  background: url("/image_cmn/bgtitle/bg-division-ico01.png") repeat 0 0;
}

.table_of_contents .jubun {
  background: url("/image_cmn/bgtitle/bg-division-ico02.png") repeat 0 0;
}

.table_of_contents .jubi {
  background: url("/image_cmn/bgtitle/bg-division-ico03.png") repeat 0 0;
}

.table_of_contents .tokuju {
  background: url("/image_cmn/bgtitle/bg-division-ico04.png") repeat 0 0;
}

.table_of_contents .juyo {
  background: url("/image_cmn/bgtitle/bg-division-ico05.png") repeat 0 0;
}

.table_of_contents .tokuho {
  background: url("/image_cmn/bgtitle/bg-division-ico06.png") repeat 0 0;
}

.table_of_contents .hozon {
  background: url("/image_cmn/bgtitle/bg-division-ico07.png") repeat 0 0;
}

.table_of_contents .tokuki {
  background: url("/image_cmn/bgtitle/bg-division-ico08.png") repeat 0 0;
}

.table_of_contents .kityo {
  background: url("/image_cmn/bgtitle/bg-division-ico09.png") repeat 0 0;
}

.table_of_contents .mikan {
  background: url("/image_cmn/bgtitle/bg-division-ico10.png") repeat 0 0;
}

.table_of_contents .gyobutsu {
  background: url("/image_cmn/bgtitle/bg-division-ico12.jpg") repeat 0 0;
}

@media (min-width: 768px) {
  .table_of_contents {
    padding: 28px 0 45px;
  }
}

@media (max-width: 767px) {
  .table_of_contents {
    padding: 25px 0;
  }
  .table_of_contents .list-title {
    font-size: 20px;
    margin: 0 10px 30px;
  }
}

/* list-title */
.table_of_contents .list-title {
  color: #b28e5e;
  text-align: center;
  font-feature-settings: "pkna";
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 35px;
}

.table_of_contents .list-title span {
  display: inline-block;
}

@media (min-width: 768px) {
  .table_of_contents .list-title span {
    max-width: 640px;
    position: relative;
  }
  .table_of_contents .list-title span:before,
  .table_of_contents .list-title span:after {
    content: "";
    background: #b28e5e;
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 18px;
  }
  .table_of_contents .list-title span:before {
    right: 105%;
  }
  .table_of_contents .list-title span:after {
    left: 105%;
  }
}

/* -- division -- */
.division {
  background: url(/image_cmn/bgtitle/bg-division03.png) no-repeat top right #fbf7ea;
  border: 3px solid #b28e5f;
  margin: 0 auto;
  max-width: 680px;
  padding: 3px;
  position: relative;
  z-index: 1;
}

.division_inner {
  border: 1px solid #b28e5f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 15px 20px;
}

.division_inner > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
  width: 100%;
}

.division_inner > ul > li {
  margin-bottom: 10px;
  width: 222px;
}

.division_list {
  margin-top: 25px;
}

.division_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 686px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.division_list.open ul {
  height: auto !important;
}

.division_list > ul > li {
  display: flex;
  margin-bottom: 6px;
  width: 307px;
}

.table_of_contents .division_list .division-icon {
  padding: 0;
  text-align: center;
  width: 62px;
}

.division_list > ul > li a {
  font-feature-settings: "pkna";
  letter-spacing: .06em;
  margin-left: 10px;
  max-width: 234px;
  vertical-align: top;
}

.division_list > ul > li a:link {
  font-weight: 600;
}

.division_list > ul > li.collection a span {
  background-color: #f6dade;
}

.division_list .division-icon {
  padding: 0 11px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .division-text {
    margin-top: 5px;
    padding-left: 11px;
  }
  .division {
    background-image: none;
    margin: 0 10px 20px;
  }
  .division_inner > ul {
    justify-content: space-around;
  }
  .division_inner > ul > li {
    font-size: 16px;
    width: 100%;
  }
  .division_list {
    margin: 0 10px;
  }
  .division_list > ul > li {
    font-size: 16px;
    width: 50%;
  }
  .division_list > ul > li a {
    max-width: unset;
  }
  .table_of_contents .division_list .division-icon {
    width: 56px;
  }
  .pcOnly {
    display: none;
  }
}

@media (max-width: 320px) {
  .division_inner {
    padding: 30px 6px 7px;
  }
}

/* -- division-title -- */
.division-title {
  background: url(/image_cmn/bgtitle/bg-division-h3.png) center no-repeat;
  background-size: 100%;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  margin-left: -140px;
  max-height: 41px;
  padding: 11px;
  position: absolute;
  left: 50%;
  top: -20px;
  text-align: center;
  width: 281px;
}

.division-title span {
  position: relative;
  padding: 0 33px;
  display: inline-block;
}

.division-title > span::after,
.division-title > span::before {
  background: url(/image_cmn/bgtitle/ico.png) no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.division-title > span::after {
  left: auto;
  right: 0;
}

/* ------------------------------------ */
/* ▼ division_lead_block */
/* ------------------------------------ */
.division_lead_block {
  border-top: 1px solid #b28e5f;
  max-width: 450px;
}

.division_lead_text {
  letter-spacing: .06em;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .division_lead_block {
    margin-top: 5px;
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .division_lead_block {
    padding-top: 15px;
  }
  .division_lead_block > ul > li {
    font-size: 16px;
  }
  .division_lead_text {
    font-size: 16px;
  }
}

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

.box_info .box_info_inner .title {
  align-items: center;
  background: url("../image/detail/bg-label-pattern03.jpg") repeat top left;
  display: flex;
  padding-left: 10px;
}

.box_info .box_info_inner .title i {
  font-size: 0;
  width: 25px;
}

.box_info .box_info_inner .title span {
  color: #fff;
  letter-spacing: 0;
  padding-left: 5px;
}

.box_info .box_info_inner .text {
  background: #fff;
}

.box_info .box_info_inner .text.spec {
  font-weight: 600;
}

.box_info .box_info_inner dt,
.box_info .box_info_inner dd {
  border-bottom: 1px solid #e8ddcf;
  letter-spacing: .06em;
  line-height: 1.6;
}

.box_info .box_info_inner dt:nth-last-of-type(1),
.box_info .box_info_inner dd:nth-last-of-type(1) {
  border-bottom: none;
}

@media (min-width: 768px) {
  .box_info .box_info_inner .title {
    justify-content: center;
    max-width: 120px;
    padding: 7px 10px;
    width: 16.1%;
  }
  .box_info .box_info_inner .title span {
    font-size: 15px;
  }
  .box_info .box_info_inner .text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 253px;
    padding: 7px 10px;
    width: 33.9%;
  }
  .box_info .box_info_inner .text > .small {
    margin-top: -8px;
  }
  .box_info .box_info_inner dt:nth-last-of-type(2),
  .box_info .box_info_inner dd:nth-last-of-type(2) {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .box_info .box_info_inner .title {
    font-size: 1.5rem;
    line-height: 1.2;
    width: 40.6%;
  }
  .box_info .box_info_inner .text {
    padding: 15px 18px;
    width: 59.4%;
  }
  .box_info .box_info_inner .text.spec {
    font-size: 1.7rem;
  }
}

@media (max-width: 320px) {
  .box_info .box_info_inner .title {
    padding: 4px;
  }
  .box_info .box_info_inner .title span {
    font-size: 15px;
    padding-left: 4px;
  }
}

/* ------------------------------------ */
/* ▼ search_pick_box */
/* ------------------------------------ */
.search_pick_box {
  align-items: center;
  background: #f8f2e4;
  border: 1px solid #b28e5f;
  letter-spacing: -.02em;
  margin: 0 auto;
  position: relative;
}

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

.search_pick_box::before {
  background: url("../image/ico-box-before.png") no-repeat top left;
  top: 0;
  left: 0;
  height: 64px;
  width: 68px;
}

.search_pick_ttx {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 21px;
}

.search_pick_hiragana li {
  float: left;
  padding: 0 5px;
  width: 50px;
}

.search_pick_hiragana li a {
  align-items: center;
  background: url("../image/bg-anchor-pattern01.png") no-repeat center;
  background-size: cover;
  color: #FFF;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: normal;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
}

.search_pick_hiragana li.first_ttx a {
  background: url("../image/bg-anchor-pattern01.png") no-repeat center;
  background-size: cover;
  color: #000;
  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;
}

.search_pick_hiragana li.yl a {
  background: url("../image/bg-word-yl.png") no-repeat center;
  background-size: cover;
  color: #FFF;
  pointer-events: none;
  text-shadow: none;
}

.search_pick_hiragana li:not(.yl) a::after,
.search_pick_hiragana li.first_ttx.red a::after {
  content: "";
  border: 1px solid #c9976f;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}

.search_pick_hiragana li.gr {
  opacity: 0.6;
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
}

.search_pick_hiragana li.gr a {
  background: #676767;
  opacity: 0.7;
  color: #FFF;
}

.search_pick_hiragana li.gr a::after {
  border: 1px solid #9e9d9b;
}

@media (min-width: 768px) {
  .search_pick_box {
    margin-top: 30px;
    max-width: 832px;
    padding: 20px 20px 10px 40px;
  }
  .search_pick_box::after {
    background: url("../image/ico-box-after.png") no-repeat top left;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
  }
  .search_pick_ttx {
    float: left;
    width: 136px;
  }
  .search_pick_hiragana {
    float: right;
    width: calc(100% - 136px);
  }
  .search_pick_hiragana li.first_ttx {
    width: 110px;
  }
  .search_pick_hiragana li.first_ttx a {
    font-size: 17px;
    width: 100px;
  }
  .search_pick_hiragana li:not(.red):not(.yl) a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .search_pick_box {
    margin-top: 20px;
    padding: 20px 0 10px;
  }
  .search_pick_box::after {
    content: none;
  }
  .search_pick_ttx {
    width: 100%;
  }
  .search_pick_hiragana {
    margin: 15px auto 0;
    width: 300px;
  }
  .search_pick_hiragana li.first_ttx {
    width: 100px;
  }
  .search_pick_hiragana li.first_ttx a {
    font-size: 14px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
@media (min-width: 768px) {
  .box_seo {
    margin-top: 65px;
  }
}