@charset "utf-8";

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

title : 記事系コンテンツ
scope : 記事系コンテンツ

memo：

last modify : 2023/11/17 tanaka リード文の横幅修正

2023/02/24 tanaka 名博メーハクをもとに作成
========================================================== */

/* ------------------------------------ */
 /* ▼ 共通処理上書き */
/* ------------------------------------ */

@media (min-width: 768px) {
  .cmn_box_item_movie.col01.has_spacer::before {
    left: -125px;
  }
  .cmn_box_item_movie.col01.has_spacer::after {
    right: -196px;
  }
}

/* ▲ 共通処理上書き ここまで */

.cmn_h1_sitetop_name {
  display: inline-block;
}

.bannerh1_single::before,
.bannerh1_single::after {
  content: none;
}

.banner_cmn__txt .title {
  text-shadow: 2px 2px 4px #222;
}

.banner__txt__inner {
  padding: 0 0 0 16px;
  text-align: left;
}

.banner .cat {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 23px;
  line-height: 23px;
  margin-bottom: 7px;
  text-align: center;
  min-width: 96px;
  padding: 0 5px;
}

.single_tip .box_seo {
  margin-top: 60px;
}

.list .item .item__img {
  position: relative;
}

.list .item .item__img>img {
  width: 100%;
}

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

  .single_tip .box_seo {
    margin-top: 40px;
  }

  .padd_tips {
    padding: 0 2.4%;
    overflow: hidden;
  }

  .banner__inner {
    background: url(../image/detail_banner_sp.jpg) no-repeat center;
    background-size: cover;
    position: static;
  }

  .banner__txt__inner {
    padding: 15px 10px;
  }

  .banner .cat {
    font-weight: normal;
    margin: 0;
  }

  .banner__txt__inner h1 {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 29px;
    height: auto;
    margin-top: 5px;
    text-overflow: inherit;
    white-space: normal;
    width: auto;
  }
}
/* end banner */

/* カラム基本レイアウト 
---------------------------------------*/
/* tips-article.css打消し */
.single_tip .box_tips_detail .wcm{
  padding: 10px 0 0;
}
/* all */
.tips_content_col2_all{
  display: flex;
  flex-wrap: nowrap;
}
.tips_content_col2_all .box_txt {
  margin: -0.3em 0;
}
/* nav */
.tips_content_col2_nav{
  margin-top: 13px;
  margin-left: 3%;
  width: 27.5%;
}
/* main */
.tips_content_col2_main{
  padding-left: 15px;
  width: 69.5%;
}
@media (max-width:1000px) {
  /* main */
  .tips_content_col2_main{
    padding-right: 15px;
    width: 69%;
  }
}
@media (max-width:767px) {
  /* nav */
  .tips_content_col2_nav {
    display:none
  }
  /* main */
  .tips_content_col2_main {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

/* nav外観
---------------------------------------*/
.rightmenu_001 {
  border: 1px solid #266C64;
  line-height: 1.3;
}
.rightmenu_001 .hdr {
  background: #177269;
  border-bottom: 1px solid #266C64;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 8px 12px;
  position: relative;
}
.rightmenu_001 .hdr.icon01::before{
  content: "";
  background: url(../image/rightmenu_icon01.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  vertical-align: text-top;
}
.rightmenu_001 .hdr.icon02::before{
  content: "";
  background: url(../image/rightmenu_icon02.png) no-repeat;
  display: inline-block;
  width: 19px;
  height: 20px;
  margin-right: 10px;
  vertical-align:text-top;
}
.rightmenu_001 .hdr.icon03::before{
  content: "";
  background: url(../image/rightmenu_icon03.png) no-repeat;
  display: inline-block;
  width: 36px;
  height: 24px;
  margin-right: 5px;
  vertical-align: text-top;
}
.rightmenu_001 .hdr2 {
  background:#C4DA5B;
  border-top: 1px solid #266C64;
  border-bottom: 1px solid #266C64;
  color:#000;
  font-size:14.5px;
  letter-spacing: .02em;
  padding: 10px 20px 10px 12px;
  position: relative;
  transition: opacity .3s; 
}
.rightmenu_001 .hdr2 a{
  color: #000;
  display: block;
}
.rightmenu_001 .hdr2 a:hover{
  opacity: .6;
}
.rightmenu_001 > ul > li > p.subtitle {
  background:#E9F7A2;
  border-bottom: 1px solid #266C64;
  color:#000;
  font-size:14.5px;
  letter-spacing: .02em;
  padding: 10px 15px 10px 12px;
  position: relative;
  transition: opacity .3s; 
}
.rightmenu_001 > ul > li > a:hover {
  opacity: .6;
}
.rightmenu_001 > ul > li > a:after {
  background:url('../image/img-arrow-01.png') 50% 50% no-repeat;
  background-size:100%;
  content:'';
  display: block;
  height: 12px;
  position: absolute;
  right: 6px;
  top: calc(50% - 6px);
  width: 8px;
  z-index: 1;
}
.rightmenu_001 > ul > li:last-child > ul {
  border-bottom:none;
}
.rightmenu_001 > ul > li > a > .label {
  display: inline-block;
  width: calc( 100% -  24px );
}
.rightmenu_001 > ul > li > ul {
  border-bottom:1px solid #266C64;
}
.rightmenu_001 > ul > li > ul > li > a {
  background:#fff;
  border-bottom: 1px solid #266C64;
  color: #271FD8;
  display: block;
  font-size:14.5px;
  letter-spacing: .02em;
  padding: 10px 15px 10px 12px;
  position: relative;
}
.rightmenu_001 > ul > li > ul > li > a {
  transition: opacity .3s;
}
.rightmenu_001 > ul > li > ul > li > a:hover {
  opacity: .6;
}
.rightmenu_001 .hdr2 a::after,
.rightmenu_001 > ul > li > ul > li > a:after {
  background:url('../image/img-arrow-01.png') 50% 50% no-repeat;
  background-size:100%;
  content:'';
  display: block;
  height: 12px;
  position: absolute;
  right: 6px;
  top: calc(50% - 6px);
  width: 8px;
  z-index: 1;
}
.rightmenu_001 > ul > li > ul > li:last-child > a {
  border-bottom:none;
}
.rightmenu_001 > ul > li > ul > li > a > .label {
  display: inline-block;
  max-width: 74%;
}
.rightmenu_001.type02 > ul > li > ul > li > a > .label {
  display: inline-block;
  width: calc( 100% - 4px );
  max-width: calc( 100% - 4px );
}
.rightmenu_001 p .number,
.rightmenu_001 ul li .number {
  display: inline-block;
  margin-right: 8px;
}
.rightmenu_001 .hdr a,
.rightmenu_001 .hdr2 a,
.rightmenu_001 .subtitle,
.rightmenu_001 ul.number_flex li ul li a{
  display: flex;
}
@media (max-width:900px) {
  .rightmenu_001 .hdr {
    font-size: 15px;
  }
  .rightmenu_001 .hdr.icon01::before{
    background: url(../image/rightmenu_icon01.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
  }
  .rightmenu_001 .hdr.icon02::before{
    background: url(../image/rightmenu_icon02.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 16px;
  }
  .rightmenu_001 .hdr.icon03::before{
    background: url(../image/rightmenu_icon03.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 12px;
  }
  .rightmenu_001 > ul > li > ul > li > a {
    padding: 10px 10px 10px 10px;
  }
  .rightmenu_001 p .number,
  .rightmenu_001 ul li .number {
    margin-right: 5px;
  }
  .rightmenu_001 > ul > li > ul > li > a > .label {
    display: inline-block;
    max-width: 68%;
  }
  .rightmenu_001 p.subtitle .number{
    min-width: 18%;
  }
}
/* end nav */

/* main イレギュラー設定
---------------------------------------*/
@media (min-width: 768px) {
  .tips_content_col2_main .cmn_h2_01 {
    font-size: 20px;
  }
  .cmn_box_item_movie.col02 .cmn_item_movie {
    width: 46.5%;
  }
}

.box__text {
  margin: 13px auto 0;
  text-align: justify;
  max-width: 765px;
}

.tipsh_detail_content {
  margin-top: 27px;
}

.tipsh_detail_content__main {
  margin-top: 36px;
}

.anchor {
  margin: 30px auto 0;
  max-width: 820px;
}

.anchor dl {
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .anchor .anchor_title,
  .anchor .title_h2cmn_02 {
    margin: 0 auto;
    max-width: 800px;
  }
}

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

  .tipsh_detail_content__main {
    margin-top: 30px;
  }

  .anchor {
    margin: 20px auto 0;
  }
}

/*  記事内動画掲載
---------------------------------------*/
/*動画タイトル上にテキストが無い＋動画上に画像がある場合*/
.post_movie_link.no_important_text.image_on_top {
  padding-top: 76px;
}

.post_movie_link.no_important_text.image_on_top div {
  top: 12px;
}

/*動画タイトル上にテキストが無い場合*/
.post_movie_link.no_important_text {
  padding-top: 47px;
}

.post_movie_link.no_important_text div {
  top: -17px;
}

.post_movie_link {
  padding-top: 68px;
  position: relative;
}

.post_movie_link .wp-caption-text {
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 28px;
}

.post_movie_link img {
  border: #b28e5f solid 3px;
  position: relative;
  top: 20px;
}

.post_movie_link a {
  display: block;
  opacity: 1;
}

.post_movie_link a:hover {
  opacity: 0.7;
}

.post_movie_link .wp-caption-text a {
  display: inline;
}

.post_movie_link div {
  background: url(../../image-cmn/titleh2/bkg_ttbl2.png) no-repeat center;
  color: #fff;
  font-size: 18px;
  height: 90px;
  left: 50%;
  line-height: 5.2;
  margin-left: -150px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 300px;
}

.post_movie_link div+p {
  color: #9e1c1c;
  font-weight: 600;
  left: 30%;
  letter-spacing: 0.2em;
  position: absolute;
  top: 4%;
}

.post_movie_link02 {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 30px;
}

.post_movie_link02 .movie_item {
  width: 50%;
}

.post_movie_link02 .movie_item .ic_play img:hover {
  opacity: 0.7;
}


.post_movie_link02 .movie_item img {
  border: #b28e5f solid 3px;
}

.post_movie_link02 .movie_item p {
  margin-bottom: 0;
}

.post_movie_link02 .movie_item p.cap {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .post_movie_link02 {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }

  .post_movie_link02 .movie_item {
    width: 100%;
  }
}
/*▲▲▲*/

@media (max-width:767px) {
  .box__text {
    font-size: 17px;
    margin-top: 0;
    padding: 0 10px;
    width: 100%;
  }
}

/* end content detail */
.extra {
  margin: 25px auto 70px;
  max-width: 800px;
}

.extra__inner {
  background: #eaeef5;
  font-size: 17px;
  letter-spacing: 0.34px;
  padding: 17px;
  text-align: center;
}

.extra__inner .txt {
  display: inline-block;
  position: relative;
  top: 4px;
}

.extra__inner a {
  color: #0d53de;
}

.extra__inner a:hover {
  color: #a92121;
}

.extra__inner .btn {
  font-size: 0;
  margin: 0 0 0 15px;
  padding: 0;
}

@media (max-width: 767px) {
  .extra {
    margin: 0 auto 45px;
    padding: 0 20px;
  }

  .extra__inner {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 17px;
    text-align: left;
  }

  .extra__inner .btn {
    display: block;
    margin: 10px auto 0;
    width: 70%;
  }

  .extra__inner .txt {
    top: 0;
  }
}

/* end extra */
@media (max-width:767px) {
  .samefield {
    padding-bottom: 20px;
  }
}


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

/* 動画枠 フリーエリアに入れる場合 */
.video_area {
  background: url(../../image-cmn/museum/bkg07.jpg);
  padding-bottom: 15px;
}

.video_area p {
  margin: 23px auto 33px;
  letter-spacing: 0.02em;
  text-align: center;
}

.video_area .item h3 {
  background: url(../../image-cmn/titleh2/bkg_ttbl2.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 18px;
  height: 47px;
  line-height: 2.7;
  text-align: center;
  width: 293px;
}

.video_area .item__inner {
  margin: 15px 10px;
}

/* 動画枠 記事途中に2件動画を入れる場合 */
.video_area.article_movie {
  background: none;
}

.video_area.article_movie .grid {
  max-width: 660px;
  margin: 0 auto;
  overflow: hidden;
}

.video_area.add_long .grid {
  max-width: 710px;
  /* 刀匠魂ロングバージョンの調整用 */
}

.video_area.article_movie .grid .item {
  float: left;
  min-height: 172px;
  padding: 0 20px 0 0;
  max-width: 330px;
}

.video_area.article_movie .grid .item:last-child {
  padding: 0 0 0 20px;
}

.video_area.article_movie .grid .item span {
  color: #9e1c1c;
  display: block;
  font-weight: 600;
  text-align: center;
}

.video_area.article_movie .grid .item h3 {
  font-weight: normal;
  width: 310px;
}

.video_area.article_movie .grid p {
  margin: 0 auto;
}

.video_area.article_movie .wp-caption-text {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .video_area .item h3 {
    width: auto;
  }

  .video_area.article_movie .grid {
    max-width: 330px;
  }

  .video_area.article_movie .grid .item,
  .video_area.article_movie .grid .item:last-child {
    padding: 0;
  }
}

ul.grid {
  margin: 0 auto;
  max-width: 630px;
}

.grid .item:first-of-type {
  float: left;
  padding-right: 20px;
  min-height: 172px;
}

.grid .item:last-of-type {
  float: left;
  padding-left: 20px;
  min-height: 172px;
}

.grid .item img {
  border: #b28e5f solid 3px;
}

.video_area.article_movie .grid .item .item__inner img:hover {
  opacity: 0.5 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .video_area .title_h2cmn {
    font-size: 20px;
  }

  .video_area p {
    padding: 0 5px;
  }

  .grid .item:first-of-type {
    padding-bottom: 10px;
    padding-right: 0;
    float: inherit;
  }

  .grid .item:last-of-type {
    padding: 0;
    float: inherit;
  }

  .video_area .item__inner {
    text-align: center;
  }
}

/* 動画枠 H3の中に入れる場合 */

.title_h4_tips {
  border-bottom: 4px solid #871a1b;
  border-top: 2px solid #871a1b;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-feature-settings: "pkna";
  height: auto;
  margin: 0 auto;
  max-width: 830px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.title_h4_tips::before {
  background: url(../../image-cmn/titleh2/flw01_l.png) no-repeat right center;
  content: '';
  display: block;
  height: 86px;
  left: 0;
  position: absolute;
  bottom: calc(50% - 43px);
  width: 90px;
}

.title_h4_tips::after {
  background: url(../../image-cmn/titleh2/flw01_r.png) no-repeat left center;
  content: '';
  display: block;
  height: 86px;
  position: absolute;
  right: 0;
  top: calc(50% - 43px);
  width: 90px;
}

.title_h4_tips>span {
  background: url(../../image-cmn/titleh2/bkg_ttyl.png);
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 14px 76px 15px;
}

.title_h4_tips>span>span {
  display: inline-block;
  padding: 2px 35px 0;
  position: relative;
}

.title_h4_tips>span>span::after,
.title_h4_tips>span>span::before {
  background: url(../../image-cmn/titleh2/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 27px;
}

.title_h4_tips>span>span::after {
  left: auto;
  right: 0;
}

/* flower 02 */
.flw02::before {
  background: url(../../image-cmn/titleh2/flw02_l.png) no-repeat right top;
}

.flw02::after {
  background: url(../../image-cmn/titleh2/flw02_r.png) no-repeat left center;
}

.video_area .item h5 {
  background: url(../../image-cmn/titleh2/bkg_ttbl2.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 18px;
  height: 47px;
  line-height: 2.7;
  text-align: center;
  width: 293px;
}

.video_area .item__inner {
  margin: 15px 10px;
}

@media (max-width: 767px) {
  .video_area .item h5 {
    width: auto;
  }
}

/* search */
.box__prefecture__list {
  padding: 0;
}

.box_result__item:after {
  clear: both;
  content: '';
  display: table;
}

.box__prefecture__list dl {
  margin-bottom: 0;
}

.box__prefecture__list img {
  display: inline-block;
}

.box_result__item {
  background: url(../image/bkg01.png);
  margin: 10px 0 0;
}

.box_result__item p {
  margin: 0;
}

.prlt {
  position: relative;
  top: -5px;
}

.box_result__item h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  padding: 22px 0 14px;
  text-align: center;
  background: none;
  color: #000;
}

.gallery__item {
  font-size: 0;
}

.gallery__item+.gallery__item {
  border-top: 1px solid #fff;
}

.box_result__item .content {
  padding: 14px 25px 25px;
}

.box_result__item .description {
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 20px;
}

.box_result__item .info_box.flex,
.box_result__item .info_box.flex dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_result__item .info_box.flex dl {
  height: 100%;
  margin-bottom: 0;
}

.box_result__item .info_box {
  border: 1px solid #b28e5f;
}

.box_result__item .info_box.flex dl .bkg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.box_result__item .info_box.flex dd {
  display: inline-flex;
  align-items: center;
}

.box_result__item .info_box dt {
  padding: 6px;
}

.box_result__item .info_box dl dt i {
  margin-right: 8px;
  height: 26px;
}

.box_result__item img {
  border: none;
}

.box_result__item .info_box dl .bkg {
  background: url(../image/bg_table_detail.png);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.box_result__item .info_box dd {
  background: #fff;
  color: #000;
  font-size: 17px;
  padding: 15px 13px;
  vertical-align: middle;
}

.box_result__item .info_box dl .spec {
  color: #b28e5f;
  font-size: 18px;
  font-weight: 600;
}

.box_result__item br {
  display: none;
}

.gallery__item p {
  display: none;
}

@media (max-width:767px) {
  .box_result__item h3 {
    font-size: 21px;
    letter-spacing: 1.05px;
    line-height: 28px;
    padding: 14px 0 8px;
  }

  .box_result__item .content {
    padding: 0 18px 18px;
  }

  .box_result__item .description {
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 21px;
  }

  .box_result__item .info_box table td.bkg {
    clear: both;
    font-size: 14px;
    width: 33%;
  }

  .box_result__item .info_box table td {
    font-size: 16px;
    line-height: 23px;
    width: 67%;
  }

  .box_result__item .info_box table td>span.txt {
    line-height: 23px;
  }

  .box_result__item .info_box table td.spec {
    font-size: 17px;
  }

  .box_result__item .info_box table tr:last-child td {
    border-bottom: 1px solid #d9c7af;
  }

  .box_result__item .info_box table tr:last-child td:nth-child(3),
  .box_result__item .info_box table tr:last-child td:nth-child(4) {
    border: none;
  }
}

@media (min-width: 431px) and (max-width: 767px) {
  .box_result__item .info_box.flex dl dt {
    width: 33%;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 33%);
  }
}

@media (max-width: 767px) {
  .box_result__item .info_box.flex li {
    width: 100%;
  }

  .box_result__item .info_box li:nth-of-type(n+2) dl {
    border-top: 1px solid #d9c7af;
  }
}

@media (min-width: 768px) {
  .box_result__item .info_box.flex li {
    width: 50%;
  }

  .box_result__item .info_box.flex dl dt {
    width: 140px;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 140px);
  }
}

@media (max-width: 430px) {
  .box_result__item .info_box.flex dl dt {
    width: 45%;
    padding: 6px;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 45%);
  }
}

.box_result__item .btn_more {
  display: block;
  font-size: 0;
  margin: 20px auto 0;
  width: 232px;
}

/*	relation_link	 */


.relation_link .relation_list {
  position: relative;
  /*width: 85%;*/
  width: 740px;
  margin: 30px auto;
}

.relation_link .relation_list dl dt {
  position: absolute;
  background: #000;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 37px 10px 35px;
  border-radius: 0 0 35px 0;
  top: 15px;
  left: -10px;
}

.relation_link .relation_list dl dt::after {
  border-color: #828282 transparent transparent transparent;
  border-style: solid;
  border-width: 15px 6px 0 15px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 0;
  transform: rotate(-90deg);
  -moz-transform: rotate(-120deg);
  -webkit-transform: rotate(0);
  -o-transform: rotate(-120deg);
  z-index: -1;
}

.relation_link .relation_list dl dd {
  display: flex;
  justify-content: space-around;
  background: url(../image/bkg.jpg) right center no-repeat;
  border-radius: 10px;
  border: #cbb790 1px solid;
  min-height: 194px;
  overflow: hidden;
}

.relation_link .relation_list dl dd .left {
  display: block;
  width: 40%;
}

.relation_link .relation_list dl dd .left.facility_meijijingu {
  background: url(/app/themes/wp-templ/tips/image/facility-photo-meijijingu.jpg) center bottom no-repeat;
  background-size: auto 100%;
}

.relation_link .relation_list dl dd .right {
  /*background: url(/app/themes/wp-templ/tips/image/bg-relation-link.png) left bottom no-repeat;*/
  width: 60%;
  margin-left: auto;
  padding: 25px 30px 10px;
}

.relation_link .relation_list dl dd .right .btn_list {
  display: inline-block;
  margin-top: 10px;
}

.relation_link .relation_list dl dd .right .btn_list li {
  display: inline-block;
  margin: 5px;
}

.relation_link .relation_list .btn_red_arr span {
  width: 175px;
  padding: 12px 35px 10px 20px;
}

.relation_link .relation_list .btn_red_arr span::after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
}

.relation_link .relation_list .btn_ppl_arr span {
  width: 175px;
  padding: 12px 35px 10px 20px;
  background-color: #7F1EB0;
}

.relation_link .relation_list .btn_ppl_arr span::after {
  background: url(../image/ico_tab.png) no-repeat top left;
  content: "";
  height: 15px;
  width: 16px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  border: none;
  transform: none;
}

.relation_link .relation_list .btn_gr_arr span {
  width: 175px;
  padding: 12px 35px 10px 20px;
}

/* リンクボタン 共通 */
.relation_link .relation_list .cmn_link_btn {
  width: 175px;
}

.relation_link .relation_list .cmn_link_btn_text {
  font-size: 15px;
}

@media (max-width:767px) {

  /*	relation_link	 */

  .relation_link .relation_list {
    width: 87%;
    margin: 0 auto 1.5em;
  }

  .relation_link .relation_list dl dt {
    max-width: 98%;
    font-size: 20px;
    top: 5px;
  }

  .relation_link .relation_list dl dt::after {
    top: 100%;
  }

  .relation_link .relation_list dl dd {
    display: block;
  }

  .relation_link .relation_list dl dd .left {
    width: 100%;
    min-height: 200px;

  }

  .relation_link .relation_list dl dd .left.facility_meijijingu {
    background: url(/app/themes/wp-templ/tips/image/facility-photo-meijijingu.jpg) center center no-repeat;
    background-size: 100%;
  }

  .relation_link .relation_list dl dd .right {
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
  }

  .relation_link .relation_list dl dd .right .btn_list {
    display: block;
    margin-top: 10px;
  }

  .relation_link .relation_list dl dd .right .btn_list li {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .relation_link .relation_list .btn_red_arr {
    float: none;
    width: 100%;
    position: relative;
    display: block;
    bottom: 0;
  }

  .relation_link .relation_list .btn_red_arr span {
    width: 90%;
  }

  .relation_link .relation_list .btn_ppl_arr {
    float: none;
    width: 100%;
    display: block;
  }

  .relation_link .relation_list .btn_ppl_arr span {
    width: 90%;
  }

  .relation_link .relation_list .btn_gr_arr {
    float: none;
    width: 100%;
  }

  .relation_link .relation_list .btn_gr_arr span {
    width: 90%;
  }

  .relation_link .relation_list dl dd .right .btn_list li:nth-of-type(2) .cmn_link_btn {
    margin-top: 10px;
  }

  .relation_link .relation_list .cmn_link_btn {
    max-width: 300px;
    width: 90%;
  }

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .master_item_left .btn_red_arr span {
    padding: 12px 38px 10px 38px;
  }
}

/*フリースペース内のバナー*/

#freearea02 .bnr_wrap ul {
  max-width: 760px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#freearea02 .bnr_wrap ul li {
  width: 47.4%;
}

#freearea02 .bnr_wrap ul li .taC figcaption {
  text-align: left;
}

.freebox_bnr {
  margin: 0 auto 30px;
  width: 500px;
  display: block;
}

.freebox_bnr p {
  text-align: center;
}

.freebox_bnr a {
  display: block;

}

.freebox_bnr a img:hover {
  opacity: 0.5;

}

.bnr_hr {
  border-top: 2px solid #dacba7;
  margin-bottom: 35px;
}

@media (max-width:767px) {
  #freearea02 .bnr_wrap ul li {
    width: 100%;
  }

  #freearea02 .bnr_wrap ul {
    display: block;
    padding: 20px
  }

  #freearea02 .bnr_wrap ul li .taC {
    margin: 0 auto 1.5rem;
    max-width: 600px;
  }

  .freebox_bnr {
    width: auto;
    width: 90%;
  }

  .freebox_bnr p {
    text-align: left;
  }

  .freebox_bnr img {
    width: 100%;
    max-width: 600px;
    /* min-width: 300px; */
    margin: -30px auto 0;
  }

  .bnr_hr {
    margin-bottom: 60px;
  }

}

/*フリースペース内の「動画の一覧を見る」バナー*/

.bnr_video {
  text-align: center;
  margin-bottom: 40px;
}

.bnr_video:hover {
  opacity: 0.5;
}

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

  .bnr_video img {
    width: 100%;
    height: auto;
  }
}

/*「用語集を見る」ボタン（甲冑の基本解説）*/

dl dt.mt30+dd .link_word a {
  margin-bottom: -7px;
}

@media (max-width:767px) {
  dl dt.mt30+dd .link_word a {
    margin-bottom: auto;
  }
}

/* bootstrapによる、olのdisplay:table回避 */

.ol_02 li div.clearfix:before {
  display: inline-block;
}

/* 日本刀の構造ページへのリンクデザイン用 */
.banner_area {
  margin: 20px auto 0;
  max-width: 500px;
}

/* 五箇伝（五ヵ伝、五ヶ伝）」タイトルデザイン変更用 */
.anchor .title_label {
  line-height: 1.2;
}

.anchor .label_box {
  padding: 0;
}

.anchor .label_box::before {
  display: none;
}

.anchor .label_box .label_inner::before {
  display: none;
}

.anchor .label_box.label01 .label_inner {
  background: #c81200;
}

.anchor .label_box.label02 .label_inner {
  background: #c88900;
}

.anchor .label_box.label03 .label_inner {
  background: #2e8430;
}

.anchor .label_box.label04 .label_inner {
  background: #0a79bd;
}

.anchor .label_box.label05 .label_inner {
  background: #653b8d;
}

.anchor .label_box+span::before {
  display: none;
}

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

  .anchor .label_box {
    font-size: 16px;
    max-width: 100%;
  }

  .anchor .label_box .label_inner {
    display: inline-block;
    padding: 6px 10px;
  }

  .anchor .label_box+span {
    padding: 8px 0 0;
  }
}

@media (min-width:768px) {
  .anchor .title_label {
    align-items: center;
    display: flex;
    padding: 0;
  }

  .anchor .label_box {
    background: #fff;
    font-size: 20px;
    height: 100%;
    max-width: 215px;
    padding-right: 6px;
  }

  .anchor .label_box .label_inner {
    padding: 14px 16px 13px;
  }

  .anchor .label_box+span {
    padding: 0 15px;
  }
}

/* 「日本刀の格付けと歴史」の拡充 折り紙 191120_TCI_sakaguchi */
.literature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.literature li {
  border: 1px solid #b28e5f;
  border-bottom: 4px solid #b28e5f;
  width: 48.685%;
}

.literature li:nth-of-type(n+3) {
  margin-top: 20px;
}

.literature li .ttl {
  background: url(../image/origami/bg-ttl-pattern.png) repeat;
  background-size: 12.5% auto;
  line-height: 1.5;
  padding: 13px 22px 8px;
  text-align: center;
}

.literature li .ttl span {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-size: 18px;
  font-weight: 600;
}

.literature li .image {
  padding: 20px 20px 14px;
  position: relative;
}

.box__detail .literature li .fancybox:before {
  height: 22px;
  bottom: -22px;
  right: -20px;
  width: 22px;
}

.literature li .image img {
  border: none;
}

.literature li .detail {
  font-size: 16px;
  padding: 12px 20px 10px;
}

.literature li .detail .txt {
  color: #000;
  margin-bottom: 10px;
}

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

  .literature li:nth-of-type(n+2) {
    margin-top: 5%;
  }

  .literature li .ttl {
    padding: 3% 5.5%;
  }

  .literature li .image {
    padding: 5% 5.5%;
    text-align: center;
  }

  .box__detail .literature li .fancybox:before {
    height: 21%;
    bottom: -17%;
    right: -6%;
    width: 6.5%;
  }

  .literature li .detail {
    padding: 0 5.5%;
  }
}

.showcase_box.literature_type {
  background: none;
  display: none;
  font-size: 0;
  text-align: center;
  max-width: 750px;
  overflow: visible;
  padding: 0;
  width: 90%;
}

.literature_type .showcase_box__content {
  background-color: #fff;
  padding: 45px 0;
}

.literature_type .showcase_box__content img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 500px;
  width: auto;
}

.literature_type .showcase_name {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}

.literature_type .fancybox-close-small {
  background: url(../image/origami/btn-closs-fontin.png) no-repeat top left;
  background-size: 100%;
  height: 31px;
  padding-left: 17px;
  position: absolute;
  top: 0;
  right: -120px;
  transition: opacity .2s;
  width: 100px;
  z-index: 99999;
}

@media (max-width:767px) {
  .literature_type .showcase_box__content {
    padding: 7% 5%;
  }

  .literature_type .showcase_name {
    font-size: 4.5vw;
    margin-top: 1%;
  }

  .literature_type .fancybox-close-small {
    height: 11%;
    padding-left: 3%;
    top: -12%;
    right: 0;
    width: 18%;
  }
}

.issuer_title {
  background: url(../image/origami/bg-issuer-title-01.png) no-repeat top left, url(../image/origami/bg-issuer-title-02.png) no-repeat bottom left;
  background-size: 100%;
  margin: 30px auto 0;
  padding: 10px 0;
  width: 280px;
}

.issuer_title>span {
  background: url(../image/origami/bg-issuer-title-03.png) repeat-y top left;
  background-size: 100%;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.issuer_title>span::before,
.issuer_title>span::after {
  background-color: #89573b;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 249px;
}

.issuer_title>span::before {
  left: -96%;
}

.issuer_title>span::after {
  right: -96%;
}

.issuer_title>span>span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: normal;
  padding: 0 50px;
  position: relative;
  vertical-align: middle;
}

.issuer_title>span>span::before,
.issuer_title>span>span::after {
  background: url(../image/origami/ico_ttl_deco.png) no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}

.issuer_title>span>span::before {
  left: 25px;
}

.issuer_title>span>span::after {
  right: 25px;
}

.issuer_detail {
  margin: 26px auto 0;
  width: 100%;
}

.issuer_detail li {
  padding: 18px 23px 25px 16px;
  margin-top: 5px;
}

.issuer_detail li:nth-of-type(1) {
  background: url(../image/origami/bg-issuer-detail-01.png) repeat-y;
  background-size: 100%;
  margin-top: 0;
}

.issuer_detail li:nth-of-type(3) {
  background: url(../image/origami/bg-issuer-detail-02.png) repeat-y;
  background-size: 100%;
  margin-top: 0;
}

.issuer_detail li .ttl {
  border-bottom: 4px double #b28e5f;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  padding-left: 25px;
  position: relative;
}

.issuer_detail li .ttl::before {
  background: url(../../image-cmn/titleh2/ico01.png) no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
}

.issuer_detail li .furigana {
  color: #a92121;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-size: 19px;
  font-weight: 600;
  margin: 4px 0 0;
  padding-left: 25px;
}

.issuer_detail li .txt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-size: 18px;
  margin: 7px 0 0;
  padding-left: 25px;
}

@media (max-width:767px) {
  .issuer_title {
    max-width: 280px;
    width: 80%;
  }

  .issuer_title>span::before,
  .issuer_title>span::after {
    width: 20vw;
  }

  .issuer_title>span::before {
    left: 105%;
  }

  .issuer_title>span::after {
    right: 105%;
  }

  .issuer_title>span>span {
    padding: 0 25px;
  }

  .issuer_title>span>span::before {
    left: 0;
  }

  .issuer_title>span>span::after {
    right: 0;
  }

  .issuer_detail li .ttl {
    font-size: 21px;
  }

  .issuer_detail li .furigana {
    font-size: 18px;
  }
}

@media (max-width:414px) {

  .issuer_title>span::before,
  .issuer_title>span::after {
    width: 10vw;
  }
}

/* 「日本刀の格付けと歴史」の拡充 折り紙 191120_TCI_sakaguchi end*/

/* 記事ページ_タイトル構造改修 200109_TCI_yoneshima */
/* .bannerh1_single {
  text-align: center;
} */

.bannerh1_single .cath1 {
  border: solid 1px #431215;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  margin: 15px auto 0;
  min-width: 70px;
  padding: .2778em .55555em;
  position: relative;
  text-align: center;
  text-shadow: none;
  z-index: 1;
}

.bannerh1_single .txth1 {
  background: none;
  color: #FFF;
  letter-spacing: .06em;
  line-height: 1.2;
  padding: .15em .5em .4837em;
  position: relative;
  text-shadow: none;
  z-index: 1;
}

.bannerh1_single .bgh1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width:768px) {
  .bannerh1_single {
    min-height: 160px;
  }

  .bannerh1_single .cath1 {
    font-size: 18px;
  }

  .bannerh1_single .txth1 {
    font-size: 35px;
    padding: .15em 2em .4837em;
  }

  .bannerh1_single .txth1:first-child {
    padding: 59px 2em;
  }
  
  .bannerh1_single .bgh1 {
    left: 0;
    width: 100%;
  }
}

@media (max-width:767px) {
  .bannerh1_single {
    min-height: 77px;
  }
  
  .bannerh1_single .cath1 {
    font-size: 14px;
    margin-top: 10px;
  }

  .bannerh1_single .txth1:first-child {
    padding: 24px .5em 24px;
  }
  
  .bannerh1_single .bgh1 {
    left: 10px;
    width: calc(100% - 20px);
  }
}

/* 記事ページ_フリーエリアレイアウト改修 200210_TCI_kajihara end*/

/* 記事系cssの共有化による調整 200217_TCI_sakaguchi */
.video_area.article_movie .ic_play {
  background-size: contain;
}

/* リンクボタン改修 200131_TCIuesugi */
.literature .cmn_link_btn {
  margin: 0 auto 13px;
  max-width: 230px;
}

.literature .cmn_link_btn .cmn_link_btn_text {
  font-size: 15px;
  letter-spacing: normal;
}

@media (max-width:767px) {
  .literature .cmn_link_btn {
    max-width: 260px;
    width: 90%;
  }
}

/* 山田銀河詳細ページ用
---------------------------------------------------*/
.ginga-sword .bannerh1_single {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
}
.ginga-sword .bannerh1_single .cath1 {
  border: none;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
}
.ginga-sword .bannerh1_single .txth1 {
  background-color: #78a24f;
  border-radius: 25px;
  color: #fff;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
  padding: 4px 32px;
}
.ginga-sword .box_tips_detail .wcm {
  background-color: #fffae3;
}
.ginga-sword .box_tips_detail .box__text {
  width: 770px;
}
.ginga-sword .box_tips_detail .box_txt {
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
}
.ginga-sword .cmn_table_of_contents {
  border: 1px solid #b5a079;
  border-radius: 25px;
  max-width: 650px;
  padding: 0 10px 10px;
  background-image: url(../image/ginga-sword/cmn_table_of_contents_bg.png);
}

.ginga-sword .cmn_table_of_contents .title {
  border: none;
  background-color: transparent;
  color: #000;
  padding: .45em 1.5em;
}
.ginga-sword .cmn_table_of_contents .title::after {
  background: none;
  content: "";
}

.ginga-sword .cmn_table_of_contents ul {
  background-color: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 10px 28px;
  position: relative;
}
.ginga-sword .cmn_table_of_contents ul::after {
  background-image: url(../image/ginga-sword/cmn_table_of_contents_ul_after.png);
  background-size: cover;
  bottom: 0;
  content: "";
  height: 155px;
  position: absolute;
  right: 0;
  width: 155px;
}
.ginga-sword .cmn_table_of_contents li:not(:first-of-type) {
  margin-top: 7px;
}
.ginga-sword .title_h2cmn_02 {
  background-image: url(../image/ginga-sword/title_h2cmn_02_bg.png);
  background-size: cover;
  border: 1px solid #bdab8b;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
}
.ginga-sword .title_h2cmn_02::after {
  content: none;
}
.ginga-sword .title_h2cmn_02 > span {
  background: none;
  color: #000;
}
.ginga-sword .title_h2cmn_02 > span {
  padding: .3em 0 .3em .6em;
}
.ginga-sword .anchor_h3 {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #907851;
  padding: 0;
}
.ginga-sword .anchor_h3 span span {
  background-color: #e6d5a8;
  display: inline-block;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
  height: 28px;
  padding: 2px 36px 0 18px;
  position: relative;
}
.ginga-sword .anchor_h3 span span::after {
  background-image: url(../image/ginga-sword/anchor_h3_after.png);
  background-size: cover;
  bottom: 0;
  content: "";
  height: 28px;
  position: absolute;
  right: -42px;
  width: 42px;
}
.ginga-sword .sc_search_sword_list dd {
  background-color: #fff;

}
.ginga-sword .sc_search_sword_link a {
  border: 1px solid #841318;
  border-radius: 25px;
  height: 26px;
  max-width: 150px;
  position: relative;
}
.ginga-sword .sc_search_sword_link a::before,
.ginga-sword .sc_search_sword_link a::after {
  content: "";
  display: block;
  position: absolute;
}
.ginga-sword .sc_search_sword_link a::before {
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  height: 24px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.ginga-sword .sc_search_sword_link a::after {
  border-color: transparent transparent transparent #731517;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  height: 0;
  right: 8px;
  top: calc(50% - 5px);
  width: 0;
}
.ginga-sword .sc_search_sword_link .cmn_link_btn_inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0;
  text-align: left;
}
.ginga-sword .sc_search_sword_link .cmn_link_btn_text {
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 0;
  padding: 0 0 0 8px;
}
.ginga-sword .sc_search_sword_link .cmn_link_btn_text::before,
.ginga-sword .sc_search_sword_link .cmn_link_btn_text::after {
  content: none;
}
.ginga-sword .sns_follow_box {
  margin-top: 60px;
}
.ginga-sword .sns_follow_box .cmn_sns_box_inner {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.ginga-sword .sns_follow_box .cmn_sns_box_inner::before {
  background-image: url(../image/ginga-sword/sns_follow_box_before.png);
  background-size: contain;
  bottom: 0;
  content: "";
  height: 140px;
  left: -98px;
  position: absolute;
  width: 58px;
}
.ginga-sword .sns_follow_box .cmn_sns_box_inner::after {
  background-image: url(../image/ginga-sword/sns_follow_box_after.png);
  background-size: contain;
  bottom: 0;
  content: "";
  height: 140px;
  position: absolute;
  right: -113px;
  width: 83px;
}
.ginga-sword .sns_follow_box .cmn_sns_box_read_text {
  align-items: center;
  background-color: #7a6544;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: underline;
  width: 100%;
}
.ginga-sword .sns_follow_box .cmn_sns_box_read_text .text {
  font-size: 100%;
  font-weight: normal;
}
.ginga-sword .sns_follow_box .cmn_sns_box_read_text + p {
  align-items: center;
  background-color: #f6efe0;
  border: 1px solid #7a6544;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 100%;
}
.ginga-sword .sns_follow_box .twitter-follow-button {
  margin-top: 0;
}

/* 答えを見るボタン */
.ginga-sword .cmn_acc_btn .cmn_link_btn {
  margin: .5rem auto 15px;
  width: 180px;
}

@media (min-width: 768px) {
  .ginga-sword .cmn_table_of_contents.adj_position {
    margin: 0 0 0 110px;
  }
}

@media (max-width: 767px) {
  .ginga-sword .cmn_table_of_contents .title {
    text-align: center;
    width: 100%;
  }
  .ginga-sword .bannerh1_single .txth1 {
    padding: 4px calc((32 - 12) * ((100vw - 320px) / (767 - 320)) + 12px);
    margin: 0 10px;
  }
  .ginga-sword .box_tips_detail .box__text {
    width: 100%;
  }
  .ginga-sword .cmn_table_of_contents ul {
    padding: 10px calc((28 - 8) * ((100vw - 320px) / (767 - 320)) + 8px);
  }
  .ginga-sword .cmn_table_of_contents ul::after {
    background-image: none;
  }
  .ginga-sword .title_h2cmn_02 {
    background-size: contain;
  }
  .ginga-sword .anchor_h3 > span {
    font-size: 0;
  }
  .ginga-sword .anchor_h3 span span {
    font-size: 16px;
    height: 23px;
    padding-right: 9px;
  }
  .ginga-sword .anchor_h3 span span::after {
    height: 23px;
    right: -35px;
    width: 35px;
  }
  .ginga-sword .sns_follow_box {
    margin-top: 30px;
  }
  .ginga-sword .sns_follow_box .cmn_sns_box_inner::before,
  .ginga-sword .sns_follow_box .cmn_sns_box_inner::after {
    background-image: none;
  }
}

/* 青天を衝け 人物相関図 */
#relation-shibusawa-drama {
  display: none;
  background: url(../shibusawaeiichi/image/bg-relation-shibusawa.jpg);
  background-size: 86px;
  width: 1000px;
  padding: 0;
  margin: 0;
}
#relation-shibusawa-drama .fancybox-close-small {
  background: url(../shibusawaeiichi/image/btn-close.gif) no-repeat;
  background-size: 36px;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
}
#relation-shibusawa-drama > dl > dt {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
  margin: 15px auto 10px;
  text-align: center;
  position: relative;
}
#relation-shibusawa-drama > dl > dt::before,
#relation-shibusawa-drama > dl > dt::after {
  content: "";
  display: inline-block;
  background: url(../shibusawaeiichi/image/ttl-ico-relation.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 20px;
  margin: 0 10px;
}
#relation-shibusawa-drama > dl > dd.relation-drama-read {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#relation-shibusawa-drama .relation-link-wrap {
  position: relative;
}
#relation-shibusawa-drama .relation-link {
  font-weight: 600;
}
#relation-shibusawa-drama .relation-link li {
  position: absolute;
  letter-spacing: .06em;
}
#relation-shibusawa-drama .relation-link li p {
  display: none;
}
#relation-shibusawa-drama .relation-link a {
  font-size: 16px;
  display: block;
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  position: relative;
}
#relation-shibusawa-drama .relation-link a > dl {
  pointer-events: none;
}
#relation-shibusawa-drama .relation-drama-image {
  position: relative;
}
#relation-shibusawa-drama .relation-link .link-01 {
  top: 341px;
  left: 391px;
}
#relation-shibusawa-drama .relation-link .link-01 a {
  font-size: 20px;
  color: #fff;
  width: 151px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
}
#relation-shibusawa-drama .relation-link .link-01 a:hover {
  color: #ffbfbf;
}
#relation-shibusawa-drama .relation-link .link-02 {
  top: 303px;
  left: 114px;
}
#relation-shibusawa-drama .relation-link .link-03 {
  top: 479px;
  left: 114px;
}
#relation-shibusawa-drama .relation-link .link-04 {
  top: 515px;
  left: 534px;
}
#relation-shibusawa-drama .relation-link .link-05 {
  top: 515px;
  left: 649px;
}
#relation-shibusawa-drama .relation-link .link-06 {
  top: 515px;
  left: 759px;
}
#relation-shibusawa-drama .relation-link .link-07 {
  top: 515px;
  left: 872px;
}