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

title : 刀鍛冶・甲冑師訪問
scope : 刀鍛冶・甲冑師訪問

memo：

modify : 

last modify : 2022/06/15 tanaka 作成

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

/* ------------------------------------ */
/* 共通上書き */
/* ------------------------------------ */
.banner_h1 .txth1 {
  background-color: transparent;
}

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

/* ------------------------------------ */
/* ▼ 刀鍛冶・甲冑師訪問 TOPページ */
/* ------------------------------------ */
/* 背景 */
.bg_wrap {
  background: 
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-wrap01.png) no-repeat top center / contain,
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-wrap00.jpg) repeat top left / auto
    ;
  padding-bottom: 65px;
  padding-top: 34px;
}
@media (max-width: 767px) {
  .bg_wrap {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

/* リード文 */
.cmn_intro_read {
  max-width: 650px;
}

/* 記事リスト */
.content_list {
  margin: 31px auto 0;
  max-width: 946px;
  padding: 0 10px;
}
.content_item {
  background-color: #f3f2ed;
  color: #000;
  display: flex;
  padding: 28px 0 28px 28px;
}

@media (min-width: 768px) {
  .content_list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
  }
  .content_item {
    max-width: 468px;
    position: relative;
  }
  .content_item:nth-of-type(odd):last-child::after {
    background: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-spacer-01.png) no-repeat center center;
    background-size: 273px;
    content: "";
    display: block;
    position: absolute;
      top: 0;
      left: calc(100% + 20px);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .content_item + .content_item {
    margin-top: 24px;
  }
}

.content_info {
  width: calc(100% - 174px);
  padding-right: 12px;
  display: flex;
    flex-direction: column;
}
.content_thumb {
  position: relative;
  width: 174px;
}
.content_thumb .content_thumb_img {
  padding-right: 8.046%;
  vertical-align: bottom;
}

.content_label {
  display: flex;
    justify-content: center;
    align-items: center;
  min-width: 76px;
  min-height: 30px;
}
.content_thumb .content_label {
  position: absolute;
    top: -10px;
    left: -10px;
  padding-right: 8.046%;
}
.content_label_inner {
  background-position:
  left top,
  right top,
  right bottom,
  left bottom;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  background-size:
    10px 10px,
    10px 10px,
    10px 10px,
    10px 10px;
  display: block;
  padding: 3px 10px;
  position: relative;
}
.content_label_inner::before,
.content_label_inner::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 19px);
}
.content_label_inner::before {
  top: 0;
}
.content_label_inner::after {
  bottom: 0;
}
.content_label_text {
  display: block;
  color: #FFF;
  font-size: 0.778em; /* 14px */
  line-height: 1.5;
  padding: 1px 6px 2px 5px;
}
.content_label_text::before,
.content_label_text::after {
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 10px 10px;
  content: "";
  display: block;
  height: calc(100% - 18px);
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content_label_text::before {
  left: 0;
}
.content_label_text::after {
  right: 0;
}
.content_label.swordsmith .content_label_inner,
.content_label_inner {
  background-image:
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-swordsmith-round-01.png),
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-swordsmith-round-02.png),
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-swordsmith-round-03.png),
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-swordsmith-round-04.png);
}
.content_label.swordsmith .content_label_inner::before,
.content_label_inner::before {
  background-color: #0d6572;
  border-bottom: solid 1px #09424b;
}
.content_label.swordsmith .content_label_inner::after,
.content_label_inner::after {
  background-color: #0d6572;
  border-top: solid 1px #09424b;
}
.content_label.swordsmith .content_label_text,
.content_label_inner .content_label_text {
  background: #0d6572 url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-swordsmith-body.png) repeat;
}
.content_label.swordsmith .content_label_text::before,
.content_label_text::before {
  background-image: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-swordsmith-left.png);
}
.content_label.swordsmith .content_label_text::after,
.content_label_text::after {
  background-image: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-swordsmith-right.png);
}
.content_label.armourer .content_label_inner,
.content_label.armourer_amateur .content_label_inner {
  background-image:
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-armourer-round-01.png),
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-armourer-round-02.png),
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-armourer-round-03.png),
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-armourer-round-04.png);
}
.content_label.armourer .content_label_inner::before,
.content_label.armourer_amateur .content_label_inner::before {
  background-color: #ba6d4a;
  border-bottom: solid 1px #7d4c33;
}
.content_label.armourer .content_label_inner::after,
.content_label.armourer_amateur .content_label_inner::after {
  background-color: #ba6d4a;
  border-top: solid 1px #7d4c33;
}
.content_label.armourer .content_label_text,
.content_label.armourer_amateur .content_label_text {
  background: #ba6d4a url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-armourer-body.png) repeat;
}
.content_label.armourer .content_label_text::before,
.content_label.armourer_amateur .content_label_text::before {
  background-image: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-armourer-left.png);
}
.content_label.armourer .content_label_text::after,
.content_label.armourer_amateur .content_label_text::after {
  background-image: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-label-armourer-right.png);
}

.content_title_wrap {
  font-weight: normal;
}
.content_title_wrap > span {
  display: block;
}
.content_title_date,
.content_title_wrap .content_title_name {
  font-size: 0.519em; /* 14px(親27px) */
  line-height: 1.606;
}
.content_title_wrap .content_title_name {
  border-left: 4px solid #9c8c6f;
  padding-left: 9px;
  line-height: 1;
}
.content_title_wrap .content_title_name .name_em {
  font-size: 1.286em; /* 18px(親14px) */
  font-weight: 600;
}
.content_title_wrap .content_title_facility {
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.content_title {
  font-size: 0.630em; /* 17px(親27px) */
  font-weight: 600;
  line-height: 1.353;
  margin-top: 11px;
}
.content_title_date {
  color: #888;
}
.content_text {
  font-size: 0.833em; /* 15px */
  line-height: 1.5;
  margin-top: 4px;
  max-height: calc(1.5em * 2 + 1px);
}

.content_btn {
  border: 1px solid #d85959;
  color: #d85959;
  display: block;
  font-size: 0.833em; /* 15px */
  text-align: center;
  margin: auto auto 0;
  padding: 3px 0;
  position: relative;
  max-width: 140px;
  width: 100%;
}
.content_btn>span {
  color: #d85959;
  display: inline-block;
  padding-right: 20px;
}
.content_btn>span::after {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent transparent transparent #d85959;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  height: 0;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.comming_soon .content_text {
  max-height: 100%;
  height: 100%;
  position: relative;
}
.comming_soon .content_text .comming_soon_text {
  background: #c5bea3;
  color: #FFF;
  font-size: 1.067em; /* 16px(親15px) */
  font-weight: 600;
  display: flex;
    justify-content: center;
    align-items: center;
  margin: auto;
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  height: 38px;
  max-width: 138px;
}
.comming_soon .content_thumb_img>span {
  background: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-comming-soon.jpg) no-repeat center center / cover;
  display: block;
  font-size: 0;
  padding-top: 126.875%;
}

@media (max-width: 349px) {
  .content_item {
    display: block;
    flex-direction: column;
  }
  .content_info {
    width: 100%;
    margin-top: 12px;
  }
  .content_btn {
    margin: 10px auto 0;
  }
  .comming_soon .content_text .comming_soon_text {
    position: initial;
    margin-top: 10px;
  }
}

/* バナー */
hr.wcm {
  border-color: #000;
  border-width: 1px 0 0;
  margin: 26px auto 45px;
}
@media (max-width: 767px) {
  hr.wcm {
    margin: 26px auto 30px;
  }
}

/* ------------------------------------ */
/* ▼ 刀鍛冶・甲冑師訪問 詳細ページ */
/* ------------------------------------ */
/* フッター */
.tipsSwordsmithArmourerVisit-single .pr_bnr_contents_block {
  background-color: #000;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 130px;
}
.tipsSwordsmithArmourerVisit-single .pr_bnr_content_inner:first-child {
  margin: 0 auto 40px;
}
.tipsSwordsmithArmourerVisit-single .pr_bnr_content_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: 1px solid #ae8b61;
  border-bottom:none;
}
.tipsSwordsmithArmourerVisit-single .footer_info_wrap {
  margin-top: 0;
  border-top: none;
}

/* 文字サイズ */
.charm_detail_content__zoom {
  padding-top: 16px;
  padding-right: 48px;
}
.tipsSwordsmithArmourerVisit-single .box__font__size__inner {
  border-bottom: 1px solid #6e6a56;
}
.tipsSwordsmithArmourerVisit-single .charm_detail_content__zoom ul li {
  background: #b1ae92;
}
.tipsSwordsmithArmourerVisit-single .charm_detail_content__zoom ul li.active {
  background: #565135;
}

/* main */
.main_content {
  background-color: #000;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
}
.main_content .breadcrumbs {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 13px 13px 14px;
  margin: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.main_content .breadcrumbs li::after,
.main_content .breadcrumbs li {
  color: #FFF;
}
.main_content .breadcrumbs li a {
  color: #79b7ff;
}
.main_content .banner_h1 .txth1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 4.6%;
  text-align: left;
}
.main_content .banner_h1 .txth1>.txth1_inner {
  padding: 0;
  -webkit-transform: translateY(27px);
  -ms-transform: translateY(27px);
  transform: translateY(27px);
}
.txth1_main {
  font-size: 1.8rem;
}
.txth1_main .content_label {
  justify-content: flex-start;
  margin-left: 2px;
}
.txth1_main .content_label_text {
  font-size: 0.889em; /* 16px(親18px) */
  line-height: 1.563;
}
.txth1_main .txth1_main_name {
  display: block;
  margin-top: 13px;
}
.txth1_main .name_em{
  font-size: 1.556em; /* 28px(親18px) */
  letter-spacing: .09em;
  line-height: 1;
  padding-right: 5px;
}
.txth1_main .desc_facility {
  display: block;
  font-size: 0.889em; /* 16px(親18px) */
  font-weight: normal;
  letter-spacing: 0.04em;
}
.txth1_sub {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 1.42;
  margin-top: 14px;
  padding-top: 12px;
}

@media (max-width: 767px) {
  .main_content .banner_h1 {
    padding: 0;
  }
  .txth1_main {
  font-size: 1.5rem;
  }
  .txth1_sub {
    font-size: 2.0rem;
  }
 .main_content .banner_h1>h1 { /* 画像をトリミング */
    position: relative;
    overflow: hidden;
    height: 288px;
    width: 100%;
  }
  .main_content .banner_h1>h1>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
  }
}

/* 記事本文 */
.article_body {
  background: #f5f5ed url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-article_body.jpg) repeat 0 0 / contain;
  color: #000;
  margin: 45px auto 0;
  max-width: 980px;
}
.article_desc {
  margin: 0 auto 0;
  max-width: 760px;
  padding: 43px 20px 0;
}
.article_profile {
  background: 
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-article-profile-left.png) no-repeat bottom left,
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-article-profile-right.png) no-repeat top right
  ;
  background-color: #fffff7;
  display: flex;
  margin: 35px auto 0;
  padding: 36px 49px 32px;
  max-width: 760px;
}
.profile_thumb {
  max-width: 320px;
  margin-right: 37px;
}
.profile_text {
  flex: 1;
  font-size: 0.889em; /* 16px */
}
.profile_name .name_em {
  font-size: 1.125em; /* 18px(親16px) */
  font-weight: 600;
}
.profile_name .mame_small {
  font-size: 0.938em; /* 15px(親16px) */
}
.profile_list>dt + dd {
  margin-top: 19px;
}
.profile_list>dd + dd {
  margin-top: 5px;
}
.profile_list>dd {
  padding-left: 1.3em;
  position: relative;
}
.profile_list > dd::before {
  content: "■";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .article_body {
    margin: 30px 10px 0;
  }
  .article_desc {
    padding: 25px 20px 0;
  }
  .article_profile {
    display: block;
    margin: 20px 10px 0;
    padding: 20px 20px 18px;
  }
  .profile_thumb {
    margin: 0 auto;
  }
}

/* もくじ */
.toc_list_wrap {
  border-top: 3px solid #aba489;
  border-bottom: 3px solid #aba489;
  margin: 55px auto 0;
  max-width: 600px;
  padding: 21px 0 23px ; 
}
.toc_list_title {
  font-size: 2.0rem;
  text-align: center;
}
.toc_list_title span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 8px;
  margin-left: 4px;
  position: relative;
  padding: 0 14px 0 20px;
}
.toc_list_title span::after,
.toc_list_title span::before {
  background: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-toc-list-title.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 113px;
  z-index: 1;
}
.toc_list_title span::before {
  left: -113px;
}
.toc_list_title span::after {
  right: -113px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.toc_list {
  margin-top: 20px;
}
.toc_list_item {
  font-size: 1.125em; /* 18px(親16px) */
  max-width: 600px;
  padding: 9px 48px 10px;
}
.toc_list_item:nth-of-type(odd) {
  background: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-toc-list-item.png) repeat-y top center / 100% auto;
}
.toc_list_item a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 0 24px 0 0;
  position: relative
}
.toc_list_item a:hover {
  color: #0d53de;
}
/* .toc_list_item a>span {
  border-bottom: solid 1px #666662;
} */
.toc_list_item a::before,
.toc_list_item a::after {
  content: "";
  display: block;
  position: absolute;
}
.toc_list_item a::before {
  background-color: #cac6b2;
  border: none;
  height: 16px;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}
.toc_list_item a::after {
  border-color: #0f0f0c transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  height: 0;
  right: 5px;
  top: calc(50% - 3px);
  width: 0;
}
@media (max-width: 767px) {
  .toc_list_wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
  .toc_list_title {
    font-size: 1.7rem;
  }
}
@media (max-width: 340px) {
  .toc_list_title {
    position: relative;
  }
  .toc_list_title::before {
    background-color: #cfcbba;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 80%;
  }
  .toc_list_title span {
    background-color: #f5f5ed;
  }
  .toc_list_title span::after,
  .toc_list_title span::before {
    content: none;
  }
}

.interview_section {
  margin: 58px auto 0;
  max-width: 750px;
  position: relative;
}
.interview_section:last-child {
  padding-bottom: 62px;
}
.section_title {
  background-color: #403c1b;
  color: #FFF;
  font-size: 2.6rem;
  padding: 4px 12px 12px;
  position: absolute;
    top: 0;
    left: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 56px;
}
.section_title::after,
.section_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 49px;
  width: 100%;
}
.section_title::before {
  background: linear-gradient(to left top, #403c1b 0%, #403c1b 50.4%, transparent 51.9%, transparent 100%);
  bottom: 100%;
}
.section_title::after {
  background: linear-gradient(to right bottom, #403c1b 0%, #403c1b 50.4%, transparent 51.9%, transparent 100%);
  top: 100%;
}
.section_title_no {
  display: block;
  border-bottom: 2px solid #5c593d;
  margin-bottom: 16px;
  padding-bottom: 11px;
}
.section_title .section_title_text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.interviewee,
.interviewer {
  margin-left: 80px;
}
.interview_section_image + .interviewer {
  padding-top: 28px;
}
.interviewee + .interviewer {
  padding-top: 22px;
}
.interview_section_image + .interviewee {
  padding-top: 25px;
}
.interviewer + .interviewee {
  padding-top: 19px;
}
.interviewee + .interviewee {
  padding-top: 20px;
}
.interviewer.question {
  font-weight: 600;
}
.interviewer:not(.question),
.interviewee {
  padding-left: 1em;
  text-align: justify;
}
.interviewee_name {
  display: inline-block;
  font-weight: 600;
  margin-right: 1.78em;
  position: relative;
}
.interviewee_name::after {
  background-color: #7a7a76;
  content: "";
  display: block;
  position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  height: 56%;
  width: 2px;
}
.interview_section_image {
  max-width: 750px;
  margin-top: 30px;
}
.interview_section_image img {
  border: 1px solid #FFF;
  vertical-align: bottom;
}
.interview_section_image_caption {
  display: flex;
  align-items: center;
    justify-content: flex-end;
}
.interview_section_image_caption>span {
  border-left: 1px solid #aba489;
  font-size: 0.833em; /* 15px */
  padding: 14px 0 15px 29px;
}
.note {
  font-size: 0.833em; /* 15px */
  text-align: right;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .interview_section {
    padding: 0 10px;
  }
  .section_title {
    font-size: 2.3rem;
    left: 10px;    
    transform: none;
  }
  .interviewee,
  .interviewer {
    margin-left: 70px;
  }
}

/* 他の記事 */
.content_nav {
  background: 
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-content-nav-border.png) repeat-x top center / auto,
    url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-content-nav.jpg) no-repeat top 3px center / 100% auto
  ;
  background-color: #0e0f0a;
  color: #aba489;
  margin: 0 auto;
  max-width: 1024px;
}
.content_nav_title {
  font-size: 2.6rem;
  text-align: center;
  padding-top: 23px;
  margin: 0 auto;
  max-width: 750px;
}
.content_nav_list {
  margin: 29px auto 0;
}
.content_nav_list_item {
  border-bottom: 2px solid #25241c;
  display: flex;
  padding-bottom: 19px;
}
.content_nav_thumb {
  width: 62px;
  height: 62px;
}
.content_nav_text {
  flex: 1;
  font-size: 0.833em; /* 15px */
  padding-left: 13px;
}
.content_nav_text a {
  color: #79b7ff;
  display: block;
  height: 100%;
}
.content_nav_text a:hover {
  color: #dd0000;
}
.content_nav_list_item.comming_soon .content_nav_thumb {
  background: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/single/bg-content-nav-comming-soon.jpg) no-repeat center center / cover;
  font-size: 0;
}
.content_nav_list_item.comming_soon .content_nav_text {
  display: flex;
    justify-content: center;
    align-items: center;
}
.content_nav_list_item.comming_soon .content_nav_text>span {
  border: 1px solid #aba489;
  padding: 4px 26px 2px 27px;
}
@media (min-width: 768px) {
  .content_nav_list {
    max-width: 750px;
    display: -ms-grid;
    display: grid;
    gap: 19px 0;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  }
  .content_nav_list_item {
    max-width: 375px;
    position: relative;
  }
  .content_nav_list_item:nth-of-type(odd):last-child::after {
    background: url(/app/themes/wp-templ/tips/tipsSwordsmithArmourerVisit/image/bg-spacer-02.png) no-repeat top left 53px;
    background-size: 201px;
    content: "";
    display: block;
    position: absolute;
      top: 0;
      left: 100%;
    width: 100%;
    height: 100%;
  }
  .content_nav_list_item:nth-of-type(odd):nth-last-of-type(-n+2),
  .content_nav_list_item:nth-last-of-type(1) {
    border-bottom: none;
  }
  .content_nav_list_item:nth-of-type(odd) {
    padding-left: 85px;
    padding-right: 16px;
  }
  .content_nav_list_item:nth-of-type(even) {
    padding-right: 85px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .content_nav_title {
    font-size: 2.3rem;
  }
  .content_nav_list_item:nth-last-of-type(1) {
    border-bottom: none;
  }
  .content_nav_list_item {
    margin: 0 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content_nav_list_item + .content_nav_list_item {
    margin-top: 19px;
  }
}